]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/tie.cc: remove minimum-length
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 21 Aug 2005 20:47:15 +0000 (20:47 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 21 Aug 2005 20:47:15 +0000 (20:47 +0000)
* lily/tie.cc (get_control_points): rewrite. Put short ties in
staff-spaces, make long ties cross staff lines. Avoid flags and dots.

THANKS
lily/tie.cc

diff --git a/THANKS b/THANKS
index 383ccacaf2e27c8bbcbc7b73f03ef873e2044615..cca7fc5c93dc7669a8e4188c646e0b80159db551 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -27,6 +27,7 @@ Nancho Alvarez
 Sven Axelsson
 Trevor Bača
 Yoshinobu Ishizaki   
+Vicente Solsona Dellá
 
 
 BUG HUNTERS/SUGGESTIONS
index 0f69567361639580744d0f3b40070e606ecdb01d..f596a7c71e027e808f6c2dd54fc4b77431d759a4 100644 (file)
@@ -384,7 +384,7 @@ ADD_INTERFACE (Tie,
               "dash-fraction"
               "dash-period "
               "details "
-              "direction"
+              "direction "
               "head-pair "
               "thickness "
               "x-gap ");