]> git.donarmstrong.com Git - lilypond.git/blob - TODO
release: 0.1.61
[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/urg
8
9 0.2:
10
11         * add a Duration_convert memberr to Duration_iter to set parameters.
12         Junk global duration settings. 
13  
14         * deps for ly2dvi
15
16         * depracate \duration
17
18         * clean up abbrev/plet/beam/abbrevbeam/duration mess in parser.
19
20         * minimum length second part broken tie
21  
22         * lowest beam of (UP) beam must never be lower than second staffline
23
24         * multibar rests
25
26         * make lily output make dependencies.
27
28         * make sure that columns never touch
29           old hack at spring-spacer.cc:690 seems to be broken
30  
31         * latex mutopia/los-toros-oboe-16.tex: max memsize
32  
33         * fix position of bar number
34  
35         * fix website.
36
37         * libtoolize flowerlib
38
39         * shared lib
40
41         * bf: abbrevbeam? 
42
43         * robustify Beam (in case of no stems, 32nd notes)
44
45         * fix silly " "2*12 a4 (=4*12) sticky plet 
46
47         * check for groff / troff/ nroff et
48
49         * use kpsepath to find all TeX dirs
50         - configure.in 
51         - clean-fonts.sh
52
53         * mudela-convert.
54
55         * nicen examples:
56         - remove all \multi
57         - break-up heavily-nested score blocks
58
59         * disable spaces in TeX stuff
60         
61         * handle ^C for tmp/file creation.
62
63         * WWW mirror/archive for the mailing lists.
64
65         * dots & rest collisions.
66
67         * add a screenshot to the website. :)
68
69         * documentation
70         - introduction?
71         - info?
72         - LaTeX?
73         - more manpages?
74
75         * naming Mozarella, Madeira, Muella?
76
77         * versioning for Feta
78
79         * the warning about the negative slur/tie length appears twice
80         which is irritating.
81
82         * The `3' in the meter key is a one or two pixels too thin (at 600dpi)
83         in the middle:
84
85         * the tenuto script is too long and too thin
86
87         * better hshift (dots, distance, head dependent)
88
89         * stem len adjustable
90
91 STUFF
92         * convert-mudela:
93         - make smarter
94         - fix convert-mudela -e *.ly ;
95         - convert-mudela -e empty.ly
96         - redo in python.
97
98       * clefs (AG): The names I'd like are of the form
99
100             [FGC]n{[_^]8}   F, G or C clef, on nth line, subscripted
101                             or superscripted with an 8.
102         So:                 
103             G, G2, treble, (== current `violin') G clef on second line.
104             F, F4, bass    (== current `bass' )  F clef on fourth line
105             G_8, G2_8      G clef on 2nd line, with 8 subscript
106             G^8            G clef on 2nd line with 8 superscript
107             C1, soprano    (==current `soprano') C clef on first line.
108             C2,            (==current `mezzosoprano') C clef on second line
109             C3, alto       (==current `alto')      C clef on third line
110             C4, tenor      (==current `tenor')     C clef on fourth line
111             C5             (==current `baritone') C clef on fifth line)
112
113
114
115         * give Items/Spanners access to unbroken originals      
116
117         * scoping for properties
118
119         {       c4
120                 \multi 2  < { \stemup .. } { \stemdown .. } >
121                 c2 
122         }
123
124         this modifies \stem for the c2
125
126         * emacs mudela-mode
127
128         -  should handle block comments too.
129         -  handle lexer modes (\header, \melodic, \lyric) etc.
130         -  indentation
131         -  notenames?
132         -  fontlock: \melodic \melodic
133  
134
135         * use properties for:
136         - Text_style
137         - default_octave
138         - plet?
139         - default_duration?
140         - default abbreviation
141         - Staff_sym size
142         - default tempo.
143         - font size
144         - bartypes (get rid of derived Span_bar_engravers)
145         - cadenza mode? 
146         - MIDI instrument
147         - staff title
148
149         * page handling:
150         - PS output
151         - optimal pagebreaking.
152
153         * put errorlevel in Input class
154
155         * AFM for font input?
156
157
158 3RD PARTY BUGS:
159
160         * tried egcs 1.0.2: failed on lily/stem.cc -> flower/include/interval.hh
161           should narrow down and send bug report
162
163         * gcc 2.8.1: see ice and RESIZE_ICE
164
165         * xdvi: PS in magnifying glass.
166
167         * Fix profiling. gprof bugreport?
168
169         * GNU diff 2.7: diff -rN does not see a new directory with empty file
170
171         * GNU patch 2.1: <must find simple example> if patch chokes on a
172           hunk, or on allegedly unsorted hunks in a diff, it may stop 
173           without a trace of failure (create .rej file, print error or 
174           dump core) and just ignore any further diffs.
175
176 PROJECTS
177
178         * Unicode support?
179         - 16 bit Strings
180         - -u switch
181         - detect of 16/8 bit files
182         - examples to go with it.
183
184         * Spring_spacer:
185         - write a faster Spring_spacer (without matrices if possible)
186         - use straight LP to find minimal "fitting force"
187         - relate energybound to linelen unitspace fontsize etc.
188         - used fixed point fp
189
190         * \header
191         - output header info to MIDI too.
192
193
194         * Makefile stuff:
195         - shared lib on Solaris too.
196
197         * Add mudela-output to Rosegarden.
198
199         * a musical dictionary. See Documentation/vocabulary-*, other
200 languages:
201         - explanation
202         - italian
203         - german
204         - dutch
205         - swedish
206          .. ?
207
208         * chords
209         - guitar chords
210         - chord names
211         - basso continuo
212         - Syntax/parser
213         - MIDI output?
214         - typesetting
215
216         * integrate midi-elts from mi2mu and lily?
217
218         * Debug logs:
219         - derive lily_stream, Dstream, texstream from ostream?
220         - indentable stream as baseclass for TeX stream, lily stream, Dstream.
221         - use dstream feature in mi2mu
222         - integrate IO checking into stream class
223
224         * input converters
225         - NIFF?
226         - ABC? 
227         - SMDL?
228
229         * add to MIDI output:
230         - tempo change
231         - ornaments (and trills?)
232         - repeat
233         - slurs
234         - accents
235         - dynamics
236         - account for rhythmic position in measure
237         - etc.
238
239         * grace notes
240         - make separate class for Grace_*_engravers 
241         (which is at Voice_gravs level)
242         - make encapsulated spacing problems.
243
244         * accidentals per Voice_group
245
246         * Output class, handles : (smallish)
247         - help text /(c) notice?
248         - version line
249         - warning /errors/progress
250         - abort on error/warning; exit status
251         - quiet/ignore-version options
252         - logfile output
253
254         * piano staff
255
256         * elaborate Staff_side baseclass:
257         - scripts
258         - text
259         - slur start/end
260
261         * cautionary accidental
262
263         * Output an output format independent (ofi) typeset file; and 
264           make ofi2 TeX, MusiXTex, Display PostScript, PostScript,
265           Ascii... interpreters. (difficult)
266
267         - NIFF ?
268         - Common Music Notation
269         - PostScript output (esp. Beams, Slurs, etc)
270         - Move all Score_elems, into libmutype.a
271  
272         * Documentation
273         - Doc Mutopia (Music To The People) 
274         - Doc (C) stuff of sheet music
275         - a better format?  SGML?  TeX?  Info?
276         - a tutorial
277
278         * TeX spanners , use texbeam.cc as an example (smallish)
279         - Glissando
280         - trill
281
282         * Rewrite Stem, Beam and Rhythmic_grouping (hairy)
283         - [c8. c32 c32]
284         - doc on Rhythmic_grouping
285         - general shaving on Beam and Stem
286         - use plet grouping
287         - separate visual from rhythmic info even more
288         - beams over bars
289
290         * Redo fonts
291         - adapt for multiple font sizes.
292
293         * lines:
294         - Ledger lines, should be separate item: Ledger_lines, Ledger_lines
295         - set different line sizes / thicknesses
296         - beam stem showthrough, inter beam sizes (french vs german style)
297
298         * Collisions
299         - left/right note balls should be handled by Collision:
300         < \multi 2; { \stem 1; <b c> } { <f as b> } >
301
302         * Keys:
303         - merge key{item} & localkey{item}?
304         - do conventional keys (C G A, F B E, a e fis, d as des, etc ), 
305           besides lists of flats/sharps, possibly via declaration
306         - key transposition. 
307         - key undo: \key bes; .. . \key; should print natural   
308         - special key: \key bes 'b bis';
309         - spacing, national styles?
310
311         * Support for TAB
312         - redo Notehead to allow digits as heads
313         - add a \tablature {} lexer mode for easy entering
314
315         * should adjust stemlength for flag number.
316
317         * breaking:
318         - caching breakpoints
319         - saving them
320         - penalties
321         - specify number of lines
322
323         * Rhythmic staff.
324
325         * markers
326
327
328 INPUTLANGUAGE
329
330         * c4 4 4 4 for c4 c4 c4 c4?
331
332         * neatly (and readably) expressing concurrent
333         voices
334
335         * <c f a>4 ?
336
337         * Viola mode?
338
339                 @c c g e g 
340         for
341                 c g es g, 
342
343                 @A c g e g
344         for
345                 cis gis e gis
346
347         * relative mode for pitch entering
348
349         * bracket (bracketplets)
350
351         * configure pitch_byte
352
353         * rest name configurable
354
355         * Raw request syntax
356
357 SMALLISH PROJECTS
358
359         * progress when creating MIDI elts.
360
361         * A range for context errors (eg. mark both { and }. )
362
363         * lyric in staff  (sharpsharp in staff, text below)
364
365         * write Dynamic_line (to group dynamics horizontally)
366
367         * use Real for all y positions.
368         - use translate_axis( .. ,Y_AXIS) 
369
370         * half-sharps, half-flats
371
372         * adaptive accidental spacing.
373
374         * handle EOF graciously in error messages.
375 oo
376         * caching Item/spanner dimensions.
377
378         * centered whole rest
379
380         * qtor, btor, mtor-> tor( QUIET_ver ), tor( DEBUG_ver ), etc.
381         - use tors feature in lily (?)
382
383         * declare notenametab?
384
385         * midi esp.: use I32 iso int where 32 bits are needed (or assumed...)
386
387         * Flower types:
388         - A decent scalar type
389         - String hash
390         - Pointer hash
391
392         * binsearch/hash for identifiers
393
394         * stafftypes: voice names/ instrument names.
395
396         * TeX stuff:    
397         - Decent TeX titledefs (\tempo, \metron, etc. )
398         - decent TeX page layout
399
400         * lily \tempo
401
402         * C meter iso 4/4, idem for alla breve, etc.
403
404         * textspanner: center position
405
406         * Brackets
407         
408         * Scripts:
409         - stack scripts in chords:
410           % fingering:        footing:
411             < a-4 c-2 g-1 >   < c-\ltoe e-\lheel >
412         - script-spacing
413         - slur parts as a script
414         - stack parameterised scripts for fingering and footing:
415
416             % toe to bheel   four to five
417             %   ^_u            4_5  
418             %     -                           
419             %  --|x--         --|x--
420             %  --|---         --|---
421             %  --|---         --|---
422           (where "to" is a tiny bow)
423
424         * auxilliary file for caching info.
425
426         * Text_crescendo
427
428         * clean solution for staffsize in items.
429
430         * revise calcideal
431
432         * volta
433
434 IDEAS
435
436         * Output data structures of Mudela in XML/SGML.
437
438         * create libmudela, or liblily_frontend
439
440         * move MIDI stuff (including Quantization) to a ANSI C libmidi library.
441
442         * use an embedded language: Python, Scheme
443         for: 
444                 - Score_elems
445                 - Engraver
446                 - Translators
447                 - Complex mudela?
448
449         * y -dims in internote? Staff-space? X-dimensions?
450
451         * Spacing_request for manually adjusting spacing
452
453         * caching breakpoints
454
455         * #c <-> cis
456
457         * breath marks 
458
459         * used fixedpoint arithmetic for min. energy.
460
461         * move towards incremental algorithms.
462
463         * far fetched language ideas
464         - design meta-language like TeX and Metafont
465         - programming/macros input
466
467         * Global type registration.
468
469                 My_class * p = create_object( My_class )
470                 Type t = get_type ( *p );
471                 if ( t <= get_type( q ))
472                         ..
473
474         * versioning stuff (cvt mudela, mudela, etc.)
475
476         * a real convert-mudela
477
478         * dots into separate item.
479
480         * use String iso Text_def for lyrics.
481
482         * Klavarskribo?
483
484         * lyrics in chords still fuck up.
485
486         * pushgroup/popgroup
487
488         * Use hooks/dependency graphs for properties