LSR: Update.
[lilypond/mpolesky.git] / Documentation / snippets / volta-multi-staff.ly
blob2c9044590bb25db3c18c1ec483e1ec66b2dc5e19
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.29"
6 \header {
7 lsrtags = "repeats, staff-notation"
9 texidoc = "
10 By adding the @code{Volta_engraver} to the relevant staff, volte can be
11 put over staves other than the topmost one in a score.
14 doctitle = "Volta multi staff"
15 } % begin verbatim
17 voltaMusic = \relative c'' {
18 \repeat volta 2 {
21 \alternative {
28 \new StaffGroup <<
29 \new Staff \voltaMusic
30 \new Staff \voltaMusic
32 \new StaffGroup <<
33 \new Staff \with { \consists "Volta_engraver" }
34 \voltaMusic
35 \new Staff \voltaMusic