]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-grace.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / multi-measure-rest-grace.ly
index 0e700a689fcc64d16ff45794033ec0063748ff1a..3f57c440062c63503b39d984941f76ded239db6e 100644 (file)
@@ -1,13 +1,13 @@
-\version "2.1.30"
+\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 }
 >>
-}