1 Features you cannot find in the doco as working, should be mentioned here.
3 This is an assorted collection of stuff that will be done, might be
4 done, or is an idea that I want to think about
6 Most of the items are marked in the code as well, with full explanation.
7 grep for TODO and ugh/ugr
11 * add full coriolan to website.
13 * collisions for local_key.
15 * robustify Beam in case of no stems
19 * check for groff / troff/ nroff et
21 * use kpsepath to find all TeX dirs
29 - break-up heavily-nested score blocks
33 * disable spaces in TeX stuff
37 * handle ^C for tmp/file creation.
39 * WWW mirror/archive for the mailing lists.
41 * dots & rest collisions.
43 * add a screenshot to the website. :)
51 * naming Mozarella, Madeira, Muella?
55 * bf: abbrevs over whole note
57 * the warning about the negative slur/tie length appears twice
60 * The `3' in the meter key is a one or two pixels too thin (at 600dpi)
63 * better hshift (dots, distance, head dependent)
65 * tie/slur dir & curvature
72 * give Items/Spanners access to unbroken originals
74 * scoping for properties
77 \multi 2 < { \stemup .. } { \stemdown .. } >
81 this modifies \stem for the c2
88 - default abbreviation
92 - bartypes (get rid of derived Span_bar_engravers)
99 - optimal pagebreaking.
101 * put errorlevel in Input class
103 * AFM for font input?
107 * xdvi: PS in magnifying glass.
109 * Fix profiling. gprof bugreport?
116 - detect of 16/8 bit files
117 - examples to go with it.
120 - write a faster Spring_spacer (without matrices if possible)
121 - use straight LP to find minimal "fitting force"
122 - relate energybound to linelen unitspace fontsize etc.
123 - used fixed point fp
126 - output header info to MIDI too.
130 - shared lib on Solaris too.
133 * Add mudela-output to Rosegarden.
135 * a musical dictionary. See Documentation/vocabulary-*, other
151 * integrate midi-elts from mi2mu and lily?
154 - derive lily_stream, Dstream, texstream from ostream?
155 - indentable stream as baseclass for TeX stream, lily stream, Dstream.
156 - use dstream feature in mi2mu
157 - integrate IO checking into stream class
164 * add to MIDI output:
171 - make separate class for Grace_*_engravers
172 (which is at Voice_gravs level)
173 - make encapsulated spacing problems.
175 * On-demand loading of simple-engravers?
177 * accidentals per Voice_group
179 * Convert all ref/bib stuff into BibTeX.
181 * Output class, handles : (smallish)
182 - help text /(c) notice?
184 - warning /errors/progress
185 - abort on error/warning; exit status
186 - quiet/ignore-version options
191 * elaborate Staff_side baseclass:
196 * cautionary accidental
198 * Output an output format independent (ofi) typeset file; and
199 make ofi2 TeX, MusiXTex, Display PostScript, PostScript,
200 Ascii... interpreters. (difficult)
203 - Common Music Notation
204 - PostScript output (esp. Beams, Slurs, etc)
205 - Move all Score_elems, into libmutype.a
208 - Doc Mutopia (Music To The People)
209 - Doc (C) stuff of sheet music
210 - a better format? SGML? TeX? Info?
213 * TeX spanners , use texbeam.cc as an example (smallish)
217 * Rewrite Stem, Beam and Rhythmic_grouping (hairy)
219 - doc on Rhythmic_grouping
220 - general shaving on Beam and Stem
222 - separate visual from rhythmic info even more
226 - adapt for multiple font sizes.
229 - Ledger lines, should be separate item: Ledger_lines, Ledger_lines
230 - set different line sizes / thicknesses
231 - beam stem showthrough, inter beam sizes (french vs german style)
234 - left/right note balls should be handled by Collision:
235 < \multi 2; { \stem 1; <b c> } { <f as b> } >
238 - merge key{item} & localkey{item}?
239 - do conventional keys (C G A, F B E, a e fis, d as des, etc ),
240 besides lists of flats/sharps, possibly via declaration
242 - key undo: \key bes; .. . \key; should print natural
243 - special key: \key bes 'b bis';
244 - spacing, national styles?
247 - redo Notehead to allow digits as heads
248 - add a \tablature {} lexer mode for easy entering
250 * should adjust stemlength for flag number.
253 - caching breakpoints
256 - specify number of lines
267 * c4 4 4 4 for c4 c4 c4 c4?
269 * neatly (and readably) expressing concurrent
284 * relative mode for pitch entering
286 * bracket (bracketplets)
288 * configure pitch_byte
290 * rest name configurable
296 * progress when creating MIDI elts.
298 * A range for context errors (eg. mark both { and }. )
300 * lyric in staff (sharpsharp in staff, text below)
302 * write Dynamic_line (to group dynamics horizontally)
304 * use Real for all y positions.
305 - use translate_axis( .. ,Y_AXIS)
307 * half-sharps, half-flats
309 * adaptive accidental spacing.
311 * handle EOF graciously in error messages.
313 * caching Item/spanner dimensions.
315 * centered whole rest
317 * qtor, btor, mtor-> tor( QUIET_ver ), tor( DEBUG_ver ), etc.
318 - use tors feature in lily (?)
320 * declare notenametab?
322 * midi esp.: use I32 iso int where 32 bits are needed (or assumed...)
325 - A decent scalar type
329 * binsearch/hash for identifiers
331 * stafftypes: voice names/ instrument names.
334 - Decent TeX titledefs (\tempo, \metron, etc. )
335 - decent TeX page layout
339 * C meter iso 4/4, idem for alla breve, etc.
341 * textspanner: center position
346 - stack scripts in chords:
347 % fingering: footing:
348 < a-4 c-2 g-1 > < c-\ltoe e-\lheel >
350 - slur parts as a script
351 - stack parameterised scripts for fingering and footing:
353 % toe to bheel four to five
359 (where "to" is a tiny bow)
361 * auxilliary file for caching info.
365 * clean solution for staffsize in items.
373 * Output abstract data structures associated with
376 * create libmudela, or liblily_frontend
378 * move MIDI stuff (including Quantization) to a ANSI C libmidi library.
380 * use an embedded language: Python, Scheme
387 * y -dims in internote? Staff-space? X-dimensions?
389 * Spacing_request for manually adjusting spacing
391 * caching breakpoints
397 * used fixedpoint arithmetic for min. energy.
399 * move towards incremental algorithms.
401 * far fetched language ideas
402 - design meta-language like TeX and Metafont
403 - programming/macros input
405 * Global type registration.
407 My_class * p = create_object( My_class )
408 Type t = get_type ( *p );
409 if ( t <= get_type( q ))
412 * naming of Voice_group/Voice
414 * versioning stuff (cvt mudela, mudela, etc.)
416 * a real convert-mudela
418 * dots into separate item.
420 * use String iso Text_def for lyrics.
424 * lyrics in chords still fuck up.
426 * rewire acknowledge_element() logic with a process_acknowledged()
431 - 1 thread per element/ 1 thread per line
432 - 1 thread per Translator
434 * Use hooks/dependency graphs for properties