projects
/
music
/
pretentious.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
circus: stick: fix order of notes in arpeggio.
[music/pretentious.git]
/
03-circus
/
parts
/
stick.ly
diff --git
a/03-circus/parts/stick.ly
b/03-circus/parts/stick.ly
index e99119e90ef0fc4b94174b00e0328b983d30a194..768a290dff18215c6d3f98e8fd8d7a31353c33fd 100644
(file)
--- 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
}
}