From a3156b5fa02b2bbbda4d84714d964e325fa22f37 Mon Sep 17 00:00:00 2001 From: rekado Date: Tue, 6 Dec 2016 14:27:56 +0100 Subject: song1: stick: Use StaffTab notation. --- 01-song1/music/stick.ly | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '01-song1') 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 \pp r \f cis, | r8 b cis r \parenthesize \pp r \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" -- cgit v1.2.3