summaryrefslogtreecommitdiff
path: root/03-circus/parts
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2015-11-02 08:44:36 +0100
committerrekado <rekado@elephly.net>2015-11-02 08:44:36 +0100
commit11f380d35980ba895f25a6bd1c98620a18985e7e (patch)
tree2e774cbc42b19d2781cd9a942eddfcdd87c0c7d1 /03-circus/parts
parentebc04f2bb08f6b02311e6f98612c61fcb5b7d4bb (diff)
circus: keys: fix octave.
Diffstat (limited to '03-circus/parts')
-rw-r--r--03-circus/parts/keyboard.ly4
1 files changed, 1 insertions, 3 deletions
diff --git a/03-circus/parts/keyboard.ly b/03-circus/parts/keyboard.ly
index 03f64fc..801f55b 100644
--- a/03-circus/parts/keyboard.ly
+++ b/03-circus/parts/keyboard.ly
@@ -123,13 +123,11 @@ keysWeirdLower = \relative c {
}
}
-%% TODO
keysDanceUpper = \relative c' {
- \time 5/4 { <b d g>4 r2 r2 | <b d fis>4 r2 r2 | }
+ \time 5/4 { <d g b>4 r2 r2 | <d fis b>4 r2 r2 | }
\time 3/4 { <d g b>2. | <e ais fis>4 ~ <d ais' fis>4 r4 | }
}
-%% TODO
keysDanceLower = \relative c {
\time 5/4 { d4 r2 r2 | d4 r2 r2 | }
\time 3/4 { e2. | e4 d4 r4 | }