]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-polyphonic.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / rest-polyphonic.ly
index 50ae630e61d5112d052b4c078e0461c38254d019..75ef3430c1d0774d5d60938e1092881c679f34d4 100644 (file)
@@ -7,12 +7,12 @@ even if there is no opposite note or rest. The amount is two
     }
 
 
-\version "2.3.17"
+\version "2.3.22"
 
 \score {
   \new Staff  \relative c' {
      << { r8 g''4 g8 r g4 g8 } \\
             { d,4    r   d   r   } >>
   }
-  \paper { raggedright = ##t }
+  \layout { raggedright = ##t }
 }