X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=cf4a4f43a5a750746a908f9c52a524410701a022;hb=969b3b0a27bbdaa721cb6b78a9ce82a9b0300277;hp=d67647e93a9bfbe015001575e39c82e6d6bd9422;hpb=93ebef660e0f1999d67b202a592111eb95690a13;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index d67647e93a..cf4a4f43a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,80 @@ +2004-03-05 Han-Wen Nienhuys + + * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff. + + * vim/GNUmakefile: flatten dirs, add GNUmakefile. + + * Documentation/user/running.itely: new file. + + * lily/include/audio-element.hh (class Audio_element): remove grace_b_ + + * lily/score-performer.cc (finish): call Translator::finalize (). +2004-03-05 Heikki Junes + + * GNUmakefile.in: update VIM_FILES. + +2004-03-04 Han-Wen Nienhuys + + * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font + props. + + * input/test/tie-sparse.ly: remove. + + * lily/tie-performer.cc (try_music): copy & paste from + Tie_engraver. + + * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do + variable_ref twice. + + * lily/key-performer.cc (create_audio_elements): use + alterations-in-key. + + * scm/midi.scm (accidentals-in-key): divide alterations by 2. + +2004-03-04 Heikki Junes + + * input/test/smart-transpose.ly: fix cases fes->e and similar. + handle also quarter tones (not shown as tests). test also flats. + + * Documentation/index.html.in: small fixes. + +2004-03-03 Jan Nieuwenhuizen + + * input/regression/new-markup-scheme.ly: Typo. + + * scm/define-markup-commands.scm (fill-line): New markup. + + * scm/output-ps.scm (ps-encoding): Add simplistic encoding. + (output-paper-def): Fix alignment. + (make-title): Fix height/width scaling. + + * ps/lilyponddefs.ps (base-line-skip): Bugfix. + + * input/test/title-markup.ly: Add remaining titles. Layout and + font size fixes. Add simplistic latin1 test. + +2004-03-03 Heikki Junes + + * input/test/nested-groups.ly: remove. move content (to next). + * input/test/staff-bracket.ly: replace content (from prev), this + has been already in templates. + +2004-03-03 Jan Nieuwenhuizen + + * stepmake/autogen.sh: Only issue warning about running configure + without arguments when autogen.sh will actually be running + configure. + 2004-03-03 Han-Wen Nienhuys + * scm/new-markup.scm (stack-stencil-line): robustness. + + * scm/define-markup-commands.scm (simple): robustification of + simple-markup. + + * Documentation/user/music-glossary.tely (Top): change central C + to middle C. + * lily/text-item.cc (interpret_markup): cache make-simple-markup 2004-03-03 Jan Nieuwenhuizen