Hi Harm,

2016-01-12 21:24 GMT+01:00 Thomas Morley <thomasmorle...@gmail.com>:


> I've always found it a little so-so, to define custom markup-commands
> only combining a personal choice of preexisting markup-commands.
>

I fully agree, it's just that my scheme knowledge is also a little so-so ;)
Actually I tried to. Without success.
Basically the idea was to make the 'whiteout' command to accept a color
override. E.g. :

\version "2.19.35"

\markup {
  \combine
    \filled-box #'(-1 . 18) #'(-3 . 4) #1
    \override #'(style . outline)
    \override #'(thickness . 3)

    %% here :
    \override #'(color . red)
    \whiteout

    %% here the color affects the whiteout (unwanted)
    \with-color #blue
    "whiteout-outline"
}

... but I'll keep working on it ;)..
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to