]> git.donarmstrong.com Git - lilypond.git/blob - TODO
e4b56d238191bafd75e10e170309541f94c44be4
[lilypond.git] / TODO
1
2 This is an assorted collection of stuff that will be done, might be
3 done, or is an idea that I want to think about
4
5 Most of the items are marked in the code as well, with full explanation. 
6 grep for TODO and ugh/ugr
7
8
9 IMPORTANT
10
11         * update 20 pt table
12
13         * use Hungarian throughout code
14
15         * rename mf fonts to avoid conflicts with musixtex
16
17         * decent TeX page layout
18
19         * per-pstaff item-widths [JCN]
20
21         * script priority
22
23         * use own fonts/update musixtex fonts
24
25         * a Hands on tutorial [HKN]
26
27 PROJECTS
28
29         * Output class, handles 
30         - help text /(c) notice?
31         - warning /errors/progress
32         - abort on error/warning; exit status
33         - quiet/ignore-version options
34         - logfile output
35
36         * elaborate Staff_side baseclass:
37         - scripts
38         - text
39         - slur start/end
40
41         * Output an output format independent (ofi) typeset file; and 
42           make ofi2 TeX, MusixTex, PostScript, Ascii... interpreters.
43         - poor man's ascii output possible?
44         - MusixTeX output possible? (would have to be done before break calc.)
45         - NIFF ?
46         - PostScript output (esp. Beams, Slurs, etc)
47
48         * TeX spanners , use texbeam.cc as an example
49         - Glissando
50         - trill
51         - bracket
52
53         * Rewrite Beam and Rhythmic_grouping
54         - [c8. c32 c32]
55         - interbeam height
56         - general shaving
57         - use plet grouping
58         - abbreviations [c2 c2]1/2
59         - separate visual from rhythmic info
60
61 PARSER
62         * Duration -> Musical_duration, typedef Rational Duration?
63
64 **********************
65 HKN buglist:
66
67 \bar || ook dunne streepjes? Sluit de balk niet af! (soms met de
68 ruimte van een hele maat erachter (bij unmatching staffs)
69
70 Hele rusten ook in andere maatsoort dan 4/4 (en centreren in de maat)
71
72 ------------------------\
73 barcheck failed in lyric mode -> assert (zie barcheck.ly) (0.0.57)
74 ------------------------/
75
76 noten staan vaak te dicht aan de rechterkant van de maatstreep.
77
78 optie om nummers/markers boven maatstrepen te zetten
79
80 tekst staat erg ver van notenbalken af
81
82 waarom geen ; achter dingen in \paper? (\textwidth 180\mm)
83 (sowieso: wanneer wel en geen ; ?)
84
85 Onduidelijk wanneer wel en geen \ voor een woord. Maak liever
86 verplichte regels
87
88 implementeren versieringen door duration *0 ofzo? (geeft nu assertion,
89 zie duration0.ly)
90
91 midi: instrumenten definieren?
92 midi: tempo halverwege het stuk wijzigen?
93 midi: gebonden noten niet herhalen?
94
95 Triolen enzo: het zou handig zijn als je het cijfer "3" ook _tussen_
96 twee noten kon plaatsen. Dat is bijvoorbeeld nodig in
97 c4*2/3 c8*2/3
98
99 ---------------\
100 \bar "||" \meter 6/8; op het eind van de regel staat door elkaar
101 gedrukt.
102 ****************
103
104 BUGS
105
106         * detect -pipe
107         
108         * staccato dot positions.
109
110         * stacked scripts.
111
112         * redo timing stuff <-> pulk to allow \meter 2/4; e2. to work
113         out correctly
114
115         * key transposition.
116
117         * help-lines for rests
118
119         * lilypond - -> crash
120
121         * chlapik balk ruimte 
122
123         * standchen triool beam up/down
124
125
126 SEVERELY LACKING:
127
128         * SPEED!
129
130         * grace notes
131
132 FURTHER FOR ORCHESTRAL SCORE:
133
134         * multibar rests
135
136         * barnumbers, markers
137
138         * abbreviations c4=16
139
140         * doublebar "||", finishbar "|||" (or "||." ?)
141
142 INPUTLANGUAGE
143
144         * relative mode for pitch entering
145
146         * \duration 8; e*2/3
147
148
149         * configure pitch_byte
150
151         * special key.
152
153         * figured bass?
154
155         * rest name configurable
156
157         * Raw request syntax
158
159         * subtime with Subtle_reqs
160
161 SMALLISH PROJECTS
162
163         * write Dynamic_line (to group dynamics horizontally)
164
165         * write Rest_collision
166
167         * use Real for y positions.
168
169         * shared lib on Solaris too.
170
171         * bugreport to doc++ devel: struct not in class hier; public
172         virtual baseclasses
173
174         * cleanup lily-proto.hh and proto.hh
175
176         * half-sharps, half-flats
177         
178         * key undo
179
180         * unix style paths for LILYINCLUDE EN
181
182         * indentable stream as baseclass for TeX stream, lily stream, Dstream.
183
184         * caching Item/spanner dimensions.
185
186         * key transposition
187         
188         * caching breakpoints / saving them. 
189
190         * use dstream feature in mi2mu
191
192         * qtor, btor, mtor-> tor( QUIET_ver ), tor( DEBUG_ver ), etc.
193
194         - declare notenametab?
195
196         * use tors feature in lily
197
198         * do conventional keys (C G A, F B E, a e fis, d as des, etc ), 
199           besides lists of flats/sharps
200
201         * update for T70 fonts or newer
202
203         * midi esp.: use I32 iso int where 32 bits are needed (or assumed...)
204
205         * parshape
206
207         * read from mmap directly: bugreport to flex developers->
208         yy_scan_buffer in C++..
209
210         * binsearch/hash for identifiers
211
212         * stafftypes: voice names/ instrument names.
213
214         * Decent TeX titledefs (\tempo, \metron, etc. )
215
216         * C meter iso 4/4
217
218         * textspanner: center position
219
220         * script-spacing
221
222         * Brackets
223
224         * caching of Register_group_register hierarchies.
225
226         * use (char *) iso. String for communication between lexer and
227         parser.
228
229         * configure idealspacing: arithmetic spacing
230
231         * midi output: eat-up dynamic, key/meter/tempo changes, and
232 write them neatly
233
234         * LilyPond .deb
235
236 DOC
237
238         * beam generation.
239
240         * all errors
241
242         * a test suite
243
244 FUTURE
245
246         * Reg_configure_request
247
248         * bring Collision::do_pre_processing to haircutter
249
250         * slur parts as a script
251         
252         * mixed fontsizes
253
254         * put scripts on bars
255
256         * guitar chord
257
258         * Junk Staff_column, and find the requests while walking the Voices.?
259
260         * MIDI repeat: make lily understand repeats
261
262         * better beamslope calculation: QLP for beams?
263
264         * implement better breaking algorithm
265
266         * Text_crescendo
267
268         * clean solution for staffsize in items.
269
270         * merge key{item} & localkey{item}?
271
272         * revise calcideal
273
274         * volta
275
276         * piano staff
277
278         * vertical spanner
279
280 IDEAS
281
282         * scoping in Lexer: do general id- assignments in mudela.
283
284         ID '=' EXPR;
285
286         * integrate Register/Midi stuff
287
288         * create libmudela, or liblily_frontend
289
290         * move MIDI stuff (including Quantization) to a ANSI C libmidi library.
291
292         * use an embedded language: Python, Scheme?
293         for : 
294                 - Items/Spanners
295                 - Registers
296                 - Complex mudela
297
298         * y -dims in internote?
299
300         * hack up mf sources for decent spacing info (and then 
301         read TFM directly, for text too)
302
303         * merge Atom and Symbol?
304
305         * merge common code of Item, Atom/Molecule
306         * Spacing_request for manually adjusting spacing
307
308         * Staff_group, Score_request_register.
309
310         * SHIT: meters/bars should be aligned, which is difficult if
311         we get different keychanges in different staffs.
312
313         * caching breakpoints
314
315         * #c <-> cis
316
317         * breath marks 
318
319         * used fixedpoint arithmetic for min. energy.
320
321         * default convert mudela-file.ly -> mudela-file.tex
322           - rename {standchen,scsii-menuetto,...}.tex
323
324         * (related with above) --simple-mudela option for lily,
325           to lily input files with one-voice simple mudela 
326           (no red tape)
327
328         * stack scripts in chords:
329           % fingering:        footing:
330             < a-4 c-2 g-1 >   < c-\ltoe e-\lheel >
331
332         * parameterised scripts for fingering and footing:
333
334             % toe to bheel   four to five
335             %   ^_u            4_5  
336             %     -                           
337             %  --|x--         --|x--
338             %  --|---         --|---
339             %  --|---         --|---
340           (where "to" is a tiny bow)
341
342         * move towards incremental algorithms.