X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-single-manual.ly;h=e937c7c846bc81d8feac0a2ab3a118dcc6aa9443;hb=dde9d4f6c50e55ac8f8c0386a3786d17e02ff755;hp=c085a7208b4eb3011d0aba24facfe7b1bc675546;hpb=0c289671d105bea58592607cb508aef59aee882b;p=lilypond.git diff --git a/input/regression/tie-single-manual.ly b/input/regression/tie-single-manual.ly index c085a7208b..e937c7c846 100644 --- a/input/regression/tie-single-manual.ly +++ b/input/regression/tie-single-manual.ly @@ -1,21 +1,24 @@ \header { texidoc = "Individual ties may be formatted manually by -specifying their @code{direction} and/or @code{staff-position}." +specifying their @code{direction} and/@/or @code{staff-position}." } -\version "2.10.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' + \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 }