]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-grace.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / multi-measure-rest-grace.ly
index 06b7551f8c61e2f55a7d43c1df06b84d6f17c719..577b55b5d63c4743c41762fadf38d24ffec01d57 100644 (file)
@@ -1,10 +1,13 @@
+\version "2.11.51"
+
+
 \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 }
+>>