lilypond-user
[Top][All Lists]
Advanced

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

Re: remove emptry tabstaff lines


From: Walt North
Subject: Re: remove emptry tabstaff lines
Date: Tue, 3 Sep 2024 18:21:14 -0700
User-agent: Mozilla Thunderbird

Thanks, that is working.  I must have had a typo in my original attempt.

On 9/2/2024 11:33 PM, Xavier Scheuer wrote:
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]