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