lilypond-user
[Top][All Lists]
Advanced

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

Re: Outliner markup command


From: David Kastrup
Subject: Re: Outliner markup command
Date: Tue, 12 Jan 2016 23:52:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Pierre Perol-Schneider <address@hidden> writes:

> Hi Harm,
>
> 2016-01-12 21:24 GMT+01:00 Thomas Morley <address@hidden>:
>
>
>> 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)

\override #`(color . ,red)

And yes, I use a backward tick here.  The forward tick will not
cooperate with the comma later.

-- 
David Kastrup



reply via email to

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