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