lilypond-user
[Top][All Lists]
Advanced

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

Re: Hiding Empty Tab Staves


From: Jack Cooper
Subject: Re: Hiding Empty Tab Staves
Date: Wed, 18 Apr 2007 22:56:29 -0400 (EDT)



Mats Bengtsson <address@hidden> wrote:

You can find the basic steps of the solution in the mailing list
archives. However,
it seems that some details have changed, so I include the solution here:
\layout{
\context {
\TabStaff
\remove "Axis_group_engraver"
\consists "Hara_kiri_engraver"
\override Beam #'auto-knee-gap = #'()
\override VerticalAxisGroup #'remove-empty = ##t
}
}


/Mats

Thanks - I must have missed something when I first tried looking
for the solution- this seems to work fine..

Cheers,

  Jack


reply via email to

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