]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-folded-clef.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / spacing-folded-clef.ly
index 5d2266776971d507418b2dc2abbf7e7a8ba26df1..d4ef823bc335fa4cc7150871774c32fd853e3364 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.17"
+\version "2.3.22"
 \header {
 texidoc = "A clef can be folded below notes in a different staff, if
 this does not disrupt the flow of the notes."
@@ -9,6 +9,6 @@ this does not disrupt the flow of the notes."
        \new Staff { \clef bass c,2 \clef treble  c'2 }
        >>
 
-       \paper { raggedright = ##t}
+       \layout { raggedright = ##t}
        }