| [ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
| [ < Vertically aligned StaffGroups without connecting SystemStartBar ] | [ Up: Staff notation ] | [ Volta brackets in multiple staves > ] |
Volta below chords
By adding the Volta_engraver to the relevant staff, volte can be
put under chords.
\score { << \chords { c1 c1 } \new Staff \with { \consists "Volta_engraver" } { \repeat volta 2 { c'1 } \alternative { c' } } >> \layout { \context { \Score \remove "Volta_engraver" } } }
| [ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
| [ < Vertically aligned StaffGroups without connecting SystemStartBar ] | [ Up: Staff notation ] | [ Volta brackets in multiple staves > ] |