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