]> 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 2f89351c259b6d307cb695017f8e284024b21838..47edeffc4442cc83e712e28af36cb219dd0a1f83 100644 (file)
@@ -1,8 +1,8 @@
 %% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
-\version "2.11.46"
+\version "2.11.57"
 \header {
-  lsrtags = "repeats,staff-notation,fretted-strings"
+  lsrtags = "repeats,staff-notation"
   texidoc = "By adding the @code{Volta_engraver} to the relevant
 staff, volte can be put over staves other than the topmost
 one in a score."
@@ -10,12 +10,13 @@ one in a score."
 } % begin verbatim
 
 voltaMusic = \relative c'' {
-  \repeat volta 2
+  \repeat volta 2 {
     c1
-    \alternative {
+  }
+  \alternative {
     d1
     e
-   }
+  }
 }
 
 <<