summaryrefslogtreecommitdiff
path: root/03-circus
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2015-10-26 12:40:26 +0100
committerrekado <rekado@elephly.net>2015-10-26 12:40:26 +0100
commit045b8a71e51a326aa9ede142cc1ebf6ffbdf2289 (patch)
tree99ee2d119c3fe2ff5f105de89d95a7dc228ed538 /03-circus
parent88d789f939d5d41faf59f5529b7921c850b2e5fa (diff)
circus: stick: fix order of notes in arpeggio.
Diffstat (limited to '03-circus')
-rw-r--r--03-circus/parts/stick.ly2
1 files changed, 1 insertions, 1 deletions
diff --git a/03-circus/parts/stick.ly b/03-circus/parts/stick.ly
index e99119e..768a290 100644
--- a/03-circus/parts/stick.ly
+++ b/03-circus/parts/stick.ly
@@ -155,7 +155,7 @@ stickArpeggioLeft = \relative c, {
stickArpeggioRight = \relative c' {
\time 3/4
\repeat unfold 8 {
- r4.\sustainOn b8 fis d
+ r4.\sustainOn d,8 b' fis
}
}