]> git.donarmstrong.com Git - lilypond.git/blob - TODO
patch::: 1.3.14.hwn1jcn1
[lilypond.git] / TODO
1 -*-outline-layout:(2 (-1 -1 0 :) 0);outline-stylish-prefixes:nil -*-
2
3 * GNU LilyPond TODO
4 Features you cannot find in the documentation as working, should be
5 mentioned here.  This is an assorted collection of stuff that will be
6 done, might be done, or is an idea that we want to think about.
7 m
8 Most of the items are marked in the code as well
9 Grep -i for TODO, FIXME and ugh/ugr/urg.  
10
11 .* TODO
12 . * use hash tabs iso. alist_ for elt property?
13 . * TODO: junk dstream output.
14 . * agressive type-checking for SCM stuff.
15 . * use  "staff-space" and "half-space" iso interline,
16     staff_line_leading () etc.
17 . * why does Voice.beamQuantisation = #'none not work?
18     overriding in ly/params.ly works fine
19
20 . * TODO^2:
21 .  * make  a TODO.texi, like http://www.gnu.org/software/guile/ideas.html
22 .  * make this file understandable for 3rd parties.
23 . * \accepts -> \acceptedby 
24 . * context in embedded SCM errors.
25 . * eradicate all VIRTUAL_COPY_CONS () macros ; use indexed creation,
26     eg.
27
28         ctor_dict["Score_element"]->clone_func (orig);
29         ctor_dict["Score_element"]->create_func ();
30 . * acc at tied note after linebreak.
31 . * fix font-naming and selecting
32 . * sparse ties.
33 . * chord tonic: placement of accidental  C#, Cb (from scm and C++)
34 . * note head on stem err msg in dutch.
35 . * why need to run -C mf twice?
36 . * here's no difference at all in output. When either is jacked up to 7.0,
37 everything works and matches up; when either is set just a bit above the
38 default 5.0 (5.4 is what I was hoping to use), stems miss note heads. So
39 it's some sort of a numerical (truncation/roundoff) problem.
40 John
41 . * fix #'margin-shape;  setting indent to 0 with \shape fails
42 . * Fixed size staff/system heights;
43 . * ly2dvi : don't repeat opus if same. 
44 . * hara kiri _8 clef. 
45 . * junk -M ? 
46 . * mudela-book doco
47 . * fix or replace feta-accordion.mf
48 . * script engraver
49 . * bracket pdf hack
50 . * Mondrup:
51 - if I change the property minVerticalAlign in a multi staff score with
52 lyrics the change affects the lyrics too. I would like the change to
53 _only_ affect staves.
54
55 - I would like to be able to influence the sloping of xtuplet brackets
56
57 - for one of my test scores containing a modern edition of an early
58 17'th century composition I have a leading measure containing the
59 orginal clefs and note values of the original composition. I use the
60 a"harmonic" and "diamond" note head styles for that measure and would
61 like to have the stems of these notes _centered_ on the notehead as in
62 the mensural music notation.
63
64 - after the leading measure in the above mentioned score I want a double
65 bar line fully drawn across the staves and after that keep to the
66 ChoirStaff bar line types in the rest of the scores
67
68 . * make all Feta (including dynamics) available to the user in
69     textual scripts. Examples: "D.S. al \coda", "\mf espress.".
70 . * Write script that uses --find-old-relative to do auto relativization. 
71
72
73 .* Cleanups needed
74 . * \$ and $ identifier syntax in examples. 
75 . * Key_engraver, Local_key_item
76 . * Think of comprehensive solution for "if (grace_b == self_grace_b_)"
77 . * String[String.length] doesn't trap.
78 . * Rhythmic_column and interaction stem/rhythmic_column/note_head/dots.
79 . * clef engraver 
80 . * parser
81 . * Lookup::text -> needs  to be TeX independent.
82 . * junk Music_iterator::first_b_
83
84 .* ACCIDENTALS
85 . * half-sharps, half-flats
86 . * adaptive accidental spacing.
87 . * accidentals closer to note head
88
89
90 .* Beams
91 . * [c8. c16 c16 c16] in 6/8 timesig.
92 . * Rewrite Stem, Beam (hairy)
93 .  * beams over barlines
94 . * Rests and beams don't work too well together. Example:
95    [ r8 g''16 des'] [r8 c16 a] 
96 . * autoBeamMelisma: if I explicitly beam notes in a staff with auto
97 beaming disabled I would like to have these beams also to be
98 melismatic.
99 . * The stemLength property should affect also beamed stems.
100 . * staffside spanner (crescendo!) along with staffswitch.
101 . * * auto melismaBusy for beams.
102
103 . * 
104 > \context Staff <
105 >   {\voiceone''4. r8}
106 >  \voicetwo c,4 r4}
107 > >
108 . * sort out breve shapes.
109 . * \time forces keysig?
110
111 .* STUFF
112 . * We need feta-din*.mf files for more sizes than 10.
113 . * align left edge of broken tuplet-spanner (have a test case?)
114 . * fix dynamics decently, ie. use kerning & ligatures.
115 . * key restorations & repeats
116 . * paperXX.ly \quartwidth, font setting not up to date. (Should read from AFM?)
117 . *In Caro Mio Ben, bar 8, there's a syllable that starts on a note, and
118 ends on a pair of grace notes.  Standard practice is to mark this with
119 a slur starting on the main note and ending on the grace note, so a
120 singer knows where to break the words.
121
122 In bar 27, there's a crescendo that's supposed to start at the start
123 of the grace notes and extend to the note after the grace notes.
124 . * 4. Lyrics and grace sections don't go too well together.
125  The words are aligned with the main note, not the start of the
126  grace note.  This is usually wrong, but is sometimes right.
127 . * tie-direction
128 . * repeats and partial measures.
129 . * rhythmic staff & accidentals.
130 . * use melismaBusy in Lyric context to typeset melismata correctly.  
131 . * ly2dvi/lilypond logfile.
132 . * hang Item on Spanner
133 . * do --safe for PS output?
134 . * msgfmt -o check?
135 . * collision of lyrics with span_bars. See star-spangled.
136 . * It is impossible to typeset two textual scripts that are stacked
137   on top of eachother and avoids note collisions and at the same
138   time are typeset with different textStyle. I tried to move around
139   the text_engraver and other engravers between Voice and Thread 
140   but the granularity is not fine enough, the scripts have to 
141   share the same engraver in order to be get correct vertical 
142   position but than they cannot have different style.
143   In my opinion, all scripts that share the same staff, should
144   be stacked vertically, avoiding collisions with the notes
145   in all voices.
146
147 . * Matanya's tips: 
148 .  * don't  shorten stems/staffs closer to each other.
149 .  * to space the staffs/staffgroups contained in the score.  
150 .  * heavier beams?
151
152 . * tuplets that are written as "number : note", for example
153    "3 : [image of a half note here]".  possible?
154 . * a note with a circle after it, meaning:
155
156    note + circle = note + 1/4 of its length
157
158    the circle is like a dot that's not filled in.  for example, on
159    page three, the c-sharp on the second line should be a quarter with 
160    a circle, not a quarter tied to a sixteenth.  is this at all
161    possible with lily?
162 . * make dependencies () a virtual function.
163 . * deprecate hangOnClef.
164 . * Abstraction for engravers:
165 .  * make "in-between" engraver (Tie)
166 .  * make wide_spanner_engraver (line_group_spanner, staff_symbol)
167 . * store req -> element, element -> element causes for warnings
168 . * compulsory hshift
169 . *  My wish list for lyrics. I dream of a time when I will have enough time to
170 become familiar enough with the source code to be able to implement some of
171 these myself, but I don't know when that will be, so I thought I'd "publish"
172 my suggestions in case someone else is in a position to give them some
173 priority. Otherwise, perhaps they could go on the todo list?
174
175 If any of these are already implemented, please let me what the syntax is to
176 use them!
177
178 1. Stanza numbering. Numbering at the beginning of a song with the number
179 set to the left of the first note. It would also be nice (but not as
180 important) to be able to have some form of automatic numbering at the
181 beginning of each new line. This would make it easier to follow songs with a
182 large number of stanzas.
183
184 3. Notes centred above/below lyrics rather than left-aligned.
185
186 4. It would be very nice to be able to build some kind of phrasing into the
187 lyrics of hymns, etc, so that the first words of a phrase are left aligned
188 with each other, the last words are right aligned, and the words in between
189 are centred.
190
191 5. In a song, with (say) four stanzas and a chorus, it would be nice to be
192 able to vertically align the chorus midway between the staves.
193
194 6. It would be nice to be able to put vertical brackets either side of a
195 repeated section with different words for each repeat.
196 . * Give # lines in linebreaking.  
197 . * arrows on slurs.
198 . * rewrite context defs using Scheme
199 . * junk TeX specifics from internal code.
200 . * \selectmusic to cut pieces from music. 
201 . * formatting of input stuff. 
202 .  * deps for ly2dvi
203 . * TODO: merge atom & molecule; make  tree from molecule.
204 . * Align_element::padding  ?
205 . * use streambufs and iostream
206 to provide IO handling for TeX stream, mudela stream, data-file.
207 . * seriously buffer TeX output (do profile of writing .5 mb TeX file.)
208 . * fix partial measures in meaningful way.
209 . * uniformise recent feta contributions.
210 .  * bigger and fatter 4/4 C
211 . * relative mode for midi2ly
212 . * junking \skip req in lyrics
213 . * midi2ly empty staffs.
214 . * use Fourier transformation for rhythmic quantisation.
215 . * horizontal centering of dynamics 
216 . * $DEPENDENCIES_OUTPUT support
217 . * turn slope-damping on/off
218 . * sort out directory stuff.
219 .  * --prefix option?
220 .  * -I option per filetype?
221 .  * kpathsea?
222 . * fix vertical alignment and stafflines
223 . * declaring Performers
224 . * text-items clash with stems/beams
225 . * --include, -I option for ly2dvi (pass on to lily)
226 . * fix placement of beam-less abbrev
227 . * \meter 3/4;
228         <{\voiceone cis4. cis8 cis4 | cis4 cis cis | r1 }
229          {\voicetwo cis,4 r r | r2. | r1 }> |
230         }
231 . * Musical_pitch (analogous to Duration and Rhythmic_req)
232           think about, analogous to pitch: 
233            * { a4 a16 } c <-- duration of c?
234            * < a4 b8 > c <-- duration of c?
235 . * \tempo 4. = 90;
236 . * make sure all ex's have a mudela-version
237 . * do rest-collisions for Multi_measure_rests as well.
238 . * split error/warning in error/warning/non_fatal_error
239 . * add a Duration_convert member to Duration_iter to set parameters.
240         Junk global duration settings. 
241 .  * discourage breaking of slurs
242 . * fix variable define/lookup parser global<->paper
243 . * fix title/instrument placements; see input/test/title.ly
244 . * <\voiceone c4. \voicetwo c4>
245 . *  I'd like to change the \repetitions command to Jan's suggested
246   syntax: \repeat "repeatsymbol" 2 {...}, but I'm not sure that
247   I understand the implementation of repeats well enough.
248 . * add mudela-book-doc source to webstie.
249 . * fix singleStaffBracket
250 . * rename
251 .  * partial -> anacrouse
252 . * move paper vars into engraver properties
253 . * add new glyphs to font.ly
254 . * more intelligent file searching
255 . * disable spaces in TeX stuff
256 . * handle ^C for tmp/file creation.
257 . * make LilyPond RPM fully relocatable
258 . * better hshift (dots, distance, head dependent)
259 . * didot / big point.
260 . * clefs (AG): The "8" should appear closer to the actual clef,
261 touching it.
262 . * put errorlevel in Input class
263 . * junk nesting slurs
264
265
266 .* FONT
267 . * the bracket is ugly (wings are too parabolic, should be more circular)
268 . * versioning for Feta
269 . * rewrite dynamic signs.  They're kind of spaghetti now. 
270 . * The `3' in the meter key is a one or two pixels too thin (at 600dpi)
271         in the middle:
272 . * design macro for penstroke with rounded endings
273 . * timesig C: fat yet less curved.  Check out relations. 
274 . * design decent macro for bulbed endings
275 . * printer dependencies.
276 . * versioning  
277 . * lo-res fixes.
278 . * work out sizes of character fonts.
279 . * more symbols
280 .  * piano pedals: Ped/*
281 .  * maxima notehead
282 .  * coda signs: Segno, O+
283 .  * glissando, arpeggio
284 .  * lengthened trill
285 . * include important spacing dims in fetalog 
286 . * scalability: use blot_diameter everywhere, make font chubbier for
287     small sizes.
288
289 .* 3RD PARTY BUGS
290 . * UMR: Uninitialized memory read
291       This is occurring while in:
292             qst            [qsort.c]
293             qsort          [libc.so.1]
294             Keyword_table::Keyword_table(Keyword_ent*) [keyword.cc:28]
295             My_lily_lexer::My_lily_lexer() [my-lily-lexer.cc:78]
296             My_lily_parser::parse_file(String,String) [my-lily-parser.cc:54]
297             do_one_file(String,String) [scores.cc:124]
298       Reading 4 bytes from 0xefffeca8 on the stack.
299       Address 0xefffeca8 is 728 bytes below frame pointer in function 
300 . *  Array<Axis [2] > axeses;
301
302   for (int i=0; i < loose_elems.size (); i++)
303     {
304       Score_element* elt = loose_elems[i];
305       /*
306             with which axes do we have to meddle?
307       */
308       int j =0;
309       Axis as [2];
310       for (int a = X_AXIS; a < NO_AXES; ++a)
311         if (elt->parent_l (Axis (a)) == this)
312           as[j++] = Axis (a);
313       if (j == 1)
314         as[j++] = as[0];
315
316       axeses.push (as);
317     }
318
319 . * patch: don't touch timestamp if all patches fail.
320 . * MetaPost: should not generate setgray for unfill
321
322 . * mf-to-table -> add space 'before ; in AFM output.  (-> check AFM
323 spec. Is this a bug in afm2tfm?)
324 . * check out GCC signatures?
325 . * glibc 2.0:
326           f = fopen ("/dev/null", "r")
327           assert (feof (f))
328 . * tetex: mfplain.mem -> INSTALL
329 . * mfplain.ini not in tetex 0.9 -> INSTALL
330
331
332 .* PROJECTS
333 . * Scripts:
334 .  * stack scripts in chords:
335           % fingering:        footing:
336             < a-4 c-2 g-1 >   < c-\ltoe e-\lheel >
337 .  * script-spacing
338 .  * slur parts as a script
339 .  * stack parameterised scripts for fingering and footing:
340
341 . * convert-mudela:
342 .  * better parsing
343 .  * make smarter
344 .  * convert-mudela -e empty.ly
345
346 . * emacs mudela-mode
347 .  *  should handle block comments too.
348 .  *  handle lexer modes (\header, \melodic, \lyric) etc.
349 .  *  indentation
350 .  *  notenames?
351 .  *  fontlock: \melodic \melodic
352
353 . * use properties for:
354 .  * default tempo.
355
356 . * page handling:
357 .  * PS output
358 .  * optimal pagebreaking.
359
360 . * internationalisation for input.
361 .  * Unicode support? -> man 7 unicode
362 .  * (The explanation below is mostly intended for Han-Wen and Jan)
363 > Before, the font was changed with macros declared separately for 
364 > pure TeX and LaTeX, but now all the fonts are declared directly in
365 > the generated code using the low-level TeX commands. This circumvents
366 > the fontencoding mechanism of LaTeX and is a potential source of
367 > problems also for us users of the Latin-1 character set. 
368 > I think it still works since the inputencoding latin1 is 
369 > declared by ly2dvi, but it still means that e.g. an o with
370 > umlaut is typeset as a combination of the two symbols 'o' and
371 > 'umlaut' instead of as a single character, as would be the case
372 > if fontencoding OT1 had been used. This shouldn't give any 
373 > difference in layout, though. One of the main argument for using
374 > fontencoding OT1 is for the hyphenation mechanism to work, an 
375 > argument that's clearly irrelevant in our application. Yet we
376 > see the problem for August.
377
378 . * \header
379 .  * output header info to MIDI too.
380 .  * dump \header into easily parsable format.
381
382 . * a musical dictionary. See Documentation/vocabulary-*, other
383 languages:
384 .  * explanations
385 .  * italian
386 .  * german
387 .  * dutch
388 .  * swedish
389
390 . * chords
391 .  * guitar chords (fret diagrams)
392 .  * other chord name styles (american(?) style)
393 .  * basso continuo
394 .  * MIDI output?
395
396 . * Debug logs:
397 .  * derive lily_stream, Dstream, texstream from ostream?
398 .  * indentable stream as baseclass for TeX stream, lily stream, Dstream.
399 .  * use dstream feature in midi2ly
400 .  * integrate IO checking into stream class
401
402 . * input converters
403 .  * NIFF?
404 .  * musedata
405
406 . * add to MIDI output:
407 .  * sharp / flat on trills (in MIDI ??)
408 .  * ornaments (and trills?)
409 .  * slurs
410 .  * accents
411 .  * dynamics
412 > Would it be hard to add support for proper dynamics in MIDI output?  I
413 > would really like to have this feature...
414
415 Concretely spoken, for dynamics you have to write a performer
416 (Dynamics_performer), that will take the input requests. If I
417 understand correctly, every MIDI note played must have its dynamic
418 strength set separately.  That means the the Dynamics_performer must
419 set the strength of every Audio_note it finds.  This means that one
420 has to modify existing Audio items.  The best way of doing this is
421 with a broadcast/acknowledge process.
422
423 So the best way of handling this, is
424
425   1 supporting dynamic settings in Audio_note
426
427   2 Write a Dynamics_performer that will modify
428   any notes it finds to set appropriate strengths.
429
430 I'd say that the work involved is not hard, but you have to be fluent
431 with C++ and need some insight into the working of Notation Contexts
432 and friends.  I guess I could do it in a day or so, but if you are not
433 so fluent with the inner workings of LilyPond, it could take you some
434 more time (A few more days?).
435
436 Please note, that I am *not* going to code this myself: my days are
437 valuable, and I think I have more interesting things to do than fixing
438 the MIDI output (I don't even have a soundcard).  But I *do* want to help
439 you or other people with implementing this, so if you need help, don't
440 hesitate to ask.
441 .  * account for rhythmic position in measure
442 .  * etc.
443
444
445 . * logfile output?
446
447 . * PS 
448 .  * speed up PS code.
449 .  * PS lines to .eps files
450 .  * write custom prolog
451 .  * fix ps font switching
452
453 . * more spanners (smallish)
454 .  * Glissando
455 .  * trill
456
457 . * Collisions
458 .  * left/right note balls should be handled by Collision:
459         < \multi 2; { \stem 1; <b c> } { <f as b> } >
460
461 . * Keys:
462 .  * merge key{item} & localkey{item}?
463 .  * spacing
464
465 . * Support for TAB
466 .  * redo Notehead to allow digits as heads
467 .  * add a \tablature {} lexer mode for easy entering
468
469 . * should adjust stemlength for flag number.
470
471 . * breaking:
472 .  * specify number of lines
473
474 .* INPUTLANGUAGE
475 . * convention for slurs vs. phrasing marks.
476 . * Language:
477 .  * \translator -> ?
478 .  * fix \partial 
479 .  * \bla {} vs \bla ; 
480 .  * \once\property  KEY = VAL
481 .  * input property
482 . * Figure out semicolons.
483 . * <c f a>4 ?
484 . * configure pitch_byte
485 . * rest name configurable
486
487
488 .* SMALLISH PROJECTS
489
490 . * lyric in staff  (sharpsharp in staff, text below)
491
492 . * write Dynamic_line (to group dynamics horizontally)
493
494
495 . * handle EOF graciously in error messages.
496
497 . * midi esp.: use I32 iso int where 32 bits are needed (or assumed...)
498
499 . * lily \tempo
500
501 . *   % toe to bheel   four to five
502             %   ^_u            4_5  
503             %     -                           
504             %  --|x--         --|x--
505             %  --|---         --|---
506             %  --|---         --|---
507           (where "to" is a tiny bow)
508
509 . * auxilliary file for caching info.
510
511 . * Text_crescendo
512
513 .* IDEAS
514 . * Output data structures of Mudela in XML/SGML.
515 . * create libmudela, or liblily_frontend
516 . * move MIDI stuff (including Quantization) to a ANSI C libmidi library.
517
518 * OUTLINE SETUP
519 .* .EMACS
520 ;;; from outline.el
521 (defvar outline-font-lock-keywords
522   '(;; Highlight headings according to the level.
523     ;; must change this to allout node layout
524     ;;("^\\(\\*+\\)[ \t]*\\(.+\\)?[ \t]*$"
525     ("^\\([.]*[ ]*[*]\\)[ \t]*\\(.*\\)$"
526      (1 font-lock-string-face)
527      (2 (let ((len (- (match-end 1) (match-beginning 1))))
528           (or (cdr (assq len '((1 . font-lock-function-name-face)
529                                (2 . font-lock-keyword-face)
530                                (3 . font-lock-comment-face))))
531               font-lock-variable-name-face))
532         nil t))
533     ;; Highlight citations of the form [1] and [Mar94].
534     ("\\[\\([A-Z][A-Za-z]+\\)*[0-9]+\\]" . font-lock-type-face))
535   "Additional expressions to highlight in Outline mode.")
536
537 (add-hook 'outline-mode-hook
538           '(lambda ()
539             (setq font-lock-maximum-decoration t)
540             (setq font-lock-maximum-decoration t)
541             (make-local-variable 'font-lock-defaults)
542             (setq font-lock-defaults '(outline-font-lock-keywords t))
543             (font-lock-mode global-font-lock-mode)
544         ))
545  
546 (require 'allout)
547 (outline-init 't)
548
549