]> 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 ac37f00a85cec80c5befcbd1b97c8aa8d1de08ee..1df9fec9c42f19b98789076624c0ca7a3a38c5a8 100644 (file)
@@ -1,19 +1,19 @@
-\version "2.3.22"
+\version "2.12.0"
 
 \header {
 
-    texidoc = "A volta repeat may begin with a grace. Consecutive
+  texidoc = "A volta repeat may begin with a grace. Consecutive
     ending and starting repeat bars are merged into one @code{:||:}."
 
-      }
+}
 
-    \layout { 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
+  }
 }
-}}