lilypond-user
[Top][All Lists]
Advanced

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

Re: clef change, invisible


From: Valentin Petzel
Subject: Re: clef change, invisible
Date: Thu, 02 Dec 2021 23:13:58 +0100

Hello Stefan,

This is a context property (and not a grob property), so you need to use \set 
for that. You can for example do

\once\set Staff.explicitClefVisibility = #end-of-line-invisible

to set this behaviour in one particular place.

Valentin

Am Donnerstag, 2. Dezember 2021, 22:13:30 CET schrieb Stefan Thomas:
> Dear David,
> thanks for Your reply.
> Can it also be done with \once \override?
> 
> Am Do., 2. Dez. 2021 um 17:07 Uhr schrieb David Kastrup <dak@gnu.org>:
> > 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
> > 
> > --
> > David Kastrup

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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