From: Han-Wen Nienhuys Date: Mon, 22 Aug 2005 14:06:44 +0000 (+0000) Subject: new file X-Git-Tag: release/2.7.7~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=85d1c7a7d1f4763352cfd70577bb6ab39862cdad;p=lilypond.git new file --- 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)) + + }