summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--02-song2/music/stick.ly9
1 files changed, 4 insertions, 5 deletions
diff --git a/02-song2/music/stick.ly b/02-song2/music/stick.ly
index 512b937..2e5b2e6 100644
--- a/02-song2/music/stick.ly
+++ b/02-song2/music/stick.ly
@@ -109,10 +109,10 @@ stick = <<
\set Staff.midiPanPosition = #-0.5
\set Staff.stringTunings = #stick-matched-reciprocal-tuning
\key b \minor
+ \time 1/4
+ #(mmrest-of-length stickBreak)
- %% intro
\time 4/4
- #(mmrest-of-length stickBreak)
\stickRepriseRight
\stickFinalRight
}
@@ -123,10 +123,9 @@ stick = <<
\set Staff.midiPanPosition = #0.5
\set Staff.stringTunings = #stick-matched-reciprocal-tuning
\key b \minor
-
- %% intro
- \time 4/4
+ \time 1/4
#(mmrest-of-length stickBreak)
+ \time 4/4
\stickRepriseLeft
\stickFinalLeft
}