On Sun, Feb 25, 2024 at 12:36 PM Gerardo Ballabio < [email protected]> wrote:
> It does, thank you.
> Any ideas for the other question (how to move the cue clef after the bar
> line)?
>
Try this:
\version "2.24.1"
\new Staff {
\clef "bass"
R1
<<
\new CueVoice \relative {
\once \override Score.CueClef.X-offset = 3
\once \override Score.BarLine.X-offset = -2
\cueClef "treble"
c''8 d e f
\cueClefUnset
}
\\
R1
>>
c1
}
--
Knute Snortum
