2014-06-09 22:42 GMT+02:00 Thomas Morley <thomasmorle...@gmail.com>:
> 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
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user