]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-polyphonic.ly
*** empty log message ***
[lilypond.git] / input / regression / rest-polyphonic.ly
index 55ebe73f8b5098de85a378e692ff06c32c5046fa..5f28e73a9cd678a23790615ef6bc168ff3599561 100644 (file)
@@ -2,17 +2,17 @@
 
     texidoc = "In polyphonic situations, rests are moved down
 even if there is no opposite note or rest. The amount is two
-staff-spaces. "
+@code{staff-space}s. "
 
     }
 
 
-\version "2.1.22"
+\version "2.2.0"
 
 \score {
   \new Staff \notes \relative c' {
      << { r8 g''4 g8 r g4 g8 } \\
             { d,4    r   d   r   } >>
   }
-
+  \paper { raggedright = ##t }
 }