summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-10-05 20:34:45 +0200
committerrekado <rekado@elephly.net>2016-10-05 20:34:45 +0200
commit7e3e9dbea70434e3795eae85b99a4448ae3e44ae (patch)
tree2c207f9456f92710e51c16ecee13760d0b9808f5
parent9b7d46c669c29ebaf731ce7e027480afba4792cc (diff)
song1: stick: Lower voicing in intro.
-rw-r--r--01-song1/music/stick.ly24
1 files changed, 12 insertions, 12 deletions
diff --git a/01-song1/music/stick.ly b/01-song1/music/stick.ly
index 8f5271d..82b0499 100644
--- a/01-song1/music/stick.ly
+++ b/01-song1/music/stick.ly
@@ -1,19 +1,19 @@
-stickIntroLeft = \relative c {
- b8 cis gis' r gis r gis b, ~ |
- b8 cis gis' r gis r gis b, ~ |
- b8 cis gis' r gis r gis r |
- e8 b' e, b' dis,8 b' dis, b' |
-
- b,8 cis gis' r gis r gis b, ~ |
- b8 cis gis' r gis r gis b, ~ |
- b8 cis gis' r gis r gis r |
+stickIntroLeft = \relative c, {
+ r8 b\f cis r \parenthesize <cis' gis'>\pp r <cis gis'>\f cis, |
+ r8 b cis r \parenthesize <cis' gis'>\pp r <cis gis'>\f cis, |
+ r8 b cis r \parenthesize <cis' gis'>\pp r <cis gis'>\f r |
+ e8 b' e, b' dis,8 b' dis, b' |
+
+ r8 b,, cis r \parenthesize <cis' gis'>\pp r <cis gis'>\f cis, |
+ r8 b cis r \parenthesize <cis' gis'>\pp r <cis gis'>\f cis, |
+ r8 b cis r \parenthesize <cis' gis'>\pp r <cis gis'>\f r |
<e b'>2 <dis b'> |
}
stickIntroRight = \relative c {
- \repeat unfold 3 { <fis b dis>4 r8 <gis cis e>4 <gis cis e> r8 | }
- <gis b e>2 <fis b dis> |
- \repeat unfold 3 { <fis b dis>4 r8 <gis cis e>4 <gis cis e> r8 | }
+ \repeat unfold 3 { <dis fis b>4 r8 <e gis cis>4 <e gis cis> r8 | }
+ <gis b e>2 <dis fis b> |
+ \repeat unfold 3 { <dis fis b>4 r8 <e gis cis>4 <e gis cis> r8 | }
a'8 gis fis e
dis16 e dis8 b4
}