]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-polyphonic.ly
Merge http://git.sv.gnu.org/r/lilypond
[lilypond.git] / input / regression / rest-polyphonic.ly
index ae19a08bd838f9db232066b8d5b0c4879b49d2eb..241dc3bcc50ddb266f98d95c7bee71f4ff437849 100644 (file)
@@ -1,18 +1,20 @@
 \header {
 
-    texidoc = "In polyphonic situations, rests are moved down
+  texidoc = "In polyphonic situations, rests are moved down
 even if there is no opposite note or rest. The amount is two
-staff-spaces. "
+@code{staff-space}s. "
+
+}
+
+\layout { ragged-right = ##t }
 
-    }
 
+\version "2.10.0"
 
-\version "2.1.22"
 
-\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   d   r   } >>
 }
+
+