On Sun, 19 May 2019 at 22:46, Simon Albrecht wrote:
> On 18.05.19 18:58, Gianmaria Lari wrote:
> > In the past I used some snippet I found on LSR giving the possibility
> > to write multiple rehearsal marks, but I was wondering if there is a
> > simpler way. Isn't this something happen frequently
On 18.05.19 18:58, Gianmaria Lari wrote:
In the past I used some snippet I found on LSR giving the possibility
to write multiple rehearsal marks, but I was wondering if there is a
simpler way. Isn't this something happen frequently and so should be
easy to do?
The reason there is an LSR snip
On 19/05/19 02:08, Andrew Bernard wrote:
> Why not just use markup for 'fine'? Position it as you wiil.
Because it doesn't make sense to use markup? It's a lot easier to
position something, if it's attached to its reference object. Otherwise
a minor change to the score will mess things up nicely!
Why not just use markup for 'fine'? Position it as you wiil.
Andrew
On Sun, 19 May 2019 at 03:15, Gianmaria Lari
wrote:
> I'm often in this situation:
>
> \version "2.21.0"
> fine = {
> \once \override Score.RehearsalMark #'break-visibility = #'#(#t #t #f)
> \once \override Score.Rehearsal
I'm often in this situation:
\version "2.21.0"
fine = {
\once \override Score.RehearsalMark #'break-visibility = #'#(#t #t #f)
\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
\mark \markup \italic "Fine"
}
\fixed c' {
c d e f \bar "|." \fine \break
\mark A c c c c
}