]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-broken-tie-spacing.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / accidental-broken-tie-spacing.ly
index 9a6fb0d3507174ac7ef8c36101b7e62c04f4827a..2b9d8cc9b40c0693156a7e7ca59eda9c56fb7373 100644 (file)
@@ -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
+}