X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Ftie-single-manual.ly;h=e937c7c846bc81d8feac0a2ab3a118dcc6aa9443;hb=721cbad0a8fa77d545bde7237dfc9aff3e5c6e2c;hp=c505453d7fa3c52450aa1cc659b8a68e44b54e3b;hpb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;p=lilypond.git diff --git a/input/regression/tie-single-manual.ly b/input/regression/tie-single-manual.ly index c505453d7f..e937c7c846 100644 --- a/input/regression/tie-single-manual.ly +++ b/input/regression/tie-single-manual.ly @@ -1,24 +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.12.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 }