]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
Merge branch 'stable/2.16' into staging
[lilypond.git] / input / regression / beam-over-barline.ly
index c1056fd4dcbd57971b485ed502ced7dbf2a338f4..12c092f83063bad1d21666bd9a608452fd689059 100644 (file)
@@ -1,7 +1,11 @@
-\version "1.7.18"
+
+\version "2.16.0"
 \header {
-texidoc = "explicit beams may cross barlines. "
-}
-\score {
-\notes \relative c'' { c2.  c8-[ c8 c8 c8] }
+  texidoc = "Explicit beams may cross barlines. "
 }
+\layout { ragged-right= ##t }
+
+\relative c'' { c2.  c8[ c8 c8 c8] }
+
+
+