Re: Tabstaff and rests not showing
Walt North <[email protected]> Tue, 14 Jul 2026 22:44:31 -0700
| Newsgroups | gmane.comp.gnu.lilypond.general |
|---|---|
| Message-ID | <[email protected]> |
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
>>
>