]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-polyphonic.ly
Release: bump version.
[lilypond.git] / input / regression / rest-polyphonic.ly
index 2a210d0d8514531182db2b4cd15924e207698add..5360bcb0787a279c9363a4d16113c0ec2974428c 100644 (file)
@@ -1,8 +1,8 @@
 \header {
 
-  texidoc = "In polyphonic situations, rests are moved down
-even if there is no opposite note or rest. The amount is two
-@code{staff-space}s. "
+  texidoc = "In polyphonic situations, rests are moved according
+to their @code{direction} even if there is no opposite note or rest.
+The amount is two @code{staff-space}s. "
 
 }
 
@@ -13,8 +13,8 @@ even if there is no opposite note or rest. The amount is two
 
 
 \new Staff  \relative c' {
-  << { r8 g''4 g8 r g4 g8 } \\
-     { d,4    r   d   r   } >>
+  << { r8 g''4 g8       r g4 g8 } \\
+     { d,4    r \stemUp b   r   } >>
 }