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