]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-polyphonic-2.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / rest-polyphonic-2.ly
index 90229e14d2585ea9bda5cd0df34783340f77ab61..67bb07ab11d57da1e3845326d6a613a4d503514e 100644 (file)
@@ -3,16 +3,16 @@
   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.14.2"
+\version "2.16.0"
 
 \new Staff <<
   \relative c''' { g8 g g r r2 } \\
   \relative c' { a4\rest c r2 } \\
-  \relative c'' { c4 c r2 } \\
+  \relative c'' { c4 c f2\rest } \\
   \relative c'' { r2 g }
 >>