Volta below chords: Difference between revisions

m New category
Tags: Mobile edit Mobile web edit
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
By adding the <code>Volta_engraver</code> to the relevant staff, volte can be put under chords.
By adding the <code>Volta_engraver</code> to the relevant staff, volte can be put below chords.


<lilypond version="2.24">
<lilypond version="2.24">
\score {
\score {
   <<
   <<
     \chords {
     \chords { c1 c1 }
      c1
     \new Staff \with { \consists "Volta_engraver" }
      c1
    }
     \new Staff \with {
      \consists "Volta_engraver"
    }
     {
     {
       \repeat volta 2 { c'1 }
       \repeat volta 2 { c'1 \alternative { c' } }
      \alternative { c' }
     }
     }
   >>
   >>
Line 25: Line 19:
</lilypond>
</lilypond>


[[Category:Chords]]
[[Category:Contexts and engravers]]
[[Category:Repeats]]
[[Category:Repeats]]
[[Category:Staff notation]]
[[Category:Staff notation]]
[[Category:Chords]]
[[Category:Included in the official documentation]]
[[Category:Included in the official documentation]]
[[Category:Snippet]]
[[Category:Snippet]]