summaryrefslogtreecommitdiff
path: root/03-circus
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2015-10-18 16:37:53 +0200
committerrekado <rekado@elephly.net>2015-10-18 16:37:53 +0200
commit2cc150a57d2e8e7d15c6d8a89da0e1bd7b332cfa (patch)
tree0bf0758c3cea8db0cf9bc1dacb8758635d059c49 /03-circus
parent59cf2acff09ee1c83da366da210229d49c7e044b (diff)
circus: stick: finish "weird" and "dance" parts.
Diffstat (limited to '03-circus')
-rw-r--r--03-circus/parts/stick.ly41
1 files changed, 25 insertions, 16 deletions
diff --git a/03-circus/parts/stick.ly b/03-circus/parts/stick.ly
index e899972..77e74bd 100644
--- a/03-circus/parts/stick.ly
+++ b/03-circus/parts/stick.ly
@@ -1,18 +1,3 @@
-stickDance = \relative c' {
- \time 5/8
- r8 b cis d fis |
- \time 5/4
- g4. fis16 dis e4
- \tuplet 3/2 { fis,8 c' dis } g4 |
- fis4. e16 d b4
- \tuplet 3/2 { f8 b d }
- fis4
-
- \time 3/4
- e ais,,16 d fis8 g gis
- d' cis ais4 r4
-}
-
stickHalfTimeFeel = \relative c' {
\time 2/4
b8 d r b16 d |
@@ -26,6 +11,29 @@ stickHalfTimeFeel = \relative c' {
d,4 dis eis fis r8 |
}
+stickWeird = \relative c' {
+ \repeat unfold 2 {
+ \time 5/4 {g4. fis16 g cis8 d r g, fis fis, |}
+ \time 9/8 {cis''4. b16 fis a8 b2 | }
+ } \alternative {
+ {r2 r8 b8 a g fis |}
+ {r2 r8 b cis d fis |}
+ }
+}
+
+stickDance = \relative c' {
+ \time 5/4
+ g'4. fis16 dis e4
+ \tuplet 3/2 { fis,8 c' dis } g4 |
+ fis4. e16 d b4
+ \tuplet 3/2 { f8 b d }
+ fis4
+
+ \time 3/4
+ e ais,,16 d fis8 g gis
+ d' cis ais4 r4
+}
+
stick = {
\set Staff.midiInstrument = #"electric guitar (jazz)"
\key cis \minor
@@ -56,5 +64,6 @@ stick = {
\key b \minor
\stickHalfTimeFeel
\stickHalfTimeFeel
- %%\stickDance
+ \stickWeird
+ \stickDance
}