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