-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAsher-Nosan-Lonu.ly
More file actions
109 lines (94 loc) · 1.94 KB
/
Asher-Nosan-Lonu.ly
File metadata and controls
109 lines (94 loc) · 1.94 KB
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
\version "2.24.0"
\language "english"
%\pointAndClickOff
\paper{
tagline = ##f
% print-all-headers = ##t
#(set-paper-size "letter")
}
\header{
title= "Ahsher Nosan Lonu"
subtitle=""
composer= "Leon Schwartz"
instrument ="violin"
arranger= ""
}
%\markup { Play fifth higher on repeat }
melody = \relative c' {
\clef treble
\key d \minor
\time 2/4
\set Score.rehearsalMarkFormatter = #format-mark-box-alphabet
\set Score.rehearsalMarkFormatter = #format-mark-box-alphabet
%\partial 16*3 a16 d f %lead in notes
\repeat volta 2{
\mark \default
\mark \default
d16->\p g g g g8 g
g8 d g bf
g16-> bf bf bf bf8 bf
bf8 g bf c
g16-> c c c c8 c
c8 bf c ef
d c bf a
%{
d8 g8 g
g8 d g bes
g8 \tuplet 3/2 {bes16 bes bes} bes8 bes
bes8 g bes c
g8 \tuplet 3/2 {c16 c c} c8 c
c8 bes c ees
d c bes a
%}
}
\alternative { {g8 \tuplet 3/2{bf16 a c} bf8 a16 g }{g2} }
\mark \default
g8 a16 bf a8 bf16 c
g8 f f f
g8 a16 bf a8 bf16 c
g8 f f f
f'8-3 ef d c
bf f bf c
d c bf a
g2
}
\addlyrics{
A- sher no- san lo- nu toy- ras em- es
A- sher no- san lo- nu toy- ras em- es
A- sher no- san lo- nu toy- ras em- es
Toy- ras e- e- mes
}
\addlyrics{
V'- khay- ey oy- lom nota b'- soy- khey- nu
V'- khay- ey oy- lom nota b'- soy- khey- nu
V'- khay- ey oy- lom nota b'- soy- khey- nu
Nota b'- soy- khey- nu
}
harmonies = \chordmode {
g4*7 :m
%r4*5
c4*5:m
%r4*4
d2
g2:m g2:m
%b section
g4:m c4:m f2
g4:m c4:m f2 c2:m g2:m d2 g2:m
}
\score {
<<
\new ChordNames {
\set chordChanges = ##f
\harmonies
}
\new Staff \melody
>>
\midi{\tempo 4 = 120}
\layout{indent = 1.0\cm}
}
%{
convert-ly (GNU LilyPond) 2.14.2 Processing `'... Applying
conversion: 2.12.3, 2.13.0, 2.13.1, 2.13.4, 2.13.10, 2.13.16, 2.13.18,
2.13.20, 2.13.29, 2.13.31, 2.13.36, 2.13.39, 2.13.40, 2.13.42,
2.13.44, 2.13.46, 2.13.48, 2.13.51, 2.14.0
%}