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