]> 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 363dfcef7f731a44296a9564d0b988074ce4e97c..cf1d7d6bf6635e66751c082e7155fe9bad2f9ca4 100644 (file)
@@ -1,13 +1,13 @@
-\version "2.1.22"
+\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 <<
-       \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 }
 >>
-}