4 texidoc = "This shows the single and multi voice rest positions for
5 various standard and tab staffs."
13 mus = { \mark "R1*7" R1*7 \mark "R1" R1 \mark "r1" r1 \mark "r2" r2 \mark "r4" r4*2 }
22 \new Staff \with { \override StaffSymbol.line-count = $n }
23 { \mus << \mus \\ \mus >> }
29 \new TabStaff \with { stringTunings = #x }
30 { \mus << \mus \\ \mus >> }
32 (list mandolin-tuning banjo-c-tuning guitar-tuning))
35 \layout { \tabFullNotation }