summaryrefslogtreecommitdiff
path: root/03-circus/parts
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-04-18 09:47:12 +0200
committerrekado <rekado@elephly.net>2016-04-18 09:47:12 +0200
commit10fd0be85a639e946e06d52135ff34a7f7113893 (patch)
treeab7387b34c4035260fa1c7702827942f8940d6a0 /03-circus/parts
parent0e5b44e86db29c04fbcd8430304dda3e3dfd1df1 (diff)
circus: keys: Don't play chords during beautiful part.
Diffstat (limited to '03-circus/parts')
-rw-r--r--03-circus/parts/keyboard.ly12
1 files changed, 6 insertions, 6 deletions
diff --git a/03-circus/parts/keyboard.ly b/03-circus/parts/keyboard.ly
index a4466ac..91048e0 100644
--- a/03-circus/parts/keyboard.ly
+++ b/03-circus/parts/keyboard.ly
@@ -135,8 +135,8 @@ keysDanceLower = \relative c {
keysBeautyUpper = \relative c' {
\repeat unfold 3 {
- \time 4/4 { <d fis b>1 ~ | }
- \time 3/4 { <d g b>4. <cis e a>4. | }
+ \time 4/4 { r1 |}
+ \time 3/4 { r2. |}
}
\time 4/4
@@ -147,12 +147,12 @@ keysBeautyUpper = \relative c' {
e4. r4 d8 r cis |
\repeat volta 2 {
- \time 7/8 { <d fis b>8*7 | }
- \time 3/4 { <d g b>4. <cis e a>4. | }
+ \time 7/8 { r8*7 |}
+ \time 3/4 { r2. |}
\repeat unfold 2 {
- \time 4/4 { <d fis b>1 | }
- \time 3/4 { <d g b>4. <cis e a>4. | }
+ \time 4/4 { r1 |}
+ \time 3/4 { r2. |}
}
\time 4/4
b'4.-> a a8-> g8 ~ |