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