initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
[%
|
||||
scores = {
|
||||
congregation = 'freie_lieder/v_o_gott_komm_mir/v_o_gott_komm_mir_lz.ly'
|
||||
leadsheet = 'freie_lieder/v_o_gott_komm_mir/v_o_gott_komm_mir_full.ly'
|
||||
};
|
||||
-%]
|
||||
@@ -0,0 +1,8 @@
|
||||
\version "2.24.3"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "v_o_gott_komm_mir_vars.ly"
|
||||
\include "gregorian.ly"
|
||||
|
||||
\score { \FullScore }
|
||||
@@ -0,0 +1,10 @@
|
||||
\version "2.24.3"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
\include "v_o_gott_komm_mir_vars.ly"
|
||||
\include "gregorian.ly"
|
||||
|
||||
\score {
|
||||
\VocalScore
|
||||
}
|
||||
@@ -0,0 +1,55 @@
|
||||
\version "2.24.3"
|
||||
\language deutsch
|
||||
|
||||
\include "gregorian.ly"
|
||||
chant.meta = {
|
||||
\key g \major
|
||||
\set Score.timing = ##f
|
||||
}
|
||||
chant.cantus.I = \relative c'' {
|
||||
g4 a g g g fis g
|
||||
}
|
||||
chant.cantus.II = {\chant.cantus.I
|
||||
\divisioMaior
|
||||
\relative c'' {
|
||||
g\breve g4 g e g
|
||||
\divisioMaior
|
||||
g\breve a4 g g
|
||||
\divisioMinima
|
||||
g\breve g4 g e g fis \divisioMaxima
|
||||
g a g( fis) fis \finalis
|
||||
}
|
||||
}
|
||||
verba.I = \lyricmode {
|
||||
\set stanza = "V"
|
||||
O Gott, komm mir zu Hil -- fe
|
||||
}
|
||||
verba.II = \lyricmode {
|
||||
\set stanza = "A"
|
||||
Herr, ei -- le mir zu hel -- fen.
|
||||
\once \override LyricText.self-alignment-X = #LEFT
|
||||
"Ehre sei dem Vater und dem Sohn und dem"
|
||||
Hei -- li -- gen Geist.
|
||||
\once \override LyricText.self-alignment-X = #LEFT
|
||||
"Wie im Anfang, so auch jetzt und" al -- le -- zeit
|
||||
\once \override LyricText.self-alignment-X = #LEFT
|
||||
"und in" E -- wig -- keit. A -- men.
|
||||
Hal -- le -- lu -- ja.
|
||||
}
|
||||
|
||||
VocalScore = <<\new GregorianTranscriptionStaff <<
|
||||
\chant.meta
|
||||
{
|
||||
\new GregorianTranscriptionVoice = "melodyI" {\chant.cantus.I}
|
||||
\divisioMaxima
|
||||
\new GregorianTranscriptionVoice = "melodyII" {\chant.cantus.II}
|
||||
}
|
||||
>>
|
||||
\new GregorianTranscriptionLyrics <<
|
||||
\lyricsto melodyI {\verba.I}
|
||||
\lyricsto melodyII {\verba.II}
|
||||
>>
|
||||
>>
|
||||
FullScore = <<
|
||||
{\VocalScore}
|
||||
>>
|
||||
Reference in New Issue
Block a user