Update .ly files.
[lilypond.git] / input / lsr / volta-multi-staff.ly
blobb89cca5af866a57b1192d5b5e3e1e46283776208
1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
3 \version "2.12.0"
4 \header {
5 lsrtags = "repeats,staff-notation"
6 texidoc = "By adding the @code{Volta_engraver} to the relevant
7 staff, volte can be put over staves other than the topmost
8 one in a score."
9 doctitle = "Volta multi-staff"
10 } % begin verbatim
13 voltaMusic = \relative c'' {
14 \repeat volta 2 {
17 \alternative {
24 \new StaffGroup <<
25 \new Staff \voltaMusic
26 \new Staff \voltaMusic
28 \new StaffGroup <<
29 \new Staff \with { \consists "Volta_engraver" }
30 \voltaMusic
31 \new Staff \voltaMusic