From: Han-Wen Nienhuys Date: Fri, 12 Jan 2007 17:22:43 +0000 (+0100) Subject: test direction override too. X-Git-Tag: release/2.11.12-1~35^2~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d0ea86ad8d0f4b9614fba6d530ac66a98404cf55;p=lilypond.git test direction override too. --- diff --git a/input/regression/tie-single-manual.ly b/input/regression/tie-single-manual.ly index c085a7208b..0187dfbd0c 100644 --- a/input/regression/tie-single-manual.ly +++ b/input/regression/tie-single-manual.ly @@ -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' }