From 85d1c7a7d1f4763352cfd70577bb6ab39862cdad Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 22 Aug 2005 14:06:44 +0000 Subject: [PATCH] new file --- input/regression/tie-manual.ly | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/input/regression/tie-manual.ly b/input/regression/tie-manual.ly index 079852eba2..babf8180c7 100644 --- a/input/regression/tie-manual.ly +++ b/input/regression/tie-manual.ly @@ -1,7 +1,8 @@ \header { texidoc = "Tie formatting may be adjusted manually, by setting the -@code{tie-configuration} property." +@code{tie-configuration} property. The override should be placed at +the second note of the chord." } @@ -13,8 +14,12 @@ \relative c'' { - \override TieColumn #'tie-configuration = - #'((0 . -1) (2 . -1) (5.5 . 1) (7 . 1)) - ~ + ~ + + + \once \override TieColumn #'tie-configuration = + #'((0 . -1) (2 . -1) (5.5 . 1) (7 . 1)) + + } -- 2.39.5