lilypond-user
[Top][All Lists]
Advanced

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

Re: Rehearsal mark font in \markup


From: Evan Driscoll
Subject: Re: Rehearsal mark font in \markup
Date: Wed, 25 Apr 2018 21:46:10 -0500

On Wed, Apr 25, 2018 at 9:38 PM, Andrew Bernard <address@hidden> 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

}

}



reply via email to

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