summaryrefslogtreecommitdiff
path: root/01-song1
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-04-20 22:37:06 +0200
committerrekado <rekado@elephly.net>2016-04-20 22:37:06 +0200
commitbf6f39a75085b4907cd3518bf49a6bc820f23d8b (patch)
treec0842dbfabd128a26d969e862cc996f40bf5b6d4 /01-song1
parenteb71ae0bb83a2f98456865e6c11f14a227e140fe (diff)
song1: stick: Add waltz section.
Diffstat (limited to '01-song1')
-rw-r--r--01-song1/parts/stick.ly36
1 files changed, 36 insertions, 0 deletions
diff --git a/01-song1/parts/stick.ly b/01-song1/parts/stick.ly
index 64ae275..79e8877 100644
--- a/01-song1/parts/stick.ly
+++ b/01-song1/parts/stick.ly
@@ -177,6 +177,38 @@ stickNastyRight = \relative c {
a a a r a a | a16-. r a8 b c4. ~ | c2. |
}
+stickWaltzLeft = \relative c {
+ \time 3/4
+ e4 b' g' | es,4 b' g' |
+ d, b' g' | cis,, a' e' |
+ c,\sustainOn g' e' | r2 c,4 | g'2 c,4 |
+ g'2. ~ | g2. | r2 c,4\sustainOff |
+
+ d4\sustainOn a' fis' | r2 d,4 | a'2 d,4 |
+ a'4. d,4.\sustainOff | cis4 c b |
+ \key fis \minor
+ bes4\sustainOn fis' cis' | r2 bes,4 | fis'2.\sustainOff |
+ \time 4/4
+ a,4 e' cis' a, | c gis' dis' c, |
+}
+
+stickWaltzRight = \relative c'' {
+ \time 3/4
+ r4 <g b> <g b> | r <g b> <g b> |
+ <g b> c d | <g, b>2. |
+ <g b>2.\arpeggio | <e a> | <b e>2 r4 |
+ <g' b>4. <e a>4. | <b e>4 a' b | c b a |
+
+ <g b>2.\arpeggio | <e a> | <b e>2 fis'4 |
+ <g b>4. <e a>4. | e4 fis g |
+ \key fis \minor
+ <e gis>2. | <cis fis>2. | <gis cis>2 r4 |
+
+ \time 4/4
+ <e' gis>4. <cis fis> cis4 |
+ gis'4. fis c4 |
+}
+
stick = \new PianoStaff <<
\set PianoStaff.midiInstrument = #"clav"
\set PianoStaff.pedalSustainStyle = #'bracket
@@ -201,6 +233,8 @@ stick = \new PianoStaff <<
\stickATransitionRight
\stickNastyRight
+ \stickWaltzRight
+
}
%% staff for left hand side
@@ -224,6 +258,8 @@ stick = \new PianoStaff <<
\stickATransitionLeft
\stickNastyLeft
+ \stickWaltzLeft
+
}
>>