Dear Gilles,
thanks again for Your help.
Unfortunately, I've no idea where to exactly place my code in my previous
example.
Best,
Stefan

Am Mo., 7. Juli 2025 um 16:58 Uhr schrieb Gilles Thibault <[email protected]
>:

> > But I would like ask one more question: how
> > could I integrate a clef change in the cue-notes?
>
> The traditional way is to use an additionnal skip music
>
> #(let ((m1 (em instone 1 2))
>         (m2 #{ \clef alto s2  \clef treble #}))
>      (add-voice1 'insttwo 1 (adef (sim m1 m2)))     ;  sim for
> simultaneous music : << >>
> )
>
> --
> Gilles
>

Reply via email to