projects
/
music
/
pretentious.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
88d789f
)
circus: stick: fix order of notes in arpeggio.
author
rekado
<rekado@elephly.net>
Mon, 26 Oct 2015 11:40:26 +0000
(12:40 +0100)
committer
rekado
<rekado@elephly.net>
Mon, 26 Oct 2015 11:40:26 +0000
(12:40 +0100)
03-circus/parts/stick.ly
patch
|
blob
|
history
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 {
stickArpeggioRight = \relative c' {
\time 3/4
\repeat unfold 8 {
- r4.\sustainOn
b8 fis d
+ r4.\sustainOn
d,8 b' fis
}
}
}
}