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