]> git.donarmstrong.com Git - lilypond.git/blob - TODO
release: 0.0.65
[lilypond.git] / TODO
1 Features you cannot find in the doco as working, should be mentioned her.
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
10 IMPORTANT
11         * add mi2mu example output (.midi.ly and .gif) to website
12
13         * piano staff
14
15         * decent spacing
16         
17         * implement better breaking algorithm
18
19         * update 20 pt table
20         
21         * use Hungarian throughout code
22
23         * decent TeX page layout
24
25         * per-pstaff item-widths [JCN]
26
27         * script priority
28
29         * a Hands on tutorial [HKN]
30
31 PROJECTS
32         * Output class, handles : (smallish)
33         - help text /(c) notice?
34         - version line
35         - warning /errors/progress
36         - abort on error/warning; exit status
37         - quiet/ignore-version options
38         - logfile output
39
40         * elaborate Staff_side baseclass:
41         - scripts
42         - text
43         - slur start/end
44
45         * Output an output format independent (ofi) typeset file; and 
46           make ofi2 TeX, MusixTex, PostScript, Ascii... interpreters. (difficult)
47         - poor man's ascii output possible?
48         - MusixTeX output possible? (would have to be done before break calc.)
49         - NIFF ?
50         - PostScript output (esp. Beams, Slurs, etc)
51         - Move PScore, Items, Spanners etc. into libmutype.a
52
53
54         * separate Score_elem settings in user-settable (properties
55         .. ) and non-user-settable part.
56
57         * TeX spanners , use texbeam.cc as an example (smallish)
58         - Glissando
59         - trill
60         - bracket
61
62         * Rewrite Beam and Rhythmic_grouping (hairy)
63         - [c8. c32 c32]
64         - interbeam height
65         - doc on Rhythmic_grouping
66         - general shaving
67         - use plet grouping
68         - abbreviations [c2 c2]1/2
69         - separate visual from rhythmic info even more
70         - beams over bars
71
72         * Redo MIDI output to use Registers: (Difficult)
73         - remember more horizontal info than melodics:
74         - tempo change
75         - repeat
76         - slurs
77         - dynamics etc.
78
79
80         * Redo font support 
81         - use GSharp fonts?
82         - rename mf fonts to avoid conflicts with musixtex
83         - check (c) issues
84         - use own fonts/update musixtex fonts/find older (c)-less fonts
85         - hack up mf sources for decent spacing info (and then 
86         read AFM/TFM directly, for text too)
87
88
89         * lines:
90         - Ledger lines, should be separate item: Ledger_lines, Ledger_lines_reg
91         - set different line sizes / thicknesses
92         - stem down too far right
93         - beam stem showthrough, inter beam sizes (french vs german style)
94
95         * Collisions
96         - bring Collision::do_pre_processing to haircutter
97         - left/right note balls should be handled by Collision:
98         < \multivoice { \stem 1; <b c> } { <f as b> } >
99
100         * Keys:
101         - merge key{item} & localkey{item}?
102         - do conventional keys (C G A, F B E, a e fis, d as des, etc ), 
103           besides lists of flats/sharps, possibly via declaration
104         - key transposition. 
105         - key undo: \key bes; .. . \key; should print natural   
106         - special key: \key 'b bes bis';
107         - spacing, national styles?
108
109 PARSER
110         * Duration -> Musical_duration, typedef Rational Duration?
111
112 **********************
113 HKN buglist:
114
115 noten staan vaak te dicht aan de rechterkant van de maatstreep.
116
117 tekst staat erg ver van notenbalken af
118
119 waarom geen ; achter dingen in \paper? (\textwidth 180\mm)
120 (sowieso: wanneer wel en geen ; ?)
121
122 Onduidelijk wanneer wel en geen \ voor een woord. Maak liever
123 verplichte regels
124
125 ****************
126
127 BUGS
128         * spurious Weird stem size warnings
129
130         * staccato dot positions.
131
132         * stacked scripts.
133
134         * lilypond - -> crash
135
136         * chlapik balk ruimte 
137
138         * standchen triool beam up/down
139
140 SEVERELY LACKING:
141
142         * SPEED!
143
144         * grace notes
145
146
147 FURTHER FOR ORCHESTRAL SCORE:
148
149         * multibar rests
150
151         * barnumbers, markers
152
153         * abbreviations c4=16
154
155         * doublebar "||", finishbar "|||" (or "||." ?)
156
157 INPUTLANGUAGE
158
159         * should have \require{package.ly} to read req'd packages.
160
161         * relative mode for pitch entering
162
163         * bracket (bracketplets)
164
165         * \duration 8; e*2/3
166
167         * configure pitch_byte
168
169         * figured bass?
170
171         * rest name configurable
172
173         * Raw request syntax
174
175         * subtime with Subtle_reqs
176
177 PROJECTS
178
179         * Do RTTI i.s.o. static_name(), name() and request-junk.
180
181         * add remove() methods to all items/spanners.
182
183 SMALLISH PROJECTS
184
185         * handle do_substitute_dependency in more derived classes.
186
187         * replace member access by get()/set() methods, to enable
188         future embedded code.
189
190         * --fast/--draft: leave out constraints
191
192         * write Dynamic_line (to group dynamics horizontally)
193
194         * write Rest_collision
195
196         * use Real for y positions.
197
198         * shared lib on Solaris too.
199
200         * bugreport to doc++ devel: struct not in class hier; public
201         virtual baseclasses
202
203         * cleanup lily-proto.hh and proto.hh
204
205         * half-sharps, half-flats
206
207         * adaptive accidental spacing.
208
209         * Score_elem invible_b_ flag
210         
211         * unix style paths for LILYINCLUDE env
212
213         * indentable stream as baseclass for TeX stream, lily stream, Dstream.
214
215         * handle EOF graciously in error messages.
216
217         * caching Item/spanner dimensions.
218
219         * centered whole rest
220
221         * caching breakpoints / saving them. 
222
223         * use dstream feature in mi2mu
224
225         * qtor, btor, mtor-> tor( QUIET_ver ), tor( DEBUG_ver ), etc.
226         - use tors feature in lily (?)
227
228         * declare symtab
229
230         * declare notenametab?
231
232         * midi esp.: use I32 iso int where 32 bits are needed (or assumed...)
233
234         * parshape
235
236         * read from mmap directly: bugreport to flex developers->
237         yy_scan_buffer in C++..
238
239         * binsearch/hash for identifiers
240
241         * stafftypes: voice names/ instrument names.
242
243         * Decent TeX titledefs (\tempo, \metron, etc. )
244
245         * C meter iso 4/4, idem for alla breve, etc.
246
247         * textspanner: center position
248
249         * script-spacing
250
251         * Brackets
252
253         * caching of Register_group_register hierarchies.
254
255         * use (char *) iso. String for communication between lexer and
256         parser.
257
258         * configure idealspacing: arithmetic spacing
259
260         * LilyPond .deb. Other packaging methods?
261
262         * detect -pipe
263
264
265 DOC
266         * Score_elem structure.
267
268         * all errors
269         
270         * config of TeX macros
271
272         * a test suite
273
274         * hacking-HOWTO
275
276 FUTURE
277
278         * auxilliary file for caching info.
279
280         * Reg_configure_request
281
282         * slur parts as a script
283         
284         * mixed fontsizes
285
286         * put scripts on bars
287
288         * guitar chord
289
290         * Junk Staff_column, and find the requests while walking the Voices.?
291
292         * better beamslope calculation: QLP for beams?
293
294         * Text_crescendo
295
296         * clean solution for staffsize in items.
297
298         * revise calcideal
299
300         * volta
301
302         * piano staff
303
304         * vertical spanner
305
306 IDEAS
307         * derive PCol from Score_elem?
308
309         * scoping in Lexer: do general id- assignments in mudela.
310
311         ID '=' EXPR;
312
313         * create libmudela, or liblily_frontend
314
315         * move MIDI stuff (including Quantization) to a ANSI C libmidi library.
316
317         * use an embedded language: Python
318         for: 
319                 - Score_elems
320                 - Registers
321                 - Complex mudela?
322
323         * y -dims in internote?
324
325         * merge Atom and Symbol?
326
327         * merge common code of Item, Atom/Molecule
328
329         * Spacing_request for manually adjusting spacing
330
331         * Staff_group, Score_request_register.
332
333         * Meters/bars should be aligned, which is difficult if
334         we get different keychanges in different staffs.
335
336         * Horizontal_align item for meter,bar etc.
337
338         * caching breakpoints
339
340         * #c <-> cis
341
342         * breath marks 
343
344         * used fixedpoint arithmetic for min. energy.
345
346         * default convert mudela-file.ly -> mudela-file.tex
347           - rename {standchen,scsii-menuetto,...}.tex
348
349         * (related with above) --simple-mudela option for lily,
350           to lily input files with one-voice simple mudela 
351           (no red tape)
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.