lilypond-0.1.52
[lilypond.git] / TODO
blob77ad05afaa046ab8d2a3426d4fd37f5d8f5d95fd
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         * latex quirk?
13         * check for groff / troff/ nroff et
15         * use kpsepath to find all TeX dirs
16         - configure.in 
17         - clean-fonts.sh
19         * fix MIDI
21         * mudela-convert.
23         * nicen examples:
24         - remove all \multi
25         - break-up heavily-nested score blocks
27         * --metafont
29         * disable spaces in TeX stuff
31         * height of dyns.
32         
33         * handle ^C for tmp/file creation.
35         * WWW mirror/archive for the mailing lists.
37         * dots & rest collisions.
39         * add a screenshot to the website. :)
41         * documentation
42         - introduction?
43         - info?
44         - LaTeX?
45         - more manpages?
47         * naming Mozarella, Madeira, Muella?
49         * versioning for Feta
51         * bf: abbrevs over whole note
53         * the warning about the negative slur/tie length appears twice
54         which is irritating.
56         * The `3' in the meter key is a one or two pixels too thin (at 600dpi)
57         in the middle:
59         * better hshift (dots, distance, head dependent)
61         * tie/slur dir & curvature
63         * stem len adjustable
65         * mindist for spanners
67         
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         - papersizes
99         - PS output
100         - optimal pagebreaking.
102         * put errorlevel in Input class
104         * AFM for font input?
106 3RD PARTY BUGS:
108         * gdb on RedHat 5
110         * xdvi: PS in magnifying glass.
112         * Fix profiling. gprof bugreport?
114 PROJECTS
116         * Unicode support?
117         - 16 bit Strings
118         - -u switch
119         - detect of 16/8 bit files
120         - examples to go with it.
122         * Spring_spacer:
123         - write a faster Spring_spacer (without matrices if possible)
124         - use straight LP to find minimal "fitting force"
125         - relate energybound to linelen unitspace fontsize etc.
126         - used fixed point fp
128         * \header
129         - output header info to MIDI too.
132         * Makefile stuff:
133         - shared lib on Solaris too.
134         - check libtool
136         * Add mudela-output to Rosegarden.
138         * a musical dictionary. See Documentation/vocabulary-*, other
139 languages:
140         - italian
141         - german
142         - dutch
143         - swedish
144          .. ?
146         * chords
147         - guitar chords
148         - chord names
149         - basso continuo
150         - Syntax/parser
151         - MIDI output?
152         - typesetting
154         * integrate midi-elts from mi2mu and lily?
156         * Debug logs:
157         - derive lily_stream, Dstream, texstream from ostream?
158         - indentable stream as baseclass for TeX stream, lily stream, Dstream.
159         - use dstream feature in mi2mu
160         - integrate IO checking into stream class
162         * input converters
163         - NIFF?
164         - ABC? 
165         - SMDL?
167         * add to MIDI output:
168         - tempo change
169         - repeat
170         - slurs
171         - dynamics etc.
173         * grace notes
174         - make separate class for Grace_*_engravers 
175         (which is at Voice_gravs level)
176         - make encapsulated spacing problems.
178         * On-demand loading of simple-engravers?
180         * accidentals per Voice_group
182         * Convert all ref/bib stuff into BibTeX.
184         * Output class, handles : (smallish)
185         - help text /(c) notice?
186         - version line
187         - warning /errors/progress
188         - abort on error/warning; exit status
189         - quiet/ignore-version options
190         - logfile output
192         * piano staff
194         * elaborate Staff_side baseclass:
195         - scripts
196         - text
197         - slur start/end
199         * cautionary accidental
201         * Output an output format independent (ofi) typeset file; and 
202           make ofi2 TeX, MusiXTex, Display PostScript, PostScript,
203           Ascii... interpreters. (difficult)
205         - poor man's ascii output possible?
206         - MusiXTeX output possible? (would have to be done before break calc.)
207         - NIFF ?
208         - Common Music Notation
209         - PostScript output (esp. Beams, Slurs, etc)
210         - Move all Score_elems, into libmutype.a
212         * Documentation
213         - Doc Mutopia (Music To The People) 
214         - Doc (C) stuff of sheet music
215         - a better format?  SGML?  TeX?  Info?
216         - a tutorial
218         * TeX spanners , use texbeam.cc as an example (smallish)
219         - Glissando
220         - trill
221         - bracket
223         * Rewrite Stem, Beam and Rhythmic_grouping (hairy)
224         - [c8. c32 c32]
225         - doc on Rhythmic_grouping
226         - general shaving on Beam and Stem
227         - use plet grouping
228         - separate visual from rhythmic info even more
229         - beams over bars
231         * Redo fonts
232         - adapt for multiple font sizes.
234         * lines:
235         - Ledger lines, should be separate item: Ledger_lines, Ledger_lines
236         - set different line sizes / thicknesses
237         - beam stem showthrough, inter beam sizes (french vs german style)
239         * Collisions
240         - left/right note balls should be handled by Collision:
241         < \multi 2; { \stem 1; <b c> } { <f as b> } >
243         * Keys:
244         - merge key{item} & localkey{item}?
245         - do conventional keys (C G A, F B E, a e fis, d as des, etc ), 
246           besides lists of flats/sharps, possibly via declaration
247         - key transposition. 
248         - key undo: \key bes; .. . \key; should print natural   
249         - special key: \key bes 'b bis';
250         - spacing, national styles?
252         * Support for TAB
253         - redo Notehead to allow digits as heads
254         - add a \tablature {} lexer mode for easy entering
256         * should adjust stemlength for flag number.
258         * breaking:
259         - caching breakpoints
260         - saving them
261         - allowing users to set them.
262         - penalties
263         - specify number of lines
265         * Rhythmic staff.
267         * Baroque superstaff
269 SEVERELY LACKING:
271         * SPEED!
273         * multibar rests
275         * markers
278 INPUTLANGUAGE
280         * c4 4 4 4 for c4 c4 c4 c4?
282         * neatly (and readably) expressing concurrent
283         voices
285         * <c f a>4 ?
287         * Viola mode?
289                 @c c g e g 
290         for
291                 c g es g, 
293                 @A c g e g
294         for
295                 cis gis e gis
297         * relative mode for pitch entering
299         * bracket (bracketplets)
301         * configure pitch_byte
303         * rest name configurable
305         * Raw request syntax
307 SMALLISH PROJECTS
309         * progress when creating MIDI elts.
311         * A range for context errors (eg. mark both { and }. )
313         * lyric in staff  (sharpsharp in staff, text below)
315         * write Dynamic_line (to group dynamics horizontally)
317         * use Real for all y positions.
318         - use translate_axis( .. ,Y_AXIS) 
320         * half-sharps, half-flats
322         * adaptive accidental spacing.
324         * handle EOF graciously in error messages.
326         * caching Item/spanner dimensions.
328         * centered whole rest
330         * qtor, btor, mtor-> tor( QUIET_ver ), tor( DEBUG_ver ), etc.
331         - use tors feature in lily (?)
333         * declare notenametab?
335         * midi esp.: use I32 iso int where 32 bits are needed (or assumed...)
337         * Flower types:
338         - A decent scalar type
339         - String hash
340         - Pointer hash
342         * binsearch/hash for identifiers
344         * stafftypes: voice names/ instrument names.
346         * TeX stuff:    
347         - Decent TeX titledefs (\tempo, \metron, etc. )
348         - decent TeX page layout
350         * lily \tempo
352         * C meter iso 4/4, idem for alla breve, etc.
354         * textspanner: center position
356         * Brackets
357         
358         * Scripts:
359         - stack scripts in chords:
360           % fingering:        footing:
361             < a-4 c-2 g-1 >   < c-\ltoe e-\lheel >
362         - script-spacing
363         - slur parts as a script
364         - stack parameterised scripts for fingering and footing:
366             % toe to bheel   four to five
367             %   ^_u            4_5  
368             %     -                           
369             %  --|x--         --|x--
370             %  --|---         --|---
371             %  --|---         --|---
372           (where "to" is a tiny bow)
374         * auxilliary file for caching info.
376         * Text_crescendo
378         * clean solution for staffsize in items.
380         * revise calcideal
382         * volta
384 IDEAS
386         * Output abstract data structures associated with
387 Mudela.
389         * create libmudela, or liblily_frontend
391         * move MIDI stuff (including Quantization) to a ANSI C libmidi library.
393         * use an embedded language: Python, Scheme
394         for: 
395                 - Score_elems
396                 - Engraver
397                 - Translators
398                 - Complex mudela?
400         * y -dims in internote? Staff-space? X-dimensions?
402         * Spacing_request for manually adjusting spacing
404         * caching breakpoints
406         * #c <-> cis
408         * breath marks 
410         * used fixedpoint arithmetic for min. energy.
412         * move towards incremental algorithms.
414         * far fetched language ideas
415         - design meta-language like TeX and Metafont
416         - programming/macros input
418         * Global type registration.
420                 My_class * p = create_object( My_class )
421                 Type t = get_type ( *p );
422                 if ( t <= get_type( q ))
423                         ..
425         * naming of Voice_group/Voice
427         * versioning stuff (cvt mudela, mudela, etc.)
429         * a real convert-mudela
431         * dots into separate item.
433         * use String iso Text_def for lyrics.
435         * Klavarskribo?
437         * lyrics in chords still fuck up.
439         * rewire acknowledge_element() logic with a process_acknowledged()
441         * pushgroup/popgroup
443         * multi threading?
444           - 1 thread per element/ 1 thread per line
445           - 1 thread per Translator
447         * Use hooks/dependency graphs for properties