lilypond-0.1.47
[lilypond.git] / TODO
blobae2a8a6eb31cd25d28038abb65de883455307a99
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:
10         * abbrevs
12         * use kpsepath to find all TeX dirs
13         - configure.in 
14         - clean-fonts.sh
15         
16         * forced breakpoints
18         * --metafont
20         * disable spaces in TeX stuff
22         * height of dyns.
23         
24         * handle ^C for tmp/file creation.
26         * WWW mirror/archive for the mailing lists.
28         * dots & rest collisions.
30         * add a screenshot to the website. :)
32         * fix stdin input
34         * documentation
35         - info?
36         - LaTeX?
37         - more manpages?
39         * naming Mozarella, Madeira, Muella?
41         * versioning for Feta
43         * bf: abbrevs over whole note
45 STUFF
48         * give Items/Spanners access to unbroken originals      
50         * scoping for properties
52         {       c4
53                 \multi 2  < { \stemup .. } { \stemdown .. } >
54                 c2 
55         }
57         this modifies \stem for the c2
59         * use properties for:
60         - Text_style
61         - default_octave
62         - plet?
63         - default_duration?
64         - default abbreviation
65         - Staff_sym size
66         - default tempo.
67         - font size
68         - bartypes (get rid of derived Span_bar_engravers)
69         - cadenza mode? 
70         - MIDI instrument
71         - staff title
73         * page handling:
74         - papersizes
75         - PS output
76         - optimal pagebreaking.
78         * put errorlevel in Input class
80         * AFM for font input?
82 3RD PARTY BUGS:
84         * xdvi: PS magnifying glass.
86         * Rational infty(HUGE_VAL) on glibc / w32
88         * Fix profiling. gprof bugreport?
90         * GS: /undefined in draw_beam after XDVI magnification.
92         * Rational global static var.
94 PROJECTS
96         * Unicode support?
97         - 16 bit Strings
98         - -u switch
99         - detect of 16/8 bit files
100         - examples to go with it.
102         * Spring_spacer:
103         - write a faster Spring_spacer (without matrices if possible)
104         - use straight LP to find minimal "fitting force"
105         - relate energybound to linelen unitspace fontsize etc.
106         - used fixed point fp
108         * \header
109         - output header info to MIDI too.
112         * Makefile stuff:
113         - Use Automake
114         - shared lib on Solaris too.
115         - check libtool
116         - generate stuff in out/default, out/sun5-irix etc iso out/ 
117         and out-sun5/
119         * Add mudela-output to Rosegarden.
121         * a musical dictionary. See Documentation/vocabulary-*, other
122 languages:
123         - italian
124         - german
125         - dutch
126         - swedish
127          .. ?
129         * chords
130         - guitar chords
131         - chord names
132         - basso continuo
133         - Syntax/parser
134         - MIDI output?
135         - typesetting
137         * integrate midi-elts from mi2mu and lily?
139         * Debug logs:
140         - derive lily_stream, Dstream, texstream from ostream?
141         - indentable stream as baseclass for TeX stream, lily stream, Dstream.
142         - use dstream feature in mi2mu
143         - integrate IO checking into stream class
145         * input converters
146         - NIFF?
147         - ABC? 
148         - SMDL?
150         * add to MIDI output:
151         - tempo change
152         - repeat
153         - slurs
154         - dynamics etc.
156         * grace notes
157         - make separate class for Grace_*_engravers 
158         (which is at Voice_gravs level)
159         - make encapsulated spacing problems.
161         * On-demand loading of simple-engravers?
163         * accidentals per Voice_group
165         * Convert all ref/bib stuff into BibTeX.
167         * Output class, handles : (smallish)
168         - help text /(c) notice?
169         - version line
170         - warning /errors/progress
171         - abort on error/warning; exit status
172         - quiet/ignore-version options
173         - logfile output
175         * piano staff
177         * elaborate Staff_side baseclass:
178         - scripts
179         - text
180         - slur start/end
182         * cautionary accidental
184         * Output an output format independent (ofi) typeset file; and 
185           make ofi2 TeX, MusiXTex, Display PostScript, PostScript,
186           Ascii... interpreters. (difficult)
188         - poor man's ascii output possible?
189         - MusiXTeX output possible? (would have to be done before break calc.)
190         - NIFF ?
191         - Common Music Notation
192         - PostScript output (esp. Beams, Slurs, etc)
193         - Move all Score_elems, into libmutype.a
195         * Documentation
196         - Doc Mutopia (Music To The People) 
197         - Doc (C) stuff of sheet music
198         - a better format?  SGML?  TeX?  Info?
199         - a tutorial
201         * TeX spanners , use texbeam.cc as an example (smallish)
202         - Glissando
203         - trill
204         - bracket
206         * Rewrite Stem, Beam and Rhythmic_grouping (hairy)
207         - [c8. c32 c32]
208         - doc on Rhythmic_grouping
209         - general shaving on Beam and Stem
210         - use plet grouping
211         - separate visual from rhythmic info even more
212         - beams over bars
214         * Redo fonts
215         - adapt for multiple font sizes.
217         * lines:
218         - Ledger lines, should be separate item: Ledger_lines, Ledger_lines
219         - set different line sizes / thicknesses
220         - beam stem showthrough, inter beam sizes (french vs german style)
222         * Collisions
223         - left/right note balls should be handled by Collision:
224         < \multi 2; { \stem 1; <b c> } { <f as b> } >
226         * Keys:
227         - merge key{item} & localkey{item}?
228         - do conventional keys (C G A, F B E, a e fis, d as des, etc ), 
229           besides lists of flats/sharps, possibly via declaration
230         - key transposition. 
231         - key undo: \key bes; .. . \key; should print natural   
232         - special key: \key bes 'b bis';
233         - spacing, national styles?
235         * Support for TAB
236         - redo Notehead to allow digits as heads
237         - add a \tablature {} lexer mode for easy entering
239         * should adjust stemlength for flag number.
241         * breaking:
242         - caching breakpoints
243         - saving them
244         - allowing users to set them.
245         - penalties
246         - specify number of lines
247         - set linelength per line
249         * Rhythmic staff.
251         * Baroque superstaff
253 SEVERELY LACKING:
255         * SPEED!
257         * multibar rests
259         * markers
262 INPUTLANGUAGE
264         * c4 4 4 4 for c4 c4 c4 c4?
266         * neatly (and readably) expressing concurrent
267         voices
269         * <c f a>4 ?
271         * Viola mode?
273                 @c c g e g 
274         for
275                 c g es g, 
277                 @A c g e g
278         for
279                 cis gis e gis
281         * relative mode for pitch entering
283         * bracket (bracketplets)
285         * configure pitch_byte
287         * rest name configurable
289         * Raw request syntax
291 SMALLISH PROJECTS
293         * progress when creating MIDI elts.
295         * A range for context errors (eg. mark both { and }. )
297         * lyric in staff  (sharpsharp in staff, text below)
299         * write Dynamic_line (to group dynamics horizontally)
301         * use Real for all y positions.
302         - use translate_axis( .. ,Y_AXIS) 
304         * half-sharps, half-flats
306         * adaptive accidental spacing.
308         * handle EOF graciously in error messages.
310         * caching Item/spanner dimensions.
312         * centered whole rest
314         * qtor, btor, mtor-> tor( QUIET_ver ), tor( DEBUG_ver ), etc.
315         - use tors feature in lily (?)
317         * declare notenametab?
319         * midi esp.: use I32 iso int where 32 bits are needed (or assumed...)
321         * Flower types:
322         - A decent scalar type
323         - String hash
324         - Pointer hash
326         * binsearch/hash for identifiers
328         * stafftypes: voice names/ instrument names.
330         * TeX stuff:    
331         - Decent TeX titledefs (\tempo, \metron, etc. )
332         - decent TeX page layout
334         * lily \tempo
336         * C meter iso 4/4, idem for alla breve, etc.
338         * textspanner: center position
340         * Brackets
341         
342         * Scripts:
343         - stack scripts in chords:
344           % fingering:        footing:
345             < a-4 c-2 g-1 >   < c-\ltoe e-\lheel >
346         - script-spacing
347         - slur parts as a script
348         - stack parameterised scripts for fingering and footing:
350             % toe to bheel   four to five
351             %   ^_u            4_5  
352             %     -                           
353             %  --|x--         --|x--
354             %  --|---         --|---
355             %  --|---         --|---
356           (where "to" is a tiny bow)
358         * auxilliary file for caching info.
360         * Text_crescendo
362         * clean solution for staffsize in items.
364         * revise calcideal
366         * volta
368 IDEAS
370         * Output abstract data structures associated with
371 Mudela.
373         * create libmudela, or liblily_frontend
375         * move MIDI stuff (including Quantization) to a ANSI C libmidi library.
377         * use an embedded language: Python, Scheme
378         for: 
379                 - Score_elems
380                 - Engraver
381                 - Translators
382                 - Complex mudela?
384         * y -dims in internote? Staff-space? X-dimensions?
386         * Spacing_request for manually adjusting spacing
388         * caching breakpoints
390         * #c <-> cis
392         * breath marks 
394         * used fixedpoint arithmetic for min. energy.
396         * move towards incremental algorithms.
398         * far fetched language ideas
399         - design meta-language like TeX and Metafont
400         - programming/macros input
402         * Global type registration.
404                 My_class * p = create_object( My_class )
405                 Type t = get_type ( *p );
406                 if ( t <= get_type( q ))
407                         ..
409         * naming of Voice_group/Voice
411         * benchmark band_matrices.
413         * versioning stuff (cvt mudela, mudela, etc.)
415         * a real convert-mudela
417         * dots into separate item.
419         * use String iso Text_def for lyrics.
421         * use position 0 for center of staff iso bottom.
423         * Klavarskribo?
425         * lyrics in chords still fuck up.
427         - rewire acknowledge_element() logic with a process_acknowledged()
429         * pushgroup/popgroup
431         * multi threading?
432           - 1 thread per element/ 1 thread per line
433           - 1 thread per Translator
435         * Use hooks/dependency graphs for properties