summaryrefslogtreecommitdiff
path: root/01-song1
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-03-18 23:00:11 +0100
committerrekado <rekado@elephly.net>2016-03-18 23:00:11 +0100
commit6f49eaa8b2df8cf54533aecaafc1d569a0d6a7c8 (patch)
tree4ec7f9cc1d65d20ed7f55f57dc16bcd9e9d1764e /01-song1
parent1ed503103ed25df96e3ba914745af549e5515df6 (diff)
song1: Add stick verse draft.
Diffstat (limited to '01-song1')
-rw-r--r--01-song1/parts/stick.ly36
1 files changed, 33 insertions, 3 deletions
diff --git a/01-song1/parts/stick.ly b/01-song1/parts/stick.ly
index 49c18ac..73af125 100644
--- a/01-song1/parts/stick.ly
+++ b/01-song1/parts/stick.ly
@@ -61,13 +61,39 @@ stickAExtendedRight = \relative c' {
}
}
-stickATransitionLeft = \relative c' {
- \time 4/4 cis8 cis cis cis cis cis cis cis |
+stickATransitionLeft = \relative c {
+ \time 4/4 cis1 ~ | cis1 |
}
stickATransitionRight = \relative c' {
- \time 4/4 <cis e>1 |
+ \time 4/4 <cis e>1 ~ | <cis e> |
}
+stickVerseLeft = \relative c {
+ \time 4/4
+ \key cis \minor
+ cis4\sustainOn gis' e' cis, ~ cis gis' e' r\sustainOff |
+ 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 b,4 ~ b1 |
+}
+
+stickVerseVariantLeft = \relative c {
+ \time 4/4
+ \key bes \minor
+ bes4\sustainOn f' des' bes, ~ bes f' des' r\sustainOff |
+ des,\sustainOn as' f' c,\sustainOff ~ c\sustainOn as' es' c,\sustainOff |
+
+ bes4\sustainOn f' des' bes, ~ bes f' des' r\sustainOff |
+ des,\sustainOn as' f' c,\sustainOff ~ c\sustainOn as' es' c,\sustainOff |
+
+ ges8 r ges r ges r <des' f'>1
+ ges,,2 <ges' des' as'>4 as,4 ~ as1 |
+}
+
+% TODO
+stickVerseHarderLeft = \stickVerseLeft
stick = \new PianoStaff <<
\set PianoStaff.midiInstrument = #"clav"
@@ -83,6 +109,7 @@ stick = \new PianoStaff <<
\repeat volta 2 \stickARight
\stickAExtendedRight
\stickATransitionRight
+ %\stickVerseRight
}
%% staff for left hand side
@@ -96,6 +123,9 @@ stick = \new PianoStaff <<
\repeat volta 2 \stickALeft
\stickAExtendedLeft
\stickATransitionLeft
+ \repeat volta 2 \stickVerseLeft
+ \stickVerseVariantLeft
+ \stickVerseHarderLeft
}
>>