Stefan Thomas <kontrapunktste...@gmail.com> writes:

> Dear community,
> is it possible to make a clef change invisible, at the end of the line?
> I don't want to see the bass clef at the end of the first line here:
> \version "2.22.1"
> Musik = \relative c'' {
>   \clef "treble" g f e d
>   \break
>   \clef "bass" c4 b a2 }
> \new Staff \Musik
> Thanks,
> Stefan

\version "2.22.1"
Musik = \relative c'' {
  \clef "treble" g f e d
  \break
  \clef "bass" c4 b a2 }
\new Staff \with { explicitClefVisibility = #end-of-line-invisible } \Musik

-- 
David Kastrup

Reply via email to