diff options
author | rekado <rekado@elephly.net> | 2016-10-05 21:08:19 +0200 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2016-10-05 21:32:56 +0200 |
commit | c9a5a8be4eca7f34f4550572a0d21c87c1d17bfe (patch) | |
tree | 5a7e9bd002a4a79a4de638c4c745184ff1b1c7a2 /01-song1 | |
parent | 67ea86d8e625576072fe0874cf6a7c4992e5a14e (diff) |
song1: keys, stick: Change verse chords.
Diffstat (limited to '01-song1')
-rw-r--r-- | 01-song1/music/keys.ly | 8 | ||||
-rw-r--r-- | 01-song1/music/stick.ly | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/01-song1/music/keys.ly b/01-song1/music/keys.ly index 9fcc515..47f837c 100644 --- a/01-song1/music/keys.ly +++ b/01-song1/music/keys.ly @@ -34,11 +34,11 @@ keysVerse = \relative c { \time 4/4 \key cis \minor cis4\sustainOn gis' cis dis8 e ~ e2.. r8\sustainOff | - <e, b' e fis gis>2.\arpeggio <dis b' cis dis>4\arpeggio ~ <dis b' cis dis>1 | + <e, b' e fis gis>2.\arpeggio <dis b' cis dis>4\arpeggio ~ | <dis b' cis dis>1 | cis4\sustainOn gis' cis dis8 e ~ e2.. r8\sustainOff | - <e, b' e fis gis>2.\arpeggio <dis b' cis dis>4\arpeggio ~ <dis b' cis dis>1 | - a,2 ~ a4. <a' e' b'>8 ~ <a e' b'>1 | - a,4. <a' e' b'>4. b,4 ~ | b1 | + <e, b' e fis gis>2.\arpeggio <dis b' cis dis>4\arpeggio ~ | <dis b' cis dis>1 | + a'4 cis e <cis e gis>4 ~ | <cis e gis>1 | + <a cis e>4. <cis e gis>4. <b dis fis>4 ~ | <b dis fis>1 | } keysVerseVariant = \relative c' { diff --git a/01-song1/music/stick.ly b/01-song1/music/stick.ly index 64e5fe9..9c49bd2 100644 --- a/01-song1/music/stick.ly +++ b/01-song1/music/stick.ly @@ -107,7 +107,7 @@ stickVerseLeft = \relative c { e,,\sustainOn b' gis' b, ~ b fis' dis' b,\sustainOff | cis4\sustainOn gis' e' cis, ~ cis gis' e' r\sustainOff | e,,\sustainOn b' gis'\sustainOff b,\sustainOn ~ b fis' dis' b,\sustainOff | - a,2 ~ a4. <a' e' b'>8 ~ <a e' b'>1 | + a,2. <a' e' b'>4 ~ | <a e' b'>1 | a,4. <a' e' b'> b,4 ~ | b1 | } |