]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / beam-over-barline.ly
index a72c851622aafdadcb3a27e5680f5eaaaf3a945d..8a01631a987119ef36c1cd5c384748f830c9b133 100644 (file)
@@ -1,8 +1,11 @@
-\version "1.7.16"
+
+\version "2.12.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] }
+
+
+