From: hanwen <hanwen>
Date: Sun, 21 Aug 2005 20:47:15 +0000 (+0000)
Subject: * lily/tie.cc: remove minimum-length
X-Git-Tag: release/2.6.4~17^2~17
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=36418809a2aa84c06af9f077de454b43656d2b4c;p=lilypond.git

* lily/tie.cc: remove minimum-length

* lily/tie.cc (get_control_points): rewrite. Put short ties in
staff-spaces, make long ties cross staff lines. Avoid flags and dots.
---

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