]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-polyphonic.ly
* lily/book.cc:
[lilypond.git] / input / regression / rest-polyphonic.ly
index 52b3e43357ea5e39165beb0ff16e1d4f784af319..7e309409eb5c4631223c4e29ca289f44226b1b66 100644 (file)
@@ -7,12 +7,12 @@ even if there is no opposite note or rest. The amount is two
     }
 
 
-\version "2.3.16"
+\version "2.4.0"
 
 \score {
   \new Staff  \relative c' {
      << { r8 g''4 g8 r g4 g8 } \\
             { d,4    r   d   r   } >>
   }
-  \paper { raggedright = ##t }
+  \layout { raggedright = ##t }
 }