]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-grace.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / multi-measure-rest-grace.ly
index 69d309b09fb39251fa9a3b59de7199daa0f189d6..cf1d7d6bf6635e66751c082e7155fe9bad2f9ca4 100644 (file)
@@ -1,13 +1,13 @@
-\version "1.9.0"
+\version "2.14.0"
 
 
 \header {
-texidoc= "Grace notes and multi-measure rests."
+texidoc= "Multi-measure rests are centered also in the case of grace notes."
 }
 
-\score   {
-\notes <
-       \context Staff = SB { R1 R1 R1*3 }
-       \context Staff = SA { \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 }
+>>