From: Han-Wen Nienhuys Date: Mon, 13 Feb 2006 09:53:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.7.34~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6a829f233c74a29474e8bc6d8af0a92fa49fc055;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 9353077408..ad31886c67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 2006-02-13 Han-Wen Nienhuys -` * THANKS: add Don. + * input/**ly: replace \context with \new where appropriate. + + * THANKS: add Don. * lily/slur-scoring.cc (get_base_attachments): use robust_relative_extent. This fixes problems with empty paper-columns. diff --git a/lily/slur.cc b/lily/slur.cc index e3c4ca2521..2a5518c2c6 100644 --- a/lily/slur.cc +++ b/lily/slur.cc @@ -239,14 +239,17 @@ ADD_INTERFACE (Slur, "slur-interface", "control-points " "dash-fraction " "dash-period " + "details " "direction " "eccentricity " "encompass-objects " "height-limit " + "line-thickness " "note-columns " "positions " "quant-score " "ratio " - "details " - "thickness "); + "thickness " + + );