lilypond-user
[Top][All Lists]
Advanced

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

Two simultaneous mark events


From: Gianmaria Lari
Subject: Two simultaneous mark events
Date: Sat, 18 May 2019 18:58:31 +0200

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
}

So, I would like the text "Fine" at the end of the first measure (and in this case at the end of the line) and the rehearsal mark "A" at the beginning of the next measure (and in this case at the beginning of the second line).

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?

Thank you, g.

reply via email to

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