-
Notifications
You must be signed in to change notification settings - Fork 0
/
Кто Бог велий-d-dur.ly
238 lines (214 loc) · 5 KB
/
Кто Бог велий-d-dur.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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
\version "2.18.2"
% закомментируйте строку ниже, чтобы получался pdf с навигацией
#(ly:set-option 'point-and-click #f)
#(ly:set-option 'midi-extension "mid")
#(set-default-paper-size "a4")
%#(set-global-staff-size 18)
\header {
title = "Кто Бог велий"
subtitle = " "
% composer = "Composer"
% Удалить строку версии LilyPond
tagline = ##f
}
global = {
\key f \major
\time 3/4
\numericTimeSignature
\autoBeamOff
}
%make visible number of every 2-nd bar
secondbar = {
\override Score.BarNumber.break-visibility = #end-of-line-invisible
\set Score.barNumberVisibility = #(every-nth-bar-number-visible 2)
}
%use this as temporary line break
abr = { \break }
% uncommend next line when finished
%abr = {}
%once hide accidental (runaround for cadenza
nat = { \once \hide Accidental }
sopvoice = \relative c'' {
\global
\dynamicUp
\secondbar
c2\f c4 |
c2 c4 |
c2 c4 |
c c r |
c4\p a bes |
c2 d8[( c]) |
bes4.( a8) g a |
bes2. \breathe | \break
bes4 g a |
bes2 g4 |
c2 bes8 bes |
a2 \breathe <c e>4 |
<c f>2 <c e>4 |
<c f>2 \breathe c8[( f]) |
<f a>2 <e g>8 q |
<f d>2 \breathe <d g>4 |
<c f>4.( <c e>8) <c d> <c e> |
<c f>2. \bar "|."
}
altvoice = \relative c'' {
\global
\dynamicUp
a2 a4 |
g2 g4 |
a( bes) a |
a g r |
a f g |
a2 bes8[( a]) |
g4.( f8) e f |
g2. |
g4 e f |
g2 e4 |
a2 g8 g |
f2 g4 |
a2 g4 |
a2 a8[( c]) |
c2 bes8 bes |
a2 bes4 |
a4.( g8) f g |
a2.
}
tenorvoice = \relative c' {
\global
\dynamicUp
f2\f f4 |
e2 e4 |
f( e) f |
f e r |
c\p c c |
f2 f4 |
e4 c4 c8 c |
c2. |
c4 c c |
e2 c4 |
c2 c8 c |
c2 \breathe c4 |
c2 c4 |
f2 f4 |
f2 e8 e |
d2 \breathe d4
c2 bes8 bes |
<a c>2.
}
bassvoice = \relative c {
\global
\dynamicUp
f2 a4 |
c2 bes4 |
a( g) f |
c' c, r |
f f f |
f2 f4 |
c2 c8 c |
c2. |
c4 c c |
c2 c4 |
f2 c8 c |
f2 c4 |
f2 c4 |
a'2 f8[( a]) |
c2 c,8 c |
d2 bes4 |
c2 c8 c |
f2.
}
lyricscore = \lyricmode {
Кто Бог ве -- лий, я -- ко Бог наш?
Ты е -- си Бог, тво -- ряй чу -- де -- са.
Ты е -- си Бог, тво -- ряй чу -- де -- са.
Тво -- ряй, тво -- ряй, тво -- ряй чу -- де -- са,
тво -- ряй чу -- де -- са.
}
\bookpart {
\paper {
top-margin = 15
left-margin = 15
right-margin = 10
bottom-margin = 15
indent = 15
ragged-bottom = ##f
}
\score {
\transpose f d {
\new ChoirStaff <<
\new Staff = "upstaff" \with {
instrumentName = \markup { \right-column { "Сопрано" "Альт" } }
shortInstrumentName = \markup { \right-column { "С" "А" } }
midiInstrument = "voice oohs"
} <<
\new Voice = "soprano" { \voiceOne \sopvoice }
\new Voice = "alto" { \voiceTwo \altvoice }
>>
\new Lyrics = "sopranos"
% or: \new Lyrics \lyricsto "soprano" { \lyricscore }
% alternative lyrics above up staff
%\new Lyrics \with {alignAboveContext = "upstaff"} \lyricsto "soprano" \lyricst
\new Staff = "downstaff" \with {
instrumentName = \markup { \right-column { "Тенор" "Бас" } }
shortInstrumentName = \markup { \right-column { "Т" "Б" } }
midiInstrument = "voice oohs"
} <<
\new Voice = "tenor" { \voiceOne \clef bass \tenorvoice }
\new Voice = "bass" { \voiceTwo \bassvoice }
>>
\context Lyrics = "sopranos" {
\lyricsto "soprano" {
\lyricscore
}
}
>>
} % transposeµ
\layout {
\context {
\Score
}
\context {
\Staff
\accidentalStyle modern-voice-cautionary
% удаляем обозначение темпа из общего плана
% \remove "Time_signature_engraver"
% \remove "Bar_number_engraver"
}
%Metronome_mark_engraver
}
}
}
\bookpart {
\score {
\unfoldRepeats
\transpose f es {
\new ChoirStaff <<
\new Staff = "upstaff" \with {
instrumentName = \markup { \right-column { "Сопрано" "Альт" } }
shortInstrumentName = \markup { \right-column { "С" "А" } }
midiInstrument = "voice oohs"
} <<
\new Voice = "soprano" { \voiceOne \sopvoice }
\new Voice = "alto" { \voiceTwo \altvoice }
>>
\new Lyrics = "sopranos"
\new Staff = "downstaff" \with {
instrumentName = \markup { \right-column { "Тенор" "Бас" } }
shortInstrumentName = \markup { \right-column { "Т" "Б" } }
midiInstrument = "voice oohs"
} <<
\new Voice = "tenor" { \voiceOne \clef bass \tenorvoice }
\new Voice = "bass" { \voiceTwo \bassvoice }
>>
\context Lyrics = "sopranos" {
\lyricsto "soprano" {
\lyricscore
}
}
>>
} % transposeµ
\midi {
\tempo 4=120
}
}
}