lilypond-0.1.16
[lilypond.git] / TODO
blob67b807a4c22a84399ee86be43b81d97c83081d56
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         - naming Mozarella, Madeira, Muella, Fontaigna?
11         - bf: abbrevs over whole note
13         - scoping for properties
15         { \multi 2  < { \stemup .. } { \stemdown .. } >
16                 c2 }
17         
18         this modifies \stem for the c2
20         * Fix ledgerlines
22         * use properties for:
23         - Text_style
24         - default_octave
25         - plet?
26         - default_duration?
27         - default abbreviation
28         - Staff_sym size
29         - default tempo.
30         - font size
31         - bartypes (get rid of derived Span_bar_engravers)
32         - cadenza mode? 
33         - MIDI instrument
34         - staff title
36         * check out egcs
38         * give Items/Spanners access to unbroken originals      
40 3RD PARTY BUGS:
42         * ICE: spring-spacer::calcideal()
44         * collision.cc: 138, g++ errors
46         * Rational infty(HUGE_VAL) on glibc / w32
48         * Fix profiling. gprof bugreport?
50         * read from mmap directly: bugreport to flex developers->
51         yy_scan_buffer in C++..
53         * (where are the) gcc compile warnings on linux
55 PROJECTS
57         * Spring_spacer:
58         - write a faster Spring_spacer ( without matrices if possible )
59         - relate energybound to linelen unitspace fontsize etc.
60         - used fixed point fp
62         * \header
63         - revise lexer mode
64         - write perl script for handling it into databases
65         - write TeX macros to generate titles
67         * Makefile stuff:
68         - have make dist produce tarball in out/ directory.
69         - Use Automake
70         - shared lib on Solaris too.
71         - check libtool
72         - generate stuff in out/default, out/sun5-irix etc iso out/ 
73         and out-sun5/
75         * Add mudela-output to Rosegarden.
77         * a musical dictionary. See Documentation/vocabulary-*, other
78 languages:
79         - italian
80         - german
81         - dutch
82         - swedish
83          .. ?
85         * chords
86         - guitar chords
87         - chord names
88         - basso continuo
89         - Syntax/parser
90         - MIDI output?
91         - typesetting
93         * integrate midi-elts from mi2mu and lily?
95         * Debug logs:
96         - derive lily_stream, Dstream, texstream from ostream?
97         - indentable stream as baseclass for TeX stream, lily stream, Dstream.
98         - use dstream feature in mi2mu
100         * input converters
101         - NIFF?
102         - ABC? 
103         - SMDL?
105         * robustification
106         - check write errors
107         - check read errors
108         
110         * placement of bar-numbers
112 ******************
114         \score { < 
115                 \melodic \type Staff { c'4 g'4 }
116                 \lyric { \id "Lyric" ""; hello4 bye4 < a chord > }
117                 \lyric { \id "Lyric" ""; bye4 hello4 }
118                 \melodic { \id "Staff" ""; c'4 g'4 }
119         > }
121 ******************
123         * add to MIDI output:
124         - tempo change
125         - repeat
126         - slurs
127         - dynamics etc.
129         * grace notes
130         - make separate class for Grace_*_engravers 
131         (which is at Voice_gravs level)
132         - make encapsulated spacing problems.
134         * On-demand loading of simple-engravers?
136         * accidentals per Voice_group
138         * Convert all ref/bib stuff into BibTeX.
140         * Output class, handles : (smallish)
141         - help text /(c) notice?
142         - version line
143         - warning /errors/progress
144         - abort on error/warning; exit status
145         - quiet/ignore-version options
146         - logfile output
148         * piano staff
150         * elaborate Staff_side baseclass:
151         - scripts
152         - text
153         - slur start/end
155         * Output an output format independent (ofi) typeset file; and 
156           make ofi2 TeX, MusixTex, Display PostScript, PostScript,
157           Ascii... interpreters. (difficult)
159         - poor man's ascii output possible?
160         - MusixTeX output possible? (would have to be done before break calc.)
161         - NIFF ?
162         - Common Music Notation
163         - PostScript output (esp. Beams, Slurs, etc)
164         - Move all Score_elems, into libmutype.a
166         * Documentation
167         - Doc Mutopia (Music To The People) 
168         - Doc (C) stuff of sheet music
169         - a tutorial
171         * TeX spanners , use texbeam.cc as an example (smallish)
172         - Glissando
173         - trill
174         - bracket
176         * Rewrite Stem, Beam and Rhythmic_grouping (hairy)
177         - [c8. c32 c32]
178         - doc on Rhythmic_grouping
179         - general shaving on Beam and Stem
180         - use plet grouping
181         - separate visual from rhythmic info even more
182         - beams over bars
184         * Redo fonts
185         - adapt for multiple font sizes.
186         - hack up mf sources for decent spacing info (and then 
187         read AFM/TFM directly, for text too)
189         * Font support:
190         - mixed fontsizes
192         * lines:
193         - Ledger lines, should be separate item: Ledger_lines, Ledger_lines
194         - set different line sizes / thicknesses
195         - stem down too far right
196         - beam stem showthrough, inter beam sizes (french vs german style)
198         * Collisions
199         - left/right note balls should be handled by Collision:
200         < \multi 2; { \stem 1; <b c> } { <f as b> } >
202         * Keys:
203         - merge key{item} & localkey{item}?
204         - do conventional keys (C G A, F B E, a e fis, d as des, etc ), 
205           besides lists of flats/sharps, possibly via declaration
206         - key transposition. 
207         - key undo: \key bes; .. . \key; should print natural   
208         - special key: \key bes 'b bis';
209         - spacing, national styles?
211         * Support for TAB
212         - redo Notehead to allow digits as heads
213         - add a \tablature {} lexer mode for easy entering
215         * should adjust stemlength for flag number.
217         * breaking:
218         - caching breakpoints
219         - saving them
220         - allowing users to set them.
221         - penalties
222         - specify number of lines
223         - set linelength per line
225         * Rhythmic staff.
227         * Baroque superstaff
229 SEVERELY LACKING:
231         * SPEED!
233         * multibar rests
235         * markers
238 INPUTLANGUAGE
240         * c4 4 4 4 for c4 c4 c4 c4?
242         * neatly (and readably) expressing concurrent
243         voices
245         * <c f a>4 ?
247         * Viola mode?
249                 @c c g e g 
250         for
251                 c g es g, 
253                 @A c g e g
254         for
255                 cis gis e gis
257         * relative mode for pitch entering
259         * bracket (bracketplets)
261         * configure pitch_byte
263         * rest name configurable
265         * Raw request syntax
267 SMALLISH PROJECTS
269         * progress when creating MIDI elts.
271         * A range for context errors (eg. mark both { and }. )
273         * lyric in staff  (sharpsharp in staff, text below)
275         * write Dynamic_line (to group dynamics horizontally)
277         * use Real for all y positions.
279         * half-sharps, half-flats
281         * adaptive accidental spacing.
283         * unix style paths for LILYINCLUDE env
285         * handle EOF graciously in error messages.
287         * caching Item/spanner dimensions.
289         * centered whole rest
291         * qtor, btor, mtor-> tor( QUIET_ver ), tor( DEBUG_ver ), etc.
292         - use tors feature in lily (?)
294         * declare notenametab?
296         * midi esp.: use I32 iso int where 32 bits are needed (or assumed...)
298         * parshape
300         * Flower types:
301         - A decent scalar type
302         - String hash
303         - Pointer hash
305         * binsearch/hash for identifiers
307         * stafftypes: voice names/ instrument names.
309         * TeX stuff:    
310         - Decent TeX titledefs (\tempo, \metron, etc. )
311         - decent TeX page layout
313         * lily \tempo
315         * C meter iso 4/4, idem for alla breve, etc.
317         * textspanner: center position
319         * Brackets
320         
321         * Scripts:
322         - stack scripts in chords:
323           % fingering:        footing:
324             < a-4 c-2 g-1 >   < c-\ltoe e-\lheel >
325         - script-spacing
326         - slur parts as a script
327         - stack parameterised scripts for fingering and footing:
329             % toe to bheel   four to five
330             %   ^_u            4_5  
331             %     -                           
332             %  --|x--         --|x--
333             %  --|---         --|---
334             %  --|---         --|---
335           (where "to" is a tiny bow)
337         * auxilliary file for caching info.
339         * Text_crescendo
341         * clean solution for staffsize in items.
343         * revise calcideal
345         * volta
347 IDEAS
349         * Output abstract data structures associated with
350 Mudela.
352         * create libmudela, or liblily_frontend
354         * move MIDI stuff (including Quantization) to a ANSI C libmidi library.
356         * use an embedded language: Python
357         for: 
358                 - Score_elems
359                 - Engraver
360                 - Translators
361                 - Complex mudela?
363         * y -dims in internote? Staff-space? X-dimensions?
365         * Spacing_request for manually adjusting spacing
367         * caching breakpoints
369         * #c <-> cis
371         * breath marks 
373         * used fixedpoint arithmetic for min. energy.
375         * move towards incremental algorithms.
377         * far fetched language ideas
378         - design meta-language like TeX and Metafont
379         - programming/macros input
381         * Global type registration.
383                 My_class * p = create_object( My_class )
384                 Type t = get_type ( *p );
385                 if ( t <= get_type( q ))
386                         ..
388         * naming of Voice_group/Voice
390         * benchmark band_matrices.
392         * versioning stuff (cvt mudela, mudela, etc.)
394         * a real convert-mudela
396         * dots into separate item.
398         * use String iso Text_def for lyrics.
400         * use position 0 for center of staff iso bottom.
402         * Klavarskribo?
404         * lyrics in chords still fuck up.
406         - rewire acknowledge_element() logic with a process_acknowledged()
408         * pushgroup/popgroup
410         * whole head on ledger line
412         * multi threading?
413           - 1 thread per element/ 1 thread per line
414           - 1 thread per Translator
416         * Use hooks/dependency graphs for properties
418         * Make general "spanning"-elements and "placer"-elements