lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Chord mode: changing N.C.


From: Lukas-Fabian Moser
Subject: Re: Chord mode: changing N.C.
Date: Tue, 17 May 2022 16:45:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1

Hi Hraban,

Am 17.05.22 um 12:39 schrieb Henning Hraban Ramm:
how can I change the rest symbol in chord mode from "N.C." to e.g. "–"?

\set noChordSymbol = –

You can give any string or (more generally) markup; in recent versions, no quotation marks are needed.

If you want to change it globally:

\layout {
  \context {
    \ChordNames
    noChordSymbol = something
  }
}

BTW, I'm a bit surprised to find the definition of noChordSymbol in ly/engraver-init.ly at \Score level instead of at \ChordNames level. Maybe there's a good reason for this, but maybe not: engraver-init.ly deserves some cleanup anyway (I did a bit of this in a local branch which I never got around to polishing).

Lukas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]