]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-accidental.ly
Merge commit 'origin' into beamlets2
[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.12.0"
8
9 \paper {
10   debug-tie-scoring = ##t
11   ragged-right = ##t
12 }
13
14 \relative c'' {
15   \override Tie #'layer = #2
16   a ~ <fis a>
17 }
18
19 % EOF