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