]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
Regression test - make whiteout.ly reproducible
[lilypond.git] / input / regression / beam-over-barline.ly
index db0b1d6120d3509fa597ab7b31ec65d2c53c22b2..893f3f8b64207e862740c710d107d585af177e11 100644 (file)
@@ -1,8 +1,11 @@
-\version "1.5.68"
+
+\version "2.14.0"
 \header {
-texidoc = "explicit beams may cross barlines. "
+  texidoc = "Explicit beams may cross barlines. "
 }
-\score {
-\notes \context Voice { c2. [c8 c8 c8 c8] }
-}
-%% new-chords-done %%
\ No newline at end of file
+\layout { ragged-right= ##t }
+
+\relative c'' { c2.  c8[ c8 c8 c8] }
+
+
+