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