]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-polyphonic-2.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / rest-polyphonic-2.ly
index 67bb07ab11d57da1e3845326d6a613a4d503514e..7531119a186d81b3af004e9af9e0fb83e89a4a4c 100644 (file)
@@ -7,13 +7,13 @@ is suppressed if the rest has a pitch."
 
 }
 
-\version "2.16.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' }
 >>