Walt North <[email protected]> writes:

> Is there anyway to indicate rests in the tabstaff?
>
> \version "2.26.0"
>
> music = \fixed c' {
>   c4 d e f | R1 | c4 r e f |
> }
>
> \new Staff \music
> \new TabStaff \music


\version "2.26.0"

music = \fixed c' {
  c4 d e f | R1 | c4 r e f |
}

\new Staff \music
\new TabStaff { \tabFullNotation \music }


-- 
David Kastrup

Reply via email to