lilypond-user
[Top][All Lists]
Advanced

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

Re: markup circle and sub


From: David Kastrup
Subject: Re: markup circle and sub
Date: Fri, 10 Nov 2017 11:24:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

David Kastrup <address@hidden> writes:

> Gianmaria Lari <address@hidden> writes:
>
>> This code works well and create a rehearsal mark in a box
>>
>>  \version "2.19.80"
>>  \mark \markup {\box {A1}}
>>
>> Now I would like the same except for the number that should be in
>> subscript. What I should do? I tried this but does not work (it writes
>> A and 1 in two different boxes):
>>
>>  \version "2.19.80"
>>  \mark \markup {\box {A \sub 1}}
>
> \version "2.19.80"
> \mark \markup {\box \concat {A \sub 1}}

Still a redundant brace pair.

\mark \markup \box \concat {A \sub 1}

works fine.

-- 
David Kastrup



reply via email to

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