On Wed, 26 Jun 2024 at 08:11, Jeff Olson <[email protected]> wrote:
>
> Thanks, David!
>
> That works even for the case where there is no explicit Staff (just a
bare TabStaff). Excellent!
>
> But I still had to remove my \tabFullNotation command to avoid an
implicit TabStaff.
>
> Is there an alternative place (outside the music code) to put
\tabFullNotation? Perhaps as a context setting for the explicit TabStaff?
Hello,
This works: \new TabStaff \with { \tabFullNotation } { \mus }
Otherwise the definition of tabFullNotation is in ly/property-init.ly
Kind regards,
Xavier