]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-polyphonic.ly
Doc: remove wrongly funindexed words.
[lilypond.git] / input / regression / rest-polyphonic.ly
index 55ebe73f8b5098de85a378e692ff06c32c5046fa..08e681a10379e526b9f9323802ba105e6d645497 100644 (file)
@@ -1,18 +1,20 @@
 \header {
 
 \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
 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.1.22"
+\version "2.12.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   d   r   } >>
 }
 }
+
+