lilypond-user
[Top][All Lists]
Advanced

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

Re: Outliner markup command


From: Simon Albrecht
Subject: Re: Outliner markup command
Date: Wed, 13 Jan 2016 00:30:56 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0

On 13.01.2016 00:09, Thomas Morley wrote:
Though, there might be a bug in `stencil-whiteout-outline', Paul cc-ed.

Here you are.


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.




reply via email to

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