]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-broken-tie-spacing.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / accidental-broken-tie-spacing.ly
1 \version "2.11.51"
2
3 \header {
4   texidoc = "When a tie is broken, the spacing engine must consider the
5 accidental after the line break, to prevent a collision from occurring."
6 }
7
8 { \key g \major gis''1~ \break gis''4
9 \repeat unfold 43 {d4 \noBreak} }
10
11