]> 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 f6a4d213c9cba18bed32f5dc7160785ab357a1b6..a1e762923bc37e7339f93a7610845bf1dbbfd765 100644 (file)
@@ -1,18 +1,20 @@
 \header {
 
-    texidoc = "In polyphonic situations, rests are moved down
-even if there is no opposite note or rest. The amount is two
-staff-spaces. "
+  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. "
 
-    }
+}
+
+\layout { ragged-right = ##t }
 
 
-\version "2.1.15"
+\version "2.16.0"
 
-\score {
-  \new Staff \notes \relative c' {
-     << { r8 g''4 g8 r g4 g8 } \\
-            { d,4    r   d   r   } >>
-  }
 
+\new Staff  \relative c' {
+  << { r8 g''4 g8       r g4 g8 } \\
+     { d,4    r \stemUp b   r   } >>
 }
+
+