X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=d65f974c2a0dd866323713211d858b5178f6a79a;hb=1318a6f7c3fcacad92be93d4b41bcb5c5f147310;hp=c6f84114510e25f90bd463009b35b817559013c3;hpb=bcbcf02fdbddaca8f090471055f98588b8c9b8ca;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index c6f8411451..d65f974c2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,123 @@ +2004-08-02 Han-Wen Nienhuys + + * lily/lily-parser.cc (parse_string): don't overwrite keytable_. + + * lily/slur-quanting.cc (enumerate_attachments): apply center on + stem-X in more cases. + + * lily/stem.cc (dim_callback): solve todo. + +2004-08-01 Han-Wen Nienhuys + + * input/test/README: new file. + + * lily/lily-parser.cc: rename my-lily* files. + + * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect + parser. + + * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer. + + * lily/include/my-lily-parser.hh: rename My_lily -> Lily + + * make/mutopia-targets.make (local-WWW): don't make ps.gz + examples. They take a huge amount of space. + + * Documentation/user/GNUmakefile: fix symlinks. + + * VERSION: 2.3.10 released. + + * input/test/lyrics-skip-notes.ly: remove + + * input/test/stem-cross-staff.ly (noFlag): fold into manual + + * input/test/{spacing-2,staff-space,tablature,textscript}.ly: + remove. + +2004-08-01 Heikki Junes + + * Documentation/user/{changing-defaults,notation,tutorial}.itely: fixes. + +2004-08-01 Han-Wen Nienhuys + + * input/regression/beam-dir-functions.ly: move from test/ + + * Documentation/user/notation.itely (Feathered beams): new node. + + * Documentation/user/changing-defaults.itely (Difficult tweaks): + new node + + * input/regression/lyric-hyphen-retain.ly: move to regression. + + * input/regression/harmonic.ly: fold into manual + + * input/test/{hshift,move-accidentals,crescendi,feathered-beam, + stem-length,chord-names-no-inversions}.ly: remove + + * input/test/tie-cross-voice.ly: move to regression. + + * Documentation/user/notation.itely (Running trills): new node. + + * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner + + * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent + + * lily/trill-spanner-engraver.cc: new file. + + * input/regression/trill-spanner.ly: new file. + + * input/test/timing.ly: fold into manual. + + * input/test/time.ly: remove + + * input/test/trill.ly: remove + + * input/test/time-signature-double.ly: fold into manual + + * input/test/separate-staccato.ly: remove + + * input/test/spanner-after-break-tweak.ly: fold into manual. + + * input/test/script-priority.ly: fold into manual. + + * input/test/scheme-interactions.ly: remove. + + * input/test/unfold-all-repeats.ly (mel), + input/test/repeat.ly,input/test/repeat-shorter-bracket.ly, + input/test/polymetric-differing-notes.ly input/test/polymetric.ly: + fold into manual. + + * input/regression/no-staff.ly: move from input/test/ + + * input/regression/markup-score.ly: move from input/test/ + + * input/test/lyrics-melisma-faster.ly: fold into manual + + * input/test/lyrics-melisma-variants.ly: fold into manual + + * Documentation/user/notation.itely (Popular music): new node. + + * input/test/gourlay.ly: remove + + * input/test/improv.ly: fold into manual. + + * input/test/figured-bass-alternate.ly (fl): remove + + * lily/dynamic-text-spanner.cc (print): new file. + + * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner + + * lily/engraver-group-engraver.cc (do_announces): reorder logic: + keep recursing into children in case a parent context inserts a + grob into a child context. + + * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to + 2004-07-31 Han-Wen Nienhuys + * scm/define-markup-commands.scm (postscript): new markup command + \postscript + * Documentation/user/notation.itely (Formatting cue notes): new section.