LSR: Update.
[lilypond.git] / input / lsr / volta-multi-staff.ly
blob7fb6eaddbc74cbbe8bdac5c55b2959566faeccdf
1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
3 \version "2.11.53"
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
12 voltaMusic = \relative c'' {
13 \repeat volta 2 {
16 \alternative {
23 \new StaffGroup <<
24 \context Staff \voltaMusic
25 \new Staff \voltaMusic
27 \new StaffGroup <<
28 \new Staff \with { \consists "Volta_engraver" }
29 \voltaMusic
30 \new Staff \voltaMusic