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