lilypond-user
[Top][All Lists]
Advanced

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

Re: Outliner markup command


From: Paul Morris
Subject: Re: Outliner markup command
Date: Wed, 13 Jan 2016 10:17:26 -0500

> On Jan 12, 2016, at 6:09 PM, Thomas Morley <address@hidden> wrote:
> 
> Though, there might be a bug in `stencil-whiteout-outline', Paul cc-ed.
> 
> Look at:
> 
> \markup \stencil
> #(stencil-whiteout-outline
>  (make-filled-box-stencil '(-1 . 1) '(-1 . 1))
>  0.5
>  red
>  16
>  1)
> 
> \markup \stencil
> #(stencil-whiteout-outline
>  (stencil-with-color (make-filled-box-stencil '(-1 . 1) '(-1 . 1)) green)
>  0.5
>  red
>  16
>  1)
> 
> First one is ok.
> But in the second one the color from the stencil is taken (green) and
> the specified (red) is ignored.
> Will investigate more detailed the upcoming days.

Huh, that’s odd…  stencil-whiteout-box works as expected (see below), so the 
problem must indeed be in stencil-whiteout-outline.

-Paul


\markup \stencil
#(stencil-whiteout-box
 (make-filled-box-stencil '(-1 . 1) '(-1 . 1))
 0.5
 1
 red)

\markup \stencil
#(stencil-whiteout-box
 (stencil-with-color (make-filled-box-stencil '(-1 . 1) '(-1 . 1)) green)
 0.5
 1
 red)





reply via email to

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