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