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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user