Update .ly files.
[lilypond.git] / input / new / volta-multi-staff.ly
bloba45dddec74b2de89683fefdcb9db09cd83acf312
1 \version "2.12.0"
2 \header {
3 lsrtags = "repeats,staff-notation"
4 texidoc = "By adding the @code{Volta_engraver} to the relevant
5 staff, volte can be put over staves other than the topmost
6 one in a score."
7 doctitle = "Volta multi-staff"
10 voltaMusic = \relative c'' {
11 \repeat volta 2 {
14 \alternative {
21 \new StaffGroup <<
22 \new Staff \voltaMusic
23 \new Staff \voltaMusic
25 \new StaffGroup <<
26 \new Staff \with { \consists "Volta_engraver" }
27 \voltaMusic
28 \new Staff \voltaMusic