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