2 This is an assorted collection of stuff that will be done, might be
3 done, or is an idea that I want to think about
5 Most of the items are marked in the code as well, with full explanation.
6 grep for TODO and ugh/ugr
13 * use Hungarian throughout code
15 * rename mf fonts to avoid conflicts with musixtex
17 * decent TeX page layout
19 * per-pstaff item-widths [JCN]
23 * use own fonts/update musixtex fonts
25 * a Hands on tutorial [HKN]
29 * Output class, handles
30 - help text /(c) notice?
31 - warning /errors/progress
32 - abort on error/warning; exit status
33 - quiet/ignore-version options
36 * elaborate Staff_side baseclass:
41 * Output an output format independent (ofi) typeset file; and
42 make ofi2 TeX, MusixTex, PostScript, Ascii... interpreters.
43 - poor man's ascii output possible?
44 - MusixTeX output possible? (would have to be done before break calc.)
46 - PostScript output (esp. Beams, Slurs, etc)
48 * TeX spanners , use texbeam.cc as an example
53 * Rewrite Beam and Rhythmic_grouping
58 - abbreviations [c2 c2]1/2
59 - separate visual from rhythmic info
62 * Duration -> Musical_duration, typedef Rational Duration?
64 **********************
67 \bar || ook dunne streepjes? Sluit de balk niet af! (soms met de
68 ruimte van een hele maat erachter (bij unmatching staffs)
70 Hele rusten ook in andere maatsoort dan 4/4 (en centreren in de maat)
72 ------------------------\
73 barcheck failed in lyric mode -> assert (zie barcheck.ly) (0.0.57)
74 ------------------------/
76 noten staan vaak te dicht aan de rechterkant van de maatstreep.
78 optie om nummers/markers boven maatstrepen te zetten
80 tekst staat erg ver van notenbalken af
82 waarom geen ; achter dingen in \paper? (\textwidth 180\mm)
83 (sowieso: wanneer wel en geen ; ?)
85 Onduidelijk wanneer wel en geen \ voor een woord. Maak liever
88 implementeren versieringen door duration *0 ofzo? (geeft nu assertion,
91 midi: instrumenten definieren?
92 midi: tempo halverwege het stuk wijzigen?
93 midi: gebonden noten niet herhalen?
95 Triolen enzo: het zou handig zijn als je het cijfer "3" ook _tussen_
96 twee noten kon plaatsen. Dat is bijvoorbeeld nodig in
100 \bar "||" \meter 6/8; op het eind van de regel staat door elkaar
108 * staccato dot positions.
112 * redo timing stuff <-> pulk to allow \meter 2/4; e2. to work
117 * help-lines for rests
119 * lilypond - -> crash
121 * chlapik balk ruimte
123 * standchen triool beam up/down
132 FURTHER FOR ORCHESTRAL SCORE:
136 * barnumbers, markers
138 * abbreviations c4=16
140 * doublebar "||", finishbar "|||" (or "||." ?)
144 * relative mode for pitch entering
149 * configure pitch_byte
155 * rest name configurable
159 * subtime with Subtle_reqs
163 * write Dynamic_line (to group dynamics horizontally)
165 * write Rest_collision
167 * use Real for y positions.
169 * shared lib on Solaris too.
171 * bugreport to doc++ devel: struct not in class hier; public
174 * cleanup lily-proto.hh and proto.hh
176 * half-sharps, half-flats
180 * unix style paths for LILYINCLUDE EN
182 * indentable stream as baseclass for TeX stream, lily stream, Dstream.
184 * caching Item/spanner dimensions.
188 * caching breakpoints / saving them.
190 * use dstream feature in mi2mu
192 * qtor, btor, mtor-> tor( QUIET_ver ), tor( DEBUG_ver ), etc.
194 - declare notenametab?
196 * use tors feature in lily
198 * do conventional keys (C G A, F B E, a e fis, d as des, etc ),
199 besides lists of flats/sharps
201 * update for T70 fonts or newer
203 * midi esp.: use I32 iso int where 32 bits are needed (or assumed...)
207 * read from mmap directly: bugreport to flex developers->
208 yy_scan_buffer in C++..
210 * binsearch/hash for identifiers
212 * stafftypes: voice names/ instrument names.
214 * Decent TeX titledefs (\tempo, \metron, etc. )
218 * textspanner: center position
224 * caching of Register_group_register hierarchies.
226 * use (char *) iso. String for communication between lexer and
229 * configure idealspacing: arithmetic spacing
231 * midi output: eat-up dynamic, key/meter/tempo changes, and
246 * Reg_configure_request
248 * bring Collision::do_pre_processing to haircutter
250 * slur parts as a script
254 * put scripts on bars
258 * Junk Staff_column, and find the requests while walking the Voices.?
260 * MIDI repeat: make lily understand repeats
262 * better beamslope calculation: QLP for beams?
264 * implement better breaking algorithm
268 * clean solution for staffsize in items.
270 * merge key{item} & localkey{item}?
282 * scoping in Lexer: do general id- assignments in mudela.
286 * integrate Register/Midi stuff
288 * create libmudela, or liblily_frontend
290 * move MIDI stuff (including Quantization) to a ANSI C libmidi library.
292 * use an embedded language: Python, Scheme?
298 * y -dims in internote?
300 * hack up mf sources for decent spacing info (and then
301 read TFM directly, for text too)
303 * merge Atom and Symbol?
305 * merge common code of Item, Atom/Molecule
306 * Spacing_request for manually adjusting spacing
308 * Staff_group, Score_request_register.
310 * SHIT: meters/bars should be aligned, which is difficult if
311 we get different keychanges in different staffs.
313 * caching breakpoints
319 * used fixedpoint arithmetic for min. energy.
321 * default convert mudela-file.ly -> mudela-file.tex
322 - rename {standchen,scsii-menuetto,...}.tex
324 * (related with above) --simple-mudela option for lily,
325 to lily input files with one-voice simple mudela
328 * stack scripts in chords:
329 % fingering: footing:
330 < a-4 c-2 g-1 > < c-\ltoe e-\lheel >
332 * parameterised scripts for fingering and footing:
334 % toe to bheel four to five
340 (where "to" is a tiny bow)
342 * move towards incremental algorithms.