]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / beam-over-barline.ly
index 497f1ff1933b08a48fa12598cce3af558fe74adf..bdf90443f01303e07b10f7e2f5a732d50b2fa076 100644 (file)
@@ -1,11 +1,11 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.3.22"
 \header {
 texidoc = "Explicit beams may cross barlines. "
 }
 \score {
-\notes \relative c'' { c2.  c8[ c8 c8 c8] }
+ \relative c'' { c2.  c8[ c8 c8 c8] }
 
-    \paper { raggedright= ##t }
+    \layout { raggedright= ##t }
 
 }