From: hanwen Date: Mon, 22 Aug 2005 14:06:44 +0000 (+0000) Subject: new file X-Git-Tag: release/2.6.4~17^2~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=126f4120ec214e5fee082aba96ec38b786f37b30;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)) + + }