David Kastrup <d...@gnu.org> writes:

> Gianmaria Lari <gianmarial...@gmail.com> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to