]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
* lily/parser.yy: Wrap non-post-events in EventChords before
[lilypond.git] / input / regression / beam-over-barline.ly
index f8a0f15a4c6e5d2ebe902b57d77d0027ba50c257..ad3954c5165dbbcbb77cba0027dbc71e2600f1ba 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "2.6.0"
+\version "2.7.39"
 \header {
-texidoc = "Explicit beams may cross barlines. "
+  texidoc = "Explicit beams may cross barlines. "
 }
-\score {
- \relative c'' { c2.  c8[ c8 c8 c8] }
+\layout { ragged-right= ##t }
+
+\relative c'' { c2.  c8[ c8 c8 c8] }
+
 
-    \layout { raggedright= ##t }
 
-}