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