lilypond-user
[Top][All Lists]
Advanced

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

Re: remove emptry tabstaff lines


From: Xavier Scheuer
Subject: Re: remove emptry tabstaff lines
Date: Tue, 3 Sep 2024 08:33:40 +0200

On Tue, 3 Sept 2024 at 06:28, Walt North <waltnorth@gmail.com> wrote:
>
> Thanks.
>
> It didn't work when I tried (comparing an empty Staff line to an empty TabStaff line) so thought maybe there was some different syntax for TabStaff.  In any case it's not a big deal - I can work around it.  I find that Lilypond usually does 95% of what I need and the rest I can usually work around in some way.  Sometimes the effort to get something to work gets more complicated than the work around and not worth the effort.

Hello,

Well, you need to apply it to TabStaff, not Staff like the example in the doc.

\layout {
  \context {
    \TabStaff
    \RemoveAllEmptyStaves
  }
}

Kind regards,
Xavier


reply via email to

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