I need the text “Fine”, then a final bar, then a line break, and then the text 
“Refrain”.  How can I do that?  My attempt below doesn’t work.

Thanks!
David

——
\version "2.22"
\language "english"

\fixed c'' {
    \time 4/4
    c1 |
    \once \override Score.RehearsalMark.break-visibility = #end-of-line-visible
    \once \override Score.RehearsalMark.self-alignment-X = #RIGHT
    \mark \markup \bold \italic \smaller "Fine"
    \bar "|."
    \break
    \once \override Score.RehearsalMark.self-alignment-X = #LEFT
    \mark \markup \italic "Refrain"
    c1
}


Reply via email to