lilypond-user
[Top][All Lists]
Advanced

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

Re: Fret Diagrams


From: Noeck
Subject: Re: Fret Diagrams
Date: Sun, 31 Jan 2016 20:04:22 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Hi Peter,

the N.C. symbol ("no chord") appears for rests r but not for full
measure rests R and obviously not for invisible (spacer) rests s. And it
appears for every single rest, so in case of
  r2   r4   g
you get
  N.C. N.C. G
for a single measure.

You have several choices to avoid this:

a) Write s instead of r for your chords.

b) Turn the noChordSymbol off:
   \set noChordSymbol = ##f
   inside your ChordNames context.

c) Turn the noChordSymbol off generally in a layout block:
   \layout {
     \context { \ChordNames noChordSymbol = ##f }
   }

Cheers,
Joram



reply via email to

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