diff options
author | rekado <rekado@elephly.net> | 2016-12-06 12:31:34 +0100 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2016-12-06 14:15:32 +0100 |
commit | 0352463c4dc9b1a1c19e42c8b2593886cdd77708 (patch) | |
tree | 00b3906efde9ca335e03109de1a5f85886be3749 | |
parent | e90a5854b35b81b6902da778e1a0ec9b63492e0b (diff) |
song2: stick: Use StaffTab notation.
-rw-r--r-- | 02-song2/music/stick.ly | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/02-song2/music/stick.ly b/02-song2/music/stick.ly index 903411d..c899807 100644 --- a/02-song2/music/stick.ly +++ b/02-song2/music/stick.ly @@ -1,3 +1,5 @@ +\include "../stafftab.ly" + stickIntroLeft = \relative c { \repeat unfold 2 { <b a' d>8 r16 q8 r16 @@ -221,9 +223,10 @@ stickFinalRight = \relative c' { } stick = << - \new Staff = "stick right" \relative c' { + \new StaffTab = "stick right" \relative c' { \clef "treble_8" \set Staff.midiPanPosition = #-0.5 + \set Staff.stringTunings = #stick-matched-reciprocal-tuning \key b \minor %% intro @@ -254,10 +257,11 @@ stick = << } %% staff for left hand side - \new Staff = "stick left" \relative c { + \new StaffTab = "stick left" \relative c { \clef "bass" \set Staff.midiPanPosition = #0.5 \key b \minor + \set Staff.stringTunings = #stick-matched-reciprocal-tuning %% intro \time 4/4 |