lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2832 in lilypond: Clef transparent does not hi


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2832 in lilypond: Clef transparent does not hide clefOctavation
Date: Wed, 12 Sep 2012 20:54:16 +0000

Updates:
        Labels: -Type-Defect Type-Documentation

Comment #1 on issue 2832 by address@hidden: Clef transparent does not hide clefOctavation
http://code.google.com/p/lilypond/issues/detail?id=2832

Solution by Thomas Morley:
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 }





reply via email to

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