summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--03-circus/music/stick.ly8
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"