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