]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/volta-multi-staff.ly
Merge branch 'master' into accepts
[lilypond.git] / input / new / volta-multi-staff.ly
index 4db5dc42ef54161eb90487536a63eece5603f998..9f3520449093dd038b0574e3519bb5c4e1b34bfb 100644 (file)
@@ -1,22 +1,20 @@
 \version "2.11.36"
-\layout { ragged-right= ##t }
 \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"
 }
 
-% 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
-   } 
-} 
+    c1
+    \alternative {
+    d1
+    e
+   }
+}
 
 <<
   \new StaffGroup <<