chants for rorate
This commit is contained in:
@@ -0,0 +1,50 @@
|
|||||||
|
\version "2.22.4"
|
||||||
|
\language deutsch
|
||||||
|
\header {
|
||||||
|
}
|
||||||
|
\include "../../../lilypond_musician_score_paper.ly"
|
||||||
|
\include "gregorian.ly"
|
||||||
|
\include "alleluia_VII_1_vars.ly"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\SATBScore
|
||||||
|
}
|
||||||
|
|
||||||
|
tone.meta = {
|
||||||
|
\key a \major
|
||||||
|
\set Score.timing = ##f
|
||||||
|
s\breve s2*3 s4 \divisioMaior
|
||||||
|
s\breve s4 s2*2 s4\finalis
|
||||||
|
}
|
||||||
|
tone.S = \relative c' {
|
||||||
|
h'\breve s2 a4 cis h2 s4
|
||||||
|
a\breve s2 gis4 fis2 s4
|
||||||
|
}
|
||||||
|
tone.A = \relative c' {
|
||||||
|
e\breve( s2*2 e2) s4
|
||||||
|
cis\breve s2 s4 d2 s4
|
||||||
|
}
|
||||||
|
tone.T = \relative c' {
|
||||||
|
gis\breve( s2*2 gis2) s4
|
||||||
|
a\breve( s2 s4 a2)
|
||||||
|
}
|
||||||
|
tone.B = \relative c {
|
||||||
|
e\breve( s2*2 e2) s4
|
||||||
|
fis\breve( s2 s4 fis2) s4
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new ChoirStaff \with {\remove "Time_signature_engraver" } <<
|
||||||
|
\new GregorianTranscriptionStaff <<
|
||||||
|
\clef "treble"
|
||||||
|
\tone.meta
|
||||||
|
\new GregorianTranscriptionVoice = "tone.S" {\voiceOne \tone.S}
|
||||||
|
\new GregorianTranscriptionVoice = "tone.A" {\voiceTwo \tone.A}
|
||||||
|
>>
|
||||||
|
\new GregorianTranscriptionStaff <<
|
||||||
|
\clef bass
|
||||||
|
\tone.meta
|
||||||
|
\new GregorianTranscriptionVoice = "tone.T" {\voiceOne \tone.T}
|
||||||
|
\new GregorianTranscriptionVoice = "tone.B" {\voiceTwo \tone.B}
|
||||||
|
>>
|
||||||
|
>>
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
\version "2.22.4"
|
||||||
|
\language deutsch
|
||||||
|
\header {
|
||||||
|
}
|
||||||
|
\include "../paper.ly"
|
||||||
|
\include "gregorian.ly"
|
||||||
|
\include "alleluia_VII_1_vars.ly"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\MelodyScore
|
||||||
|
}
|
||||||
@@ -0,0 +1,55 @@
|
|||||||
|
\version "2.22.4"
|
||||||
|
\language deutsch
|
||||||
|
\header {
|
||||||
|
}
|
||||||
|
|
||||||
|
\include "gregorian.ly"
|
||||||
|
meta = {
|
||||||
|
\key a \major
|
||||||
|
\set Score.timing = ##f
|
||||||
|
s2*2 s4 \divisioMinima
|
||||||
|
s2*2 s4 \divisioMinima
|
||||||
|
s2*3 \finalis
|
||||||
|
}
|
||||||
|
S = \relative c' {
|
||||||
|
s4 e gis a h
|
||||||
|
a fis a gis( fis)
|
||||||
|
e( fis) gis( fis) e e
|
||||||
|
}
|
||||||
|
A = \relative c' {
|
||||||
|
s2 cis e4~ e cis2~ cis e cis h
|
||||||
|
}
|
||||||
|
T = \relative c {
|
||||||
|
e2 a gis4~ gis a2~ a~ a~ a~ 4 gis
|
||||||
|
}
|
||||||
|
B = \relative c {
|
||||||
|
e2~ e~ 4~ 4 fis2 a, cis a e'
|
||||||
|
}
|
||||||
|
verba = \lyricmode {
|
||||||
|
\set stanza = "V/A"
|
||||||
|
Al -- le -- lu -- iá,
|
||||||
|
al -- le -- lu -- iá,
|
||||||
|
al -- le -- lú -- ia.
|
||||||
|
}
|
||||||
|
|
||||||
|
SATBScore = \new ChoirStaff <<
|
||||||
|
\new GregorianTranscriptionStaff <<
|
||||||
|
\clef "treble"
|
||||||
|
\meta
|
||||||
|
\new GregorianTranscriptionVoice = "S" {\voiceOne \S}
|
||||||
|
\new GregorianTranscriptionVoice = "A" {\voiceTwo \A}
|
||||||
|
>>
|
||||||
|
\new GregorianTranscriptionLyrics = "one" \lyricsto S \verba
|
||||||
|
\new GregorianTranscriptionStaff <<
|
||||||
|
\clef bass
|
||||||
|
\meta
|
||||||
|
\new GregorianTranscriptionVoice = "T" \T
|
||||||
|
\new GregorianTranscriptionVoice = "B" \B
|
||||||
|
>>
|
||||||
|
>>
|
||||||
|
|
||||||
|
MelodyScore = \new GregorianTranscriptionStaff <<
|
||||||
|
\meta
|
||||||
|
\new GregorianTranscriptionVoice = "S" {\voiceOne \S}
|
||||||
|
\new GregorianTranscriptionLyrics = "one" \lyricsto S \verba
|
||||||
|
>>
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
[%
|
||||||
|
scores = {
|
||||||
|
SATB = 'freie_lieder/alleluia_VII_1/alleluia_VII_1_SATB.ly'
|
||||||
|
congregation = 'freie_lieder/alleluia_VII_1/alleluia_VII_1_lz.ly'
|
||||||
|
};
|
||||||
|
after_song = 'Sucht den Herrn, er lässt sich finden, ruft ihn an, er ist nah!';
|
||||||
|
-%]
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
[%
|
|
||||||
scores = {
|
|
||||||
gregorian = 'gregorio_scores/kyrie/kyrie_xvi.gabc'
|
|
||||||
};
|
|
||||||
credits.TM = 'Vat. XVI';
|
|
||||||
-%]
|
|
||||||
[%# Accompanyment available. Arragngement Berthold Hummel%]
|
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
\song{[% purpose %]}{}{%
|
||||||
|
[% IF parts == 'choir' -%]
|
||||||
|
\lilypondfile{library/freie_lieder/kyrie_xvi/kyrie_xvi_schola.ly}%
|
||||||
|
[% ELSIF parts != 0 -%]
|
||||||
|
\lilypondfile{library/freie_lieder/kyrie_xvi/kyrie_xvi_full.ly}%
|
||||||
|
[% ELSE -%]
|
||||||
|
\lilypondfile{library/freie_lieder/kyrie_xvi/kyrie_xvi_lz.ly}%
|
||||||
|
[% END -%]
|
||||||
|
}
|
||||||
+19
-14
@@ -5,39 +5,44 @@
|
|||||||
|
|
||||||
chant.meta = {
|
chant.meta = {
|
||||||
\key f \major
|
\key f \major
|
||||||
\repeat volta 2 {s4*9}
|
\repeat volta 2 {s4*6}
|
||||||
\repeat volta 2 {s4*7}
|
\repeat volta 2 {s4*7}
|
||||||
\repeat volta 2 {s4*10} \finalis
|
s4*6 \finalis
|
||||||
|
s4*8 \finalis
|
||||||
}
|
}
|
||||||
chant.cantus = \fixed c' {
|
chant.cantus = \fixed c' {
|
||||||
\repeat volta 2 { f4 g( a) \melisma a4 \melismaEnd a f g a a }
|
\repeat volta 2 { \melisma a4 \melismaEnd a f g a a }
|
||||||
\repeat volta 2 {c' a (b) g g a a}
|
\repeat volta 2 {c' a (b) g g a a}
|
||||||
\repeat volta 2 {f4 g( a) \melisma a4 \melismaEnd a f g a a s}
|
\melisma a \melismaEnd a f g a a
|
||||||
|
\melisma a \melismaEnd a f g (f) e d
|
||||||
}
|
}
|
||||||
chant.A = \relative c' {
|
chant.A = \relative c' {
|
||||||
\repeat volta 2 {d2 s4 e2 s4 d2 e4}
|
\repeat volta 2 {f2 s4 d2 e4}
|
||||||
\repeat volta 2 {e2 s d2 e4}
|
\repeat volta 2 {e2 s d2 e4}
|
||||||
\repeat volta 2 {d2 s4 e2 s4 d2 e4 s}
|
f2 s4 d2 e4
|
||||||
|
f2 s4 d2 c4 a
|
||||||
}
|
}
|
||||||
chant.T = \relative {
|
chant.T = \relative {
|
||||||
\repeat volta 2 {a2( s4 a2) s4 b2 c4}
|
\repeat volta 2 {a2 s4 b2 c4}
|
||||||
\repeat volta 2 {c2 s d c4}
|
\repeat volta 2 {c2 s d c4}
|
||||||
\repeat volta 2 {a2( s4 a2) s4 b2 c4 s}
|
a2 s4 b2 c4
|
||||||
|
a2 s4 b2 g4 f
|
||||||
}
|
}
|
||||||
chant.B = \relative {
|
chant.B = \relative {
|
||||||
\repeat volta 2 {d2 s4 c2 s4 b2 a4}
|
\repeat volta 2 {d2 s4 b2 a4}
|
||||||
\repeat volta 2 {a2 s b2 a4}
|
\repeat volta 2 {a2 s b2 a4}
|
||||||
\repeat volta 2 {d2 s4 c2 s4 b2 a4 s}
|
d2 s4 b2 a4
|
||||||
|
d2 s4 b2 c4 d
|
||||||
}
|
}
|
||||||
chant.verba = \lyricmode {
|
chant.verba = \lyricmode {
|
||||||
\set stanza = "V/A"
|
\set stanza = "V/A"
|
||||||
Ky -- ri -- e e -- le -- i son.
|
Ky -- ri -- e, e -- le -- i -- son.
|
||||||
\set stanza = "V/A"
|
\set stanza = "V/A"
|
||||||
Chri -- ste e -- le -- i -- son.
|
Chri -- ste, er -- le -- i son.
|
||||||
\set stanza = "V"
|
\set stanza = "V"
|
||||||
Ky -- ri -- e e -- le -- i son.
|
Ky -- ri -- e, e -- le -- i -- son.
|
||||||
\set stanza = "A"
|
\set stanza = "A"
|
||||||
Ky -- ri -- e e -- le -- i son.
|
Ky -- ri -- e, e -- le -- i -- son.
|
||||||
}
|
}
|
||||||
|
|
||||||
VocalScore =
|
VocalScore =
|
||||||
|
|||||||
@@ -5,5 +5,5 @@
|
|||||||
SATB = "freie_lieder/rorate_modern/rorate_modern_schola"
|
SATB = "freie_lieder/rorate_modern/rorate_modern_schola"
|
||||||
congregation = "freie_lieder/rorate_modern/rorate_modern_lz"
|
congregation = "freie_lieder/rorate_modern/rorate_modern_lz"
|
||||||
};
|
};
|
||||||
after_song = '\mytable{freie_lieder/rorate_modern/table.tex}'
|
after_song = '\mytable{../library/freie_lieder/rorate_modern/table.tex}'
|
||||||
-%]
|
-%]
|
||||||
|
|||||||
@@ -229,11 +229,11 @@ Song.DE.MelodyScore = <<
|
|||||||
\consists Merge_rests_engraver
|
\consists Merge_rests_engraver
|
||||||
} <<
|
} <<
|
||||||
\partial 4
|
\partial 4
|
||||||
{\voiceOne
|
{
|
||||||
\new Voice = "verse" {\Song.Voice.Verse}
|
\new Voice = "verse" <<\voiceOne \Song.Voice.Verse>>
|
||||||
\new Voice = "chorus" {\Song.Voice.Chorus \bar "|."}
|
\new Voice = "chorus" <<\voiceOne \Song.Voice.Chorus \bar "|.">>
|
||||||
}
|
}
|
||||||
{\voiceTwo \Song.Voice.A}
|
<<\voiceTwo \Song.Voice.A>>
|
||||||
>>
|
>>
|
||||||
\new Lyrics <<
|
\new Lyrics <<
|
||||||
\lyricsto "verse" {\Song.Lyrics.German.VerseI }
|
\lyricsto "verse" {\Song.Lyrics.German.VerseI }
|
||||||
|
|||||||
Reference in New Issue
Block a user