From d0ea86ad8d0f4b9614fba6d530ac66a98404cf55 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 12 Jan 2007 18:22:43 +0100 Subject: [PATCH] test direction override too. --- input/regression/tie-single-manual.ly | 3 +++ 1 file changed, 3 insertions(+) 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' } -- 2.39.5