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