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