]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/volta-multi-staff.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / lsr / volta-multi-staff.ly
index 229902e2d736cec4f7ef08e5974638bc61062b32..f6e06a35d42199fe7b5904311fc56b6fe68c0fe1 100644 (file)
@@ -1,7 +1,6 @@
 %% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
-\version "2.11.46"
-\layout { ragged-right= ##t }
+\version "2.11.62"
 \header {
   lsrtags = "repeats,staff-notation"
   texidoc = "By adding the @code{Volta_engraver} to the relevant
@@ -9,17 +8,21 @@ staff, volte can be put over staves other than the topmost
 one in a score."
   doctitle = "Volta multi-staff"
 } % begin verbatim
+
+
 voltaMusic = \relative c'' {
-  \repeat volta 2
-    c1 
-    \alternative { 
-    d e
-   } 
-} 
+  \repeat volta 2 {
+    c1
+  }
+  \alternative {
+    d1
+    e
+  }
+}
 
 <<
   \new StaffGroup <<
-    \context Staff \voltaMusic
+    \new Staff \voltaMusic
     \new Staff \voltaMusic
   >>
   \new StaffGroup <<