2018-06-24 12:33 GMT+02:00 foxfanfare <[email protected]>:
> 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

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to