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