]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-volta-repeat-2.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / grace-volta-repeat-2.ly
index f094dedbbf627d6f27801cb476b3b60fd3f80758..2b37691c61969e5184b9935865e195c101b4279d 100644 (file)
@@ -1,19 +1,19 @@
-\version "2.6.0"
+\version "2.14.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
+  }
 }
-}}