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