I thought rests (measure or not) weren't printed in TabStaff except when
\tabFullNotation is called.

Em qua., 15 de jul. de 2026, 02:45, Walt North <[email protected]>
escreveu:

> Huh.  Well it works in the sample below. Thanks.
>
> However it's not working in the full song for some reason.   I will have
> to start paring the song down until I find out why.
>
> Thanks for the help on the stencil.
>
> Walt
>
>
> On 7/14/26 9:40 PM, William Rehwinkel wrote:
> > Dear Walt,
> >
> > Try including this \layout block:
> >
> > \version "2.26.0"
> >
> > music = \fixed c' {
> >   c4 d e f | R1 | c4 r e f |
> > }
> >
> > \new Staff \music
> > \new TabStaff \music
> >
> > \layout {
> >   \context {
> >     \TabStaff
> >     \revert Rest.stencil
> >     \revert MultiMeasureRest.stencil
> >   }
> > }
> >
> > I looked at
> > https://lilypond.org/doc/latest/Documentation/internals/tabstaff which
> > shows the things that get changed.
> >
> > Does this work?
> > -William
> >
> >
> > On 7/15/26 12:31 AM, Walt North wrote:
> >> version "2.26.0"
> >>
> >> music = \fixed c' {
> >>    c4 d e f | R1 | c4 r e f |
> >> }
> >>
> >> \new Staff \music
> >> \new TabStaff \music
> >>
> >
>
>

Reply via email to