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