]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / beam-over-barline.ly
index 6f57cff9019bad1412035af5da611b9cfb749946..f2fec5c7c2abec6fb27e8e3639f3c0676b7b1de3 100644 (file)
@@ -1,6 +1,11 @@
+
+\version "2.19.21"
 \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''2.  c8[ c8 c8 c8] }
+
+
+