lilypond-devel
[Top][All Lists]
Advanced

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

some sort of suppress-accidental?


From: Mark Polesky
Subject: some sort of suppress-accidental?
Date: Mon, 15 Jun 2009 17:09:53 -0700 (PDT)

entering { \displayMusic c'! } yields:

(make-music
  'EventChord
  'elements
  (list (make-music
          'NoteEvent
          'force-accidental
          #t
          'duration
          (ly:make-duration 2 0 1 1)
          'pitch
          (ly:make-pitch 0 0 0))))

I wish there were a similar way to suppress the printing of the
accidental from within the NoteEvent expression.

Something like 'suppress-accidental that would fit right where
'force-accidental goes in the scheme expression. Is that
possible? Would it be difficult to implement?

- Mark



      




reply via email to

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