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