lilypond-user
[Top][All Lists]
Advanced

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

Re: triangle noteheads


From: Pierre Perol-Schneider
Subject: Re: triangle noteheads
Date: Tue, 10 Jun 2014 09:50:07 +0200

2014-06-09 22:42 GMT+02:00 Thomas Morley <address@hidden>:
  
myHead =
#(define-music-function (parser location music)(ly:music?)
  (if (music-is-of-type? music 'event-chord)
      #{
        \override NoteHead.stencil = #(new-head "doThin")
        #music
      #}
      #{
        \tweak NoteHead.stencil #(new-head "doThin")
        #music
      #}))

Hi Harm,

I suspect you wanted to write : \once\override NoteHead.stencil = #(new-head "doThin")
in myHead definition, didn't you ?

Cheers,
Pierre


reply via email to

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