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