[ << Chords ] | [Top][Contents] | [ Keyboards >> ] |
[ < Adding a figured bass above or below the notes ] | [ Up : Chords ] | [ Adjusting figured bass alteration glyphs > ] |
Adding bar lines to ChordNames context
To add bar line indications in the ChordNames
context, add the
Bar_engraver
.
\new ChordNames \with { \override BarLine.bar-extent = #'(-2 . 2) \consists "Bar_engraver" } \chordmode { f1:maj7 f:7 bes:7 }