lilypond-user
[Top][All Lists]
Advanced

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

Re: forcing a specific notehead glyph


From: Marc Hohl
Subject: Re: forcing a specific notehead glyph
Date: Mon, 01 Apr 2013 08:20:38 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4

Am 01.04.2013 05:56, schrieb luis jure:

on 2013-03-31 at 16:50 Neil Puttock wrote:

This should just be `0'.

hi neil,

i'm sorry, but i don't quite understand how to modify the function
suggested by harm to address the problem you mention.

IIUC, he proposed that you remove the last line in the cited example
and replace it by the digit '0', like this:

     ;; If laThin-NoteHead for bassdrum is detected,
     ;; change duration-log, else default.
     (if (and (eq? style 'laThin) (eq? drum-type 'bassdrum))
         (ly:grob-set-property! grob 'duration-log 0)

should become


     ;; If laThin-NoteHead for bassdrum is detected,
     ;; change duration-log, else default.
     (if (and (eq? style 'laThin) (eq? drum-type 'bassdrum))
         0

the rest of the function remains unaffected.

HTH,

Marc


best,


lj

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





reply via email to

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