]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / beam-over-barline.ly
index e9db66d2e9f939b1738e884ae827f291a670b15e..893f3f8b64207e862740c710d107d585af177e11 100644 (file)
@@ -1,7 +1,11 @@
-\version "1.5.68"
+
+\version "2.14.0"
 \header {
-texidoc = "explicit beams may cross barlines. "
-}
-\score {
-\notes \context Voice { c2. [c8 c8 c8 c8] }
+  texidoc = "Explicit beams may cross barlines. "
 }
+\layout { ragged-right= ##t }
+
+\relative c'' { c2.  c8[ c8 c8 c8] }
+
+
+