]> git.donarmstrong.com Git - lilypond.git/blob - TODO
release: 0.1.42
[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         * use kpsepath to find all TeX dirs
11         - configure.in 
12         - clean-fonts.sh
13         
14         * check for abs()
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         * LILYSOURCEDIR
35         
36         * documentation
37         - info?
38         - LaTeX?
39         - more manpages?
40
41         * naming Mozarella, Madeira, Muella?
42
43         * versioning for Feta
44
45         * bf: abbrevs over whole note
46
47 STUFF
48
49
50         * give Items/Spanners access to unbroken originals      
51
52         * scoping for properties
53
54         {       c4
55                 \multi 2  < { \stemup .. } { \stemdown .. } >
56                 c2 
57         }
58
59         this modifies \stem for the c2
60
61         * use properties for:
62         - Text_style
63         - default_octave
64         - plet?
65         - default_duration?
66         - default abbreviation
67         - Staff_sym size
68         - default tempo.
69         - font size
70         - bartypes (get rid of derived Span_bar_engravers)
71         - cadenza mode? 
72         - MIDI instrument
73         - staff title
74
75         * page handling:
76         - papersizes
77         - PS output
78         - optimal pagebreaking.
79
80         * put errorlevel in Input class
81
82         * AFM for font input?
83
84 3RD PARTY BUGS:
85
86         * xdvi: PS magnifying glass.
87
88         * Rational infty(HUGE_VAL) on glibc / w32
89
90         * Fix profiling. gprof bugreport?
91
92         * GS: /undefined in draw_beam after XDVI magnification.
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         * parshape
322
323         * Flower types:
324         - A decent scalar type
325         - String hash
326         - Pointer hash
327
328         * binsearch/hash for identifiers
329
330         * stafftypes: voice names/ instrument names.
331
332         * TeX stuff:    
333         - Decent TeX titledefs (\tempo, \metron, etc. )
334         - decent TeX page layout
335
336         * lily \tempo
337
338         * C meter iso 4/4, idem for alla breve, etc.
339
340         * textspanner: center position
341
342         * Brackets
343         
344         * Scripts:
345         - stack scripts in chords:
346           % fingering:        footing:
347             < a-4 c-2 g-1 >   < c-\ltoe e-\lheel >
348         - script-spacing
349         - slur parts as a script
350         - stack parameterised scripts for fingering and footing:
351
352             % toe to bheel   four to five
353             %   ^_u            4_5  
354             %     -                           
355             %  --|x--         --|x--
356             %  --|---         --|---
357             %  --|---         --|---
358           (where "to" is a tiny bow)
359
360         * auxilliary file for caching info.
361
362         * Text_crescendo
363
364         * clean solution for staffsize in items.
365
366         * revise calcideal
367
368         * volta
369
370 IDEAS
371
372         * Output abstract data structures associated with
373 Mudela.
374
375         * create libmudela, or liblily_frontend
376
377         * move MIDI stuff (including Quantization) to a ANSI C libmidi library.
378
379         * use an embedded language: Python, Scheme
380         for: 
381                 - Score_elems
382                 - Engraver
383                 - Translators
384                 - Complex mudela?
385
386         * y -dims in internote? Staff-space? X-dimensions?
387
388         * Spacing_request for manually adjusting spacing
389
390         * caching breakpoints
391
392         * #c <-> cis
393
394         * breath marks 
395
396         * used fixedpoint arithmetic for min. energy.
397
398         * move towards incremental algorithms.
399
400         * far fetched language ideas
401         - design meta-language like TeX and Metafont
402         - programming/macros input
403
404         * Global type registration.
405
406                 My_class * p = create_object( My_class )
407                 Type t = get_type ( *p );
408                 if ( t <= get_type( q ))
409                         ..
410
411         * naming of Voice_group/Voice
412
413         * benchmark band_matrices.
414
415         * versioning stuff (cvt mudela, mudela, etc.)
416
417         * a real convert-mudela
418
419         * dots into separate item.
420
421         * use String iso Text_def for lyrics.
422
423         * use position 0 for center of staff iso bottom.
424
425         * Klavarskribo?
426
427         * lyrics in chords still fuck up.
428
429         - rewire acknowledge_element() logic with a process_acknowledged()
430
431         * pushgroup/popgroup
432
433         * multi threading?
434           - 1 thread per element/ 1 thread per line
435           - 1 thread per Translator
436
437         * Use hooks/dependency graphs for properties