X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=00fa78aa6f6703b1d30993c74de91641511f46fe;hb=8a37f4d25a58780a966ac364d580e98b58d7162f;hp=59cdf41f3cdc73703dd6cbce63369956f685436b;hpb=aed34f7b1f33283fedbc6d96113c67a9126dcfd4;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 59cdf41f3c..00fa78aa6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,84 @@ +2005-05-06 Han-Wen Nienhuys + + * Documentation/topdocs/NEWS.tely (Top): document new feature. + + * Documentation/user/basic-notation.itely (Staff symbol): document + start/stop staff. Reference to ossia.ly + + * input/test/ossia.ly: new example using stop and startStaff. + + * lily/timing-engraver.cc: remove Timing_engraver::initialize(), + in other words, don't create "|" barline at start of the score. + (start_translation_timestep): don't set whichBar for start of score. + + * input/regression/staff-halfway.ly: use new functionality. + + * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents, + start and stop staff based on events. + + * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent + + * ly/declarations-init.ly (startStaff, stopStaff): new identifiers. + +2005-05-05 Han-Wen Nienhuys + + * Documentation/user/programming-interface.itely (How markups work + internally ): remove \encoding reference. + +2005-05-04 Mats Bengtsson + + * scripts/convert-ly.py: Attempt to do a smarter update of + text markups from versions < 1.9.0 with arbitrary nesting. + +2005-05-04 Heikki Junes + + * po/fi.po: convert to utf-8, and update. + +2005-05-04 Han-Wen Nienhuys + + * make/lilypond.suse.spec.in: update from suse 2.4 package. + + * lily/*.cc: more ? to min/max changes + + * lily/include/interpretation-context-handle.hh: rename + Interpretation_context_handle to Context_handle. + +2005-05-04 Heikki Junes + + * input/regression/GNUmakefile (local_delete): use `find` together + with `xargs` to avoid too long argument-lists in cmd line. + +2005-05-04 Graham Percival + + * Documentation/user/introduction.itely: updates "About this manual". + + * Documentation/user/advanced-notation.itely, + invoking.itely: minor fixes. + +2005-05-04 Han-Wen Nienhuys + + * COPYING: add font exception. Update FSF address. + + * lily/context-def.cc (path_to_acceptable_context): bugfix, depth + should be taken without child context. + + * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it. + + * scm/define-markup-commands.scm (triangle): new command, as + robust replacement for unicode Delta/Triangle. + 2005-05-03 Han-Wen Nienhuys + * ps/music-drawing-routines.ps: add fillp argument. + + * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument + + * lily/font-config.cc (init_fontconfig): don't add cff/ + + * VERSION (PACKAGE_NAME): release 2.5.22 + + * mf/GNUmakefile: remove cff/cff.ps/.map install rules. + * lily/grace-engraver.cc (consider_change_grace_settings): use is_alias(). Fixes problem with CueVoice grace notes.