]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-grace.ly
Doc-es: various updates.
[lilypond.git] / input / regression / multi-measure-rest-grace.ly
index e156fc57769a25f52aa35e2d778c71a16dd676aa..3f57c440062c63503b39d984941f76ded239db6e 100644 (file)
@@ -1,13 +1,13 @@
-\version "2.1.22"
+\version "2.16.0"
 
 
 \header {
 texidoc= "Multi-measure rests are centered also in the case of grace notes."
 }
 
-\score   {
-\notes <<
-       \new Staff { R1 R1 R1*3 }
-       \new Staff { \clef bass c1 \grace c8 c2 c2 c1  \grace c16 c2 c2 c1 }
+\layout { ragged-right = ##t }
+
+<<
+    \new Staff { R1 R1 R1*3 }
+    \new Staff { \clef bass c1 \grace c8 c2 c2 c1  \grace c16 c2 c2 c1 }
 >>
-}