]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / part-combine.ly
index ba29b30d7e6e6dc69faac111c4bbcaddb6ff6cc7..b04902ad3b57c5cb575b1415dd5db81a4298fe34 100644 (file)
@@ -9,7 +9,7 @@
 "
     }
 
-\version "2.3.17"
+\version "2.3.22"
 
 vone =  \relative a' { g2 g    g  g4 g f' c c( c) c c  c ~ c
                             c2. c4   c
@@ -21,6 +21,6 @@ vtwo =  \relative a' { f2 f4 f f2 g4 g c, f f  f  f f~ f ~ f
 
 \score {
    \partcombine \vone \vtwo
-   \paper { raggedright = ##t } 
+   \layout { raggedright = ##t } 
 }