diff options
author | rekado <rekado@elephly.net> | 2016-10-09 15:07:55 +0200 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2016-10-09 15:07:55 +0200 |
commit | 5e3376f267193fbf5e949250d17031ae85038818 (patch) | |
tree | 9cfc8070ffb31db1f43cc019e36026503143980d /01-song1 | |
parent | b969de1b88f9c5adfeb9da682ee2486e788526f4 (diff) |
song1: stick: Fix notes in outro.
Diffstat (limited to '01-song1')
-rw-r--r-- | 01-song1/music/stick.ly | 4 |
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> | } |