lilypond-user
[Top][All Lists]
Advanced

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

Re: Lower-case letter rehearsal marks


From: David Kastrup
Subject: Re: Lower-case letter rehearsal marks
Date: Thu, 10 Dec 2015 07:47:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

> 2015-12-09 17:17 GMT+01:00 David Kastrup <address@hidden>:
>>
>> Why not
>>
>> \set Score.markFormat = \markup \circle \bold \markletter \etc
>>
>> (the latter use of \etc does not work yet but that's fixable).
>
> Not sure why
>   foo-markup = \markup \bold \with-color #cyan \markletter \etc
>   \markup \foo #1
> does not work, as opposed to
>   bold-red-markup = \markup \bold \with-color #red \etc
>   \markup \bold-red "text"

Well, I wrote "it's fixable".  That's issue 4687, with patch.  The
markup grammar special-cased "markup command chain with only markup
argument missing" and the \etc hooked into that special case.  I've
added the rest now.

As a note aside: it was a hole in one.  First attempt was accepted by
the compiler and worked.  For a mixed non-trivial Bison/Scheme
feature...

-- 
David Kastrup



reply via email to

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