]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-volta-repeat-2.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / grace-volta-repeat-2.ly
index 0aaf85c0ce815e38380e1a6390ffbd4802f614c3..113de90be86f8836f5a291fce462bf7b7f8a07da 100644 (file)
@@ -1,19 +1,19 @@
-\version "2.3.4"
+\version "2.16.0"
 
 \header {
 
-    texidoc = "A volta repeat may begin with a grace. Consecutive ending and
-    starting repeat bars are into one @code{:||:}."
+  texidoc = "A volta repeat may begin with a grace. Consecutive
+    ending and starting repeat bars are merged into one @code{:||:}."
 
-      }
+}
 
-    \paper { raggedright= ##t }
+\layout { ragged-right= ##t }
 
-\score {\relative c' {
-\repeat volta 2 {
-        c1 
-}
-\repeat volta 2 {
-        \grace {c8 } c4
+\relative c' {
+  \repeat volta 2 {
+    c1 
+  }
+  \repeat volta 2 {
+    \grace {c8 } c4
+  }
 }
-}}