]> 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 1504143f68795fb22c7db7bdfa62a992f1f01325..bdf90443f01303e07b10f7e2f5a732d50b2fa076 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "2.3.17"
+\version "2.3.22"
 \header {
 texidoc = "Explicit beams may cross barlines. "
 }
 \score {
  \relative c'' { c2.  c8[ c8 c8 c8] }
 
-    \paper { raggedright= ##t }
+    \layout { raggedright= ##t }
 
 }