]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
Fix 1120.
[lilypond.git] / input / regression / beam-over-barline.ly
index 497f1ff1933b08a48fa12598cce3af558fe74adf..8a01631a987119ef36c1cd5c384748f830c9b133 100644 (file)
@@ -1,11 +1,11 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.12.0"
 \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 }
 
-}