MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / tie-accidental.ly
blob609437b95dad435dd70c6df9ea5c31d297140c9c
1 \header { texidoc = "
2 lilypond should flip the tie's direction
3 to avoid a collision with the sharp.
4 " }
7 \version "2.12.0"
9 \paper {
10 debug-tie-scoring = ##t
11 ragged-right = ##t
14 \relative c'' {
15 \override Tie #'layer = #2
16 a ~ <fis a>
19 % EOF