MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / tie-single-manual.ly
blobc505453d7fa3c52450aa1cc659b8a68e44b54e3b
2 \header {
3 texidoc = "Individual ties may be formatted manually by
4 specifying their @code{direction} and/or @code{staff-position}."
8 \version "2.12.0"
10 \paper {
11 ragged-right = ##t
15 \override Tie #'staff-position = #-5.5
16 c'4 ~ c'
17 \override Tie #'staff-position = #-6.5
18 c'4 ~ c'
19 \override Tie #'staff-position = #-7.5
20 c'4 ~ c'
21 \revert Tie #'staff-position
22 \override Tie #'direction = #UP
23 c'4 ~ c'