]> git.donarmstrong.com Git - lilypond.git/blob - TODO
patch::: 1.1.14.tca2
[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/urg
8
9 BUGS:
10         * c4 \! \> c4
11
12         * resurrect tremolo beams.
13
14         * gallina barlines.
15
16         * fix height of / collisions with lyrics (chords), 
17            see input/test/vertical-text.ly
18
19         * repeat/volta:
20           - one volta spanner per score
21           - repeat bars span staffs
22           - placement alternative number
23
24         * who is trying to print too (small/big) piano braces all the time?
25             warning: piano brace too small (16.000pt)
26
27         * latex bla.tex broken (titles / \lilyfooter stuff?)
28
29         * msgfmt -o check?
30
31         * \breathmark TeX macro 
32
33         * configure error if GUILE 1.3 not found
34
35         * configure error if no rtti (gcc 2.8 or egcs-1.1)
36
37         * catch GUILE errors?
38
39         * add new glyphs to font.ly
40
41         * formatting of input stuff. 
42
43         * \notes{ a \< b \cr } vs \notes{ a \< b \! }
44
45         * if possible, it might be nice for a warning to appear if someone does
46         \translator with no name and without assigning it to an
47         identifier.  
48
49         * space after bars?
50
51         * \type Voice \times 2/3 { [c8 c16 c16 c16 c16] }
52
53         * fix singleStaffBracket
54
55         * repeat bars: need distance after ":|" and before "|:"
56
57         * The time signature warnings still remain, will be fixed later.
58
59         Summary of minor spelling irregularities:
60         -  capitalization/use of underscores in property names
61
62         * fix SkipBars  -> skipBars
63
64         * \shape 1st dim skipped? 
65
66         * fix marks/barnumbers/marginal notes
67
68         * broken scripts:
69         lbheel = \script { "bheel" 0 0 -1  0 0 }
70         rbheel = \script { "bheel" 0 0 1 0 0 }
71         lbtoe = \script { "btoe" 0 0 -1 0 0 }
72         rbtoe = \script { "btoe" 0 0 1 0 0 }
73         lfheel = \script { "fheel" 0 0 -1  0 0 }
74         rfheel = \script { "fheel" 0 0 1 0 0 }
75         lftoe = \script { "ftoe" 0 0 -1 0 0 }
76         rftoe = \script { "ftoe" 0 0 1 0 0 }
77         
78         and also
79         
80         portato= \script { "portato" 0 -1 0 1 0 }
81
82 STUFF
83         * uniformise recent feta contributions.
84
85         * check out legal/(c) matters for scores.
86
87         * check out GCC signatures?
88
89         * Align_element::padding  ?
90
91         * uniformise property names.
92
93         * ydirection <-> yDirection
94
95         * typo checks on property names?
96
97         * --safe:  disallow backslashes
98
99         * use streambufs and iostream
100         to provide IO handling for TeX stream, mudela stream, data-file.
101
102         * seriously buffer TeX output (do profile of writing .5 mb TeX file.)
103
104         * strip EXEs before installing
105
106         * zip target for binary windows dist (JBR)
107
108         * revise documentation
109
110         * junking \skip req in lyrics
111
112         * Language:
113         - \type -> \context ?
114         - \translator -> ?
115         - fix \partial 
116         - \bla {} vs \bla ; 
117         - mix engraver hacking with music ?
118         - \once\property  KEY = VAL
119         - \addtranslator, \removetranslator
120         - junk ^ and _ for scripts
121         - junk _ for lyrics.
122         - abstract grammar.
123
124         * percussion note heads
125
126         * mi2mu empty staffs.
127
128         * include MIDI list 
129
130         * midi_instrument -> midiInstrument
131
132         * horizontal centering of dynamics 
133
134         * \font\fontA=feta20.afm (.afm?)
135
136         * gzip RH manpage
137
138         * stable make/config stuff
139
140         * stemup/stemdown; see test/updown.fly
141           - check examples; add \type Staff hither and thether
142
143         * $DEPENDENCIES_OUTPUT support
144
145         * use a fake-yodl.sh to mimick yodl when yodl is not installed
146
147         * fix BUGs
148
149         * fix weird behaviour when .AFMs not found.
150
151         * Xdvi zooming ?! Try to understand GS garbage collection.
152                 gs: Error: /undefined in draw_beam
153                 gs: Operand stack:
154
155         * run texhash after installing .tex
156
157         * fix vertical alignment and stafflines
158
159         * GrandStaff needs more work -- I want a single word
160         `harpsichord' to the left of the grandstaff, not one on each
161         stave.  (Organ staff -- with separate pedal -- but common
162         properties may be something to think about.  Of course for
163         organ you want to be able to give stop indications on the way
164         through, so the \property Voice.Instrument would be a stop,
165         and \property GrandStaff.instrument would be PipeOrgan...)
166
167         * make Tie_req a "command" { <c g> ~ <c g> }
168
169         * bib ep1988
170
171         * revise the Score_priority_align_engraver concept.  It sucks. 
172
173         * ly2xdvi, ly2ps
174
175         * make new VoiceOne, VoiceTwo, VoiceThree contexts with
176 ydirection and hshift preset
177
178         * *.yo: fix pod manpage layout legacy
179
180         * text-items clash with stems/beams
181
182         * --include, -I option for ly2dvi (pass on to lily)
183
184         * fix placement of beam-less abbrev
185
186         * \meter 3/4;
187         <{\voiceone cis4. cis8 cis4 | cis4 cis cis | r1 }
188          {\voicetwo cis,4 r r | r2. | r1 }> |
189         }
190
191         * try to use template<Type> iso MACRO(Type)
192
193         - NEWS: ... Musical_pitch (analogous to Duration and Rhythmic_req)
194           think about, analogous to pitch: 
195            * { a4 a16 } c <-- duration of c?
196            * <a4 b8> c <-- duration of c?
197
198         * \tempo 4. = 90;
199
200         * fix audio-items (don't use (input) requests, but copy data)
201
202         * junk My_lily_parser::abbrev_beam_type_i_ 
203
204         * make sure all ex's have a mudela-version
205
206         * do rest-collisions for Multi_measure_rests as well.
207
208         * split error/warning in error/warning/non_fatal_error
209
210         * add a Duration_convert member to Duration_iter to set parameters.
211         Junk global duration settings. 
212  
213         * deps for ly2dvi
214
215         * clean up abbrev/plet/beam/abbrevbeam/duration mess in parser.
216
217         * minimum length second part broken tie
218  
219         * en-,discouraged linebreaking: 
220           - handle DISALLOW < penalty > FORCE
221           - discourage breaking of slurs
222
223         * multibar rest
224           - symbol(s)
225
226         * fix variable define/lookup parser global<->paper
227
228         * fix title/instrument placements; see input/test/title.ly
229
230         * <\voiceone c4. \voicetwo c4>
231
232         * add full cello suites to web site (kom op, Maarten!)
233
234         * Rethink Time_description
235           * \cadenza , \meter, \grouping should all be \properties
236
237         * rename
238           - plet -> tuplet
239           - measure -> bar
240           - abbrev -> tremolo
241           - abbreviation-beam -> (measured/unmeasured) tremolo
242           - partial -> anacrouse
243
244         * shared lib
245
246         * robustify Beam (in case of no stems, 32nd notes)
247
248         * decentralised spring factory
249
250         * move paper vars into engraver properties
251
252         * check for groff / troff/ nroff et
253
254         * more intelligent file searching
255         - make LilyPond RPM fully relocatable
256
257         * nicen examples:
258         - break-up heavily-nested score blocks
259
260         * disable spaces in TeX stuff
261         
262         * handle ^C for tmp/file creation.
263
264         * dots & rest collisions.
265
266         * documentation
267         - introduction?
268         - info?
269         - LaTeX?
270         - more manpages?
271
272         * versioning for Feta
273
274         * the warning about the negative slur/tie length appears twice
275         which is irritating.
276
277         * The `3' in the meter key is a one or two pixels too thin (at 600dpi)
278         in the middle:
279
280         * the bracket is ugly (wings are too parabolic, should be more circular)
281
282         * better hshift (dots, distance, head dependent)
283
284         * clefs (AG): The "8" should appear closer to the actual clef,
285           touching it.
286
287         * put errorlevel in Input class
288
289         * junk nesting slurs
290
291         * integrate midi-elts from mi2mu and lily?
292
293         * score-bar-scripts
294         FMR: Free memory read:
295           * This is occurring while in:
296                 Bar_column::do_substitute_dependency(Score_element*,Score_element*) [bar
297         -column.cc:29]
298                 Score_element::unlink() [score-elem.cc:383]
299                 Paper_score::set_breaking(const Array<Column_x_positions>&) [p-score.cc:
300         150]
301                 Paper_score::calc_breaking() [p-score.cc:189]
302                 Paper_score::process() [p-score.cc:203]
303                 Score::run_translator(Music_output_def*) [score.cc:117]
304           * Reading 4 bytes from 0x65d3a0 in the heap.
305           * Address 0x65d3a0 is 160 bytes into a freed  block at 0x65d300 of 208 bytes.
306           * This block was allocated from:
307                 malloc         [rtlib.o]
308                 __builtin_new  [libgcc.a]
309                 Span_score_bar::clone()const [span-score-bar.hh:20]
310                 Item::copy_breakable_items() [item.cc:69]
311                 Item::do_breakable_col_processing() [item.cc:89]
312                 Score_element::calcalute_dependencies(int,int,void(Score_element::*)()*)
313          [score-elem.cc:171]
314           * There have been 22 frees since this block was freed from:
315                 free           [rtlib.o]
316                 __builtin_delete [libgcc.a]
317                 Span_score_bar::~Span_score_bar() [span-score-bar.hh:18]
318                 Paper_score::set_breaking(const Array<Column_x_positions>&) [p-score.cc:
319         156]
320                 Paper_score::calc_breaking() [p-score.cc:189]
321                 Paper_score::process() [p-score.cc:203]
322         Postprocessing elements... 
323         TeX output to score-bar-scripts.tex...
324
325
326 3RD PARTY BUGS:
327
328         * make GCC warn about ctor that leaves member vars  uninitialised.
329
330         * redhat (v?) graphical install bomb-out?
331
332         * GNU diff 2.7: diff -rN does not see a new directory with empty file
333
334         * GNU patch 2.1: <must find simple example> if patch chokes on a
335           hunk, or on allegedly unsorted hunks in a diff, it may stop 
336           without a trace of failure (create .rej file, print error or 
337           dump core) and just ignore any further diffs.
338
339         * glibc 2.0:
340
341           f = fopen ("/dev/null", "r")
342           assert (feof (f))
343
344 3RD PARTY PROJECTS:
345
346         * GNU indent: handle C++
347
348         * GNU patch 
349           - 'double-fix' mode: ignore identical fix, rather than suggest 
350             to revert patch direction when (more or less? exactly) the same 
351             thing is fixed
352
353 PROJECTS
354
355         * Scripts:
356         - fix position of bar number
357         - stack scripts in chords:
358           % fingering:        footing:
359             < a-4 c-2 g-1 >   < c-\ltoe e-\lheel >
360         - script-spacing
361         - slur parts as a script
362         - stack parameterised scripts for fingering and footing:
363
364         * convert-mudela:
365         - automatically add  a \version if not present.
366         - better parsing
367         - make smarter
368         - convert-mudela -e empty.ly
369
370         * emacs mudela-mode
371         -  should handle block comments too.
372         -  handle lexer modes (\header, \melodic, \lyric) etc.
373         -  indentation
374         -  notenames?
375         -  fontlock: \melodic \melodic
376
377         * use properties for:
378         - plet?
379         - Staff_sym size
380         - default tempo.
381         - font size
382         - bartypes (get rid of derived Span_bar_engravers)
383         - cadenza mode? 
384
385         * page handling:
386         - PS output
387         - optimal pagebreaking.
388
389         * Unicode support? -> man 7 unicode
390         - 16 bit Strings
391         - -u switch
392         - detect of 16/8 bit files
393         - examples to go with it.
394
395         * Spring_spacer:
396         - write a faster Spring_spacer (without matrices if possible)
397         - relate energybound to linelen unitspace fontsize etc.
398         - used fixed point fp?
399
400         * \header
401         - output header info to MIDI too.
402
403         * a musical dictionary. See Documentation/vocabulary-*, other
404         languages:
405         - explanations
406         - italian
407         - german
408         - dutch
409         - swedish
410          .. ?
411
412         * chords
413         - jazz style inversions C/E => <e g c>
414         - guitar chords (fret diagrams)
415         - other chord name styles (american(?) style)
416         - basso continuo
417         - MIDI output?
418
419         * Debug logs:
420         - derive lily_stream, Dstream, texstream from ostream?
421         - indentable stream as baseclass for TeX stream, lily stream, Dstream.
422         - use dstream feature in mi2mu
423         - integrate IO checking into stream class
424
425         * input converters
426         - NIFF?
427         - ABC? 
428         - SMDL?
429
430         * add to MIDI output:
431         - tempo change
432         - ornaments (and trills?)
433         - repeat/volta
434         - slurs
435         - accents
436         - dynamics
437         - account for rhythmic position in measure
438         - etc.
439
440         * grace notes
441         - make separate class for Grace_*_engravers 
442         (which is at Voice_gravs level)
443         - make encapsulated spacing problems.
444
445         * accidentals per Voice_group
446
447         * Output class, handles : (smallish)
448         - help text /(c) notice?
449         - version line
450         - warning /errors/progress
451         - abort on error/warning; exit status
452         - quiet/ignore-version options
453         - logfile output
454
455         * piano staff
456
457         * elaborate Staff_side baseclass:
458         - scripts
459         - text
460         - slur start/end
461
462         * PS 
463         - speed up PS code.
464         - PS lines to .eps files
465         - write custom prolog
466
467
468         * Output an output format independent (ofi) typeset file; and 
469           make ofi2 TeX, MusiXTex, Display PostScript, PostScript,
470           Ascii... interpreters. (difficult)
471
472         - NIFF ?
473         - Common Music Notation
474         - PostScript output (esp. Beams, Slurs, etc)
475         - Move all Score_elems, into libmutype.a
476         - SGML
477
478         * Documentation
479         - Doc (C) stuff of sheet music
480         - a better format?  SGML?  TeX?  Info?
481         - a better tutorial
482
483         * more spanners (smallish)
484         - Glissando
485         - trill
486
487         * Rewrite Stem, Beam and Rhythmic_grouping (hairy)
488         - [c8. c32 c32]
489         - doc on Rhythmic_grouping
490         - general shaving on Beam and Stem
491         - use plet grouping
492         - separate visual from rhythmic info even more
493         - beams over bars
494         - endbeam req should be *after* the duration, so you can do
495         < { [c4]    }
496           { c8. c16 } >
497
498
499         * lines:
500         - Ledger lines, should be separate item: Ledger_lines, Ledger_lines
501         - set different line sizes / thicknesses
502         - beam stem showthrough, inter beam sizes (french vs german style)
503
504         * Collisions
505         - left/right note balls should be handled by Collision:
506         < \multi 2; { \stem 1; <b c> } { <f as b> } >
507
508         * Keys:
509         - merge key{item} & localkey{item}?
510         - spacing, national styles?
511
512         * Support for TAB
513         - redo Notehead to allow digits as heads
514         - add a \tablature {} lexer mode for easy entering
515
516         * should adjust stemlength for flag number.
517
518         * breaking:
519         - caching breakpoints
520         - saving them
521         - specify number of lines
522
523         * markers
524
525 INPUTLANGUAGE
526
527         * c4 4 4 4 for c4 c4 c4 c4?
528
529         * neatly (and readably) expressing concurrent
530         voices
531
532         * <c f a>4 ?
533
534         * Viola mode?
535
536                 @c c g e g 
537         for
538                 c g es g, 
539
540                 @A c g e g
541         for
542                 cis gis e gis
543
544         * relative mode for pitch entering
545
546         * configure pitch_byte
547
548         * rest name configurable
549
550 SMALLISH PROJECTS
551
552         * limit memory usage; the full coriolan takes up too much resources.
553
554         * fix confusing naming in Engraver vs Engraver_group_engraver (context)
555
556         * progress when creating MIDI elts.
557
558         * A range for context errors (eg. mark both { and }. )
559
560         * lyric in staff  (sharpsharp in staff, text below)
561
562         * half sharps/flats
563
564         * write Dynamic_line (to group dynamics horizontally)
565
566         * use Real for all y positions.
567         - use translate_axis( .. ,Y_AXIS)  iso separate variables.
568
569         * half-sharps, half-flats
570
571         * adaptive accidental spacing.
572
573         * handle EOF graciously in error messages.
574
575         * centered whole rest
576
577         * declare notenametab?
578
579         * midi esp.: use I32 iso int where 32 bits are needed (or assumed...)
580
581         * Flower types:
582         - A decent scalar type
583
584         * binsearch/hash for identifiers
585
586         * stafftypes: voice names/ instrument names.
587
588         * lily \tempo
589
590         * C meter iso 4/4, idem for alla breve, etc.
591
592         * textspanner: center position
593
594         *   % toe to bheel   four to five
595             %   ^_u            4_5  
596             %     -                           
597             %  --|x--         --|x--
598             %  --|---         --|---
599             %  --|---         --|---
600           (where "to" is a tiny bow)
601
602         * auxilliary file for caching info.
603
604         * Text_crescendo
605
606         * clean solution for staffsize in items.
607
608         * revise calcideal
609
610 IDEAS
611
612         * Output data structures of Mudela in XML/SGML.
613
614         * create libmudela, or liblily_frontend
615
616         * move MIDI stuff (including Quantization) to a ANSI C libmidi library.
617
618         * use an embedded language: Python, Scheme
619         for:
620                 - Score_elems
621                 - Translators
622
623         * y -dims in internote? Staff-space? X-dimensions?
624
625         * Spacing_request for manually adjusting spacing
626
627         * caching breakpoints
628
629         * used fixedpoint arithmetic for min. energy.
630
631         * move towards incremental algorithms.
632
633         * far fetched language ideas
634         - design meta-language like TeX and Metafont
635         - programming/macros input
636
637         * versioning stuff (cvt mudela, mudela, etc.)
638
639         * Klavarskribo?
640 5
641         * lyrics in chords still fuck up.
642
643         * Use hooks/dependency graphs for properties
644