* 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.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to