Customizing the no-chord symbol

Revision as of 22:51, 26 October 2025 by Jean Abou Samra (talk | contribs) (Import snippet from LSR)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

By default, rests in a ChordNames context cause the “N.C.” symbol to be printed. This markup can be customized.

\version "2.24.0"

<<
  \chords {
    R1
    \set noChordSymbol = "—"
    R1
    \set noChordSymbol = \markup \italic "Ssh!"
    R1
  }
  {
    R1*3
  }
>>