From 2f40074e9adb1adef8079afb6cb532b62775bde5 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 21 Aug 2005 20:47:15 +0000 Subject: [PATCH] * 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. --- THANKS | 1 + lily/tie.cc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 "); -- 2.39.5