]> git.donarmstrong.com Git - lilypond.git/blob - TODO
release: 0.1.35
[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 0.2:
10         * handle ^C for tmp/file creation.
11
12         * PS for beams.
13
14         * add a screenshot to the website. :)
15
16         * fix stdin input
17
18         * LILYSOURCEDIR
19         
20         * documentation
21
22         * spurious "Junk beam" warnings
23
24         * standchen: warning: Excentric column (Meter dims?)
25
26         * naming Mozarella, Madeira, Muella?
27
28         * versioning for Feta
29
30         * bf: abbrevs over whole note
31
32         * bf: wtk1-fug2 ending
33
34 STUFF
35
36         * give Items/Spanners access to unbroken originals      
37
38         * scoping for properties
39
40         {       c4
41                 \multi 2  < { \stemup .. } { \stemdown .. } >
42                 c2 
43         }
44
45         this modifies \stem for the c2
46
47         * use properties for:
48         - Text_style
49         - default_octave
50         - plet?
51         - default_duration?
52         - default abbreviation
53         - Staff_sym size
54         - default tempo.
55         - font size
56         - bartypes (get rid of derived Span_bar_engravers)
57         - cadenza mode? 
58         - MIDI instrument
59         - staff title
60
61         * optimal pagebreaking.
62
63         * put errorlevel in Input class
64
65         * AFM for font input?
66
67 3RD PARTY BUGS:
68
69         * Rational infty(HUGE_VAL) on glibc / w32
70
71         * Fix profiling. gprof bugreport?
72
73 PROJECTS
74
75         * Unicode support?
76         - 16 bit Strings
77         - -u switch
78         - detect of 16/8 bit files
79         - examples to go with it.
80
81         * Spring_spacer:
82         - write a faster Spring_spacer (without matrices if possible)
83         - use straight QP to find minimal "fitting force"
84         - relate energybound to linelen unitspace fontsize etc.
85         - used fixed point fp
86
87         * \header
88         - write perl/python script for handling it into databases
89         - write TeX macros to generate titles
90         - adapt make-website to use \header info.
91         - output header info to MIDI too.
92
93
94         * Makefile stuff:
95         - Use Automake
96         - shared lib on Solaris too.
97         - check libtool
98         - generate stuff in out/default, out/sun5-irix etc iso out/ 
99         and out-sun5/
100
101         * Add mudela-output to Rosegarden.
102
103         * a musical dictionary. See Documentation/vocabulary-*, other
104 languages:
105         - italian
106         - german
107         - dutch
108         - swedish
109          .. ?
110
111         * chords
112         - guitar chords
113         - chord names
114         - basso continuo
115         - Syntax/parser
116         - MIDI output?
117         - typesetting
118
119         * integrate midi-elts from mi2mu and lily?
120
121         * Debug logs:
122         - derive lily_stream, Dstream, texstream from ostream?
123         - indentable stream as baseclass for TeX stream, lily stream, Dstream.
124         - use dstream feature in mi2mu
125         - integrate IO checking into stream class
126
127         * input converters
128         - NIFF?
129         - ABC? 
130         - SMDL?
131
132         * add to MIDI output:
133         - tempo change
134         - repeat
135         - slurs
136         - dynamics etc.
137
138         * grace notes
139         - make separate class for Grace_*_engravers 
140         (which is at Voice_gravs level)
141         - make encapsulated spacing problems.
142
143         * On-demand loading of simple-engravers?
144
145         * accidentals per Voice_group
146
147         * Convert all ref/bib stuff into BibTeX.
148
149         * Output class, handles : (smallish)
150         - help text /(c) notice?
151         - version line
152         - warning /errors/progress
153         - abort on error/warning; exit status
154         - quiet/ignore-version options
155         - logfile output
156
157         * piano staff
158
159         * elaborate Staff_side baseclass:
160         - scripts
161         - text
162         - slur start/end
163
164         * Output an output format independent (ofi) typeset file; and 
165           make ofi2 TeX, MusixTex, Display PostScript, PostScript,
166           Ascii... interpreters. (difficult)
167
168         - poor man's ascii output possible?
169         - MusixTeX output possible? (would have to be done before break calc.)
170         - NIFF ?
171         - Common Music Notation
172         - PostScript output (esp. Beams, Slurs, etc)
173         - Move all Score_elems, into libmutype.a
174  
175         * Documentation
176         - Doc Mutopia (Music To The People) 
177         - Doc (C) stuff of sheet music
178         - a tutorial
179
180         * TeX spanners , use texbeam.cc as an example (smallish)
181         - Glissando
182         - trill
183         - bracket
184
185         * Rewrite Stem, Beam and Rhythmic_grouping (hairy)
186         - [c8. c32 c32]
187         - doc on Rhythmic_grouping
188         - general shaving on Beam and Stem
189         - use plet grouping
190         - separate visual from rhythmic info even more
191         - beams over bars
192
193         * Redo fonts
194         - adapt for multiple font sizes.
195
196         * lines:
197         - Ledger lines, should be separate item: Ledger_lines, Ledger_lines
198         - set different line sizes / thicknesses
199         - beam stem showthrough, inter beam sizes (french vs german style)
200
201         * Collisions
202         - left/right note balls should be handled by Collision:
203         < \multi 2; { \stem 1; <b c> } { <f as b> } >
204
205         * Keys:
206         - merge key{item} & localkey{item}?
207         - do conventional keys (C G A, F B E, a e fis, d as des, etc ), 
208           besides lists of flats/sharps, possibly via declaration
209         - key transposition. 
210         - key undo: \key bes; .. . \key; should print natural   
211         - special key: \key bes 'b bis';
212         - spacing, national styles?
213
214         * Support for TAB
215         - redo Notehead to allow digits as heads
216         - add a \tablature {} lexer mode for easy entering
217
218         * should adjust stemlength for flag number.
219
220         * breaking:
221         - caching breakpoints
222         - saving them
223         - allowing users to set them.
224         - penalties
225         - specify number of lines
226         - set linelength per line
227
228         * Rhythmic staff.
229
230         * Baroque superstaff
231
232 SEVERELY LACKING:
233
234         * SPEED!
235
236         * multibar rests
237
238         * markers
239
240
241 INPUTLANGUAGE
242
243         * c4 4 4 4 for c4 c4 c4 c4?
244
245         * neatly (and readably) expressing concurrent
246         voices
247
248         * <c f a>4 ?
249
250         * Viola mode?
251
252                 @c c g e g 
253         for
254                 c g es g, 
255
256                 @A c g e g
257         for
258                 cis gis e gis
259
260         * relative mode for pitch entering
261
262         * bracket (bracketplets)
263
264         * configure pitch_byte
265
266         * rest name configurable
267
268         * Raw request syntax
269
270 SMALLISH PROJECTS
271
272         * progress when creating MIDI elts.
273
274         * A range for context errors (eg. mark both { and }. )
275
276         * lyric in staff  (sharpsharp in staff, text below)
277
278         * write Dynamic_line (to group dynamics horizontally)
279
280         * use Real for all y positions.
281         - use translate_axis( .. ,Y_AXIS) 
282
283         * half-sharps, half-flats
284
285         * adaptive accidental spacing.
286
287         * unix style paths for LILYINCLUDE env
288
289         * handle EOF graciously in error messages.
290
291         * caching Item/spanner dimensions.
292
293         * centered whole rest
294
295         * qtor, btor, mtor-> tor( QUIET_ver ), tor( DEBUG_ver ), etc.
296         - use tors feature in lily (?)
297
298         * declare notenametab?
299
300         * midi esp.: use I32 iso int where 32 bits are needed (or assumed...)
301
302         * parshape
303
304         * Flower types:
305         - A decent scalar type
306         - String hash
307         - Pointer hash
308
309         * binsearch/hash for identifiers
310
311         * stafftypes: voice names/ instrument names.
312
313         * TeX stuff:    
314         - Decent TeX titledefs (\tempo, \metron, etc. )
315         - decent TeX page layout
316
317         * lily \tempo
318
319         * C meter iso 4/4, idem for alla breve, etc.
320
321         * textspanner: center position
322
323         * Brackets
324         
325         * Scripts:
326         - stack scripts in chords:
327           % fingering:        footing:
328             < a-4 c-2 g-1 >   < c-\ltoe e-\lheel >
329         - script-spacing
330         - slur parts as a script
331         - stack parameterised scripts for fingering and footing:
332
333             % toe to bheel   four to five
334             %   ^_u            4_5  
335             %     -                           
336             %  --|x--         --|x--
337             %  --|---         --|---
338             %  --|---         --|---
339           (where "to" is a tiny bow)
340
341         * auxilliary file for caching info.
342
343         * Text_crescendo
344
345         * clean solution for staffsize in items.
346
347         * revise calcideal
348
349         * volta
350
351 IDEAS
352
353         * Output abstract data structures associated with
354 Mudela.
355
356         * create libmudela, or liblily_frontend
357
358         * move MIDI stuff (including Quantization) to a ANSI C libmidi library.
359
360         * use an embedded language: Python, Scheme
361         for: 
362                 - Score_elems
363                 - Engraver
364                 - Translators
365                 - Complex mudela?
366
367         * y -dims in internote? Staff-space? X-dimensions?
368
369         * Spacing_request for manually adjusting spacing
370
371         * caching breakpoints
372
373         * #c <-> cis
374
375         * breath marks 
376
377         * used fixedpoint arithmetic for min. energy.
378
379         * move towards incremental algorithms.
380
381         * far fetched language ideas
382         - design meta-language like TeX and Metafont
383         - programming/macros input
384
385         * Global type registration.
386
387                 My_class * p = create_object( My_class )
388                 Type t = get_type ( *p );
389                 if ( t <= get_type( q ))
390                         ..
391
392         * naming of Voice_group/Voice
393
394         * benchmark band_matrices.
395
396         * versioning stuff (cvt mudela, mudela, etc.)
397
398         * a real convert-mudela
399
400         * dots into separate item.
401
402         * use String iso Text_def for lyrics.
403
404         * use position 0 for center of staff iso bottom.
405
406         * Klavarskribo?
407
408         * lyrics in chords still fuck up.
409
410         - rewire acknowledge_element() logic with a process_acknowledged()
411
412         * pushgroup/popgroup
413
414         * multi threading?
415           - 1 thread per element/ 1 thread per line
416           - 1 thread per Translator
417
418         * Use hooks/dependency graphs for properties