-
Notifications
You must be signed in to change notification settings - Fork 0
/
take-the-a-train.ly
139 lines (111 loc) · 2.71 KB
/
take-the-a-train.ly
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
\version "2.20.0"
\header {
title = "Take the \"A\" Train"
subtitle = "solo"
composer = "?"
arranger = "https://sr.ht/~krystianch/transcriptions/"
tagline = ##f
}
global = {
\numericTimeSignature \time 4/4
\key c \major
\tempo 4=169
}
chordNames = \chordmode {
\global
\set chordChanges = ##t
\set minorChordModifier = \markup { "-" }
c2 c/fis | c2 c/fis | c2 c/fis | c2 c/fis |
c1:6 | c:6 | d:7.11+ | d:7.11+ | d:m7 | g:7 | c:6 | d2:m7 g2:7 |
c1:6 | c:6 | d:7.11+ | d:7.11+ | d:m7 | g:7 | c:6 | g2:m7 c2:7 |
f1:maj7 | f:maj7 | f:maj7 | f:maj7 | d:7 | d:7 | d:min7 | g2:7 g2:7.9- |
c1:6 | c:6 | d:7.11+ | d:7.11+ | d:m7 | g:7 | c:6 | d2:m7 g2:7 |
c1:6 | c:6 | d:7.11+ | d:7.11+ | d:m7 | g:7 | c:6 | d2:m7 g2:7 |
c1:6 | c:6 | d:7.11+ | d:7.11+ | d:m7 | g:7 | c:6 | g2:m7 c2:7 |
f1:maj7 | f:maj7 | f:maj7 | f:maj7 | d:7 | d:7 | d:min7 | g2:7 g2:7.9- |
c1:6 | c:6 | d:7.11+ | d:7.11+ | d:m7 | g:7 | c:6 | d2:m7 g2:7 |
c1:6 |
}
melody = \relative a' {
\global
r1 |
r1 |
r1 |
r1 | \break
g1 ~ |
g8 e'8 ~ e4 g,4 c4 |
e8 gis,8 ~ gis4 ~ gis2 ~ |
gis1 | \break
a1 |
a8 ais8 b e8 g, ges f des' |
c8 e,8 ~ e4 ~ e2 ~ |
e1 | \break
g1 ~ |
g8 e'8 ~ e4 g,4 c4 |
e8 gis,8 ~ gis4 ~ gis2 ~ |
gis1 | \break
a1 |
a8 ais8 b e8 g, ges f des' |
c8 e,8 ~ e4 ~ e2 ~ |
e1 | \break
a8 c8 ~ c4 ~ c2 |
e8 f,8 ~ f4 a8 c8 ~ c4 |
e8 a,8 ~ a4 ~ a2 ~ |
a1 | \break
a8 c8 ~ c4 ~ c2 |
e8 fis,8 ~ fis 4 a8 c8 ~ c4 |
e8 a,8 ~ a4 ~ a2 ~ |
a2 aes2 | \break
g1 ~ |
g8 e'8 ~ e4 g,4 c4 |
e8 gis,8 ~ gis4 ~ gis2 ~ |
gis1 | \break
a1 |
a8 ais8 b e8 g, ges f des' |
c8 e,8 ~ e4 ~ e2 |
r4 r8 a8 c4 ~ c8 a8 | \break
g8 g g4 a8 c ~ c4 |
r4 r8 gis8 a c ~ c4 |
e2 \glissando as, |
r2 a4 c | \break
e8 a, ~ a a ~ a4 r4 |
f8 a c4 bes8 c ~ c8 d |
d8 e, ~ e e ~ e4 r |
r2 r4 g | \break
c4 r c8 d ~ d e ~ |
e4 r8 c e f ~ f fis8 ~ |
fis2 r4 e8 c |
b8 d ~ d4 b8 a ~ a8 r | \break
a8 a a4 e'8 a, ~ a8 r |
as8 as as dis ~ dis8 r g, r |
g8 c ~ c e, g4 r8 e8 |
g8 d' c g a g8 ~ g r | \break
r4 d'8 d c d ~ d8 c |
d8 d c d ~ d4 r |
r4 d8 d c d ~ d c8 |
d8 d c a ~ a4 r | \break
r4 d8 d c d ~ d c8 |
d8 d c d ~ d c8 c d |
dis8 e dis d c d8 ~ d4 |
\improvisationOn b,4^"?" b4^"?" b4^"?" b4^"?" \improvisationOff | \break
\improvisationOn e4^"?" e4^"?" e4^"?" e4^"?" \improvisationOff |
r4 r8 gis8 a c ~ c4 |
e4 as,8 as ~ as4 r |
r8 e' ~ e4 ~ e d8 e8 | \break
f8 fis f4 e8 d c4 |
c8 bes b4 e g, |
c8 d c4 ~ c2 |
r1 |
r1 | \bar "|."
}
words = \lyricmode {
}
\score {
<<
\new ChordNames \chordNames
\new Staff { \melody }
\addlyrics { \words }
>>
\layout { }
\midi { }
}