]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
.ly version update.
[lilypond.git] / input / regression / beam-over-barline.ly
index 6f57cff9019bad1412035af5da611b9cfb749946..9ad6c67f864a1db1f0e761b1853b91f98eb3f6b1 100644 (file)
@@ -1,6 +1,11 @@
+
+\version "1.9.8"
 \header {
-texidoc = "explicit beams may cross barlines. "
+texidoc = "Explicit beams may cross barlines. "
 }
 \score {
-\notes \context Voice { c2. [c8 c8 c8 c8] }
+\notes \relative c'' { c2.  c8[ c8 c8 c8] }
+
+    \paper { raggedright= ##t }
+
 }