]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-broken-tie-spacing.ly
Revert "Revert "Regtests for lilypond-book include files located in subdir.""
[lilypond.git] / input / regression / accidental-broken-tie-spacing.ly
index 9a6fb0d3507174ac7ef8c36101b7e62c04f4827a..2284562fa3277b4ebd48c60fad61dd3476955092 100644 (file)
@@ -1,11 +1,15 @@
-\version "2.11.51"
+\version "2.14.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
+}