]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-accidental.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / tie-accidental.ly
1 \header { texidoc = "
2   lilypond should flip the tie's direction
3   to avoid a collision with the sharp.
4 " }
5
6
7 \version "2.19.21"
8
9 \paper {
10   debug-tie-scoring = ##t
11   ragged-right = ##t
12 }
13
14 \relative {
15   \override Tie.layer = #2
16   a' ~ <fis a>
17 }
18
19 % EOF