+\include "../stafftab.ly"
+
stickIntro = {
\time 4/4 { R1*8 }
%% silly but I have to mimick the repeats for the other voices to
\set PianoStaff.midiInstrument = #"electric guitar (jazz)"
\set PianoStaff.pedalSustainStyle = #'bracket
- \new Staff \stickRight
- \new Staff \stickLeft
+ \new StaffTab = "stick right" {
+ \set Staff.stringTunings = #stick-matched-reciprocal-tuning
+ \stickRight
+ }
+ \new StaffTab = "stick left" {
+ \set Staff.stringTunings = #stick-matched-reciprocal-tuning
+ \stickLeft
+ }
>>