]> 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 715a13d5e4e995fcc89d138b1552d6989ac4ad19..ad3954c5165dbbcbb77cba0027dbc71e2600f1ba 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "2.1.26"
+\version "2.7.39"
 \header {
-texidoc = "Explicit beams may cross barlines. "
+  texidoc = "Explicit beams may cross barlines. "
 }
-\score {
-\notes \relative c'' { c2.  c8[ c8 c8 c8] }
+\layout { ragged-right= ##t }
+
+\relative c'' { c2.  c8[ c8 c8 c8] }
+
 
-    \paper { raggedright= ##t }
 
-}