]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-polyphonic-2.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / rest-polyphonic-2.ly
index 2d3d00b6ed06cef04dfc5d3b3039256a8f285948..7531119a186d81b3af004e9af9e0fb83e89a4a4c 100644 (file)
@@ -3,17 +3,17 @@
   texidoc = "Rests avoid notes.  Each rest is moved in the direction
 of the stems in its voice.  Rests may overlap other rests in voices
 with the same stem direction, in which case a warning is given, but
-is supressed if the rest has a pitch."
+is suppressed if the rest has a pitch."
 
 }
 
-\version "2.15.0"
+\version "2.19.21"
 
 \new Staff <<
-  \relative c''' { g8 g g r r2 } \\
-  \relative c' { a4\rest c r2 } \\
-  \relative c'' { c4 c r2 } \\
-  \relative c'' { r2 g }
+  \relative { g''8 g g r r2 } \\
+  \relative { a4\rest c r2 } \\
+  \relative { c''4 c f2\rest } \\
+  \relative { r2 g' }
 >>