]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-broken-tie-spacing.ly
Doc-es: various updates.
[lilypond.git] / input / regression / accidental-broken-tie-spacing.ly
index f333f7671e94585d88ca1d00c5aae8292770c1cc..2b9d8cc9b40c0693156a7e7ca59eda9c56fb7373 100644 (file)
@@ -1,11 +1,15 @@
-\version "2.11.37"
+\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
+}