]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-polyphonic-2.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / rest-polyphonic-2.ly
index 23af88ff41b725d51e5b617d1ef12ae4ab317883..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 f2\rest } \\
-  \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' }
 >>