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