lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: clef change, invisible


From: David Kastrup
Subject: Re: clef change, invisible
Date: Thu, 02 Dec 2021 17:06:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Stefan Thomas <kontrapunktstefan@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

[Prev in Thread] Current Thread [Next in Thread]