]> git.donarmstrong.com Git - lilypond.git/commitdiff
test direction override too.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 12 Jan 2007 17:22:43 +0000 (18:22 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 12 Jan 2007 17:22:43 +0000 (18:22 +0100)
input/regression/tie-single-manual.ly

index c085a7208b4eb3011d0aba24facfe7b1bc675546..0187dfbd0caac97638d75cf7c00b33dce9d89cc9 100644 (file)
@@ -18,4 +18,7 @@ specifying their @code{direction} and/or @code{staff-position}."
   c'4 ~ c'
   \override Tie #'staff-position = #-7.5
   c'4 ~ c'
+  \revert Tie #'staff-position
+  \override Tie #'direction = #UP
+  c'4 ~ c'
 }