Compare commits
13 Commits
851607514a
...
8286f88156
| Author | SHA1 | Date | |
|---|---|---|---|
| 8286f88156 | |||
| e7c1cdfdc5 | |||
| 95d7ca80d5 | |||
| 93b2a6e91b | |||
| a33c4c00c5 | |||
| fdc6742781 | |||
| 2187911b5f | |||
| 1e0e4d665c | |||
| 546bcfbea5 | |||
| 5d4620b6ba | |||
| dbd804e6dc | |||
| 0cad486928 | |||
| 52aff18427 |
@@ -1,2 +1,3 @@
|
||||
*/*.pdf
|
||||
*/.vscode
|
||||
.DS_Store
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
Song.Lyrics.Epiphany.I = \lyricmode {
|
||||
Der Ab -- glanz des Va -- ters,
|
||||
Herr der Her -- ren al -- le,
|
||||
ist heu -- te er -- schie -- nen in un -- ser'm Fleisch:
|
||||
Gott ist ge -- bo -- ren
|
||||
als ein Kind im Stal -- _ le.
|
||||
}
|
||||
Song.Lyrics.Epiphany.II = \lyricmode {
|
||||
Vom Auf -- gang die Wei -- sen
|
||||
fol -- gen sei -- nem Ster -- ne,
|
||||
er führt sie zum Kin -- de nach Bet -- le -- hem.
|
||||
Se -- het das Licht, ihr Völ -- ker nah und fer -- _ ne!
|
||||
}
|
||||
Song.Lyrics.Epiphany.III = \lyricmode {
|
||||
Die Stim -- me des Va -- ters
|
||||
zeugt für ihn am Jor -- dan,
|
||||
der Geist kommt als Tau -- be
|
||||
auf ihn he -- rab.
|
||||
Ihn sollt ihr hö -- ren,
|
||||
ihn, das wah -- re Got -- tes -- lamm!
|
||||
}
|
||||
Song.Lyrics.Epiphany.IV = \lyricmode {
|
||||
O Wun -- der zu Ka -- na!
|
||||
Was -- ser wird zum Wei -- ne,
|
||||
das ers -- te der Zei -- chen, die Chris -- tus tat.
|
||||
Er wur -- de Mensch, dass er mit Gott uns ei -- _ ne.
|
||||
}
|
||||
Song.Lyrics.Epiphany.V = \lyricmode {
|
||||
Kommt hul -- digt dem Kö -- nig, den uns hat ge -- bo -- ren
|
||||
Ma -- ri -- a die Jung -- frau, vom Herrn er -- wählt.
|
||||
Freut euch, ihr Völ -- ker, sing in vol -- len Chö -- _ ren:
|
||||
}
|
||||
@@ -4,7 +4,6 @@
|
||||
% title = "GL 222"
|
||||
%}
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "adeste_fideles_vars.ly"
|
||||
|
||||
\score{
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
% title = "GL 222"
|
||||
%}
|
||||
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
\include "adeste_fideles_vars.ly"
|
||||
|
||||
\score{
|
||||
|
||||
@@ -4,46 +4,48 @@
|
||||
% title = "GL 222"
|
||||
%}
|
||||
|
||||
Song.Voice.Chorus = {
|
||||
Song.Voice.Chorus = \fixed c' {
|
||||
g4 | g fis g a | g2 d4
|
||||
h | h a h c' | h2 a4 \breathe
|
||||
d' | c' h a g | fis2 g4
|
||||
c' | h2 a4. g8 | g2 r4
|
||||
h | c' h a g | fis2 g4
|
||||
c' | h2 a4. g8 | g2.
|
||||
}
|
||||
Song.Voice.Verse = {
|
||||
Song.Voice.Verse = \fixed c' {
|
||||
\phrasingSlurDashed
|
||||
g4 | 2 d4 g | a2 d |
|
||||
h4 a h c' | h2 a4 \breathe
|
||||
g4 | 2 fis4 e | fis (g) a h8 (g) fis2 (e4.) d8 2. r4
|
||||
g4 | 2 fis4 e | fis (g) a h fis2 (e4.) d8 2. r4
|
||||
d'2 c'4 h | c'2 h |
|
||||
a4 h g a | fis (e) d \breathe
|
||||
a4 h g a | fis \(e\) d \breathe
|
||||
}
|
||||
|
||||
Song.Lyrics.German.VerseI = \lyricmode {
|
||||
\set stanza = "1."
|
||||
Song.Lyrics.German.I = \lyricmode {
|
||||
Nun freut euch, ihr Chris -- ten,
|
||||
sin -- get Ju -- bel -- lie -- der
|
||||
und kom -- met, o kom -- met nach Bet -- le -- hem.
|
||||
Chri -- stus der Hei -- land
|
||||
stieg zu uns her -- nie -- der.
|
||||
stieg zu uns her -- nie -- _ der.
|
||||
}
|
||||
Song.Lyrics.German.VerseII = \lyricmode {
|
||||
\set stanza = "2."
|
||||
Song.Lyrics.German.II = \lyricmode {
|
||||
O se -- het die Hir -- ten
|
||||
ei -- len von den Her -- den
|
||||
und su -- chen das Kind nach des En -- gels Wort;
|
||||
geh'n wir mit ih -- nen,
|
||||
Frie -- de soll uns wer -- den
|
||||
Frie -- de soll uns wer -- _ den
|
||||
}
|
||||
Song.Lyrics.German.VerseIII = \lyricmode {
|
||||
\set stanza = "3."
|
||||
Song.Lyrics.German.III = \lyricmode {
|
||||
Der Ab -- glanz des Va -- ters,
|
||||
Herr der Her -- ren al -- le,
|
||||
ist heu -- te er -- schie -- nen in un -- ser'm Fleisch:
|
||||
Gott ist ge -- bo -- ren
|
||||
als ein Kind im Stal -- le.
|
||||
als ein Kind im Stal -- _ le.
|
||||
}
|
||||
Song.Lyrics.German.IV = \lyricmode {
|
||||
Kommt, sin -- get dem Her -- ren, singt, ihr En -- gel -- chö -- re
|
||||
Froh -- loc -- ket, froh -- loc -- ket, ihr Se -- li -- gen,
|
||||
Him -- mel und Er -- de brin -- gen Gott die Eh -- _ re.
|
||||
}
|
||||
Song.Lyrics.German.Chorus = \lyricmode {
|
||||
\set stanza = "Ref."
|
||||
Kommt, las -- set uns an -- be -- ten,
|
||||
kommt, las -- set uns an -- be -- ten,
|
||||
kommt, las -- set uns an -- be -- ten
|
||||
@@ -56,23 +58,27 @@ Song.Chords = \chordmode {
|
||||
d | g2 d | h:m g | a2.
|
||||
}
|
||||
|
||||
Song.VocalScore = {
|
||||
% Deutscher Text
|
||||
<<
|
||||
\new Staff {
|
||||
Song.Meta = {
|
||||
\key g \major
|
||||
\time 2/2
|
||||
\partial 4
|
||||
}
|
||||
|
||||
Song.VocalScore = {
|
||||
% Deutscher Text
|
||||
<<
|
||||
\Song.Meta
|
||||
\new Staff {
|
||||
\fixed c' {
|
||||
\new Voice = "chorus" {\Song.Voice.Chorus \bar "||"}
|
||||
\new Voice = "verse" {\Song.Voice.Verse \bar "|."}
|
||||
}}
|
||||
\new Lyrics <<
|
||||
\lyricsto "verse" {\Song.Lyrics.German.VerseI }
|
||||
\lyricsto "verse" {\Song.Lyrics.German.I }
|
||||
\lyricsto "chorus" {\Song.Lyrics.German.Chorus}
|
||||
>>
|
||||
\new Lyrics \lyricsto "verse" {\Song.Lyrics.German.VerseII}
|
||||
\new Lyrics \lyricsto "verse" {\Song.Lyrics.German.VerseIII}
|
||||
\new Lyrics \lyricsto "verse" {\Song.Lyrics.German.II}
|
||||
\new Lyrics \lyricsto "verse" {\Song.Lyrics.German.III}
|
||||
>>
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
[%
|
||||
song_title = 'Adeste Fideles';
|
||||
scores = {
|
||||
congregation = 'freie_lieder/adeste_fideles/adeste_fideles_lz.ly'
|
||||
leadsheet = 'freie_lieder/adeste_fideles/adeste_fideles_leadsheet.ly'
|
||||
congregation = 'adeste_fideles_lz.ly'
|
||||
leadsheet = 'adeste_fideles_leadsheet.ly'
|
||||
SATB = 'willcocks_SATB.ly'
|
||||
}
|
||||
-%]
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
\version "2.24.4"
|
||||
\language deutsch
|
||||
\include "../adeste_fideles_vars.ly"
|
||||
\include "adeste_fideles_baptism_vars.ly"
|
||||
|
||||
\score{
|
||||
<<
|
||||
\new Staff <<
|
||||
\Song.Meta
|
||||
{
|
||||
\new Voice = "verse" {\Song.Voice.Verse}
|
||||
\new Voice = "chorus" {\Song.Voice.Chorus \bar "||"}
|
||||
}
|
||||
>>
|
||||
\new Lyrics <<
|
||||
\lyricsto "verse" {\set stanza = "1." \Song.Lyrics.Baptism.I}
|
||||
\lyricsto "chorus" {\Song.Lyrics.German.Chorus}
|
||||
>>
|
||||
\new Lyrics \lyricsto "verse" {\set stanza = "2." \Song.Lyrics.Baptism.II}
|
||||
\new Lyrics \lyricsto "verse" {\set stanza = "3." \Song.Lyrics.Baptism.III}
|
||||
\new Lyrics \lyricsto "verse" {\set stanza = "4." \Song.Lyrics.Baptism.IV}
|
||||
>>
|
||||
\layout {
|
||||
\context {
|
||||
\Score
|
||||
\omit BarNumber
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
\include "../adeste_fideles_epiphany_vars.ly"
|
||||
|
||||
Song.Lyrics.Baptism.I = \Song.Lyrics.Epiphany.I
|
||||
Song.Lyrics.Baptism.II = \Song.Lyrics.Epiphany.III
|
||||
Song.Lyrics.Baptism.III = \Song.Lyrics.German.IV
|
||||
Song.Lyrics.Baptism.IV = \Song.Lyrics.Epiphany.V
|
||||
@@ -0,0 +1,8 @@
|
||||
[%
|
||||
song_title = 'Adeste Fideles';
|
||||
scores = {
|
||||
congregation = 'adeste_fideles_baptism_lz.ly'
|
||||
leadsheet = congregation
|
||||
SATB = 'willcocks_baptism_SATB.ly'
|
||||
}
|
||||
-%]
|
||||
@@ -0,0 +1,65 @@
|
||||
|
||||
\version "2.24.4"
|
||||
\include "../willcocks_vars.ly"
|
||||
\include "adeste_fideles_baptism_vars.ly"
|
||||
|
||||
\score {
|
||||
\new ChoirStaff <<
|
||||
\new Staff <<
|
||||
\Song.Meta
|
||||
{
|
||||
\new Voice = "verse" <<\voiceOne \Song.Voice.Verse>>
|
||||
\new Voice = "chorus" <<\voiceOne \Song.Voice.Chorus>> \bar "||"
|
||||
}
|
||||
{
|
||||
\new Voice <<\voiceTwo \Song.Voice.A.Verse>>
|
||||
\new Voice <<\voiceTwo \Song.Voice.A.Chorus>>
|
||||
}
|
||||
>>
|
||||
\new Lyrics <<
|
||||
\lyricsto "verse" {\set stanza = "1." \Song.Lyrics.Baptism.I}
|
||||
\lyricsto "chorus" {\Song.Lyrics.German.Chorus}
|
||||
>>
|
||||
\new Lyrics \lyricsto "verse" {\set stanza = "2." \Song.Lyrics.Baptism.II}
|
||||
\new Lyrics \lyricsto "verse" {\set stanza = "4. Unisono" \Song.Lyrics.Baptism.IV}
|
||||
\new Staff <<
|
||||
\Song.Meta
|
||||
\clef bass
|
||||
{
|
||||
\new Voice <<\voiceOne \Song.Voice.T.Verse>>
|
||||
\new Voice <<\voiceOne \Song.Voice.T.Chorus>>
|
||||
}
|
||||
{
|
||||
\new Voice <<\voiceTwo \Song.Voice.B.Verse>>
|
||||
\new Voice <<\voiceTwo \Song.Voice.B.Chorus>>
|
||||
}
|
||||
>>
|
||||
>>
|
||||
}
|
||||
\score {
|
||||
\new ChoirStaff <<
|
||||
\new Staff \with { instrumentName = "Diskant" }<<
|
||||
\Song.Meta
|
||||
{
|
||||
\new Voice = "descant_verse" {\Song.Voice.Descant.Verse}
|
||||
\new Voice = "descant_chorus" {\Song.Voice.Descant.Chorus} \bar "||"
|
||||
}
|
||||
>>
|
||||
\new Lyrics <<
|
||||
\lyricsto "descant_verse" {\set stanza = "3." \Song.Lyrics.Baptism.III}
|
||||
\lyricsto "descant_chorus" {\lyricmode {
|
||||
O kommt!
|
||||
O kommt las -- set uns an -- be -- ten den Kö -- nig, den Herrn.
|
||||
}}
|
||||
>>
|
||||
\new Staff \with {instrumentName = "Chor" } {
|
||||
\Song.Meta
|
||||
\new Voice = "verse" <<\voiceOne \Song.Voice.Verse>>
|
||||
\new Voice = "chorus" <<\voiceOne \Song.Voice.Chorus>>
|
||||
}
|
||||
\new Lyrics <<
|
||||
\lyricsto "verse" {\set stanza = "3." \Song.Lyrics.Baptism.III}
|
||||
\lyricsto "chorus" {\Song.Lyrics.German.Chorus}
|
||||
>>
|
||||
>>
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,37 @@
|
||||
\version "2.24.4"
|
||||
\include "adeste_fideles_vars.ly"
|
||||
\include "willcocks_vars.ly"
|
||||
|
||||
\score {
|
||||
\new ChoirStaff <<
|
||||
\new Staff <<
|
||||
\Song.Meta
|
||||
{
|
||||
\new Voice = "verse" <<\voiceOne \Song.Voice.Verse>>
|
||||
\new Voice = "chorus" <<\voiceOne \Song.Voice.Chorus>>
|
||||
}
|
||||
{
|
||||
\new Voice <<\voiceTwo \Song.Voice.A.Verse>>
|
||||
\new Voice <<\voiceTwo \Song.Voice.A.Chorus>>
|
||||
}
|
||||
>>
|
||||
\new Lyrics <<
|
||||
\lyricsto "verse" {\Song.Lyrics.German.I}
|
||||
\lyricsto "chorus" {\Song.Lyrics.German.Chorus}
|
||||
>>
|
||||
\new Lyrics \lyricsto "verse" {\Song.Lyrics.Baptism.II}
|
||||
\new Lyrics \lyricsto "verse" {\Song.Lyrics.Baptism.III}
|
||||
\new Staff <<
|
||||
\Song.Meta
|
||||
\clef bass
|
||||
{
|
||||
\new Voice <<\voiceOne \Song.Voice.T.Verse>>
|
||||
\new Voice <<\voiceOne \Song.Voice.T.Chorus>>
|
||||
}
|
||||
{
|
||||
\new Voice <<\voiceTwo \Song.Voice.B.Verse>>
|
||||
\new Voice <<\voiceTwo \Song.Voice.B.Chorus>>
|
||||
}
|
||||
>>
|
||||
>>
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
\version "2.24.4"
|
||||
\include "../adeste_fideles_vars.ly"
|
||||
|
||||
Song.Voice.A.Verse = \fixed c' {
|
||||
\phrasingSlurDashed
|
||||
d4 | 2 4 4 | e2 d |
|
||||
d4 d d e | d2 4 h, | h,( cis) d cis | d2 4 4 | 2 cis4. d8 | 2. r4 |
|
||||
d2 e8( fis) g4 | g ( fis) g2 |
|
||||
d4 d e e | d\( d\) 4
|
||||
}
|
||||
|
||||
Song.Voice.T.Verse = \fixed c {
|
||||
\phrasingSlurDashed
|
||||
h4 | 2 4 4 | c'2 a | g4 a g g | 2 fis4
|
||||
g | 2 a4 a | a( g) fis d | a2( g4.) fis8 | 2. r4 |
|
||||
h2 c'4 d' | c'2 d' | 4 g h c' | a\( g\) fis4
|
||||
}
|
||||
Song.Voice.B.Verse = \fixed c {
|
||||
\phrasingSlurDashed
|
||||
g4 | 2 4 4 | 2 fis | g4 fis g c | d2 4
|
||||
e | 2 d4 a, | d( h,) fis, g, | a,2.. d8 | 2. r4 |
|
||||
h2 a4 g | a2 g | fis4 g e c | d\( d\) d
|
||||
}
|
||||
|
||||
Song.Voice.A.Chorus = \fixed c' {
|
||||
\magnifyMusic 0.7 {
|
||||
d4 | 1~ | 2.
|
||||
}
|
||||
4 | 4 4 4 4 | 2 4
|
||||
g | fis g d d8( cis) | d2 4( e)
|
||||
d2 4. h,8 | 2.
|
||||
}
|
||||
|
||||
Song.Voice.T.Chorus = \fixed c {
|
||||
\magnifyMusic 0.7 {
|
||||
h4 | h a h c' | h2.
|
||||
}
|
||||
g4 | g fis g a | g2 fis4
|
||||
d' | 4 4 a a | 2 g4 g | g2 fis4. g8 | 2.
|
||||
}
|
||||
|
||||
Song.Voice.B.Chorus = \fixed c {
|
||||
r4 | R1*3 | r2.
|
||||
g4 | a g fis e | d( c) h,( c) d2 4. g,8 | 2.
|
||||
}
|
||||
|
||||
Song.Voice.Descant.Verse = \relative c'' {
|
||||
d4 |
|
||||
d4.( c8) h( c) d( h) | c4.( h8) a( h c a)
|
||||
h4 d g e | d2 4
|
||||
d | h4( cis) d e | d( cis8 h) a4 d, | a'4( d2) cis4 | d2. r4
|
||||
g4.( fis8) e( fis) g( e) | fis4.( e8) dis( e fis dis) |
|
||||
e4 h h8( a) h( cis) | d2 4
|
||||
}
|
||||
Song.Voice.Descant.Chorus = \fixed c'' {
|
||||
r4 | R1 | r4
|
||||
d,4 d2~ | 4 r4 r2 |
|
||||
r4 d,4 d2 | 4 g, d e | fis8( g fis e) d4
|
||||
d | d g2 fis4 | g2.
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "agnus_dei_xviii_vars.ly"
|
||||
|
||||
\score {
|
||||
<<
|
||||
{\VocalScore}
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef bass
|
||||
\new GregorianTranscriptionVoice <<\chant.meta \chant.B>>
|
||||
>>
|
||||
>>
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "gregorian.ly"
|
||||
\include "agnus_dei_xviii_vars.ly"
|
||||
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
\include "gregorian.ly"
|
||||
\include "agnus_dei_xviii_vars.ly"
|
||||
|
||||
\score {
|
||||
\VocalScore
|
||||
\CongregationScore
|
||||
\layout {
|
||||
\context {
|
||||
\Score
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "gregorian.ly"
|
||||
\include "agnus_dei_xviii_vars.ly"
|
||||
|
||||
|
||||
@@ -16,14 +16,29 @@ chant.meta = {
|
||||
}
|
||||
\finalis
|
||||
}
|
||||
chant.cantus = \fixed c' {
|
||||
\repeat volta 3 {
|
||||
chant.cantus.I = \fixed c' {
|
||||
f4 f f (g) g4
|
||||
s g g g f g es f g
|
||||
}
|
||||
chant.cantus.II = \fixed c' {
|
||||
g g g f g es f g
|
||||
\alternative {
|
||||
\volta 1,2 {f g a f g (f) f4}
|
||||
\volta 3 {f g a f g (f) f4 s}
|
||||
}}
|
||||
}
|
||||
}
|
||||
chant.cantus.musicians = \fixed c' {
|
||||
\repeat volta 3 {
|
||||
\chant.cantus.I
|
||||
r4
|
||||
\chant.cantus.II
|
||||
}
|
||||
}
|
||||
chant.cantus.congregation = \fixed c' {
|
||||
\repeat volta 3 {
|
||||
\chant.cantus.I
|
||||
s4
|
||||
\chant.cantus.II
|
||||
}
|
||||
}
|
||||
chant.verba = \lyricmode {
|
||||
\set stanza = "V"
|
||||
@@ -33,15 +48,21 @@ chant.verba = \lyricmode {
|
||||
mi -- se -- re -- re no -- bis.
|
||||
do -- na no -- bis pa -- cem.
|
||||
}
|
||||
chant.S = \fixed c' {
|
||||
f2 f4 (g) g4
|
||||
r g g2 s4 g2 f
|
||||
f f g f4
|
||||
f2 f g f
|
||||
}
|
||||
chant.A = \fixed c' {
|
||||
d2 c2 d4
|
||||
s4 d es2 s4 c2 d
|
||||
r4 d es2 s4 c2 d
|
||||
d2 c2 d2 c4
|
||||
d2 c2 d2 c4
|
||||
}
|
||||
chant.T = \relative {
|
||||
b2 a2 g4
|
||||
s4 b c2 s4 g2 b
|
||||
r4 b c2 s4 g2 b
|
||||
a2 f2( f4) g a
|
||||
a2 f2( f4) g a
|
||||
}
|
||||
@@ -52,20 +73,26 @@ chant.B = \relative {
|
||||
d'2 a2 b2 f4
|
||||
}
|
||||
|
||||
CongregationScore = \new GregorianTranscriptionStaff <<
|
||||
\new GregorianTranscriptionVoice = "melody" <<\chant.meta \chant.cantus.congregation>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melody {\chant.verba}
|
||||
>>
|
||||
VocalScore = \new GregorianTranscriptionStaff <<
|
||||
\new GregorianTranscriptionVoice = "melody" <<\chant.meta \chant.cantus>>
|
||||
\new GregorianTranscriptionVoice = "melody" <<\chant.meta \chant.cantus.musicians>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melody {\chant.verba}
|
||||
>>
|
||||
|
||||
FullScore = \new StaffGroup <<
|
||||
FullScore = <<
|
||||
{\VocalScore}
|
||||
\new StaffGroup <<
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\new GregorianTranscriptionVoice = "melody" <<\voiceOne \chant.meta \chant.cantus>>
|
||||
\new GregorianTranscriptionVoice = "melody" <<\voiceOne \chant.meta \chant.S>>
|
||||
\new GregorianTranscriptionVoice <<\voiceTwo\chant.meta \chant.A>>
|
||||
>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melody {\chant.verba}
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef bass
|
||||
\new GregorianTranscriptionVoice <<\voiceOne \chant.meta \chant.T>>
|
||||
\new GregorianTranscriptionVoice <<\voiceTwo\chant.meta \chant.B>>
|
||||
>>
|
||||
>>
|
||||
>>
|
||||
@@ -0,0 +1,14 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "agnus_dei_xviii_vars.ly"
|
||||
|
||||
\score {
|
||||
<<
|
||||
{\VocalScore}
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef alto
|
||||
\new GregorianTranscriptionVoice <<\chant.meta \chant.T>>
|
||||
>>
|
||||
>>
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "agnus_dei_xviii_vars.ly"
|
||||
|
||||
\score {
|
||||
<<
|
||||
{\VocalScore}
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\new GregorianTranscriptionVoice <<\voiceOne \chant.meta \chant.S>>
|
||||
\new GregorianTranscriptionVoice <<\voiceTwo \chant.meta \chant.A>>
|
||||
>>
|
||||
>>
|
||||
}
|
||||
@@ -1,7 +1,10 @@
|
||||
[%
|
||||
scores = {
|
||||
SATB = 'freie_lieder/agnus_dei_xviii/agnus_dei_xviii_schola.ly'
|
||||
congregation = 'freie_lieder/agnus_dei_xviii/agnus_dei_xviii_lz.ly'
|
||||
band = 'freie_lieder/agnus_dei_xviii/agnus_dei_xviii_full.ly'
|
||||
SATB = 'agnus_dei_xviii_schola.ly'
|
||||
congregation = 'agnus_dei_xviii_lz.ly'
|
||||
full = 'agnus_dei_xviii_full.ly'
|
||||
violin = 'agnus_dei_xviii_violin.ly'
|
||||
viola = 'agnus_dei_xviii_viola.ly'
|
||||
cello = 'agnus_dei_xviii_cello.ly'
|
||||
};
|
||||
-%]
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "gregorian.ly"
|
||||
\include "agnus_dei_xviii_de_vars.ly"
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
\include "gregorian.ly"
|
||||
\include "agnus_dei_xviii_de_vars.ly"
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "gregorian.ly"
|
||||
\include "agnus_dei_xviii_de_vars.ly"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[%
|
||||
scores = {
|
||||
SATB = 'freie_lieder/agnus_dei_xviii_de/agnus_dei_xviii_de_schola.ly'
|
||||
band = 'freie_lieder/agnus_dei_xviii_de/agnus_dei_xviii_de_full.ly'
|
||||
congregation = 'freie_lieder/agnus_dei_xviii_de/agnus_dei_xviii_de_lz.ly'
|
||||
SATB = 'agnus_dei_xviii_de_schola.ly'
|
||||
band = 'agnus_dei_xviii_de_full.ly'
|
||||
congregation = 'agnus_dei_xviii_de_lz.ly'
|
||||
};
|
||||
-%]
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
\version "2.22.4"
|
||||
\language deutsch
|
||||
\header {
|
||||
}
|
||||
\include "gregorian.ly"
|
||||
\include "alleluia_VII_1_vars.ly"
|
||||
|
||||
\score {
|
||||
\SATBScore
|
||||
}
|
||||
|
||||
\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,77 @@
|
||||
\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' {
|
||||
e4 gis a h
|
||||
a fis a gis( fis)
|
||||
e( fis) gis( fis) e e
|
||||
}
|
||||
A = \relative c' {
|
||||
r2 cis e4~ e cis2~ cis e cis h
|
||||
}
|
||||
T = \relative c {
|
||||
r2 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.
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
SATBScore = \new ChoirStaff <<
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef "treble"
|
||||
\meta
|
||||
\new GregorianTranscriptionVoice = "S" {\voiceOne r4 \S}
|
||||
\new GregorianTranscriptionVoice = "A" {\voiceTwo \A}
|
||||
>>
|
||||
\new GregorianTranscriptionLyrics = "one" \lyricsto S \verba
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef bass
|
||||
\meta
|
||||
\new GregorianTranscriptionVoice = "T" {\voiceOne \T}
|
||||
\new GregorianTranscriptionVoice = "B" {\voiceTwo \B}
|
||||
>>
|
||||
>>
|
||||
|
||||
MelodyScore = \new GregorianTranscriptionStaff <<
|
||||
\meta
|
||||
\new GregorianTranscriptionVoice = "S" {\voiceOne \S}
|
||||
\new GregorianTranscriptionLyrics = "one" \lyricsto S \verba
|
||||
>>
|
||||
@@ -0,0 +1,29 @@
|
||||
\version "2.22.4"
|
||||
\language deutsch
|
||||
\header {
|
||||
}
|
||||
\include "gregorian.ly"
|
||||
\include "alleluia_VII_1_vars.ly"
|
||||
|
||||
\score {<<
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef "treble"
|
||||
\meta
|
||||
\new GregorianTranscriptionVoice = "S" {r4 \S}
|
||||
>>
|
||||
\new GregorianTranscriptionLyrics = "one" \lyricsto S \verba
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef alto
|
||||
\meta
|
||||
\new GregorianTranscriptionVoice = "T" {\T}
|
||||
>>
|
||||
>>
|
||||
}
|
||||
|
||||
\score {
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef alto
|
||||
\tone.meta
|
||||
\new GregorianTranscriptionVoice = "tone.T" {\tone.T}
|
||||
>>
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
[%
|
||||
scores = {
|
||||
SATB = 'alleluia_VII_1_SATB.ly'
|
||||
full = 'alleluia_VII_1_SATB.ly'
|
||||
viola = 'alleluia_VII_1_viola.ly'
|
||||
congregation = 'alleluia_VII_1_lz.ly'
|
||||
};
|
||||
after_song = 'Taut, ihr Himmel, von oben, ihr Wolken, lasst Gerech\textit{tigkeit regnen!} *
|
||||
Die Erde tue sich auf und bringe das Heil \textit{hervor.}';
|
||||
-%]
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.3"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "andachtsjodler_vars.ly"
|
||||
|
||||
\header {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.3"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
\include "andachtsjodler_vars.ly"
|
||||
|
||||
\score {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[%
|
||||
song_title = 'Andachtsjodler';
|
||||
scores = {
|
||||
congregation = "freie_lieder/andachtsjodler/andachtsjodler_lz.ly"
|
||||
SATB = "freie_lieder/andachtsjodler/andachtsjodler_SATB.ly"
|
||||
congregation = "andachtsjodler_lz.ly"
|
||||
SATB = "andachtsjodler_SATB.ly"
|
||||
};
|
||||
%]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[%
|
||||
song_title = "Christus Vincit";
|
||||
scores = {
|
||||
leadsheet = "freie_lieder/christus_vincit/christus_vincit_leadsheet.ly"
|
||||
congregation = "freie_lieder/christus_vincit/christus_vincit_lz.ly"
|
||||
leadsheet = "christus_vincit_leadsheet.ly"
|
||||
congregation = "christus_vincit_lz.ly"
|
||||
}
|
||||
%]
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.3"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "christus_vincit_vars.ly"
|
||||
|
||||
\score {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.3"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
\include "christus_vincit_vars.ly"
|
||||
|
||||
\score {
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
[%
|
||||
scores = {
|
||||
SATB = 'seht_die_jungfrau_schola.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>>
|
||||
>>
|
||||
>>
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
\version "2.24.4"
|
||||
\language deutsch
|
||||
|
||||
\include "seht_die_jungfrau_vars.ly"
|
||||
\include "gregorian.ly"
|
||||
|
||||
\score { \FullScore }
|
||||
@@ -0,0 +1,9 @@
|
||||
\version "2.24.4"
|
||||
\language deutsch
|
||||
|
||||
\include "seht_die_jungfrau_vars.ly"
|
||||
\include "gregorian.ly"
|
||||
|
||||
\score {
|
||||
\VocalScore
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
\version "2.24.4"
|
||||
\language deutsch
|
||||
|
||||
\include "seht_die_jungfrau_vars.ly"
|
||||
\include "gregorian.ly"
|
||||
|
||||
\score { \VocalScore }
|
||||
@@ -0,0 +1,64 @@
|
||||
\language deutsch
|
||||
\version "2.24"
|
||||
|
||||
\include "gregorian.ly"
|
||||
% Ps 145 (144) 8
|
||||
% 3. Modus
|
||||
chant.meta = {
|
||||
\key c \major
|
||||
\set Score.timing = ##f
|
||||
}
|
||||
chant.ant.meta = {
|
||||
{\chant.meta}
|
||||
s4*19 \divisioMaxima
|
||||
s4*11 \divisioMinima
|
||||
s4*7 \finalis
|
||||
}
|
||||
chant.ant.cantus = \fixed c' {
|
||||
d4 f( e) f( g) d
|
||||
c e g( a) a
|
||||
g a h c' a c'( d') a
|
||||
a( g) f( e) f g f( g) f g a
|
||||
e( f) e( c) c( d)
|
||||
}
|
||||
chant.ant.S = \relative c' {
|
||||
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 s4 b2 s2. c2 s s c s2 c4
|
||||
r2 c2 s4 c2 s4 c2 s4 g2 s2 a
|
||||
}
|
||||
chant.ant.T = \relative {
|
||||
d2 s4 f2 s2. g2 s s a s2 a4
|
||||
r2 a2 s4 g2 s4 a2 s4 e2 s2 d
|
||||
}
|
||||
chant.ant.B = \relative {
|
||||
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;
|
||||
Sein Na -- me ist Im -- ma -- nu -- el
|
||||
Gott mit uns.
|
||||
}
|
||||
|
||||
VocalScore = <<\new GregorianTranscriptionStaff <<
|
||||
\new GregorianTranscriptionVoice = "melody" <<\chant.ant.meta \chant.ant.cantus>>
|
||||
>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melody {\verba.ant}
|
||||
>>
|
||||
FullScore = <<
|
||||
{\VocalScore}
|
||||
\new StaffGroup <<
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\new GregorianTranscriptionVoice <<\voiceOne \chant.ant.meta \chant.ant.S>>
|
||||
\new GregorianTranscriptionVoice <<\voiceTwo \chant.ant.meta \chant.ant.A>>
|
||||
>>
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef bass
|
||||
\new GregorianTranscriptionVoice <<\voiceOne \chant.ant.meta \chant.ant.T>>
|
||||
\new GregorianTranscriptionVoice <<\voiceTwo \chant.ant.meta \chant.ant.B>>
|
||||
>>
|
||||
>>
|
||||
>>
|
||||
@@ -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>>
|
||||
>>
|
||||
>>
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
[%
|
||||
title = 'Der Engel des Herrn'
|
||||
scores = {
|
||||
band = 'freie_lieder/der_engel_des_herrn/der_engel_des_herrn_leadsheet.ly'
|
||||
SATB = 'freie_lieder/der_engel_des_herrn/der_engel_des_herrn_SATB.ly'
|
||||
congregation = 'freie_lieder/der_engel_des_herrn/der_engel_des_herrn_lz.ly'
|
||||
band = 'der_engel_des_herrn_leadsheet.ly'
|
||||
SATB = 'der_engel_des_herrn_SATB.ly'
|
||||
congregation = 'der_engel_des_herrn_lz.ly'
|
||||
}
|
||||
-%]
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
\language deutsch
|
||||
% GL 218
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "der_engel_des_herrn_vars.ly"
|
||||
|
||||
\score{
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
\language deutsch
|
||||
% GL 218
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "der_engel_des_herrn_vars.ly"
|
||||
|
||||
\score{
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
\language deutsch
|
||||
% GL 218
|
||||
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
\include "der_engel_des_herrn_vars.ly"
|
||||
|
||||
\score{
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[%
|
||||
scores.congregation = 'freie_lieder/erbarme_dich_meiner_GL_639_1/erbarme_dich_meiner.ly';
|
||||
scores.congregation = 'erbarme_dich_meiner.ly';
|
||||
-%]
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
\language deutsch
|
||||
|
||||
%GL 639 1
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
Song.Melody = \relative {
|
||||
\key a \minor
|
||||
\time 4/2
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[%
|
||||
scores.congregation = 'freie_lieder/hallaluja_174_3/hallaluja_174_3.ly';
|
||||
scores.congregation = 'hallaluja_174_3.ly';
|
||||
-%]
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.22.2"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
Song.Melody = \relative {
|
||||
\key c \major
|
||||
\time 9/2
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[%
|
||||
scores.congregation = 'freie_lieder/hallaluja_174_4/hallaluja_174_4.ly';
|
||||
scores.congregation = 'hallaluja_174_4.ly';
|
||||
-%]
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.3"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "halleluja_174_4_vars.ly"
|
||||
|
||||
\header {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.3"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
\include "halleluja_174_4_vars.ly"
|
||||
\score {
|
||||
\Song.MelodyScore
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[%
|
||||
scores.congregation = 'freie_lieder/hallaluja_174_6/hallaluja_174_6.ly';
|
||||
scores.congregation = 'hallaluja_174_6.ly';
|
||||
-%]
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.22.2"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
Song.Melody = \relative {
|
||||
\key g \major
|
||||
\time 3/4
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[%
|
||||
scores.congregation = 'freie_lieder/hallaluja_175_5/hallaluja_175_5.ly';
|
||||
scores.congregation = 'hallaluja_175_5.ly';
|
||||
-%]
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
\header {
|
||||
% title = "GL 175 7"
|
||||
}
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
\include "gregorian.ly"
|
||||
chant = \fixed c' {
|
||||
\key g \major
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
melody = 'Graz 1855, Salzburg 1878'
|
||||
};
|
||||
scores = {
|
||||
leadsheet = 'freie_lieder/heilges_kreuz_sei_hochverehret/heilges_kreuz_sei_hochverehret_leadsheet.ly'
|
||||
congregation = 'freie_lieder/heilges_kreuz_sei_hochverehret/heilges_kreuz_sei_hochverehret_lz.ly'
|
||||
leadsheet = 'heilges_kreuz_sei_hochverehret_leadsheet.ly'
|
||||
congregation = 'heilges_kreuz_sei_hochverehret_lz.ly'
|
||||
};
|
||||
-%]
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
\language deutsch
|
||||
% GL 823
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "heilges_kreuz_sei_hochverehret_vars.ly"
|
||||
|
||||
\score{
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
\language deutsch
|
||||
% GL 218
|
||||
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
\include "heilges_kreuz_sei_hochverehret_vars.ly"
|
||||
|
||||
\score{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[%
|
||||
scores = {
|
||||
congregation = 'freie_lieder/hy_bevor_des_tages/hy_bevor_des_tages_lz.ly'
|
||||
leadsheet = 'freie_lieder/hy_bevor_des_tages/hy_bevor_des_tages_full.ly'
|
||||
congregation = 'hy_bevor_des_tages_lz.ly'
|
||||
leadsheet = 'hy_bevor_des_tages_full.ly'
|
||||
};
|
||||
-%]
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.3"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "hy_bevor_des_tages_vars.ly"
|
||||
\include "gregorian.ly"
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.3"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
\include "hy_bevor_des_tages_vars.ly"
|
||||
\include "gregorian.ly"
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[%
|
||||
scores.congregation = 'freie_lieder/ihr_freunde_gottes_allzugleich/ihr_freunde_gottes_allzugleich.ly';
|
||||
scores.congregation = 'ihr_freunde_gottes_allzugleich.ly';
|
||||
-%]
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
\language deutsch
|
||||
%GL 531
|
||||
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
melody.St = \fixed c' {
|
||||
\key es \major
|
||||
\time 4/4
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
[%
|
||||
scores = {
|
||||
gregorian = 'gregorio_scores/kyrie/kyrie_xvi.gabc'
|
||||
SATB = 'kyrie_xvi_schola.ly'
|
||||
congregation = 'kyrie_xvi_lz.ly'
|
||||
full = 'kyrie_xvi_full.ly'
|
||||
violin = 'kyrie_xvi_violin.ly'
|
||||
viola = 'kyrie_xvi_viola.ly'
|
||||
cello = 'kyrie_xvi_cello.ly'
|
||||
};
|
||||
credits.TM = 'Vat. XVI';
|
||||
-%]
|
||||
[%# Accompanyment available. Arragngement Berthold Hummel%]
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "kyrie_xvi_vars.ly"
|
||||
|
||||
\score {
|
||||
<<
|
||||
{\VocalScore}
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef bass
|
||||
\new GregorianTranscriptionVoice <<\chant.meta \chant.B>>
|
||||
>>
|
||||
>>
|
||||
\layout {
|
||||
\context {
|
||||
\Score
|
||||
\omit BarNumber
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "kyrie_xvi_vars.ly"
|
||||
|
||||
\score {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
\include "kyrie_xvi_vars.ly"
|
||||
|
||||
\score {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "kyrie_xvi_vars.ly"
|
||||
|
||||
\score {
|
||||
|
||||
+23
-20
@@ -1,4 +1,4 @@
|
||||
\version "2.24.2"
|
||||
\version "2.24.4"
|
||||
\language deutsch
|
||||
|
||||
\include "gregorian.ly"
|
||||
@@ -10,34 +10,37 @@ chant.meta = {
|
||||
\repeat volta 2 {s4*10} \finalis
|
||||
}
|
||||
chant.cantus = \fixed c' {
|
||||
\repeat volta 2 { f4 g( a) \melisma a4 \melismaEnd a f g a a }
|
||||
\repeat volta 2 { f4 g( a) \melisma a4 \melismaEnd a f 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}
|
||||
\repeat volta 2 { f4 g( a) \melisma a4 \melismaEnd a f g a a s4}
|
||||
}
|
||||
chant.S = \relative c' {
|
||||
\repeat volta 2 {f2 s1 g2 a4}
|
||||
\repeat volta 2 {c2 s2 g2 a4}
|
||||
\repeat volta 2 {f2 s1 g2 a4 s4}
|
||||
}
|
||||
chant.A = \relative c' {
|
||||
\repeat volta 2 {d2 s4 e2 s4 d2 e4}
|
||||
\repeat volta 2 {e2 s d2 e4}
|
||||
\repeat volta 2 {d2 s4 e2 s4 d2 e4 s}
|
||||
\repeat volta 2 {f2 s1 d2 e4}
|
||||
\repeat volta 2 {e2 s2 d2 e4}
|
||||
\repeat volta 2 {f2 s1 d2 e4 s4}
|
||||
}
|
||||
chant.T = \relative {
|
||||
\repeat volta 2 {a2( s4 a2) s4 b2 c4}
|
||||
\repeat volta 2 {c2 s d c4}
|
||||
\repeat volta 2 {a2( s4 a2) s4 b2 c4 s}
|
||||
\repeat volta 2 {a2 s1 b2 c4}
|
||||
\repeat volta 2 {c2 s2 d2 c4}
|
||||
\repeat volta 2 {a2 s1 b2 c4 s4}
|
||||
}
|
||||
chant.B = \relative {
|
||||
\repeat volta 2 {d2 s4 c2 s4 b2 a4}
|
||||
\repeat volta 2 {a2 s b2 a4}
|
||||
\repeat volta 2 {d2 s4 c2 s4 b2 a4 s}
|
||||
\repeat volta 2 {d2 s1 b2 a4}
|
||||
\repeat volta 2 {a2 s2 b2 a4}
|
||||
\repeat volta 2 {d2 s1 b2 a4 s4}
|
||||
}
|
||||
chant.verba = \lyricmode {
|
||||
\set stanza = "V/A"
|
||||
Ky -- ri -- e e -- le -- i son.
|
||||
Ky -- ri -- e, e -- le -- i -- son.
|
||||
\set stanza = "V/A"
|
||||
Chri -- ste e -- le -- i -- son.
|
||||
\set stanza = "V"
|
||||
Ky -- ri -- e e -- le -- i son.
|
||||
\set stanza = "A"
|
||||
Ky -- ri -- e e -- le -- i son.
|
||||
Chri -- ste, er -- le -- i son.
|
||||
\set stanza = "V/A"
|
||||
Ky -- ri -- e, e -- le -- i -- son.
|
||||
}
|
||||
|
||||
VocalScore =
|
||||
@@ -46,12 +49,12 @@ VocalScore =
|
||||
\new GregorianTranscriptionLyrics \lyricsto melody {\chant.verba}
|
||||
>>
|
||||
FullScore = <<
|
||||
{\VocalScore}
|
||||
\new StaffGroup <<
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\new GregorianTranscriptionVoice = "melody" <<\voiceOne \chant.meta \chant.cantus>>
|
||||
\new GregorianTranscriptionVoice = "melody" <<\voiceOne \chant.meta \chant.S>>
|
||||
\new GregorianTranscriptionVoice <<\voiceTwo \chant.meta \chant.A>>
|
||||
>>
|
||||
\new GregorianTranscriptionLyrics \lyricsto melody {\chant.verba}
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef bass
|
||||
\new GregorianTranscriptionVoice <<\voiceOne \chant.meta \chant.T>>
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "kyrie_xvi_vars.ly"
|
||||
|
||||
\score {
|
||||
<<
|
||||
{\VocalScore}
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\clef alto
|
||||
\new GregorianTranscriptionVoice <<\chant.meta \chant.T>>
|
||||
>>
|
||||
>>
|
||||
\layout {
|
||||
\context {
|
||||
\Score
|
||||
\omit BarNumber
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "kyrie_xvi_vars.ly"
|
||||
|
||||
\score {
|
||||
<<
|
||||
{\VocalScore}
|
||||
\new GregorianTranscriptionStaff <<
|
||||
\new GregorianTranscriptionVoice <<\voiceOne \chant.meta \chant.S>>
|
||||
\new GregorianTranscriptionVoice <<\voiceTwo \chant.meta \chant.A>>
|
||||
>>
|
||||
>>
|
||||
\layout {
|
||||
\context {
|
||||
\Score
|
||||
\omit BarNumber
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "kyrie_xvi_de_vars.ly"
|
||||
|
||||
\score {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
\include "kyrie_xvi_de_vars.ly"
|
||||
|
||||
\score {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "kyrie_xvi_de_vars.ly"
|
||||
|
||||
\score {
|
||||
|
||||
@@ -0,0 +1,246 @@
|
||||
\version "2.24.2"
|
||||
\include "deutsch.ly"
|
||||
|
||||
%%% #(set-global-staff-size 18)
|
||||
showFinalBar = { % revert "Mensurstriche" to regular barlines
|
||||
\override Score.BarLine #'allow-span-bar = ##t
|
||||
%\once \override Score.BarLine #'transparent = ##f
|
||||
%\once \override Score.BarLine #'hair-thickness = #1.9
|
||||
}
|
||||
|
||||
\paper {
|
||||
%#(define page-breaking ly:optimal-breaking) % the new default algorithm
|
||||
%#(define page-breaking ly:page-turn-breaking)
|
||||
%#(define page-breaking ly:minimal-breaking)
|
||||
%#(define page-breaking optimal-page-breaks) % the old algorithm
|
||||
top-margin = 4\mm % 5\mm default
|
||||
head-separation = 3\mm % 4\mm default
|
||||
after-title-space = 3\mm % 5\mm default
|
||||
between-system-space = 18\mm % 17\mm % 20\mm default
|
||||
between-system-padding = 3\mm % #0.1 % 4\mm default
|
||||
% foot-separation = 1\mm % 2\mm % 4\mm default
|
||||
bottom-margin = 5\mm % 6\mm
|
||||
|
||||
left-margin = 10\mm % 18 \mm % 25\mm % 10\mm default
|
||||
line-width = 190\mm % 177\mm % default pw-20\mm
|
||||
% ragged-right = ##t
|
||||
% paper-height = 290\mm
|
||||
% paper-height = 310\mm
|
||||
% ragged-last-bottom = ##f
|
||||
% ragged-bottom = ##t
|
||||
%% annotate-spacing = ##t
|
||||
% oddFooterMarkup = \markup \abs-fontsize #11 {
|
||||
% \on-the-fly #first-page { \fill-line { \center-column {
|
||||
% \line { " " }
|
||||
% \line { " " }
|
||||
% \line { © 2012 by CPDL <http://cpdl.org>. May be
|
||||
% freely distributed, duplicated, performed, and recorded. }
|
||||
% \line { Engraving by LilyPond 2.12.3 <http://lilypond.org>.
|
||||
% Edition by Klaus Föhl <klaus@foehl.net> 2012. }
|
||||
% } } }
|
||||
%}}
|
||||
}
|
||||
|
||||
\header {
|
||||
% copyright = "copyright"
|
||||
title = \markup { \medium \fontsize #1.5 "Macht hoch die Tür" }
|
||||
poet = "Worte: Georg Weißel (1590-1635)"
|
||||
composer = "Weise: Halle, 1704; Satz: Friedrich Silcher"
|
||||
% arranger = ""
|
||||
% instrument = "instrument"
|
||||
% metre = "Maestoso"
|
||||
% opus = "opus"
|
||||
% piece = "Mit Wärme."
|
||||
% texidoc = "All header fields with special meanings."
|
||||
% copyright = "public domain"
|
||||
% enteredby = "Klaus Föhl"
|
||||
% source = "urtext"
|
||||
}
|
||||
|
||||
globales = {
|
||||
\key f \major
|
||||
\time 3/4
|
||||
\partial 4
|
||||
\autoBeamOff
|
||||
%\set melismaBusyProperties = #'() % Bindebogen nicht anschauen
|
||||
}
|
||||
|
||||
sopranToene = \relative a' {
|
||||
h4 | d2 c4 h2 a4 g( a) h a2 d4 c2 c4 h2 h4 a( g) a g2 \breathe
|
||||
h4 | a2 a4 h( cis) d d( e) cis d2 a4 h2 a4 h( cis) d d( e) cis d2 \breathe
|
||||
d4 | e2 d4 e2 d4 e( d) c h2 d4 e2 d4 e2 d4 e( d) c h2 \breathe
|
||||
d4 | g,2 g4 c2 h4 a2.~a2 \breathe d4 c2 h4 a( g) a g2.~g2
|
||||
\showFinalBar \bar "|."
|
||||
}
|
||||
|
||||
altToene = \relative g' {
|
||||
g4 | g2 g4 g2 fis4 g( fis) g fis2 g4 g2 fis4 g2 g4 fis( e) fis d2 \breathe
|
||||
g4 | e2 fis4 g2 a4 g2 e4 fis2 a4 g2 a4 g2 a4 h2 a4 a2 \breathe
|
||||
h4 | c2 h4 g2 g4 g2 fis4 g2 g4 e( fis) g g2 g4 g2 fis4 g2 \breathe
|
||||
g4 | e2 e4 e( fis) g fis2.~fis2 \breathe g4 g2 g4 g( e) fis d2.~d2
|
||||
\showFinalBar \bar "|."
|
||||
}
|
||||
|
||||
tenorToene = \relative c' {
|
||||
d4 | h2 e4 d2 c4 h2 d4 d2 d4 e2 d4 d2 d4 c2 c4 h2 \breathe
|
||||
d4 | cis2 d4 d4( e) d h2 a4 a2 d4 d2 d4 d( e) d d( g) g fis2 \breathe
|
||||
g4 | g2 g4 c,2 h4 c( h) d d2 h4 c( a) h c2 h4 c( h) a g2 \breathe
|
||||
d'4 | c2 c4 c2 d4 d2.~d2 d4 e2 d4 c2 c4 h2.~h2
|
||||
\showFinalBar \bar "|."
|
||||
}
|
||||
|
||||
bassToene = \relative g {
|
||||
g4 | g2 g4 g2 d4 e2 h8[ c] d2 h'4 a2 d,4 g2 h,4 d2 d4 g2 \breathe
|
||||
g4 | a2 d,4 g2 fis4 e2 a4 d,2 fis4 g2 fis4 g( e) fis g2 a4 d2 \breathe
|
||||
g,4 | c2 g4 c,2 g'4 c,( d) d g2 g4 c,2 g'4 c2 g4 c,( d) d e2 \breathe
|
||||
h'4 | c2 h4 a2 g4 d2.~d2 \breathe h'4 c2 g4 d2 d4 g2.~g2
|
||||
\showFinalBar \bar "|."
|
||||
}
|
||||
|
||||
textEins = \lyricmode {
|
||||
\set stanza = "1. "
|
||||
Macht hoch die Tür, die Tor macht weit!
|
||||
Es kommt der Herr der Herr -- lich -- keit,
|
||||
ein Kö -- nig al -- ler Kö -- nig -- reich,
|
||||
ein Hei -- land al -- ler Welt zu -- gleich,
|
||||
der Heil und Le -- ben mit sich bringt,
|
||||
der -- hal -- ben jauchzt, mit Freu -- den singt:
|
||||
ge -- lo -- bet sei mein Gott, __
|
||||
mein Schöp -- fer, reich von Rat! __
|
||||
}
|
||||
|
||||
textZwei = \lyricmode {
|
||||
\set stanza = "2. "
|
||||
Er ist ge -- recht, ein Hel -- fer wert,
|
||||
Sanft -- mü -- tig -- keit ist sein Ge -- fährt.
|
||||
Sein Kö -- nigs -- kron ist Hei -- lig -- keit,
|
||||
sein Zep -- ter ist Barm -- her -- zig -- keit.
|
||||
All uns -- re Not zum End er bringt,
|
||||
der -- hal -- ben jauchzt, mit Freu -- den singt:
|
||||
ge -- lo -- bet sei mein Gott, __
|
||||
mein Hei -- land, groß von Tat! __
|
||||
}
|
||||
|
||||
textDrei = \lyricmode {
|
||||
\set stanza = "3. "
|
||||
O wohl dem Land, o wohl der Stadt,
|
||||
so die -- sen Kö -- nig bei sich hat!
|
||||
Wohl al -- len Her -- zen ins -- ge -- mein,
|
||||
da die -- ser Kö -- nig zie -- het ein!
|
||||
Er ist die rech -- te Freu -- den -- sonn,
|
||||
bringt mit sich lau -- ter Freud und Wonn.
|
||||
Ge -- lo -- bet sei mein Gott, __
|
||||
mein Trö -- ster früh und spat. __
|
||||
\set stanza = "3. "
|
||||
}
|
||||
|
||||
textVier = \lyricmode {
|
||||
\set stanza = "4. "
|
||||
Macht hoch die Tür, die Tor’ macht weit,
|
||||
eu’r Herz zum Tem -- pel zu -- be -- reit’t.
|
||||
Die Zweig -- lein der Gott -- se -- lig -- keit
|
||||
steckt auf mit An -- dacht, Lust und Freud’!
|
||||
So kommt der Kö -- nig auch zu euch,
|
||||
ja, Heil und Le -- ben mit zu -- gleich.
|
||||
Ge -- lo -- bet sei mein Gott, __
|
||||
voll Rat, voll Tat, voll Gnad’! __
|
||||
}
|
||||
|
||||
textFunf = \lyricmode {
|
||||
\set stanza = "5. "
|
||||
Komm, o mein Hei -- land Je -- su Christ,
|
||||
meins Her -- zens Tür dir of -- fen ist.
|
||||
Ach zeuch mit dei -- ner Gna -- den ein;
|
||||
dein Freund -- lich -- keit auch uns er -- schein.
|
||||
Dein Heil -- ger Geist uns führ und leit
|
||||
den Weg zur ew -- gen Se -- lig -- keit.
|
||||
Dem Na -- men dein, o Herr, __
|
||||
sei e -- wig Preis und Ehr. __
|
||||
}
|
||||
|
||||
\score {
|
||||
%% \new ChoirStaff <<
|
||||
\new StaffGroup <<
|
||||
\new Staff = frauen \with {
|
||||
\override VerticalAxisGroup #'minimum-Y-extent = #'(-2 . 2)
|
||||
}
|
||||
<<
|
||||
\clef treble
|
||||
\new Voice = "sopran" <<
|
||||
\voiceOne
|
||||
\globales
|
||||
%\mark \markup { \fontsize #-3 \note-by-number #2 #0 #UP = 72 }
|
||||
%\mark \markup { Allegro }
|
||||
%\tempo 4 = 72
|
||||
\override Score.BarLine #'allow-span-bar = ##f
|
||||
\transpose g f \sopranToene
|
||||
>>
|
||||
\new Voice = "alt" <<
|
||||
\voiceTwo
|
||||
\globales
|
||||
\transpose g f \altToene
|
||||
|
||||
>>
|
||||
>>
|
||||
\new Lyrics = "stropheeins" \with {
|
||||
%\override VerticalAxisGroup #'minimum-Y-extent = #'(-1.2 . 1)
|
||||
} { s1 }
|
||||
\new Lyrics = "strophezwei" \with {
|
||||
%\override VerticalAxisGroup #'minimum-Y-extent = #'(-0.9 . 0)% Ä in 3
|
||||
} { s1 }
|
||||
\new Lyrics = "strophedrei" \with {
|
||||
%\override VerticalAxisGroup #'minimum-Y-extent = #'(-1.2 . 0)
|
||||
} { s1 }
|
||||
\new Lyrics = "strophevier" \with {
|
||||
%\override VerticalAxisGroup #'minimum-Y-extent = #'(-1.2 . 0)
|
||||
} { s1 }
|
||||
\new Lyrics = "strophefunf" \with {
|
||||
%\override VerticalAxisGroup #'minimum-Y-extent = #'(-1.2 . 0)
|
||||
} { s1 }
|
||||
\new Staff = maenner \with {
|
||||
\override VerticalAxisGroup #'minimum-Y-extent = #'(-2 . 2)
|
||||
}
|
||||
<<
|
||||
\clef bass
|
||||
\new Voice = "tenor" <<
|
||||
\voiceOne
|
||||
\globales
|
||||
\transpose g f \tenorToene
|
||||
>>
|
||||
\new Voice = "bass" <<
|
||||
\voiceTwo
|
||||
\globales
|
||||
\transpose g f \bassToene
|
||||
>>
|
||||
>>
|
||||
\context Lyrics = stropheeins \lyricsto sopran \textEins
|
||||
\context Lyrics = strophezwei \lyricsto sopran \textZwei
|
||||
\context Lyrics = strophedrei \lyricsto sopran \textDrei
|
||||
\context Lyrics = strophevier \lyricsto sopran \textVier
|
||||
\context Lyrics = strophefunf \lyricsto sopran \textFunf
|
||||
>>
|
||||
\layout {
|
||||
indent = 0\cm
|
||||
\context {
|
||||
\Score
|
||||
%\remove "Bar_number_engraver"
|
||||
\override BarNumber #'padding = #1.5
|
||||
}
|
||||
\context {
|
||||
\Staff
|
||||
%\override TimeSignature #'break-align-anchor-alignment = #LEFT
|
||||
% a little smaller so lyrics can be closer to the staff
|
||||
%\override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3)
|
||||
}
|
||||
\context { \Lyrics
|
||||
%\override VerticalAxisGroup #'minimum-Y-extent = #'(-0.1 . 1.5)
|
||||
\override VerticalAxisGroup #'minimum-Y-extent = #'(-0.3 . 2.0)
|
||||
}
|
||||
}
|
||||
\midi {
|
||||
\context {
|
||||
\Score
|
||||
tempoWholesPerMinute = #(ly:make-moment 120 4)
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
[%
|
||||
scores = {
|
||||
band = 'macht_hoch_die_tuer_leadsheet'
|
||||
SATB = 'macht_hoch_die_tuer_SATB'
|
||||
congregation = 'macht_hoch_die_tuer_lz'
|
||||
full = 'macht_hoch_die_tuer_SATB'
|
||||
violin = 'macht_hoch_die_tuer_violin'
|
||||
viola = 'macht_hoch_die_tuer_viola'
|
||||
cello = 'macht_hoch_die_tuer_cello'
|
||||
};
|
||||
credits = {
|
||||
lyrics = 'Georg Weißel (1590-1635)'
|
||||
melody = 'Halle, 1704'
|
||||
};
|
||||
-%]
|
||||
@@ -0,0 +1,29 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "macht_hoch_die_tuer_vars.ly"
|
||||
|
||||
\score{
|
||||
\transpose es f \new ChoirStaff <<
|
||||
\new Staff <<
|
||||
\new Voice = "melody" <<\voiceOne \Song.Meta \melody>>
|
||||
\new Voice <<\voiceTwo \Song.Meta \transpose g es \altToene>>
|
||||
>>
|
||||
\new Lyrics \lyricsto melody \stropheEins
|
||||
\new Lyrics \lyricsto melody \stropheZwei
|
||||
\new Lyrics \lyricsto melody \stropheDrei
|
||||
\new Lyrics \lyricsto melody \stropheVier
|
||||
\new Lyrics \lyricsto melody \stropheFuenf
|
||||
\new Staff <<
|
||||
\clef bass
|
||||
\new Voice <<\voiceOne \Song.Meta \transpose g es \tenorToene>>
|
||||
\new Voice <<\voiceTwo \Song.Meta \transpose g es \bassToene>>
|
||||
>>
|
||||
>>
|
||||
\layout {
|
||||
\context {
|
||||
\Score
|
||||
\omit BarNumber
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "macht_hoch_die_tuer_vars.ly"
|
||||
|
||||
\score{
|
||||
\transpose es f \new Staff <<
|
||||
\clef bass
|
||||
\new Voice = "bass" <<\Song.Meta \transpose g es \bassToene>>
|
||||
\new Lyrics \lyricsto bass \stropheEins
|
||||
>>
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "macht_hoch_die_tuer_vars.ly"
|
||||
|
||||
\score{
|
||||
\Song.LeadsheetScore
|
||||
\layout {
|
||||
\context {
|
||||
\Score
|
||||
\omit BarNumber
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "macht_hoch_die_tuer_vars.ly"
|
||||
\include "../paper.ly"
|
||||
|
||||
\score{
|
||||
\Song.MelodyScore
|
||||
\layout {
|
||||
\context {
|
||||
\Score
|
||||
\omit BarNumber
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,118 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
Song.Meta = {
|
||||
\key es \major
|
||||
\time 6/4
|
||||
\partial 4
|
||||
}
|
||||
melody = \relative {
|
||||
g'4 | b2 as4 g2 f4 | es (f) g f2
|
||||
b4 | as2 4 g2 4 | f (es) f es2 \breathe
|
||||
g4 | f2 4 g (a) b | b (c) a b2
|
||||
f4 | g2 f4 g (a) b | b (c) a b2 \breathe
|
||||
4 | c2 b4 c2 b4 | c (b) as g2
|
||||
b4 | c2 b4 c2 b4 | c (b) as g2 \breathe
|
||||
b4 | es,2 4 as2 g4 | f2. (2)
|
||||
b4 | as2 g4 f (es) f | es2. (2) \bar "|."
|
||||
}
|
||||
altToene = \relative g' {
|
||||
g4 | g2 g4 g2 fis4 g( fis) g fis2 g4 g2 fis4 g2 g4 fis( e) fis d2 \breathe
|
||||
g4 | e2 fis4 g2 a4 g2 e4 fis2 a4 g2 a4 g2 a4 h2 a4 a2 \breathe
|
||||
h4 | c2 h4 g2 g4 g2 fis4 g2 g4 e( fis) g g2 g4 g2 fis4 g2 \breathe
|
||||
g4 | e2 e4 e( fis) g fis2.~fis2 \breathe g4 g2 g4 g( e) fis d2.~d2
|
||||
\bar "|."
|
||||
}
|
||||
|
||||
tenorToene = \relative c' {
|
||||
d4 | h2 e4 d2 c4 h2 d4 d2 d4 e2 d4 d2 d4 c2 c4 h2 \breathe
|
||||
d4 | cis2 d4 d4( e) d h2 a4 a2 d4 d2 d4 d( e) d d( g) g fis2 \breathe
|
||||
g4 | g2 g4 c,2 h4 c( h) d d2 h4 c( a) h c2 h4 c( h) a g2 \breathe
|
||||
d'4 | c2 c4 c2 d4 d2.~d2 d4 e2 d4 c2 c4 h2.~h2
|
||||
\bar "|."
|
||||
}
|
||||
|
||||
bassToene = \relative g {
|
||||
g4 | g2 g4 g2 d4 e2 h8[ c] d2 h'4 a2 d,4 g2 h,4 d2 d4 g2 \breathe
|
||||
g4 | a2 d,4 g2 fis4 e2 a4 d,2 fis4 g2 fis4 g( e) fis g2 a4 d2 \breathe
|
||||
g,4 | c2 g4 c,2 g'4 c,( d) d g2 g4 c,2 g'4 c2 g4 c,( d) d e2 \breathe
|
||||
h'4 | c2 h4 a2 g4 d2.~d2 \breathe h'4 c2 g4 d2 d4 g2.~g2
|
||||
\bar "|."
|
||||
}
|
||||
|
||||
stropheEins = \lyricmode {
|
||||
\set stanza = "1."
|
||||
Macht hoch die Tür, die Tor macht weit,
|
||||
es kommt der Herr der Herr -- lich -- keit,
|
||||
ein Kö -- nig al -- ler Kö -- nig -- reich,
|
||||
ein Hei -- land al -- ler Welt zu -- gleich,
|
||||
der Heil und Le -- ben mit sich bringt;
|
||||
der -- hal -- ben jauchzt, mit Freu -- den singt.
|
||||
Ge -- lo -- bet sei mein Gott,
|
||||
mein Schöp -- fer reich an Rat.
|
||||
}
|
||||
stropheZwei = \lyricmode {
|
||||
\set stanza = "2."
|
||||
Er ist ge -- recht, ein Hel -- fer wert.
|
||||
Sanft -- mü -- tig -- keit ist sein Ge -- fährt,
|
||||
sein Kö -- nigs -- kron ist Hei -- lig -- keit,
|
||||
sein Zep -- ter ist Barm -- herz -- ig -- keit;
|
||||
all uns -- re Not zum End er bringt;
|
||||
der -- hal -- ben jauchzt, mit Freu -- den singt.
|
||||
Ge -- lo -- bet sei mein Gott,
|
||||
mein Hei -- land groß von Tat.
|
||||
}
|
||||
stropheDrei = \lyricmode {
|
||||
\set stanza = "3."
|
||||
O wohl dem Land, o wohl der Stadt,
|
||||
so die -- sen Kö -- nig bei sich hat.
|
||||
Wohl al -- len Her -- zen ins -- ge -- mein,
|
||||
da die -- ser Kö -- nig zie -- het -- ein.
|
||||
Er ist die rech -- te Freu -- den -- sonn,
|
||||
bringt mit sich lau -- ter Freud und Wonn.
|
||||
Ge -- lo -- bet sei mein Gott,
|
||||
mein Trö -- ster früh und spat.
|
||||
}
|
||||
stropheVier = \lyricmode {
|
||||
\set stanza = "4."
|
||||
Macht hoch die Tür, die Tor macht weit,
|
||||
eur Herz zum Tem -- pel zu -- be -- reit'.
|
||||
Die Zweig -- lein der Gott -- se -- lig -- keit
|
||||
steckt auf mit An -- dacht, Lust und Freud;
|
||||
so kommt der Kö -- nig auch zu euch,
|
||||
ja Heil und Le -- ben mit zu -- gleich.
|
||||
Ge -- lo -- bet sei mein Gott,
|
||||
voll Rat, voll Tat, voll Gnad.
|
||||
}
|
||||
stropheFuenf = \lyricmode {
|
||||
\set stanza = "5."
|
||||
Komm, o mein Hei -- land \markup{\smallCaps Je } -- \markup{\smallCaps su } Christ,
|
||||
meins Her -- zens Tür Dir of -- fen ist.
|
||||
Ach zieh mit Dei -- ner Gna -- de ein,
|
||||
Dein Freund -- lich -- keit auch uns er -- schein.
|
||||
Dein heil -- ger Geist uns führ und leit
|
||||
den Weg zur ew -- gen Se -- lig -- keit.
|
||||
Dem Na -- men Dein, o \markup{\smallCaps Herr,}
|
||||
sei e -- wig Preis und Ehr.
|
||||
}
|
||||
|
||||
Song.Chords = \chordmode {
|
||||
s4 | c2. a:m | f g | f | c | g c |
|
||||
g c | a:m g | c a:m | d g |
|
||||
f s | s a:m | f s | s a:m |
|
||||
c d:m | g s | f g | c
|
||||
}
|
||||
Song.MelodyScore =
|
||||
\new Staff <<
|
||||
\new Voice = "melody" \transpose g e <<\Song.Meta \melody>>
|
||||
\new Lyrics \lyricsto melody \stropheEins
|
||||
\new Lyrics \lyricsto melody \stropheZwei
|
||||
% \new Lyrics \lyricsto melody \stropheDrei
|
||||
% \new Lyrics \lyricsto melody \stropheVier
|
||||
% \new Lyrics \lyricsto melody \stropheFuenf
|
||||
>>
|
||||
|
||||
Song.LeadsheetScore = <<
|
||||
\new ChordNames {\Song.Chords}
|
||||
\Song.MelodyScore
|
||||
>>
|
||||
@@ -0,0 +1,12 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "macht_hoch_die_tuer_vars.ly"
|
||||
|
||||
\score{
|
||||
\transpose es f \new Staff <<
|
||||
\clef alto
|
||||
\new Voice = "alto" <<\Song.Meta \transpose g es \tenorToene>>
|
||||
\new Lyrics \lyricsto alto \stropheEins
|
||||
>>
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
|
||||
\include "macht_hoch_die_tuer_vars.ly"
|
||||
|
||||
\score{
|
||||
\transpose es f \new Staff <<
|
||||
\new Voice = "melody" <<\voiceOne \Song.Meta \melody>>
|
||||
\new Voice <<\voiceTwo \Song.Meta \transpose g es \altToene>>
|
||||
\new Lyrics \lyricsto melody \stropheEins
|
||||
>>
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
[%
|
||||
title = 'Maria durch ein Dornwald ging';
|
||||
scores = {
|
||||
band = 'freie_lieder/maria_durch_ein_dornwald_ging/maria_durch_ein_dornwald_ging_leadsheet.ly'
|
||||
SATB = 'freie_lieder/maria_durch_ein_dornwald_ging/maria_durch_ein_dornwald_ging_SATB.ly'
|
||||
congregation = 'freie_lieder/maria_durch_ein_dornwald_ging/maria_durch_ein_dornwald_ging_lz.ly'
|
||||
band = 'maria_durch_ein_dornwald_ging_leadsheet.ly'
|
||||
SATB = 'maria_durch_ein_dornwald_ging_SATB.ly'
|
||||
congregation = 'maria_durch_ein_dornwald_ging_lz.ly'
|
||||
};
|
||||
-%]
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.3"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "maria_durch_ein_dornwald_ging_vars.ly"
|
||||
|
||||
\score{
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.3"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "maria_durch_ein_dornwald_ging_vars.ly"
|
||||
|
||||
\score{
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
\version "2.24.3"
|
||||
\language deutsch
|
||||
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
\include "maria_durch_ein_dornwald_ging_vars.ly"
|
||||
|
||||
\score{
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
% tagline = "Andreas Nolda"
|
||||
%}
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
global = {
|
||||
\key g \minor
|
||||
\time 4/4
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
[%
|
||||
lyrics = '
|
||||
\textit{zur Melodie von \'Fest soll mein Taufbund immer stehen, GL 924\'}
|
||||
\St{1}{
|
||||
O Diener Gottes Leopold, du Schützer unsrer Lande, \\
|
||||
noch bist du frommen Christen hold, wie einst im Fürstenstande, \\
|
||||
noch bleibt dein Geist sich immer gleich und blicket auf sein Österreich \\
|
||||
mit väterlicher Liebe
|
||||
}
|
||||
\St{2}{
|
||||
Er, der in seinen Heiligen
|
||||
so wunderbar sich zeiget,
|
||||
ist deine Fürsprach anzusehn,
|
||||
o Leopold geneiget.
|
||||
Dies flammet unsre Seelen an,
|
||||
was eine Seele wünschen kann,
|
||||
durch dich vor Gott zu bringen.
|
||||
}
|
||||
\St{3}{
|
||||
Er denkt an deine Lebenszeit,
|
||||
die du mit Wohltun ziertest,
|
||||
der Milde, der Gerechtigkeit,
|
||||
mit welcher du regiertest,
|
||||
des Eifers für die Religion,
|
||||
der Demut, die selbst auf dem Thron
|
||||
den Stolz der Welt verdammte.
|
||||
}';
|
||||
-%]
|
||||
@@ -1,8 +1,8 @@
|
||||
[%
|
||||
song_title = "O Haupt voll Blut und Wunden";
|
||||
scores = {
|
||||
congregation = "freie_lieder/o_haupt_voll_blut_und_wunden/o_haupt_voll_blut_und_wunden_lz.ly"
|
||||
leadsheet = "freie_lieder/o_haupt_voll_blut_und_wunden/o_haupt_voll_blut_und_wunden_leadsheet.ly"
|
||||
congregation = "o_haupt_voll_blut_und_wunden_lz.ly"
|
||||
leadsheet = "o_haupt_voll_blut_und_wunden_leadsheet.ly"
|
||||
};
|
||||
credits = {
|
||||
lyrics = "Paul Gerhardt 1656 nach ``Salve, caput cruentatum'' des Arnulf von Löwn vor 1250"
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
\language deutsch
|
||||
|
||||
\include "o_haupt_voll_blut_und_wunden_vars.ly"
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
|
||||
\score{
|
||||
<<
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
\language deutsch
|
||||
|
||||
\include "o_haupt_voll_blut_und_wunden_vars.ly"
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
|
||||
\score{
|
||||
\Song.MelodyScore
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[%
|
||||
song_title = "O Heiland, reiß die Himmel auf";
|
||||
scores = {
|
||||
congregation = "freie_lieder/o_heiland_reiss_die_himmel_auf/o_heiland_reiss_die_himmel_auf_lz.ly"
|
||||
SATB = "freie_lieder/o_heiland_reiss_die_himmel_auf/o_heiland_reiss_die_himmel_auf_SATB.ly"
|
||||
congregation = "o_heiland_reiss_die_himmel_auf_lz.ly"
|
||||
SATB = "o_heiland_reiss_die_himmel_auf_SATB.ly"
|
||||
};
|
||||
-%]
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
\language deutsch
|
||||
% GL 218
|
||||
|
||||
\include "../../../lilypond_musician_score_paper.ly"
|
||||
\include "o_heiland_reiss_die_himmel_auf_vars.ly"
|
||||
|
||||
\score{
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
\language deutsch
|
||||
% GL 218
|
||||
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
\include "o_heiland_reiss_die_himmel_auf_vars.ly"
|
||||
|
||||
\score{
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user