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.


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to