lilypond-0.1.33
[lilypond.git] / TODO
blobf15bfb654c85a9ee8f1b79b456e567f85cf55b90
1 Features you cannot find in the doco as working, should be mentioned here.
2         
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:
10         * add a screenshot to the website.
12         * fix stdin input
14         * LILYSOURCEDIR
15         
16         * documentation
18         * spurious "Junk beam" warnings
20         * standchen: warning: Excentric column (Meter dims?)
22         * naming Mozarella, Madeira, Muella?
24         * versioning for Feta
26         * bf: abbrevs over whole note
28 STUFF
30         * give Items/Spanners access to unbroken originals      
32         * scoping for properties
34         {       c4
35                 \multi 2  < { \stemup .. } { \stemdown .. } >
36                 c2 
37         }
39         this modifies \stem for the c2
41         * use properties for:
42         - Text_style
43         - default_octave
44         - plet?
45         - default_duration?
46         - default abbreviation
47         - Staff_sym size
48         - default tempo.
49         - font size
50         - bartypes (get rid of derived Span_bar_engravers)
51         - cadenza mode? 
52         - MIDI instrument
53         - staff title
55         * optimal pagebreaking.
57         * put errorlevel in Input class
59         * AFM for font input?
61 3RD PARTY BUGS:
63         * Rational infty(HUGE_VAL) on glibc / w32
65         * Fix profiling. gprof bugreport?
67 PROJECTS
69         * Unicode support?
70         - 16 bit Strings
71         - -u switch
72         - detect of 16/8 bit files
73         - examples to go with it.
75         * Spring_spacer:
76         - write a faster Spring_spacer (without matrices if possible)
77         - use straight QP to find minimal "fitting force"
78         - relate energybound to linelen unitspace fontsize etc.
79         - used fixed point fp
81         * \header
82         - write perl/python script for handling it into databases
83         - write TeX macros to generate titles
84         - adapt make-website to use \header info.
85         - output header info to MIDI too.
88         * Makefile stuff:
89         - Use Automake
90         - shared lib on Solaris too.
91         - check libtool
92         - generate stuff in out/default, out/sun5-irix etc iso out/ 
93         and out-sun5/
95         * Add mudela-output to Rosegarden.
97         * a musical dictionary. See Documentation/vocabulary-*, other
98 languages:
99         - italian
100         - german
101         - dutch
102         - swedish
103          .. ?
105         * chords
106         - guitar chords
107         - chord names
108         - basso continuo
109         - Syntax/parser
110         - MIDI output?
111         - typesetting
113         * integrate midi-elts from mi2mu and lily?
115         * Debug logs:
116         - derive lily_stream, Dstream, texstream from ostream?
117         - indentable stream as baseclass for TeX stream, lily stream, Dstream.
118         - use dstream feature in mi2mu
119         - integrate IO checking into stream class
121         * input converters
122         - NIFF?
123         - ABC? 
124         - SMDL?
126         * add to MIDI output:
127         - tempo change
128         - repeat
129         - slurs
130         - dynamics etc.
132         * grace notes
133         - make separate class for Grace_*_engravers 
134         (which is at Voice_gravs level)
135         - make encapsulated spacing problems.
137         * On-demand loading of simple-engravers?
139         * accidentals per Voice_group
141         * Convert all ref/bib stuff into BibTeX.
143         * Output class, handles : (smallish)
144         - help text /(c) notice?
145         - version line
146         - warning /errors/progress
147         - abort on error/warning; exit status
148         - quiet/ignore-version options
149         - logfile output
151         * piano staff
153         * elaborate Staff_side baseclass:
154         - scripts
155         - text
156         - slur start/end
158         * Output an output format independent (ofi) typeset file; and 
159           make ofi2 TeX, MusixTex, Display PostScript, PostScript,
160           Ascii... interpreters. (difficult)
162         - poor man's ascii output possible?
163         - MusixTeX output possible? (would have to be done before break calc.)
164         - NIFF ?
165         - Common Music Notation
166         - PostScript output (esp. Beams, Slurs, etc)
167         - Move all Score_elems, into libmutype.a
169         * Documentation
170         - Doc Mutopia (Music To The People) 
171         - Doc (C) stuff of sheet music
172         - a tutorial
174         * TeX spanners , use texbeam.cc as an example (smallish)
175         - Glissando
176         - trill
177         - bracket
179         * Rewrite Stem, Beam and Rhythmic_grouping (hairy)
180         - [c8. c32 c32]
181         - doc on Rhythmic_grouping
182         - general shaving on Beam and Stem
183         - use plet grouping
184         - separate visual from rhythmic info even more
185         - beams over bars
187         * Redo fonts
188         - adapt for multiple font sizes.
190         * lines:
191         - Ledger lines, should be separate item: Ledger_lines, Ledger_lines
192         - set different line sizes / thicknesses
193         - beam stem showthrough, inter beam sizes (french vs german style)
195         * Collisions
196         - left/right note balls should be handled by Collision:
197         < \multi 2; { \stem 1; <b c> } { <f as b> } >
199         * Keys:
200         - merge key{item} & localkey{item}?
201         - do conventional keys (C G A, F B E, a e fis, d as des, etc ), 
202           besides lists of flats/sharps, possibly via declaration
203         - key transposition. 
204         - key undo: \key bes; .. . \key; should print natural   
205         - special key: \key bes 'b bis';
206         - spacing, national styles?
208         * Support for TAB
209         - redo Notehead to allow digits as heads
210         - add a \tablature {} lexer mode for easy entering
212         * should adjust stemlength for flag number.
214         * breaking:
215         - caching breakpoints
216         - saving them
217         - allowing users to set them.
218         - penalties
219         - specify number of lines
220         - set linelength per line
222         * Rhythmic staff.
224         * Baroque superstaff
226 SEVERELY LACKING:
228         * SPEED!
230         * multibar rests
232         * markers
235 INPUTLANGUAGE
237         * c4 4 4 4 for c4 c4 c4 c4?
239         * neatly (and readably) expressing concurrent
240         voices
242         * <c f a>4 ?
244         * Viola mode?
246                 @c c g e g 
247         for
248                 c g es g, 
250                 @A c g e g
251         for
252                 cis gis e gis
254         * relative mode for pitch entering
256         * bracket (bracketplets)
258         * configure pitch_byte
260         * rest name configurable
262         * Raw request syntax
264 SMALLISH PROJECTS
266         * progress when creating MIDI elts.
268         * A range for context errors (eg. mark both { and }. )
270         * lyric in staff  (sharpsharp in staff, text below)
272         * write Dynamic_line (to group dynamics horizontally)
274         * use Real for all y positions.
275         - use translate_axis( .. ,Y_AXIS) 
277         * half-sharps, half-flats
279         * adaptive accidental spacing.
281         * unix style paths for LILYINCLUDE env
283         * handle EOF graciously in error messages.
285         * caching Item/spanner dimensions.
287         * centered whole rest
289         * qtor, btor, mtor-> tor( QUIET_ver ), tor( DEBUG_ver ), etc.
290         - use tors feature in lily (?)
292         * declare notenametab?
294         * midi esp.: use I32 iso int where 32 bits are needed (or assumed...)
296         * parshape
298         * Flower types:
299         - A decent scalar type
300         - String hash
301         - Pointer hash
303         * binsearch/hash for identifiers
305         * stafftypes: voice names/ instrument names.
307         * TeX stuff:    
308         - Decent TeX titledefs (\tempo, \metron, etc. )
309         - decent TeX page layout
311         * lily \tempo
313         * C meter iso 4/4, idem for alla breve, etc.
315         * textspanner: center position
317         * Brackets
318         
319         * Scripts:
320         - stack scripts in chords:
321           % fingering:        footing:
322             < a-4 c-2 g-1 >   < c-\ltoe e-\lheel >
323         - script-spacing
324         - slur parts as a script
325         - stack parameterised scripts for fingering and footing:
327             % toe to bheel   four to five
328             %   ^_u            4_5  
329             %     -                           
330             %  --|x--         --|x--
331             %  --|---         --|---
332             %  --|---         --|---
333           (where "to" is a tiny bow)
335         * auxilliary file for caching info.
337         * Text_crescendo
339         * clean solution for staffsize in items.
341         * revise calcideal
343         * volta
345 IDEAS
347         * Output abstract data structures associated with
348 Mudela.
350         * create libmudela, or liblily_frontend
352         * move MIDI stuff (including Quantization) to a ANSI C libmidi library.
354         * use an embedded language: Python, Scheme
355         for: 
356                 - Score_elems
357                 - Engraver
358                 - Translators
359                 - Complex mudela?
361         * y -dims in internote? Staff-space? X-dimensions?
363         * Spacing_request for manually adjusting spacing
365         * caching breakpoints
367         * #c <-> cis
369         * breath marks 
371         * used fixedpoint arithmetic for min. energy.
373         * move towards incremental algorithms.
375         * far fetched language ideas
376         - design meta-language like TeX and Metafont
377         - programming/macros input
379         * Global type registration.
381                 My_class * p = create_object( My_class )
382                 Type t = get_type ( *p );
383                 if ( t <= get_type( q ))
384                         ..
386         * naming of Voice_group/Voice
388         * benchmark band_matrices.
390         * versioning stuff (cvt mudela, mudela, etc.)
392         * a real convert-mudela
394         * dots into separate item.
396         * use String iso Text_def for lyrics.
398         * use position 0 for center of staff iso bottom.
400         * Klavarskribo?
402         * lyrics in chords still fuck up.
404         - rewire acknowledge_element() logic with a process_acknowledged()
406         * pushgroup/popgroup
409         * multi threading?
410           - 1 thread per element/ 1 thread per line
411           - 1 thread per Translator
413         * Use hooks/dependency graphs for properties