]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/volta-multi-staff.ly
Remove unused folder input/new/revised/. (cherry picked from commit 4998e00067f678ea4...
[lilypond.git] / input / new / volta-multi-staff.ly
index 4db5dc42ef54161eb90487536a63eece5603f998..a45dddec74b2de89683fefdcb9db09cd83acf312 100644 (file)
@@ -1,5 +1,4 @@
-\version "2.11.36"
-\layout { ragged-right= ##t }
+\version "2.12.0"
 \header {
   lsrtags = "repeats,staff-notation"
   texidoc = "By adding the @code{Volta_engraver} to the relevant
@@ -8,19 +7,19 @@ one in a score."
   doctitle = "Volta multi-staff"
 }
 
-% LSR: this is a test which should get automatically
-% LSR: removed from input/lsr/    -gp
 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 <<