On Wed, Apr 25, 2018 at 9:38 PM, Andrew Bernard <[email protected]>
wrote:
> Is that what you are after? I'm not really clear what you want. A MWE
> would always be good.
>
Your reply was actually helpful, because I went back to try to illustrate
what I meant... and saw that it's basically there, and I've got it. You
also pointed out \box, which I meant to ask about but forgot to (and I
hadn't thought about looking for "how do I box text" more generically).
For anyone's curiosity, the following is basically what I was trying to do;
I just thought that it was typesetting the actual rehearsal marks in a
different font, but all I needed was the \bold (and \box).
Evan
\version "2.18.2"
\markup \column {
\line {
At rehearsal \bold{\box A}, do something
}
\vspace #3
}
\score {
\relative c'' {
\set Score.markFormatter = #format-mark-box-alphabet
c1 |
\mark \default
c1
}
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user