lilypond-user
[Top][All Lists]
Advanced

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

Re: Unexpected TabStaff creation


From: Abraham Lee
Subject: Re: Unexpected TabStaff creation
Date: Mon, 29 Sep 2014 19:06:07 -0006



On Mon, Sep 29, 2014 at 1:05 PM, Peter Crighton <address@hidden> 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

reply via email to

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