]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
Regression test - make whiteout.ly reproducible
[lilypond.git] / input / regression / beam-over-barline.ly
index 497f1ff1933b08a48fa12598cce3af558fe74adf..893f3f8b64207e862740c710d107d585af177e11 100644 (file)
@@ -1,11 +1,11 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.14.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 }
 
-}