summaryrefslogtreecommitdiff
path: root/01-song1
diff options
context:
space:
mode:
Diffstat (limited to '01-song1')
-rw-r--r--01-song1/music/stick.ly8
1 files changed, 6 insertions, 2 deletions
diff --git a/01-song1/music/stick.ly b/01-song1/music/stick.ly
index 625a613..b141ee6 100644
--- a/01-song1/music/stick.ly
+++ b/01-song1/music/stick.ly
@@ -1,3 +1,5 @@
+\include "../stafftab.ly"
+
stickIntroLeft = \relative c, {
r8 b\f cis r \parenthesize <cis' gis'>\pp r <cis gis'>\f cis, |
r8 b cis r \parenthesize <cis' gis'>\pp r <cis gis'>\f cis, |
@@ -306,7 +308,8 @@ stickEndRight = {}
stick = <<
- \new Staff = "stick right" \relative c' {
+ \new StaffTab = "stick right" \relative c' {
+ \set Staff.stringTunings = #stick-matched-reciprocal-tuning
\set Staff.midiPanPosition = #-0.7
\key cis \minor
\clef "treble_8"
@@ -338,7 +341,8 @@ stick = <<
}
%% staff for left hand side
- \new Staff = "stick left" \relative c {
+ \new StaffTab = "stick left" \relative c {
+ \set Staff.stringTunings = #stick-matched-reciprocal-tuning
\set Staff.midiPanPosition = #0.7
\key cis \minor
\clef "bass"