lilypond-user
[Top][All Lists]
Advanced

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

Re: N.C. symbol in chordNames


From: Reedmace Star
Subject: Re: N.C. symbol in chordNames
Date: Tue, 08 May 2012 23:44:57 +0200
User-agent: KMail/4.8.2 (Linux/3.2.0-24-generic; KDE/4.8.2; x86_64; ; )

* 2012-05-08 20:01 +0200 worshipgeek:
> Recently, I've noticed that Lilypond has begun automatically listing
> N.C. every time I have put a rest in for a chord.  Often I would use
> this as a way to get around tricky rhythms, but now I've got N.C.s
> scattered all over my music.  Is there a way to disable this
> behavior?

Using spacer rests instead of rests (as Peter wrote) is probably the 
most logical solution when you are writing new scores.

But if you really want to just remove the no-chord symbols altogether 
(for example when using old code), put

  \context {
    \ChordNames
    noChordSymbol = ##f
  } 

inside your layout specification.

R. S.



reply via email to

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