perparations for rorate
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
[%
|
||||
scores = {
|
||||
SATB = 'seht_die_jungfrau_schola.ly'
|
||||
band = 'seht_die_jungfrau_full.ly'
|
||||
full = 'seht_die_jungfrau_full.ly'
|
||||
violin = 'seht_die_jungfrau_violin.ly'
|
||||
viola = 'seht_die_jungfrau_viola.ly'
|
||||
cello = 'seht_die_jungfrau_cello.ly'
|
||||
};
|
||||
credits = {
|
||||
lyrics = 'Liturgie'
|
||||
melody = 'Leopold Fajtak'
|
||||
arrangement = 'Leopold Fajtak'
|
||||
};
|
||||
-%]
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
\version "2.24.4"
|
||||
\language deutsch
|
||||
|
||||
\include "seht_die_jungfrau_vars.ly"
|
||||
\include "gregorian.ly"
|
||||
|
||||
\score {
|
||||
<<
|
||||
{\VocalScore}
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef bass
|
||||
\new GregorianTranscriptionVoice <<\chant.ant.meta \chant.ant.B>>
|
||||
>>
|
||||
>>
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.4"
|
||||
\language deutsch
|
||||
|
||||
\include "../sheet.ly"
|
||||
\include "seht_die_jungfrau_vars.ly"
|
||||
\include "gregorian.ly"
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.4"
|
||||
\language deutsch
|
||||
|
||||
\include "../paper.ly"
|
||||
\include "seht_die_jungfrau_vars.ly"
|
||||
\include "gregorian.ly"
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.4"
|
||||
\language deutsch
|
||||
|
||||
\include "../sheet.ly"
|
||||
\include "seht_die_jungfrau_vars.ly"
|
||||
\include "gregorian.ly"
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
\language deutsch
|
||||
\version "2.24"
|
||||
|
||||
\include "gregorian.ly"
|
||||
% Ps 145 (144) 8
|
||||
@@ -18,19 +19,23 @@ chant.ant.cantus = \fixed c' {
|
||||
c e g( a) a
|
||||
g a h c' a c'( d') a
|
||||
a( g) f( e) f g f( g) f g a
|
||||
d( e) d( c) c( d)
|
||||
e( f) e( c) c( d)
|
||||
}
|
||||
chant.ant.S = \relative c' {
|
||||
d2 s2 d s e2 s s a s2 a4 s2 f2 s4 g2 s4 f2 s4 e2 s2 d
|
||||
d2 s4 d2 s2. e2 s s f s2 e4
|
||||
r2 f2 s4 g2 s4 f2 s4 c2 s2 a
|
||||
}
|
||||
chant.ant.A = \relative c' {
|
||||
a2 s2 b s c2 s s c s2 e4 s2 c2 s4 c2 s4 c2 s4 c2 s2 a
|
||||
a2 s4 b2 s2. c2 s s c s2 c4
|
||||
r2 c2 s4 c2 s4 c2 s4 g2 s2 a
|
||||
}
|
||||
chant.ant.T = \relative {
|
||||
d2 s2 f s g2 s s e s2 a4 s2 a2 s4 g2 s4 a2 s4 g2 s2 d
|
||||
d2 s4 f2 s2. g2 s s a s2 a4
|
||||
r2 a2 s4 g2 s4 a2 s4 e2 s2 d
|
||||
}
|
||||
chant.ant.B = \relative {
|
||||
d,2 s2 b' s a2 s s f s2 a4 s2 d2 s4 e2 s4 f2 s4 a,2 s2 d,
|
||||
d2 s4 d2 s2. a2 s s c s2 c4
|
||||
r2 d2 s4 e2 s4 f2 s4 a,2 s2 d,
|
||||
}
|
||||
verba.ant = \lyricmode {
|
||||
Seht, die Jung -- frau wird emp -- fan -- gen und ei -- nen Sohn ge -- bäh -- ren;
|
||||
@@ -38,10 +43,11 @@ verba.ant = \lyricmode {
|
||||
Gott mit uns.
|
||||
}
|
||||
|
||||
VocalScore = \new GregorianTranscriptionStaff <<
|
||||
VocalScore = <<\new GregorianTranscriptionStaff <<
|
||||
\new GregorianTranscriptionVoice = "melody" <<\chant.ant.meta \chant.ant.cantus>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melody {\verba.ant}
|
||||
>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melody {\verba.ant}
|
||||
>>
|
||||
FullScore = <<
|
||||
{\VocalScore}
|
||||
\new StaffGroup <<
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
\version "2.24.4"
|
||||
\language deutsch
|
||||
|
||||
\include "seht_die_jungfrau_vars.ly"
|
||||
\include "gregorian.ly"
|
||||
|
||||
\score {
|
||||
<<
|
||||
{\VocalScore}
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef alto
|
||||
\new GregorianTranscriptionVoice <<\chant.ant.meta \chant.ant.T>>
|
||||
>>
|
||||
>>
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
\version "2.24.4"
|
||||
\language deutsch
|
||||
|
||||
\include "seht_die_jungfrau_vars.ly"
|
||||
\include "gregorian.ly"
|
||||
|
||||
\score {
|
||||
<<
|
||||
{\VocalScore}
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\new GregorianTranscriptionVoice <<\voiceOne \chant.ant.meta \chant.ant.S>>
|
||||
\new GregorianTranscriptionVoice <<\voiceTwo \chant.ant.meta \chant.ant.A>>
|
||||
>>
|
||||
>>
|
||||
}
|
||||
Reference in New Issue
Block a user