]> 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 b5903161b2008353f859a8b2bf0cdf9616d475ac..3f57c440062c63503b39d984941f76ded239db6e 100644 (file)
@@ -1,13 +1,13 @@
-\version "1.7.23"
+\version "2.16.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 }
+>>