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.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to