2017-09-18 10:16 GMT+02:00 Gianmaria Lari <[email protected]>:
> How can I draw a box or a circle around the exercise number "1."
>
> \version "2.19.65"
> \score{
>   \new Staff {
>     \set Staff.instrumentName=#"1."
>     c' d' e' f'
>   }
> }
>
> Thank you, g.


Use the relevant markup-commands.
Also, always put it in a with-Block:

\new Staff \with { instrumentName = \markup \box \circle "1." }


Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to