]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-broken-tie-spacing.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / accidental-broken-tie-spacing.ly
1 \version "2.16.0"
2 \paper { ragged-right = ##t }
3
4 \header {
5   texidoc = "When a tie is broken, the spacing engine must consider the
6 accidental after the line break.  The second and third lines should have
7 the same note spacing."
8 }
9
10 { \key bes \major r1 \break
11   eses''4 r2 eses''4~ \break
12   eses''4 r2 f''4
13 }
14
15