lilypond-user
[Top][All Lists]
Advanced

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

Re: Raise the "Fine" and "D.C. Fine" above the repeat volta alternative


From: Jean Abou Samra
Subject: Re: Raise the "Fine" and "D.C. Fine" above the repeat volta alternative brackets, how?
Date: Tue, 20 Sep 2022 11:01:44 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.1

Le 20/09/2022 à 04:27, David Wright a écrit :
On Mon 19 Sep 2022 at 17:45:24 (-0700), Kenneth Wolcott wrote:

   What is "\rightjust"? Is it a variable (macro) that you have
defined?  I can't find that command in the NR.  How does that differ
from right-align, which I tried and it didn't work for me.
Oops, I'm sorry. I forgot that I'm relying on my main library for
its definition:

rightjust = {
   \override Score.RehearsalMark.self-alignment-X = #right
   \override Score.RehearsalMark.break-visibility = #begin-of-line-invisible
}

Of course, now I shall read Jean's contribution to see whether
I'm up-to-date. My libraries can otherwise fall behind the latest
ways of doing things.



This is the latest way of doing it as of LilyPond 2.23.13. However,
with a patch that has been merged just last night, the next version
will have a \textEndMark command making \textEndMark <markup> somewhat
similar to \rightjust \mark <markup> with your definition, but
creating a TextMark grob and not a RehearsalMark grob. The counterpart
is \textMark <markup>, which is sort of an equivalent of
\tweak self-alignment-X #LEFT \mark <markup>. We're adding these
to disentangle arbitrary text marks from "rehearsal" marks
(and there are some more differences: there can be several
text marks at the same moment, and the default font size is not
the same).

Jean




reply via email to

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