lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing stem stencil


From: Peter Bjuhr
Subject: Re: Changing stem stencil
Date: Sat, 01 Mar 2014 01:12:46 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.3.0


On 2014-03-01 00:04, Nathan Ho wrote:

I'm glad to hear that my work on both the SMuFL package and the LSR
snippet has helped you! However, there's a much easier solution:

#(define (penderecki-tremolo grob)
    (grob-interpret-markup grob
      (markup #:vcenter #:smuflglyph "pendereckiTremolo")))

\new Staff {
   \override StemTremolo.stencil = #penderecki-tremolo
   c'4:32 d'4:32 e'4:32 f'4:32
   c''4:32 d''4:32 e''4:32 f''4:32
}

Regards,
Nathan

Hi Nathan,

thanks again for the (indirect) help!

It's of course better not change the whole stem in this case, great! But maybe the trick to change stem can become handy in some other circumstance...

Best
Peter



reply via email to

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