From 6a829f233c74a29474e8bc6d8af0a92fa49fc055 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 13 Feb 2006 09:53:10 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 4 +++- lily/slur.cc | 7 +++++-- 2 files changed, 8 insertions(+), 3 deletions(-) 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 " + + ); -- 2.39.5