Updates:
        Labels: -Type-Defect Type-Documentation

Comment #1 on issue 2832 by [email protected]: 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