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: Henning Hraban Ramm
Subject: Re: Chord mode: changing N.C.
Date: Tue, 17 May 2022 15:54:10 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:91.0) Gecko/20100101 Thunderbird/91.9.0

Hi Stephan,
thank you! Carl was faster, and his hint was enough for me.
Hraban

Am 17.05.22 um 14:29 schrieb Stephan Schöll:
Hraban,

Here's an example:

\version "2.22.0"

chordNames = \chordmode {
   a1 r d e
}

<<
   \new ChordNames {
     \set noChordSymbol = "Silence!"
     \chordNames
   }
   {
     \chordNames
   }
 >>

Am 17.05.2022 um 14:12 schrieb Stephan Schöll:

With

\set noChordSymbol = "???"

you may replace the "N.C." string with whatever string/text you like, even with an empty string which means that nothing will be displayed during chord rests.

see also LilyPond Notation Reference: 2.7.2 Displaying chords <https://lilypond.org/doc/v2.22/Documentation/notation/displaying-chords>

HTH

Stephan

Am 17.05.2022 um 12:39 schrieb Henning Hraban Ramm:
Hi Ponders,

how can I change the rest symbol in chord mode from "N.C." to e.g. "–"?

Thanks in advance!
Hraban





reply via email to

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