X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=45c2a213d871f02c3680609a7a0fd8353cd0c856;hb=a987f3f7402ef760f98a3c83912951f98db3fe59;hp=e3044fcd2b698d4cacd3961bc075ebdb81ee9fb9;hpb=8e9aeb068d80ed01058e6bb1775ff8d54a8590f6;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index e3044fcd2b..45c2a213d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,130 @@ +2002-08-19 Han-Wen Nienhuys + + * VERSION: release 1.6.0 + + * lily/self-aligment-interface.cc (centered_on_parent): only + return center if extents not empty. + + * scm/music-functions.scm (unfold-repeats): typo, + + * mf/feta-bolletjes.mf: use resolution independent variables. + +2002-08-19 janneke + + * regular-spacing-engraver.cc: + * scm/grob-property-description.scm: Remove regular-distance-to. + + * input/test/spacing-regular.ly: + * lily/regular-spacing-engraver.cc: Remove. + +2002-08-18 janneke + + * mensural-ligature.cc: *** empty log message *** + + * tab-note-heads-engraver.cc: * lily/tab-note-heads-engraver.cc: + * scm/translator-property-description.scm: Add tablatureFormat. + + * input/test/staff-bracket.ly: Update. + + * regular-spacing-engraver.cc: + * lily/regular-spacing-engraver.cc: Add regular-distance-to. + + * ligature-bracket.cc, ligature-engraver.cc, ligature-head.cc, mensural-ligature-engraver.cc, mensural-ligature.cc: + * lily/mensural-ligature-engraver.cc: + * scm/grob-property-description.scm: Add head-width, join-left, + primitive. + +2002-08-18 Han-Wen Nienhuys + + * ambitus.cc, parser.yy: + * Documentation/user/introduction.itely: small corrections. + + * lily/parser.yy (property_def): Ugh. Switch off + internal-type-checking for autoBeamSettings. + +2002-08-18 janneke + + * music.cc (internal_set_mus_property): [!NDEBUG] Remove, use + abort instead of assert. + +2002-08-19 Jan Nieuwenhuizen + + * scm/grob-property-description.scm: Remove regular-distance-to. + + * input/test/spacing-regular.ly: + * lily/regular-spacing-engraver.cc: Remove. + +2002-08-19 Han-Wen Nienhuys + + * input/mutopia/J.S.Bach/wtk1-fugue2.ly: staff switch fixes. + + * Documentation/user/lilypond-book.itely: small cleanups + + * Documentation/user/*.itely: fix overfull hboxes. + +2002-08-19 Jan Nieuwenhuizen + + * Documentation/user/tutorial.itely (A piano excerpt): + * Documentation/user/introduction.itely (Introduction): Typo fix. + + * input/test/header-ifelse.ly: Bugfix: call numbers->string only + on first three elements of ly-version list. + + * input/test/trills.ly: Comment out \comma. + + * lily/tab-note-heads-engraver.cc: + * scm/translator-property-description.scm: Add tablatureFormat. + + * input/test/staff-bracket.ly: Update. + + * lily/regular-spacing-engraver.cc: Add regular-distance-to. + + * input/test/orchestscore.ly: + * input/test/part-combine-moments.ly: + * input/test/part-combine-staff.ly: markScriptPadding -> + RehearsalMark #'padding. + +2002-08-19 Han-Wen Nienhuys + + * Documentation/user/introduction.itely: small corrections. + + * scm/translator-property-description.scm (tablatureFormat): + describe property. + + * lily/parser.yy (property_def): Ugh. Switch off + internal-type-checking for autoBeamSettings. + +2002-08-19 Jan Nieuwenhuizen + + * lily/mensural-ligature-engraver.cc: + * scm/grob-property-description.scm: Add head-width, join-left, + primitive. + + * lily/mensural-ligature.cc: + * lily/ligature-bracket.cc: + * scm/grob-property-description.scm: + + * lily/ligature-head.cc: Add ligature-primitive-callback. + + * input/test/beam-control.ly: + * input/test/bar-script-visibility.ly: Update. + + * lily/music.cc (internal_set_mus_property): [!NDEBUG] Remove, use + abort instead of assert. + 2002-08-18 Jan Nieuwenhuizen - * cygwin/GNUmakefile (EXTRA_DIST_FILES): Do distribute scripts. + * input/test/ambitus.ly: Comment out ambitus until anal-proof. + + * buildscripts/mf-to-table.py (write_fontlist): change + extra-extent-X extra-X-extent. + + * scm/music-property-description.scm (label): Typecheck markup? + (was string?). + + * Documentation/user/refman.itely (Tablatures basic): Change + TabStaff @lilypond snippets to @example until TabStaff is + anal-proof. 2002-08-18 Rune Zedeler