]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 13 Feb 2006 09:53:10 +0000 (09:53 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 13 Feb 2006 09:53:10 +0000 (09:53 +0000)
ChangeLog
lily/slur.cc

index 9353077408b996de155b7777497ef026c88e747b..ad31886c67e834741004299090aae52f80aecaf8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
-`      * 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. 
index e3c4ca2521aa0ae23490e334eb239ccfb34bc0a1..2a5518c2c6edb480fe106fb4cd8ac064c536f01a 100644 (file)
@@ -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 "
+
+              );