On Mon, Sep 29, 2014 at 1:05 PM, Peter Crighton <[email protected]> wrote:

I see, thanks.

I have several files I include in every project, in one of which I make some overrides to TabStaff. How can I avoid this problem in scores I’m not using any TabStaffs in, other than removing the Clef_engraver from TabStaff? Or ist that already the best way?

--
Peter Crighton | Musician & Music Engraver based in Mainz, Germany
http://www.petercrighton.de

Peter,

Put the overrides in a \layout block, like:

\layout {
 \override TabStaff.Stemstencil = ##f
}

This won't create a new context, but it will apply it when you create one.

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

Reply via email to