]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-grace.ly
(neumeDemoPaper): remove duplication from
[lilypond.git] / input / regression / multi-measure-rest-grace.ly
index 7bf52669d0607142f554ca4d18a03e7464198b53..d1b4d66478691df239f0f784f8b1bc2d807ec2bb 100644 (file)
@@ -1,13 +1,13 @@
-\version "2.1.28"
+\version "2.3.4"
 
 
 \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 }
+\paper { raggedright = ##t }
+
+<<
+    \new Staff { R1 R1 R1*3 }
+    \new Staff { \clef bass c1 \grace c8 c2 c2 c1  \grace c16 c2 c2 c1 }
 >>
-}