]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/volta-multi-staff.ly
Update LSR with new tags
[lilypond.git] / input / lsr / volta-multi-staff.ly
1 %% Do not edit this file; it is auto-generated from LSR!
2 %% Tags: pitches, repeats
3 \header {
4   texidoc = "By adding @code{Volta_engraver}, repeat brackets
5   can be put over staves other than the topmost one in a score."
6 }
7 % begin verbatim
8 \version "2.11.36"
9
10 vmus =  {
11   \repeat volta 2 c1 \alternative { d e } 
12
13
14 \relative c'' <<
15   \new StaffGroup <<
16     \context Staff \vmus
17     \new Staff \vmus
18   >>
19   \new StaffGroup <<
20     \new Staff \with { \consists Volta_engraver }
21       \vmus
22     \new Staff \vmus
23   >>
24 >>