lilypond-user
[Top][All Lists]
Advanced

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

Re: Switching to drummode and back


From: Thomas Morley
Subject: Re: Switching to drummode and back
Date: Sun, 24 Jun 2018 13:28:46 +0200

2018-06-24 12:33 GMT+02:00 foxfanfare <address@hidden>:
> David Kastrup wrote
>> There is a firstClef context property you can set to ##f .
>
> Hi David, thank you for your answer and sorry for the delay:
> I tried your solution and inserted:
>
> \layout {
>     \context {
>       \Staff
>       firstClef = ##f
>     }
>   }
>
> but this doesn't solve my problem which is at the end of the line, I'd like
> the clef and the key signature to disappear from there (see attachment). Is
> it possible?
> FF2.JPG <http://lilypond.1069038.n5.nabble.com/file/t5604/FF2.JPG>

Hi,

try

    \set Staff.explicitClefVisibility = ##(#f #t #t)
    \set Staff.explicitKeySignatureVisibility = ##(#f #t #t)

HTH,
  Harm



reply via email to

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