]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/volta-multi-staff.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / volta-multi-staff.ly
1 \header {
2   texidoc = "By default, the volta brackets appear only in the topmost staff."
3 }
4
5 \layout { ragged-right = ##t }
6 \version "2.11.51"
7
8 vmus =  { \repeat volta 2 c1 \alternative { d e } } 
9
10 \relative c'' <<
11   \new StaffGroup <<
12     \new Staff \vmus
13     \new Staff \vmus
14   >>
15   \new StaffGroup <<
16     \new Staff \vmus
17     \new Staff \vmus
18   >>
19 >>
20
21
22