]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/repeats/volta-multi-staff.ly
51120da00387d417104542dcdc23bf57760b506f
[lilypond.git] / input / lsr / repeats / volta-multi-staff.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 By setting @code{voltaOnThisStaff}, repeat brackets can be put over
6 staves other than the topmost one in a score. 
7 " }
8
9 \layout {
10   ragged-right = ##t 
11 }
12
13 vmus =  {
14   \repeat volta 2 c1 \alternative { d e } 
15
16
17 \relative c'' <<
18   \new StaffGroup <<
19     \context Staff \vmus
20     \new Staff \vmus
21   >>
22   \new StaffGroup <<
23     \new Staff <<
24       \set Staff.voltaOnThisStaff = ##t
25       \vmus >>
26     \new Staff \vmus
27   >>
28 >>