diff options
author | rekado <rekado@elephly.net> | 2016-12-06 14:16:32 +0100 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2016-12-06 14:16:32 +0100 |
commit | c303caa990d9cb4841f864281e6494b9441bc00b (patch) | |
tree | ba94303ef0d6f39ef6377f9ba68208f780d50cb6 /03-circus | |
parent | 0352463c4dc9b1a1c19e42c8b2593886cdd77708 (diff) |
circus: stick: Use StaffTab notation.
Diffstat (limited to '03-circus')
-rw-r--r-- | 03-circus/music/stick.ly | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/03-circus/music/stick.ly b/03-circus/music/stick.ly index 7bca4be..4654b30 100644 --- a/03-circus/music/stick.ly +++ b/03-circus/music/stick.ly @@ -1,3 +1,5 @@ +\include "../stafftab.ly" + stickA = \relative c'' { g8 gis-. g-. gis-. | a-. gis16 g8.-. gis8-. | r gis g gis | e4 r8 g~ | @@ -307,7 +309,8 @@ stickFinalRight = \relative c { } stick = << - \new Staff \relative c' { + \new StaffTab = "stick right" \relative c' { + \set Staff.stringTunings = #stick-matched-reciprocal-tuning \key cis \minor \clef "treble_8" @@ -400,7 +403,8 @@ stick = << } %% staff for left hand side - \new Staff \relative c { + \new StaffTab = "stick left" \relative c { + \set Staff.stringTunings = #stick-matched-reciprocal-tuning \key cis \minor \clef "bass_8" |