lilypond-0.1.54
[lilypond.git] / TODO
blob1c12934f6e658c3219bd7ac23aae2a31317aea11
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
9 0.2:
11         * add full coriolan to website.
13         * collisions for local_key.
15         * robustify Beam in case of no stems
17         * latex quirk?
19         * check for groff / troff/ nroff et
21         * use kpsepath to find all TeX dirs
22         - configure.in 
23         - clean-fonts.sh
25         * mudela-convert.
27         * nicen examples:
28         - remove all \multi
29         - break-up heavily-nested score blocks
31         * --metafont
33         * disable spaces in TeX stuff
35         * height of dyns.
36         
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. :)
45         * documentation
46         - introduction?
47         - info?
48         - LaTeX?
49         - more manpages?
51         * naming Mozarella, Madeira, Muella?
53         * versioning for Feta
55         * bf: abbrevs over whole note
57         * the warning about the negative slur/tie length appears twice
58         which is irritating.
60         * The `3' in the meter key is a one or two pixels too thin (at 600dpi)
61         in the middle:
63         * better hshift (dots, distance, head dependent)
65         * tie/slur dir & curvature
67         * stem len adjustable
69 STUFF
72         * give Items/Spanners access to unbroken originals      
74         * scoping for properties
76         {       c4
77                 \multi 2  < { \stemup .. } { \stemdown .. } >
78                 c2 
79         }
81         this modifies \stem for the c2
83         * use properties for:
84         - Text_style
85         - default_octave
86         - plet?
87         - default_duration?
88         - default abbreviation
89         - Staff_sym size
90         - default tempo.
91         - font size
92         - bartypes (get rid of derived Span_bar_engravers)
93         - cadenza mode? 
94         - MIDI instrument
95         - staff title
97         * page handling:
98         - PS output
99         - optimal pagebreaking.
101         * put errorlevel in Input class
103         * AFM for font input?
105 3RD PARTY BUGS:
107         * xdvi: PS in magnifying glass.
109         * Fix profiling. gprof bugreport?
111 PROJECTS
113         * Unicode support?
114         - 16 bit Strings
115         - -u switch
116         - detect of 16/8 bit files
117         - examples to go with it.
119         * Spring_spacer:
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
125         * \header
126         - output header info to MIDI too.
129         * Makefile stuff:
130         - shared lib on Solaris too.
131         - check libtool
133         * Add mudela-output to Rosegarden.
135         * a musical dictionary. See Documentation/vocabulary-*, other
136 languages:
137         - italian
138         - german
139         - dutch
140         - swedish
141          .. ?
143         * chords
144         - guitar chords
145         - chord names
146         - basso continuo
147         - Syntax/parser
148         - MIDI output?
149         - typesetting
151         * integrate midi-elts from mi2mu and lily?
153         * Debug logs:
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
159         * input converters
160         - NIFF?
161         - ABC? 
162         - SMDL?
164         * add to MIDI output:
165         - tempo change
166         - repeat
167         - slurs
168         - dynamics etc.
170         * grace notes
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?
183         - version line
184         - warning /errors/progress
185         - abort on error/warning; exit status
186         - quiet/ignore-version options
187         - logfile output
189         * piano staff
191         * elaborate Staff_side baseclass:
192         - scripts
193         - text
194         - slur start/end
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)
202         - NIFF ?
203         - Common Music Notation
204         - PostScript output (esp. Beams, Slurs, etc)
205         - Move all Score_elems, into libmutype.a
207         * Documentation
208         - Doc Mutopia (Music To The People) 
209         - Doc (C) stuff of sheet music
210         - a better format?  SGML?  TeX?  Info?
211         - a tutorial
213         * TeX spanners , use texbeam.cc as an example (smallish)
214         - Glissando
215         - trill
217         * Rewrite Stem, Beam and Rhythmic_grouping (hairy)
218         - [c8. c32 c32]
219         - doc on Rhythmic_grouping
220         - general shaving on Beam and Stem
221         - use plet grouping
222         - separate visual from rhythmic info even more
223         - beams over bars
225         * Redo fonts
226         - adapt for multiple font sizes.
228         * lines:
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)
233         * Collisions
234         - left/right note balls should be handled by Collision:
235         < \multi 2; { \stem 1; <b c> } { <f as b> } >
237         * Keys:
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
241         - key transposition. 
242         - key undo: \key bes; .. . \key; should print natural   
243         - special key: \key bes 'b bis';
244         - spacing, national styles?
246         * Support for TAB
247         - redo Notehead to allow digits as heads
248         - add a \tablature {} lexer mode for easy entering
250         * should adjust stemlength for flag number.
252         * breaking:
253         - caching breakpoints
254         - saving them
255         - penalties
256         - specify number of lines
258         * Rhythmic staff.
260         * multibar rests
262         * markers
265 INPUTLANGUAGE
267         * c4 4 4 4 for c4 c4 c4 c4?
269         * neatly (and readably) expressing concurrent
270         voices
272         * <c f a>4 ?
274         * Viola mode?
276                 @c c g e g 
277         for
278                 c g es g, 
280                 @A c g e g
281         for
282                 cis gis e gis
284         * relative mode for pitch entering
286         * bracket (bracketplets)
288         * configure pitch_byte
290         * rest name configurable
292         * Raw request syntax
294 SMALLISH PROJECTS
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...)
324         * Flower types:
325         - A decent scalar type
326         - String hash
327         - Pointer hash
329         * binsearch/hash for identifiers
331         * stafftypes: voice names/ instrument names.
333         * TeX stuff:    
334         - Decent TeX titledefs (\tempo, \metron, etc. )
335         - decent TeX page layout
337         * lily \tempo
339         * C meter iso 4/4, idem for alla breve, etc.
341         * textspanner: center position
343         * Brackets
344         
345         * Scripts:
346         - stack scripts in chords:
347           % fingering:        footing:
348             < a-4 c-2 g-1 >   < c-\ltoe e-\lheel >
349         - script-spacing
350         - slur parts as a script
351         - stack parameterised scripts for fingering and footing:
353             % toe to bheel   four to five
354             %   ^_u            4_5  
355             %     -                           
356             %  --|x--         --|x--
357             %  --|---         --|---
358             %  --|---         --|---
359           (where "to" is a tiny bow)
361         * auxilliary file for caching info.
363         * Text_crescendo
365         * clean solution for staffsize in items.
367         * revise calcideal
369         * volta
371 IDEAS
373         * Output abstract data structures associated with
374 Mudela.
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
381         for: 
382                 - Score_elems
383                 - Engraver
384                 - Translators
385                 - Complex mudela?
387         * y -dims in internote? Staff-space? X-dimensions?
389         * Spacing_request for manually adjusting spacing
391         * caching breakpoints
393         * #c <-> cis
395         * breath marks 
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 ))
410                         ..
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.
422         * Klavarskribo?
424         * lyrics in chords still fuck up.
426         * rewire acknowledge_element() logic with a process_acknowledged()
428         * pushgroup/popgroup
430         * multi threading?
431           - 1 thread per element/ 1 thread per line
432           - 1 thread per Translator
434         * Use hooks/dependency graphs for properties