]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-volta-repeat-2.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / grace-volta-repeat-2.ly
index 711d5021a4ba7e7037af0a7e61ee5b7bcfb3730f..b139991588b0fc794ddb1eb302079efa7c0f68f1 100644 (file)
@@ -1,20 +1,19 @@
-\version "1.7.22"
+\version "2.19.21"
 
 \header {
 
-    texidoc = "Graces at combined with volta repeats: a repeat
-starting with a grace, following a repeat directly. The bars should be
-merged into one :||:."
+  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
+  }
 }
-}}