On 8 August 2011 07:29, Shelby Maddox <[email protected]> wrote: > > Im trying to turn off the clef at the beginning of some lines. I need to be > able to do this on an as-needed basis, so I cant just turn off > Clef_engraver. > >> \set Staff.explicitClefVisibility = #begin-of-line-invisible > > does not work. > Neither does: >> >> \once \override Staff.Clef #'break-visibility = #begin-of-line-invisible >
\once \override Staff.Clef #'break-visibility = #begin-of-line-invisible works, although #all-invisible seems to be a better value (since default is #begin-of-line-visible ). Try \override Staff.Clef #'break-visibility = #all-invisible Cheers, Xavier -- Xavier Scheuer <[email protected]> _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
