summaryrefslogtreecommitdiff
path: root/01-song1
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-12-06 14:27:56 +0100
committerrekado <rekado@elephly.net>2016-12-06 14:27:56 +0100
commita3156b5fa02b2bbbda4d84714d964e325fa22f37 (patch)
treec9ad1c1215f1cbba8dc41f7150caa3e33cb258af /01-song1
parent5f2cb0151e59173a2e0d57c3143fdb40a7ae2a31 (diff)
song1: stick: Use StaffTab notation.
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"