lilypond-user
[Top][All Lists]
Advanced

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

Re: stems and barlines


From: luis jure
Subject: Re: stems and barlines
Date: Mon, 20 May 2013 23:26:35 -0300

on 2013-05-20 at 21:04 David Nalesnik wrote:

> The only way I know to do this is to create your own filled box to
> replace the stem.  You can incorporate the following override, which
> specifies a rounded box with no rounding of the corners:
> 
>  \override Stem.stencil = #(lambda (grob)
>     (let ((th (ly:output-def-lookup (ly:grob-layout grob)
> 'line-thickness))) (ly:make-stencil
>         `(round-filled-box
>            0 (* 1.3 ,th)
>            0.8125 0.8125
>            0)
>          (cons 0 (* 1.3 th))
>          (cons 0.8125 0.8125))))


yes!!!

that's simply perfect!



reply via email to

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