bug-lilypond
[Top][All Lists]
Advanced

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

Re: Clef transparent does not hide clefOctavation


From: Thomas Morley
Subject: Re: Clef transparent does not hide clefOctavation
Date: Wed, 12 Sep 2012 22:44:54 +0200

2012/9/12 Michael Scott Cuthbert <address@hidden>:
>> I'm not top posting (I don't know what that is!)
>
> the override Clef transparent tag does not get rid of the "8" on octava clefs.
> If there's another way to do it, I haven't seen it and it'd be great to 
> document.
>
> Thanks for the amazing work! We've just got MusicXML ossias to Lilypond almost
> 100% working thanks to the great docs.
>
> Best, Myke Cuthbert (address@hidden)
>
> ########### begin snippet #############
>
>
> \version "2.16.0"
>
> \new Staff  = testStaff
>                     \with {
>                           \override Clef #'transparent = ##t
>                         }
>         { \clef "treble_8" c4 }
>
>
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-lilypond

The "8" is another grob, so ofcourse same behaviour in 2.12.3 and 2.14.2

Try:

\new Staff  = testStaff
                    \with {
                          \override OctavateEight #'transparent = ##t
                          \override Clef #'transparent = ##t
                        }
        { \clef "treble_8" c4 }


Best,
  Harm



reply via email to

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