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