]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-volta-repeat-2.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / grace-volta-repeat-2.ly
index 68a1eebb2562098dc15ed639b7337227d1b6861c..b139991588b0fc794ddb1eb302079efa7c0f68f1 100644 (file)
@@ -1,19 +1,19 @@
-\version "2.1.28"
+\version "2.19.21"
 
 \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 {\notes\relative c' {
-\repeat volta 2 {
-        c1 
-}
-\repeat volta 2 {
-        \grace {c8 } c4
+\relative {
+  \repeat volta 2 {
+    c'1
+  }
+  \repeat volta 2 {
+    \grace {c8 } c4
+  }
 }
-}}