]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-polyphonic.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / rest-polyphonic.ly
index b3a95adbf8b76c99a7b7585ac369eb092088be88..2a210d0d8514531182db2b4cd15924e207698add 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
 @code{staff-space}s. "
 
-    }
+}
+
+\layout { ragged-right = ##t }
+
 
+\version "2.14.0"
 
-\version "2.1.30"
 
-\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   } >>
 }
+
+