Hi all,
> On Nov 25, 2019, at 8:14 AM, Aaron Hill <[email protected]> wrote:
> Would something like this work?
While slightly more verbose, perhaps it’s more semantically correct to do
something like this?
%%%%
\version "2.18.2"
\layout {
\context {
\Score
\override RehearsalMark.font-size = #-0.5
}
}
\relative c' {
\repeat volta 2 {
c4-\tweak extra-spacing-width #'(1 . 0.5) ^"vamp" r2
d8 e \tweak extra-spacing-width #'(-0.5 . 1) \tweak self-alignment-X #RIGHT
\mark \markup "(Last time only)" |
}
f g a4 r2 |
}
%%%%
Just a thought.
Kieren.