]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-volta-repeat-2.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / grace-volta-repeat-2.ly
index 2d4fc036200d9ef725304b64b23460d15c208054..1df9fec9c42f19b98789076624c0ca7a3a38c5a8 100644 (file)
@@ -1,21 +1,19 @@
-#(ly:set-option 'old-relative)
-\version "2.1.7"
+\version "2.12.0"
 
 \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 @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 c' {
+  \repeat volta 2 {
+    c1 
+  }
+  \repeat volta 2 {
+    \grace {c8 } c4
+  }
 }
-}}