]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-polyphonic.ly
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / rest-polyphonic.ly
index 75ef3430c1d0774d5d60938e1092881c679f34d4..08e681a10379e526b9f9323802ba105e6d645497 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.12.0"
 
-\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 c' {
+  << { r8 g''4 g8 r g4 g8 } \\
+     { d,4    r   d   r   } >>
 }
+
+