diff --git a/alleluia_VII_1/alleluia_VII_1_SATB.ly b/alleluia_VII_1/alleluia_VII_1_SATB.ly new file mode 100644 index 0000000..922c9ea --- /dev/null +++ b/alleluia_VII_1/alleluia_VII_1_SATB.ly @@ -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} + >> + >> +} diff --git a/alleluia_VII_1/alleluia_VII_1_lz.ly b/alleluia_VII_1/alleluia_VII_1_lz.ly new file mode 100644 index 0000000..1da03ed --- /dev/null +++ b/alleluia_VII_1/alleluia_VII_1_lz.ly @@ -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 +} \ No newline at end of file diff --git a/alleluia_VII_1/alleluia_VII_1_vars.ly b/alleluia_VII_1/alleluia_VII_1_vars.ly new file mode 100644 index 0000000..0423caf --- /dev/null +++ b/alleluia_VII_1/alleluia_VII_1_vars.ly @@ -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 +>> \ No newline at end of file diff --git a/alleluia_VII_1/assignments.tt b/alleluia_VII_1/assignments.tt new file mode 100644 index 0000000..ab0bd84 --- /dev/null +++ b/alleluia_VII_1/assignments.tt @@ -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!'; +-%] diff --git a/kyrie_xvi/assignments.tt b/kyrie_xvi/assignments.tt deleted file mode 100644 index bfa6945..0000000 --- a/kyrie_xvi/assignments.tt +++ /dev/null @@ -1,7 +0,0 @@ -[% - scores = { - gregorian = 'gregorio_scores/kyrie/kyrie_xvi.gabc' - }; - credits.TM = 'Vat. XVI'; --%] -[%# Accompanyment available. Arragngement Berthold Hummel%] diff --git a/kyrie_xvi/kyrie_xvi.tt b/kyrie_xvi/kyrie_xvi.tt new file mode 100644 index 0000000..4915c9f --- /dev/null +++ b/kyrie_xvi/kyrie_xvi.tt @@ -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 -%] +} diff --git a/kyrie_xvi/kyrie_xvi_vars.ly b/kyrie_xvi/kyrie_xvi_vars.ly index 520471e..6a69490 100644 --- a/kyrie_xvi/kyrie_xvi_vars.ly +++ b/kyrie_xvi/kyrie_xvi_vars.ly @@ -5,39 +5,44 @@ chant.meta = { \key f \major - \repeat volta 2 {s4*9} + \repeat volta 2 {s4*6} \repeat volta 2 {s4*7} - \repeat volta 2 {s4*10} \finalis + s4*6 \finalis + s4*8 \finalis } 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 {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' { - \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 {d2 s4 e2 s4 d2 e4 s} + f2 s4 d2 e4 + f2 s4 d2 c4 a } 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 {a2( s4 a2) s4 b2 c4 s} + a2 s4 b2 c4 + a2 s4 b2 g4 f } 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 {d2 s4 c2 s4 b2 a4 s} + d2 s4 b2 a4 + d2 s4 b2 c4 d } 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. + Chri -- ste, er -- le -- i son. \set stanza = "V" - Ky -- ri -- e e -- le -- i son. + Ky -- ri -- e, e -- le -- i -- son. \set stanza = "A" - Ky -- ri -- e e -- le -- i son. + Ky -- ri -- e, e -- le -- i -- son. } VocalScore = diff --git a/rorate_modern/assignments.tt b/rorate_modern/assignments.tt index 7ec858d..bc74d7a 100644 --- a/rorate_modern/assignments.tt +++ b/rorate_modern/assignments.tt @@ -5,5 +5,5 @@ SATB = "freie_lieder/rorate_modern/rorate_modern_schola" 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}' -%] diff --git a/veni_immanuel/veni_immanuel_vars.ly b/veni_immanuel/veni_immanuel_vars.ly index d66127d..ceb6a56 100644 --- a/veni_immanuel/veni_immanuel_vars.ly +++ b/veni_immanuel/veni_immanuel_vars.ly @@ -229,11 +229,11 @@ Song.DE.MelodyScore = << \consists Merge_rests_engraver } << \partial 4 - {\voiceOne - \new Voice = "verse" {\Song.Voice.Verse} - \new Voice = "chorus" {\Song.Voice.Chorus \bar "|."} + { + \new Voice = "verse" <<\voiceOne \Song.Voice.Verse>> + \new Voice = "chorus" <<\voiceOne \Song.Voice.Chorus \bar "|.">> } - {\voiceTwo \Song.Voice.A} + <<\voiceTwo \Song.Voice.A>> >> \new Lyrics << \lyricsto "verse" {\Song.Lyrics.German.VerseI }