]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/volta-multi-staff.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / lsr / volta-multi-staff.ly
index 229902e2d736cec4f7ef08e5974638bc61062b32..25f9ec87bfb027355cfa31980ac30ce255af12bb 100644 (file)
@@ -1,21 +1,23 @@
 %% 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.49"
 \header {
-  lsrtags = "repeats,staff-notation"
+  lsrtags = "repeats,staff-notation,fretted-strings"
   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."
   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 <<