1 | \version "2.10.0"
|
---|
2 | \header {
|
---|
3 | title="Ãû÷Ãûé ãóÀîê.tef"
|
---|
4 | subtitle=""
|
---|
5 | composer="TablEdited by Svetlana Rogatykh"
|
---|
6 | encoder="Svetlana.Rogatykh"
|
---|
7 | encodingsoftware="TablEdit"
|
---|
8 | }
|
---|
9 | PAVA = {
|
---|
10 | \tempo 4 = 120
|
---|
11 | \time 6/8
|
---|
12 | \key c \major
|
---|
13 | a,8 c b, a,4. | % 1
|
---|
14 | c8 e d c4. | % 2
|
---|
15 | c8 d e a g f | % 3
|
---|
16 | e4 d8 d4. | % 4
|
---|
17 | b,8 d c b,4. | % 5
|
---|
18 | b,8 f e d4. | % 6
|
---|
19 | d8 e f f e b, | % 7
|
---|
20 | c2 r4 | % 8
|
---|
21 | ais8 ais a g4. | % 9
|
---|
22 | g8 g f e4. | % 10
|
---|
23 | g8 cis cis cis d e | % 11
|
---|
24 | g4 f8 f4. | % 12
|
---|
25 | a8 a a c4. | % 13
|
---|
26 | b,8 b, b, a4. | % 14
|
---|
27 | a8 a a a g f | % 15
|
---|
28 | e2 r4 | % 16
|
---|
29 | c8 dis d c4. | % 17
|
---|
30 | dis8 g f dis4. | % 18
|
---|
31 | dis8 f g c' ais gis | % 19
|
---|
32 | g4 f8 f4. | % 20
|
---|
33 | d8 f dis d4. | % 21
|
---|
34 | d8 gis g f4. | % 22
|
---|
35 | f8 g gis gis g d | % 23
|
---|
36 | dis2 r4 | % 24
|
---|
37 | cis'8 cis' c' ais4. | % 25
|
---|
38 | ais8 ais gis g4. | % 26
|
---|
39 | ais8 e e e f g | % 27
|
---|
40 | ais4 gis8 gis4. | % 28
|
---|
41 | c'8 c' c' dis4. | % 29
|
---|
42 | d8 d d c'4. | % 30
|
---|
43 | c'8 c' c' c' ais gis | % 31
|
---|
44 | g2 r4 | % 32
|
---|
45 | g8 fis g dis4. | % 33
|
---|
46 | c'8 b c' g4. | % 34
|
---|
47 | <dis' dis''>8 <d' d''> <dis' dis''> <dis' dis''> <d' d''> <dis' dis''> | % 35
|
---|
48 | <f' f''>4 <dis' dis''>8 <d' d''>4. | % 36
|
---|
49 | d'8 d' c' b4. | % 37
|
---|
50 | gis8 gis g f4. | % 38
|
---|
51 | f8 gis gis gis g d | % 39
|
---|
52 | dis2. | % 40
|
---|
53 | cis'8 cis' c' ais4.~ | % 41
|
---|
54 | ais2. | % 42
|
---|
55 | ais8 ais gis g4.~ | % 43
|
---|
56 | g2. | % 44
|
---|
57 | ais8 e e e f g | % 45
|
---|
58 | ais4 gis8 gis4. | % 46
|
---|
59 | c'8 b c' d4 r8 | % 47
|
---|
60 | c8 b, c c'4 r8 | % 48
|
---|
61 | c'8 c' c' c' ais gis | % 49
|
---|
62 | g2. | % 50
|
---|
63 | c8 dis d c4. | % 51
|
---|
64 | dis8 g f dis4. | % 52
|
---|
65 | dis8 f g c' ais gis | % 53
|
---|
66 | g4 f8 f4. | % 54
|
---|
67 | d8 f dis d4. | % 55
|
---|
68 | d8 gis g f4. | % 56
|
---|
69 | f8 g gis gis g d | % 57
|
---|
70 | dis2. | % 58
|
---|
71 | cis'8 cis' c' ais4.~ | % 59
|
---|
72 | ais2. | % 60
|
---|
73 | ais8 ais gis g4. | % 61
|
---|
74 | ais8 e e e f g | % 62
|
---|
75 | ais4 gis8 gis4. | % 63
|
---|
76 | c'8 c' c' dis4. | % 64
|
---|
77 | d8 d d c'4. | % 65
|
---|
78 | c'2 gis8 ais | % 66
|
---|
79 | c'4. b4 c'8 | % 67
|
---|
80 | c'2. \bar "|." | % 68
|
---|
81 | }
|
---|
82 |
|
---|
83 | \score { <<
|
---|
84 | \new Staff <<
|
---|
85 | \clef "G_8"
|
---|
86 | \set Staff.instrumentName="Guitar Standard"
|
---|
87 | \PAVA
|
---|
88 | >>
|
---|
89 | >> }
|
---|