Skip to content

Commit

Permalink
Applied built-in template
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgarrigos committed Dec 26, 2023
1 parent 2ab2b3b commit 65854a9
Showing 1 changed file with 14 additions and 59 deletions.
73 changes: 14 additions & 59 deletions Haendel/benedicat-vobis.ly
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ global = {

}

sopranonotes = \relative c'' {
SopranoMusic = \relative c'' {
\repeat volta 2 { d4 \f cs8. b16 |
a4. g8 |
fs4 e |
Expand Down Expand Up @@ -70,7 +70,7 @@ sopranonotes = \relative c'' {
}
}

sopranowords = \lyricmode {
SopranoLyrics = \lyricmode {
Al -- le -- lu -- ia, al -- le -- lu -- ia,
be -- ne -- di -- cat vo -- bis, __
Do -- mi -- nus, __ Do -- mi -- nus, __
Expand All @@ -79,7 +79,7 @@ sopranowords = \lyricmode {
Al -- le -- lu -- ia.
}

altonotes = \relative c' {
AltoMusic = \relative c' {
\repeat volta 2 { \f fs4 a8. g16 |
fs4. e8 |
d4 cs |
Expand Down Expand Up @@ -111,7 +111,7 @@ altonotes = \relative c' {
}
}

altowords = \lyricmode {
AltoLyrics = \lyricmode {
Al -- le -- lu -- ia, al -- le -- lu -- ia,
be -- ne -- di -- cat vo -- bis, __
Do -- mi -- nus, __ Do -- mi -- nus, __
Expand All @@ -120,7 +120,7 @@ qui fe - cit coe -- lum et te -- ra. ra.
Al -- le -- lu -- ia.
}

tenornotes = \relative c {
TenorMusic = \relative c {
\clef "G_8"
\repeat volta 2 {\f d'4 d8. d16 |
d4. b8 |
Expand Down Expand Up @@ -153,14 +153,14 @@ tenornotes = \relative c {
}
}

tenorwords = \lyricmode {
TenorLyrics = \lyricmode {
Al -- le -- lu -- ia, al -- le -- lu -- ia,
be -- ne -- di -- cat vo -- bis, __
qui fe -- cit coe - lum,
qui fe - cit coe -- lum et te -- ra. ra.
Al -- le -- lu -- ia.}

bassnotes = \relative c {
BassMusic = \relative c {
\clef bass
\repeat volta 2 {d4 d8. d16 |
d4. g8 |
Expand Down Expand Up @@ -193,64 +193,19 @@ bassnotes = \relative c {
}
}

basswords = \lyricmode {
BassLyrics = \lyricmode {
Al -- le -- lu -- ia, al -- le -- lu -- ia,
be -- ne -- di -- cat vo -- bis, __
qui fe -- cit coe - lum,
qui fe -- cit coe - lum, coe -- lum et te -- ra. ra.
Al -- le -- lu -- ia.
}

\score {
\new ChoirStaff <<
\new Staff
\with { instrumentName = S }
<<
\new Voice = "soprano" <<
\global
\sopranonotes
>>
\new Lyrics \lyricsto "soprano" \sopranowords
>>
\new Staff
\with { instrumentName = C }
<<
\new Voice = "alto" <<
\global
\altonotes
>>
\new Lyrics \lyricsto "alto" \altowords
>>
\new Staff
\with { instrumentName = T }
<<
\new Voice = "tenor" <<
\global
\tenornotes
>>
\new Lyrics \lyricsto "tenor" \tenorwords
>>
\new Staff
\with { instrumentName = B }
<<
\new Voice = "bass" <<
\global
\bassnotes
>>
\new Lyrics \lyricsto "bass" \basswords
>>
>>
\midi {
\tempo 4=106
}
\layout {
\context {\Score
\override BarNumber.padding = #2

Layout = \layout {
\context {
\Score
\override BarNumber.padding = #2
}
\context {\Staff


}
}
}

\include "satb.ly"

0 comments on commit 65854a9

Please sign in to comment.