]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-polyphonic.ly
Merge remote branch 'origin/master' into release/unstable
[lilypond.git] / input / regression / rest-polyphonic.ly
index 395f42d26fdcb49515107cb35960622425f17ae1..4dca1efc9ace4eb63392e6044e728791e34e0e1b 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.16.0"
 
-\version "2.1.36"
 
-\score {
-  \new Staff \notes \relative c' {
-     << { r8 g''4 g8 r g4 g8 } \\
-            { d,4    r   d   r   } >>
-  }
-  \paper { raggedright = ##t }
+\new Staff  \relative c' {
+  << { 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   } >>
 }
+
+