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:05:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

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}}

-- 
David Kastrup



reply via email to

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