summaryrefslogtreecommitdiff
path: root/02-song2/parts/guitar.ly
blob: 5ea1680448ca1df070355cfc7af598160d0f8987 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
\include "parts/stick.ly"
guitarBreak = {
  \stickIntroLeft
  \stickStanzaLeft
  \stickBLeft
  \stickStanzaLeft
  \stickBLeft
}

%% capo 2nd fret
guitar = \relative c {
  \transposition d'
  \time 4/4
  #(mmrest-of-length guitarBreak)

  %% transition
  \repeat volta 2 { R1*4 }
  \repeat volta 4 {
    r16 <b e>8 <a d>16 <b e>8 <a d>16
    <b e>8 <b e>8 r16 r4           |
    r16 <b e>8 <a d>16 <b e>8 <a d>16
    <b e>16 r16 <b e>16 <a d>4 r8 |
  }

  %% three
  \time 6/8
  \repeat unfold 2 {
    <d\5 fis\4>16  <e\5 g\4>8 q q16   q16 <fis\5 a\4>8 q q16 |
    q16 <g\5 b\4>8 q r16 a,8\5 <a\5 a'\4 cis\3 g'\2> q |
  }

  <c\5 e\4 g\3 d'\2>16 q r q r q
  q16 <d\5 fis\4 g\3 e'\2>8 q8 q16 |
  r16 <c\5 e\4 g\3 d'\2> r q r q
  q16 <d\5 fis\4 g\3 e'\2>8 q8 q16 |

  <c\5 e\4 g\3 d'\2>16 q r q r q
  q16 <d\5 fis\4 g\3 e'\2>8 q8 q16 |
  r16 <b\5 es\4 a\3 d\2>8 q r16 q8 q r8 |

  %% marta rekado
  \repeat unfold 2 {
    \time 5/8 <d\5 fis\4>16 <e\5 g\4>8 q q q16 q16 <fis\5 a\4>16 ~ |
    \time 7/8 q16 q8 q q <e\5 g\4> q q16 q16 <fis\5 a\4> |
  } \alternative {
    { \time 2/4 r16 <fis\5 a\4>8 q r r16 |}
    { \time 2/4 r16 <fis\5 a\4>8 q r r16 |}
  }
  \time 3/4
  <c\5 e\4 g\3 d'\2>16 q r q r q
  q16 <d\5 fis\4 g\3 e'\2>8 q8 q16 |
  r16 <c\5 e\4 g\3 d'\2> r q r q
  q16 <d\5 fis\4 g\3 e'\2>8 q8 q16 |
  %% TODO
  <e,\6 e'\5 d\4 g\3 g'\2 e\1>2.\arpeggio |
  \time 7/8
  r16 r8 r <c'\5 e\4 g\3 c'\2> q r r8. |
}