-
Notifications
You must be signed in to change notification settings - Fork 0
/
Na-Punksong.ly
64 lines (60 loc) · 1.32 KB
/
Na-Punksong.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
\markup { Strophe }
\score {
<<
\new Staff {
\new Voice = "melody" {
\numericTimeSignature \time 4/4
\relative { \repeat volta 2{\bar ".|:" a'8 a a a a a a a g g g g g g g g \break}}
}
}
\new Lyrics {
\lyricsto "melody" {
Na- Na- Na- Na Na- Na- Na- Na Na- Na- Na- Na Na- Na- Na- Na
Naa Naa Naa Naa Naaa Naaaaa Naaa Naaaaa
}
}
>>
}
\markup { Intermezzo }
\score {
<<
\new Staff {
\new Voice = "melody" {
\numericTimeSignature \time 4/4
\absolute { c''4 c'' c'' c'' e''4. e''2. a'4. a'2.}
\absolute { r2 \bar "|."}
}
}
\new Lyrics {
\lyricsto "melody" {
Naa Naa Naa Naa Naaa Naaaaa Naaa Naaaaa
}
}
>>
}
\markup { Chorus }
\score {
<<
\new Staff {
\new Voice = "melody" {
\numericTimeSignature \time 4/4
\absolute { g''1~ g''1~ g''1~ g''1}
\absolute { g''8-. g''-. g''-. g''-. g''-. g''-. g''-. g''-. \bar "|." \break}
}
}
\new Lyrics {
\lyricsto "melody" {
Naa- Na! Na! Na! Na! Na! Na! Na! Na!
}
}
>>
}
\markup { \bold Setup}
\markup { Strophe 1x }
\markup { Intermezzo 1x }
\markup { Chorus 1x }
\markup { Strophe 2x }
\markup { Chorus 2x }
\markup { Intermezzo 1x }
\markup { Jud Bridge / Solo}
\markup { Chorus 2x }