summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-10-09 15:07:55 +0200
committerrekado <rekado@elephly.net>2016-10-09 15:07:55 +0200
commit5e3376f267193fbf5e949250d17031ae85038818 (patch)
tree9cfc8070ffb31db1f43cc019e36026503143980d
parentb969de1b88f9c5adfeb9da682ee2486e788526f4 (diff)
song1: stick: Fix notes in outro.
-rw-r--r--01-song1/music/stick.ly4
1 files changed, 2 insertions, 2 deletions
diff --git a/01-song1/music/stick.ly b/01-song1/music/stick.ly
index 076a98e..f3463bd 100644
--- a/01-song1/music/stick.ly
+++ b/01-song1/music/stick.ly
@@ -282,9 +282,9 @@ stickOutroLeft = \relative c, {
}
stickOutroRight = \relative c' {
- \repeat unfold 3 { <gis cis e>8 r r r q r q r | }
+ \repeat unfold 3 { <cis e>8 r r r <gis cis> r q r | }
<gis b e>2 <dis fis b> |
- \repeat unfold 3 { <gis cis e>8 r r r q r q r | }
+ \repeat unfold 3 { <cis e>8 r r r <gis cis> r q r | }
<gis b e>2 <dis fis b> |
}