]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-polyphonic.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / rest-polyphonic.ly
index 75ef3430c1d0774d5d60938e1092881c679f34d4..aeae89b07b9cd3ba2f4564a1e2cce637f000d7e7 100644 (file)
@@ -1,18 +1,23 @@
 \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 in @code{staff-position}s is set by @code{voiced-position}."
+
+}
+
+\layout { ragged-right = ##t }
 
-    }
 
+\version "2.19.21"
 
-\version "2.3.22"
 
-\score {
-  \new Staff  \relative c' {
-     << { r8 g''4 g8 r g4 g8 } \\
-            { d,4    r   d   r   } >>
-  }
-  \layout { raggedright = ##t }
+\new Staff  \relative {
+  << { r8 g''4 g8       r g4 g8 } \\
+     { d,4    r \stemUp b   r   } >>
+ \override Staff.Rest.voiced-position = 2
+  << { r8 g''4 g8       r g4 g8 } \\
+     { d,4    r \stemUp b   r   } >>
 }
+
+