X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-single-manual.ly;h=e937c7c846bc81d8feac0a2ab3a118dcc6aa9443;hb=9fa898402775060cc74c8d986263c5a2a59a707f;hp=24679f4268e31ccd0b8015a2f44b30c31ee41377;hpb=5b1f3adfe5e3561eaa0f9440e0697054084b7107;p=lilypond.git diff --git a/input/regression/tie-single-manual.ly b/input/regression/tie-single-manual.ly index 24679f4268..e937c7c846 100644 --- a/input/regression/tie-single-manual.ly +++ b/input/regression/tie-single-manual.ly @@ -5,20 +5,20 @@ specifying their @code{direction} and/@/or @code{staff-position}." } -\version "2.16.0" +\version "2.19.2" \paper { ragged-right = ##t } { - \override Tie #'staff-position = #-5.5 - c'4 ~ c' - \override Tie #'staff-position = #-6.5 - c'4 ~ c' - \override Tie #'staff-position = #-7.5 - c'4 ~ c' - \revert Tie #'staff-position - \override Tie #'direction = #UP - c'4 ~ c' + \override Tie.staff-position = #-5.5 + c'4 ~ 4 + \override Tie.staff-position = #-6.5 + c'4 ~ 4 + \override Tie.staff-position = #-7.5 + c'4 ~ 4 + \revert Tie.staff-position + \override Tie.direction = #UP + c'4 ~ 4 }