X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-broken-tie-spacing.ly;h=2b9d8cc9b40c0693156a7e7ca59eda9c56fb7373;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=9a6fb0d3507174ac7ef8c36101b7e62c04f4827a;hpb=1dff29aea8a32c30f7fcfadf8a00afa0371dbf7a;p=lilypond.git diff --git a/input/regression/accidental-broken-tie-spacing.ly b/input/regression/accidental-broken-tie-spacing.ly index 9a6fb0d350..2b9d8cc9b4 100644 --- a/input/regression/accidental-broken-tie-spacing.ly +++ b/input/regression/accidental-broken-tie-spacing.ly @@ -1,11 +1,15 @@ -\version "2.11.51" +\version "2.16.0" +\paper { ragged-right = ##t } \header { texidoc = "When a tie is broken, the spacing engine must consider the -accidental after the line break, to prevent a collision from occurring." +accidental after the line break. The second and third lines should have +the same note spacing." } -{ \key g \major gis''1~ \break gis''4 -\repeat unfold 43 {d4 \noBreak} } +{ \key bes \major r1 \break + eses''4 r2 eses''4~ \break + eses''4 r2 f''4 +}