On Thu, Jul 3, 2025 at 1:03 AM Timothy Lanfear <[email protected]> wrote:

> A less hacky solution would be to temporarily override the order bar lines
> and clefs are printed. (if your real score has other items being printed
> here, you may need to expand the list to control their position.)
>
> \version "2.24.4"
>
> \relative {
>   \repeat volta 2 {
>     \clef bass
>     c4 c c c |
>     \textMark A
>     c4
>   }
>   \once \override Score.BreakAlignment.break-align-orders = #(make-vector
> 3 '(staff-bar clef))
>   \repeat volta 2 {
>     \clef treble c''4 c c |
>     \textMark B
>     \clef bass c,,4 c c c |
>   }
> }
>

That works well, thanks!

--
Knute Snortum

Reply via email to