From 0352463c4dc9b1a1c19e42c8b2593886cdd77708 Mon Sep 17 00:00:00 2001 From: rekado Date: Tue, 6 Dec 2016 12:31:34 +0100 Subject: song2: stick: Use StaffTab notation. --- 02-song2/music/stick.ly | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '02-song2') 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 { 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 -- cgit v1.2.3