]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-polyphonic.ly
MusicXML: Implement Barline styles and repeats in musicxml2ly
[lilypond.git] / input / regression / rest-polyphonic.ly
index 55ebe73f8b5098de85a378e692ff06c32c5046fa..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.1.22"
+\version "2.10.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   } >>
 }
+
+