From 32cf35e55a051830b279c12efd4a2db8f5565d0f Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Sat, 1 Nov 2008 00:20:59 +0000 Subject: [PATCH] add all the mup files --- .gitignore | 12 + amner/Makefile | 30 + amner/solitarie.mup | 1017 ++++++++ anon/Makefile | 30 + anon/gaudete.mup | 252 ++ blank.mup | 32 + byrd/Makefile | 30 + byrd/byrd-m3m.mup | 2717 ++++++++++++++++++++++ caldwell/Makefile | 30 + caldwell/gratiarum.mup | 696 ++++++ durufle/amen.mup | 103 + eccard/Makefile | 30 + eccard/temple_mary.mup | 894 +++++++ gabrieli/Makefile | 30 + gabrieli/nunc_58.mup | 1039 +++++++++ harvey/Makefile | 19 + harvey/wherefore.mup | 430 ++++ hassler/missa-dixit-maria/Makefile | 25 + hassler/missa-dixit-maria/agnus.mup | 545 +++++ hassler/missa-dixit-maria/benedictus.mup | 260 +++ hassler/missa-dixit-maria/kyrie.mup | 389 ++++ hassler/missa-dixit-maria/mass.mup | 144 ++ hassler/missa-dixit-maria/sanctus.mup | 341 +++ highlyflavoured.mup | 119 + josquin/missa_lhomme/Makefile | 25 + josquin/missa_lhomme/agnus.mup | 0 josquin/missa_lhomme/benedictus.mup | 0 josquin/missa_lhomme/credo.mup | 0 josquin/missa_lhomme/gloria.mup | 0 josquin/missa_lhomme/kyrie.mup | 487 ++++ josquin/missa_lhomme/sanctus.mup | 0 lassus/Makefile | 35 + lassus/dextara.mup | 0 lassus/dextera.mup | 690 ++++++ lassus/missa_feria/Makefile | 26 + lassus/missa_feria/agnus.mup | 360 +++ lassus/missa_feria/benedictus.mup | 363 +++ lassus/missa_feria/kyrie.mup | 486 ++++ lassus/missa_feria/macros.mup | 42 + lassus/missa_feria/mass.mup | 98 + lassus/missa_feria/sanctus.mup | 323 +++ lassus/missa_osculator_mei/Makefile | 21 + lassus/missa_osculator_mei/bene.mup | 268 +++ lassus/missa_osculator_mei/hosanna.mup | 203 ++ lassus/missa_osculator_mei/sanctus.mup | 416 ++++ lassus/verbum.mup | 481 ++++ lotti/Makefile | 30 + lotti/crucifixus.mup | 668 ++++++ morley/bookofpsalmsetup.mup | 113 + morley/mensural.mup | 340 +++ okeland/Makefile | 22 + okeland/prayse.mup | 366 +++ palestrina/Makefile | 24 + palestrina/o-lux-beata.mup | 868 +++++++ payne/Makefile | 31 + payne/nobody.mup | 298 +++ payne/stealaway.mup | 199 ++ phillips/Makefile | 21 + phillips/responses.mup | 422 ++++ tallis/Makefile | 24 + tallis/bookofpsalmsetup.mup | 113 + tallis/ifyeloveme.mup | 412 ++++ tallis/ifyeloveme_orig.mup | 395 ++++ tallis/mensural.mup | 340 +++ tallis/tallis_3.mup | 152 ++ tollman/Makefile | 21 + tollman/responses.mup | 708 ++++++ vivanco/Makefile | 30 + vivanco/cum-ieiunatis.mup | 835 +++++++ watson/Makefile | 20 + watson/atlantic.mup | 143 ++ willis/withburga/Makefile | 21 + willis/withburga/kyrie.mup | 373 +++ 73 files changed, 20527 insertions(+) create mode 100644 .gitignore create mode 100644 amner/Makefile create mode 100644 amner/solitarie.mup create mode 100644 anon/Makefile create mode 100644 anon/gaudete.mup create mode 100644 blank.mup create mode 100644 byrd/Makefile create mode 100644 byrd/byrd-m3m.mup create mode 100644 caldwell/Makefile create mode 100644 caldwell/gratiarum.mup create mode 100644 durufle/amen.mup create mode 100644 eccard/Makefile create mode 100644 eccard/temple_mary.mup create mode 100644 gabrieli/Makefile create mode 100644 gabrieli/nunc_58.mup create mode 100644 harvey/Makefile create mode 100644 harvey/wherefore.mup create mode 100644 hassler/missa-dixit-maria/Makefile create mode 100644 hassler/missa-dixit-maria/agnus.mup create mode 100644 hassler/missa-dixit-maria/benedictus.mup create mode 100644 hassler/missa-dixit-maria/kyrie.mup create mode 100644 hassler/missa-dixit-maria/mass.mup create mode 100644 hassler/missa-dixit-maria/sanctus.mup create mode 100644 highlyflavoured.mup create mode 100644 josquin/missa_lhomme/Makefile create mode 100644 josquin/missa_lhomme/agnus.mup create mode 100644 josquin/missa_lhomme/benedictus.mup create mode 100644 josquin/missa_lhomme/credo.mup create mode 100644 josquin/missa_lhomme/gloria.mup create mode 100644 josquin/missa_lhomme/kyrie.mup create mode 100644 josquin/missa_lhomme/sanctus.mup create mode 100644 lassus/Makefile create mode 100644 lassus/dextara.mup create mode 100644 lassus/dextera.mup create mode 100644 lassus/missa_feria/Makefile create mode 100644 lassus/missa_feria/agnus.mup create mode 100644 lassus/missa_feria/benedictus.mup create mode 100644 lassus/missa_feria/kyrie.mup create mode 100644 lassus/missa_feria/macros.mup create mode 100644 lassus/missa_feria/mass.mup create mode 100644 lassus/missa_feria/sanctus.mup create mode 100644 lassus/missa_osculator_mei/Makefile create mode 100644 lassus/missa_osculator_mei/bene.mup create mode 100644 lassus/missa_osculator_mei/hosanna.mup create mode 100644 lassus/missa_osculator_mei/sanctus.mup create mode 100644 lassus/verbum.mup create mode 100644 lotti/Makefile create mode 100644 lotti/crucifixus.mup create mode 100644 morley/bookofpsalmsetup.mup create mode 100755 morley/mensural.mup create mode 100644 okeland/Makefile create mode 100644 okeland/prayse.mup create mode 100644 palestrina/Makefile create mode 100644 palestrina/o-lux-beata.mup create mode 100644 payne/Makefile create mode 100644 payne/nobody.mup create mode 100644 payne/stealaway.mup create mode 100644 phillips/Makefile create mode 100644 phillips/responses.mup create mode 100644 tallis/Makefile create mode 100644 tallis/bookofpsalmsetup.mup create mode 100644 tallis/ifyeloveme.mup create mode 100644 tallis/ifyeloveme_orig.mup create mode 100755 tallis/mensural.mup create mode 100644 tallis/tallis_3.mup create mode 100644 tollman/Makefile create mode 100644 tollman/responses.mup create mode 100644 vivanco/Makefile create mode 100644 vivanco/cum-ieiunatis.mup create mode 100644 watson/Makefile create mode 100644 watson/atlantic.mup create mode 100644 willis/withburga/Makefile create mode 100644 willis/withburga/kyrie.mup diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..223fb3f --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*ps +*mid +*pdf +*~ +a +aa +b +*CVS +*outputfile +*swp +*.cvsignore +*bak diff --git a/amner/Makefile b/amner/Makefile new file mode 100644 index 0000000..1b6616a --- /dev/null +++ b/amner/Makefile @@ -0,0 +1,30 @@ +# +# $Id: Makefile,v 1.6 1998/08/25 13:54:23 djk Exp $ +# +.SUFFIXES: .gif .ps .mup + +OBJ=solitarie.ps +#D=-D TRANSPOSE + +all : ps + +ps : $(OBJ) + touch ps + +solitarie.gif : solitarie.mup + gs -sDEVICE=ppm -sOutputFile=$*%d.ppm -sPAPERSIZE=a4 $*.ps + ppmtogif < $*1.ppm > $*1.gif + ppmtogif < $*2.ppm > $*2.gif + ppmtogif < $*3.ppm > $*3.gif + ppmtogif < $*4.ppm > $*4.gif + ppmtogif < $*5.ppm > $*5.gif + rm -f $**ppm + ln -s $*1.gif $*.gif + +clean : + rm -f *~ *.ps *.mid + +.mup.ps : + mup $D $< -f $@ + mup $D $< -m $*.mid + diff --git a/amner/solitarie.mup b/amner/solitarie.mup new file mode 100644 index 0000000..9384c40 --- /dev/null +++ b/amner/solitarie.mup @@ -0,0 +1,1017 @@ +header + title (21) "" + ifdef TRANSPOSE + title bold (24) "How doth the citie remain solitarie" "" "\s(20)\f(TR)John Amner" + title (16) "Edited by Tigger Burton" "" "(1579 - 1641)" + else + title bold (24) "How doth the citie remain solitarie" "" "\s(20)\f(TR)John Amner" + title (16) "Edited by Tigger Burton" "\s(16)\f(TR)(original pitch)" "(1579 - 1641)" + endif + +header2 + title (16) "How doth the citie remain solitarie" "" "John Amner" + +footer2 + title "" "\%" "" + +footer + title "" "\%" "" + +score + staffs=5 + bracket=1-5 + key=1& minor +// lyricsfontfamily = courier +// lyricsfontfamily = avantgarde +// lyricsfontfamily = bookman +// lyricsfontfamily = helvetica +// lyricsfontfamily = newcentury + lyricsfontfamily = palatino +// lyricsfontfamily = times + lyricssize=13 + measnum=y + scale=0.68 + //packfact=0.5 + staffsep=14 + pagewidth=8.26 + pageheight=11.7 +ifdef TRANSPOSE + transpose=up perfect 4 +endif + +// division=48 // midi 'quarter note' size - minims (probably) + +staff 1 + clef=treble + label="Cantus Primus" + +staff 2 +ifdef TRANSPOSE + clef=treble +else + clef=treble8 + defoct=4 +endif + label="Cantus Secundus" + +staff 3 +ifdef TRANSPOSE + clef=treble + defoct=3 +else + clef=treble8 +endif + label="Quintus" + +staff 4 + clef=treble8 + label="Tenor" + +staff 5 + clef=bass + label="Bass" + +define S 1: @ +define SS 2: @ +define A 3: @ +define T 4: @ +define B 5: @ +define L lyrics @ +define LS lyrics 1: @ +define LSS lyrics 2: @ +define LA lyrics 3: @ +define LT lyrics 4: @ +define LB lyrics 5: @ +define P phrase @ +define PS phrase 1: @ +define PSS phrase 2: @ +define PA phrase 3: @ +define PT phrase 4: @ +define PB phrase 5: @ +define MS rom above 1: @ +define MSS rom above 2: @ +define MA rom above 3: @ +define MT rom above 4: @ +define MB rom above 5: @ +define SMS "\(smsharp)" @ +define SMN "\(smnat)" @ +define SMF "\(smflat)" @ +define BSMS "(\(smsharp))" @ +define BSMN "(\(smnat))" @ +define BSMF "(\(smflat))" @ +define FERM "\(smferm)" @ + + +ifndef MIDI +score + time=1/4n + vscheme=2o + +music + 1 1: [cue; len 0] 4c+; + 1 2: [cue; len 0] 4c; + 2 1: [cue; len 0] 4g; + 2 2: [cue; len 0] 4d-; + 3 1: [cue; len 0] 4f+; + 3 2: [cue; len 0] 4c#; + 4 1: [cue; len 0] 4d+; + 4 2: [cue; len 0] 4c; + 5 1: [cue; len 0] 4a; + 5 2: [cue; len 0] 4g-; + invisbar; +endif + +score + time=4/2n + beamstyle = 1, 1 + vscheme=1 + +music + + midi 1: 0 "channel=1"; 0 "program=74"; + midi 2: 0 "channel=2"; 0 "program=74"; + midi 3: 0 "channel=3"; 0 "program=74"; + midi 4: 0 "channel=4"; 0 "program=74"; + midi 5: 0 "channel=5"; 0 "program=74"; + + midi 1-5: 0 "param=7,64"; + + midi all: 0 "tempo=180"; + + // 1 + S mr; + SS mr; + A 1r; 1a; + T mr; + B 1d; 2; 2; + + LA "How"; + LB "How doth the"; + bar; + + // 2 + S mr; + SS mr; + A 2a; ; 1g; + T mr; + B 1.c; 2b-~; + + LA "doth the ci-"; + LB "ci-ty"; + bar; + + // 3 + S mr; + SS mr; + A 2f; ; g; b~; + T mr; + B 2b-; a-; 1g-; + + LA "ty re-main so-"; + LB "re-main"; + bar; + + // 4 + S mr; + SS 1d; 2; 2; + A 4b; a; 1; 2g; + T 2.f; 4e; 1d; + B 2.d; 4c; 1b-; + + LSS "How doth the"; + LA "li-ta--"; + LT "So-li-ta"; + LB "so-li-ta"; + bar; + + // 5 + S mr; + SS 1c; 2b-; ; + A 1a; 1r; + T 2e; f; 1g; + B 1a-; 1r; + + LSS "ci-ty re-"; + LA "ry"; + LT "ry, re-main"; + LB "ry"; + bar; + + // 6 + S mr; + SS 2a-; 2.f; 4e; 2d~; + A 2r; 2.a; 4g; 2f~; + T 2d; ; 1; + B mr; + + LSS "main so-li-ta-"; + LA "so-li-ta-"; + LT "so-li-ta-"; + bar; + + // 7 + S mr; + ifdef MIDI + SS 2d; c#; r; d~; + else + SS 2d; c; r; d~; + MSS 2 SMS; + endif + A 2f; e; d; d; + T 2a; 1; 2g; + B 2a-; ; 1b-; + + LSS "ry, that_"; + LA "ry, [so-li-"; + LT "ry, that was"; + LB "so-li-ta-"; + bar; + + // 8 + S mr; + SS 2d; c; b-; a-; + MSS 2 BSMN; + A 1a; f; + T 2f; e; 1d; + B 1a-; 2r; f~; + + LSS "was full of"; + LA "ta-ry,]"; + LT "full of peo-"; + LB "ry that_"; + bar; + + // 9 + S mr; + SS 1c; a-; + A 1r; 2r; f+~; + T 1c; 2r; a~; + B 2f; e; d; a-; + + LSS "peo-ple,"; + LA "that_"; + LT "ple, full_"; + LB "was full of"; + bar; + + // 10 + S mr; + SS mr; + A 2f+; e+; d+; a; + T 2a; g; 1f; + B 1c; d; + + LA "was full of"; + LT "of peo-"; + LB "peo--"; + bar; + + // 11 + S mr; + SS mr; + A 2.c+; 4b; 2a; g; + T 2e; 1c+; 2b; + B 1a-; r; + + LA "peo----"; + LT "ple, that [was"; + LB "ple,"; + bar; + + // 12 + S mr; + SS mr; + A 2f; 1e; 2d; + T 1a; g; + B 2r; 1c; 2b-; + + LA "--ple,"; + LT "full of"; + LB "[that was"; + bar; + + // 13 + S mr; + SS 2r; 1c; 2b-; + A 2r; 1a; 2g; + T 2f; e; f; d; + B 1a-; 2f; g-; + + LSS "that was"; + LA "that was"; + LT "peo-ple,] that was"; + LB "full of__"; + bar; + + // 14 + S mr; + SS 2.a-; 4g-; 1f-; + A 2f; 2.e; 4d; 2d~; + T 2c; e; 4f; g; 2a~; + B 1.a-; 2; + + LSS "full___"; + LA "full of___"; + LT "full of____"; + LB "peo-ple.]"; + bar; + + // 15 + S mr; + SS 2e-; a-; ; ; + A 2d; c#; d; ; + T 4a; g; 2e; f#; ; + B 1a-; 2d; ; + + LSS "_ of peo-ple"; + LA "_ peo-ple"; + LT "__ peo-ple"; + LB "of peo-ple"; + bar; + + // 16 + S 2r; d; 1f; + SS 2r; a-; 1a-~; + A 2r; d+; 1; + T 2r; d; 1; + B 2r; 2d; 1; + + LSS "For these_"; + L 1,3-5: "For these"; + bar; + + // 17 + S 2e; 2.a; 4g; f; e; + SS 1a-; ; + A 1a; 2r; d+~; + T 1e; 2.f; 4g; + B 1c#; 1d~; + + LS "things I____"; + LSS "things"; + LA "things I"; + LT "things I__"; + LB "things I_"; + bar; + + // 18 + S 1f; e~; + SS 1r; 2r; b-n; + A 4d+; c+; bn; a; 2c+; b(n)~; + T 1a; 2r; g; + B 1d; e; + + LS "_ weep,_"; + LSS "I_"; + LA "___ weep, I_"; + LT "weep, [I"; + LB "weep,"; + bar; + + // 19 + S 2e; e; 1~; + SS 4c; d; 2.e; 4d; 2b-n; + A 4b; a; 1; 2g#; + T 1c+; bn; + B 2.c; 4d; 1e; + + LS "I weep,_"; + LSS "_____"; + LA "___"; + LT "weep,] I"; + LB "I__ weep,"; + bar; + + // 20 + S 1e; r; + ifdef MIDI + SS 2c#; 1a-; 2cn; + else + SS 2c#; 1a-; 2c; + MSS 4 SMN; + endif + A 1a; 2r; a; + T 2a; e; 4c;d;e;f#; + B 1/2a-; + + LS 1; s; "_"; + LSS "weep, and mine"; + LA "weep, and"; + LT "weep, and mine____"; + LB "I"; + bar; + + // 21 + S 2r; 1d; 2g; + SS 2.b-n; 4a-; 1g-; + A 2.d+; 4c+; 1bn; + T 1g; d; + B 1/2g-; + + LS "and mine"; + LSS "eye___"; + LA "mine___"; + LT "eye, mine"; + LB "weep,"; + bar; + + // 22 + S 1f#; r; + SS 2r; 1d; 2; + A 1a; r; + T 2d; 1a; 2bn; + B 2r; 1d; 2g; + + LS "eye,"; + LSS "even mine"; + LA "eye,"; + LT "eye, even mine"; + LB "and mine"; + bar; + + // 23 + S 2r; 1d; 2f; + ifdef TRANSPOSE + MS 4 BSMF; + else + MS 4 BSMN; + endif + SS 1d; r; + A 2r; 1a; 2d+; + T 1/2a; + B 1f#; 2d; ; + + LS "even mine"; + LSS "eye,"; + LA "even mine"; + LT "eye,"; + LB "eye, even mine"; + bar; + + // 24 + S 1e; a; + SS 1r; 2; d~; + A 1c+#; 2d+; a; + T 2r; 2.a; 4; 2d+; + B 1a; f#; + + LS "eye, mine"; + LSS "cast-"; + LA "eye, mine eye"; + LT "cast-eth out"; + LB "eye, [even"; + bar; + + // 25 + S 1d; r; + SS 4d; ; 2g; 1f#; + A 2r; 2.d+; 4; 2a; + T 4.bn; 8a; 4b; c+; 1d; + B 1g; d; + + LS "eye"; + LSS "eth out wa-"; + LA "cast-eth out"; + LT "wa-----"; + LB "mine eye,]"; + bar; + + // 26 + S 2r; 2.e; 4; 2f; + SS 1e; r; + A 2c+; 2.bn; 4a; 2a~; + T 1g; 2r; d+; + B 1e; 2c; d; + + LS "cast-eth out"; + LSS "ter,"; + LA "wa-ter, wa--"; + LT "ter, cast-"; + LB "cast-eth out"; + bar; + + // 27 + S 1/2e; + SS 4r; e; d; c; b-n; a-; 2e; + A 4a; 8g#; f#; 4g(#); a; bn; c+; 2b(n); + T 4c+; 2bn; 4a; g#; 2a; 4g(#); + B 1/2e; + + LS "wa-"; + LSS "cast-eth out wa---"; + LA "-------"; + LT "eth out wa----"; + LB "wa-"; + bar; + + // 28 + S 1/2e; + SS 2c#; 1cn; 2b-n; + A 1a; r; + T 2a; 1; 2g; + B 1a-; r; + + LS "ter."; + LSS "ter. O Je-"; + LA "ter."; + LT "ter. O Je-"; + LB "ter."; + bar; + + // 29 + S 1r; 2r; e~; + SS 2.a-; 4; 2b-n; c; + A 2r; 1d+; 2c+; + T 2.f#; 4; 1g; + B mr; + + LS "O_"; + LSS "ru-sa-lem, Je"; + LA "O Je-"; + LT "ru-sa-lem,"; + bar; + + // 30 + S 2e; d; 2.c; 4; + SS 2.g-; 4; 2; a-; + A 2.bn; 4; 2c+; a~; + T 1g; 2e; f; + B 1r; 2r; f~; + + LS "Je-ru-sa-"; + LSS "ru-sa-lem, [Je"; + LA "ru-sa-lem, [O_"; + LT "Je-ru-sa-"; + LB "O_"; + bar; + + // 31 + S 1c; 2r; f~; + SS 2.c; 4; 1a-; + A 2a; g; 2.f; 4g; + T 1c; 2r; a~; + B 2f; e; 2.d; 4; + + LS "lem, [O_"; + LSS "ru-sa-lem,]"; + LA "Je-ru-sa-"; + LT "lem, O_"; + LB "Je-ru-sa-"; + bar; + + // 32 + S 2f; e; 2.d; 4; + SS 1r; 2; f~; + A 2a; c+; 4.a; 8; 2; + MA 2 BSMN; + T 2a; g; 2.f; 4g; + B 2c#; c(#); 2.d; 4; + + LS "Je-ru-sa"; + LSS "O_"; + LA "lem,] Je-ru-sa-lem,"; + LT "[Je-ru-sa-"; + LB "lem, Je-ru-sa"; + bar; + + // 33 + S 1c#; 2r; a~; + SS 2f; e; 2.d; 4; + A 2r; a; 2.; 4; + T 2a; e; f; d; + B 1a-; 2r; f~; + + LS "lem, O_"; + LSS "Je-ru-sa-"; + LA "[Je-ru-sa-"; + LT "lem, Je-ru-sa-"; + LB "lem, [O_"; + bar; + + // 34 + S 2a; g; 2.f; 4; + SS 2c; ; 2.d; 4; + A 2a; 2r; 1; + T 2a; c+; 2.a; 4; + B 2f; e; 2.d; 4; + + LS "Je-ru-sa-"; + LSS "lem, [Je-ru-sa"; + LA "lem,"; + LT "lem,] Je-ru-sa-"; + LB "Je-ru-sa-"; + bar; + + // 35 + S 2e; d; 2.a; 4; + SS 2a-; d; 2.c#; 4; + A 2e; 1g; 2f; + T 2a; d; e; 4.f; 8g; + B 2c; b-; 2.a-; 4; + + LS "lem,] Je-ru-sa-"; + LSS "lem, Je-ru-sa-"; + LA "Je-ru-sa-"; + LT "lem, [Je-ru-sa--"; + LB "lem, Je-ru-sa-"; + bar; + + // 36 + S 1a; r; + ifdef MIDI + SS 1c#; 2r; cn; + else + SS 1c#; 2r; c; + MSS 4 SMN; + endif + A 1e; 2c+; a~; + MA 3 BSMN; + T 2a; c+; 2.a; 4g; + MT 2 BSMN; + B 1/2a-; + + LS "lem,"; + LSS "lem,] how"; + LA "lem,] how of-"; + LT "lem,] how of-ten"; + LB "lem,]"; + bar; + + // 37 + S 2c+; 2.a; 4g; 2f; + SS 2.a-; 4g-; 1f-; + A 4a; g; 2.f; 4e; 2d; + T 1f; a; + B 2r; f; 2.d; 4; + + LS "how of-ten would"; + LSS "of-ten would"; + LA "ten would___"; + LT "would I"; + LB "how of-ten"; + bar; + + // 38 + S 1e; r; + SS 1.a-; 2; + A 1e; r; + T 2r; e; 2.f; 4g; + B 1c#; 2d; d; + + LS "I"; + LSS "I have"; + LA "I"; + LT "have ga-the-"; + LB "would I have"; + bar; + + // 39 + S 1r; 2r; d; + SS 2.c; 4d; e; c; 2f~; + A 1r; 2a; a~; + T 4a;e;2.a; 4; 2f; + B 2.a-; 4; 2; d; + + LS "have"; + LSS "ga-the-red thy chil-"; + LA "have ga-"; + LT "red thy chil-dren to"; + LB "ga-the-red thy"; + bar; + + // 40 + S 2.f; 4g; a; f; 2a~; + SS 4f; e; 2d; c; ; + A 2a; b(&); 2.a; 4b; + T 1f; f; + B 2d; 4b-; ; 1f; + + LS "ga-the-red thy chil-"; + LSS "dren to-ge-ther,"; + LA "the-red thy"; + LT "ge-ther"; + LB "chil-dren to-ge-"; + bar; + + // 41 + S 4a; e; 2g; 1f; + SS 2r; c; 1d; + A 4c+; g; 1c+; 2bn; + T mr; + B 2c; e; 1d; + + LS "dren to-ge-"; + LSS "to-ge-"; + LA "chil-dren to--"; + LB "ther, to-ge-"; + bar; + + // 42 + S 1e; 2r; 4g; f; + SS 1/2g-; + A 1c+; ~; + T 2r; 4g; f; 2e; 4; d; + B 1/2c; + + LS "ther, as the"; + LSS "ther,_"; + LA "ge-ther_"; + LT "as the hen ga-the-"; + LB "ther,"; + bar; + + // 43 + S 2e; 4; d; 2c; ; + SS 1g-; r; + A 1c+; 2r; 4c+; b; + T 2c; ; ; ; + B 2r; 4c; b-; 2a-; 4; g-; + + LS "hen ga-the-reth her"; + LSS 1/2s; ""; + LA "as the"; + LT "reth her brood un-"; + LB "as the hen ga-ther-"; + bar; + + // 44 + S 1c; 2r; c; + SS 2r; 4c; b-; 2a-; 4; g-; + A 2a; 4; g; 2f; c+; + T 2f; e; a; r; + B 2f-; c; f; e; + + LS "brood un-"; + LSS "as the hen ga-the-"; + LA "hen ga-the-reth her"; + LT "der her wings."; + LB "eth her brood un-"; + bar; + + // 45 + S 2f; e; 1d~; + SS 2f-; c; b-; a-~; + A 2a; ; 1f; + T mr; + B 2d; c; 1d; + + LS "der her__"; + LSS "reth her brood un-"; + LA "brood un-der"; + LB "der her__"; + bar; + + // 46 + S 1d; c#~; + SS 4a-; ; 2g-; a-; e~; + A 1d; e; + T mr; + B 1b-; a-~; + + LS "wings._"; + LSS "der her wings. O_"; + LA "her wings."; + LB "_wings._"; + bar; + + // 47 + S 1c; 2r; a~; + SS 2e; 4; f; 2.e; 4d; + A mr; + T 1.a; 4c+; b; + B 1a-; r; + + LS "O_"; + LSS "that thou had'st even"; + LT "O that thou"; + bar; + + // 48 + S 2a; 4c+;b; 2a; g; + SS 2c; 4; ; 1; + A 2r; 1a; 4c+; b; + T 2.a; 4g; 2f; 4e; ; + B mr; + + LS "that thou had'st even"; + LSS "known at the least"; + LA "O that thou"; + LT "had'st even known at the"; + bar; + + // 49 + S 2f; 4e; d; 2a; f; + SS mr; + A 2a; g; f; 4e; d; + T 2f; 4r; b; 2a; d+; + B mr; + + LS "known at the least in"; + LA "had'st even known at the"; + LT "least in this thy"; + bar; + + // 50 + S 2e; 1d; 2c#; + SS mr; + A 2a; f; e; ; + T 2c+; a; g; ; + B mr; + + LS "this thy__"; + LA "least in this thy"; + LT "day, [in this thy"; + bar; + + // 51 + S 1/2d; + SS 1r; 2; d~; + A 1d; r; + T 2f; 4a; b; 2.a; 4g; + B 2r; 1d; 4f; e; + + LS "day,"; + LSS "O_"; + LA "day,"; + LT "day,] that thou had'st even"; + LB "O that thou"; + bar; + + // 52 + S 2r; 1d; 4g; f; + SS 2d; 4f; e; 2d; d; + A 1r; 2; g~; + T 2f; 4d; ; 1g; + B 2.d; 4c; 1b-n; + + LS "O that thou"; + LSS "[that thou had'st even"; + LA "O_"; + LT "known at the least,"; + LB "had'st even known"; + bar; + + // 53 + S 2.e; 4d; 1c; + SS 1c; r; + A 2g; 4c+; b; 2a; g; + T 2r; g; c+; 4; b; + B 1/2c; + + LS "had'st even known"; + LSS "known,]"; + LA "[that thou had'st even"; + LT "even known at the"; + LB "at"; + bar; + + // 54 + S 1r; 2; g~; + SS 2r; 1d; 4g; f; + A 2g; 4f#; ; 1g~; + T 2a; ; 1bn; + B 1d; g-; + + LS "O_"; + LSS "O that thou"; + LA "known at the least_"; + LT "least in this"; + LB "the least"; + bar; + + // 55 + S 2g; 4c+; b; 2.a; 4g; + SS 2.e; 4d; 1c; + A 1g; r; + T 2c+; g;a; 4c+; b; + B 1c; f~; + + LS "that thou had'st even"; + LSS "had'st even known"; + LA 1; 1s; "]"; + LT "thy day, O [that thou"; + LB "in this_"; + bar; + + // 56 + S 2f; 4e; ; 2d; f; + SS 2c; ; a-; ; + A 1r; 2; d+; + T 2a; g; f; 4; ; + B 2f; c; 1d; + + LS "known at the least in"; + LSS "at the least in"; + LA "in"; + LT "had'st even known at the"; + LB "thy day,"; + bar; + + // 57 + S 2g; d; 1e; + SS 1g-; e-; + A 2b; g; c+; a; + T 2d; ; ; c#; + MT 3 BSMN; + B 2g-; b-; 1a-; + + LS "this thy day"; + LSS "this thy"; + LA "this thy day, thy"; + LT "least in this thy"; + LB "in this thy"; + bar; + + // 58 + S 2r; 2d; 1; + SS 1f-#; 2r; a-; + A 1a; 2r; d+; + T 1d; 2r; f#; + B 1d; 2r; d; + + LS "those things,"; + LT "day] those"; + L 2,3,5: "day those"; + bar; + + // 59 + S 2r; 1f; 2d; + ifdef TRANSPOSE + MS 2 BSMF; + else + MS 2 BSMN; + endif + SS 1a-; 2.d; 4c; + A 1d+; 2r; b~; + T 1f#; fn; + B 1d; 2.b-; 4a-; + + LS "those things,"; + LSS "things which be-"; + LA "things which_"; + LT "things, those"; + LB "things which be-"; + bar; + + // 60 + S 2r; 1b; 2a; + SS 1b-; 2r; d~; + A 4b; a; 1g; 2f#; + T 2g; 1d+; 2a; + B 1g-; d; + + LS "which be-"; + LSS "long, which_"; + LA "be-long un-"; + LT "thing, which be-"; + LB "long__"; + bar; + + // 61 + S 1g; f#; + SS 2d; g-; 1d; + A 2g; 2.d+; 4c+; 2a; + T 1b; a; + B 1r; d; + + LS "long un-"; + LSS "be-long"; + LA "to thy___"; + LT "long un-"; + LB "un-"; + bar; + + // 62 + S 1.g; 2; + SS 2.d; 4c; 1b-; + A 2.b; 4c+; 2d+; ; + T 1.g; 2; + B 1.g-; 2; + + LS "to thy"; + LSS "un-to thy"; + LA "peace, un-to thy"; + LT "to thy"; + LB "to thy"; + bar; + + // 63 + S 1/2a; + SS 1/2a-; + A 1/2d+; + T 1/2f#; + B 1/2d; + + L 1-5: "peace."; + endbar; + + + title "" + title "" + title "" + + title "Engraved by Withburga Music" \ + "$Id: solitarie.mup,v 1.5 1998/08/01 22:17:39 djk Exp $" \ + "http://www.tobit.co.uk/withburga" + title "Edition \(copyright) 1998" "" + diff --git a/anon/Makefile b/anon/Makefile new file mode 100644 index 0000000..1c291bf --- /dev/null +++ b/anon/Makefile @@ -0,0 +1,30 @@ +# +# $Id: Makefile,v 1.1 2001/12/14 13:33:31 djk Exp $ +# +.SUFFIXES: .gif .ps .mup + +OBJ=gaudete.ps +#D=-D TRANSPOSE + +all : ps + +ps : $(OBJ) + touch ps + +gaudete.gif : gaudete.mup + gs -sDEVICE=ppm -sOutputFile=$*%d.ppm -sPAPERSIZE=a4 $*.ps + ppmtogif < $*1.ppm > $*1.gif + ppmtogif < $*2.ppm > $*2.gif + ppmtogif < $*3.ppm > $*3.gif + ppmtogif < $*4.ppm > $*4.gif + ppmtogif < $*5.ppm > $*5.gif + rm -f $**ppm + ln -s $*1.gif $*.gif + +clean : + rm -f *~ *.ps *.mid + +.mup.ps : + mup $D $< -f $@ + mup $D $< -m $*.mid + diff --git a/anon/gaudete.mup b/anon/gaudete.mup new file mode 100644 index 0000000..1853d09 --- /dev/null +++ b/anon/gaudete.mup @@ -0,0 +1,252 @@ +header + title bold (24) "\s(20)\f(TR)anon" "Gaudete" "\s(20)\f(TR)Arr. Steeleye Span" + +score + staffs=4 + bracket=1-4 + key=1& major + lyricsfontfamily = palatino + fontfamily = palatino + lyricssize=16 + measnum=y + scale=0.60 + packexp=1.0 + packfact=0.75 + staffsep=14 + scorepad=10 + topmargin=0.3 +// botmargin=0.5 +// panelsperpage=2 + pageheight=11.6944 + pagewidth=8.26389 + +// division=48 // midi 'quarter note' size - minims (probably) + +staff 1 + clef=treble + label="S" + +staff 2 + clef=treble + label="A" +staff 3 + clef=treble8 + label="T" +staff 4 + clef=bass + label="B" + +score + time=9/4n + +define L lyrics @ + +music + midi 1: 0 "channel=1"; 0 "program=74"; + midi 2: 0 "channel=2"; 0 "program=74"; + midi 3: 0 "channel=3"; 0 "program=74"; + midi 4: 0 "channel=4"; 0 "program=74"; + + bold above 1: 1 "Chorus: Giocosa (sempre f)"; + [2;3;4]: ddd; dfd; cea-; 8dfd; egc; 4faf; 8; 4egc; 8dfd; 4cea-; ; + 1: mr; + L 2-4: "Gau-de te, gau-de-te: Chri-stus est na-tus"; + bar; + + 1: mr; + [2;3;4]: cea-; dfd; 4.egc; 8dfd; 4cea-; 8ddb-n; 4ecc; 8ddb-; 4cea-; ddd; + L 2-4: "Ex Ma-ri-a Vir-gi-ne: Gau-de-te"; + bar; + + [1;2;3;4]: d+a-dd; d+a-fd; c+a-ea-; 8d+a-fd; e+cgc; 4f+caf; 8; 4e+cgc; 8d+cfd; 4c+a-ea-; ; + L 1-4: "Gau-de te, gau-de-te: Chri-stus est na-tus"; + bar; + + [1;2;3;4]: c+a-ea-; d+a-fd; 4.e+cgc; 8d+a-fd; 4c+a-ea-; 8d+g-db-n; 4e+ccc; 8d+g-db-; 4c+a-ea-; d+a-dd; + L 1-4: "Ex Ma-ri-a Vir-gi-ne: Gau-de-te"; + endbar; + +score + time=8/4n + staffs=1 + bracket=1 + +staff 1 + clef=treble + label="Verse" +music + title "" + bold above 1: 1 "Verse 1"; + midi 1: 0 "channel=5"; 0 "program=60"; + 1: 8d+; ; c+; d+; f+; e+; 4d+; 8d+;b;a;b;4g;; + L 1: "Tem-pus ad est gra-ti-ae hoc quod op-ta-ba-mus"; + bar; + + 1: 8g;;b;g;b;c+; 4d+;8f+;d+;e+;f+; 4d+; ; + L 1: "car-min-a lae-ti-ti-ae de-vo-te re-da-mus"; + dblbar; + +ifdef MIDI +score + staffs=4 + time=9/4n + +music + midi 1: 0 "channel=1"; 0 "program=73"; + midi 2: 0 "channel=2"; 0 "program=73"; + midi 3: 0 "channel=3"; 0 "program=73"; + midi 4: 0 "channel=4"; 0 "program=73"; + + [2;3;4]: ddd; dfd; cea-; 8dfd; egc; 4faf; 8; 4egc; 8dfd; 4cea-; ; + 1: mr; + bar; + + 1: mr; + [2;3;4]: cea-; dfd; 4.egc; 8dfd; 4cea-; 8ddb-n; 4ecc; 8ddb-; 4cea-; ddd; + bar; + + [1;2;3;4]: d+a-dd; d+a-fd; c+a-ea-; 8d+a-fd; e+cgc; 4f+caf; 8; 4e+cgc; 8d+cfd; 4c+a-ea-; ; + bar; + + [1;2;3;4]: c+a-ea-; d+a-fd; 4.e+cgc; 8d+a-fd; 4c+a-ea-; 8d+g-db-n; 4e+ccc; 8d+g-db-; 4c+a-ea-; d+a-dd; + endbar; +endif + +score + staffs=1 + time=8/4n + +music + title "" + bold above 1: 1 "Verse 2"; + midi 1: 0 "channel=5"; 0 "program=60"; + 1: 8d+; ; c+; d+; f+; e+; 4d+; 8d+;b;a;b;4g;; + L 1: "De-us ho-mo fac-tus est na-tu-ra mi-ran-te"; + bar; + + 1: 8g;;b;g;b;c+; 4d+;8f+;d+;e+;f+; 4d+; ; + L 1: "mun-dus re-no-va-tus est a Chri-sto reg-nan-te"; + dblbar; + +ifdef MIDI +score + staffs=4 + time=9/4n + +music + midi 1: 0 "channel=1"; 0 "program=74"; + midi 2: 0 "channel=2"; 0 "program=74"; + midi 3: 0 "channel=3"; 0 "program=74"; + midi 4: 0 "channel=4"; 0 "program=74"; + + [2;3;4]: ddd; dfd; cea-; 8dfd; egc; 4faf; 8; 4egc; 8dfd; 4cea-; ; + 1: mr; + bar; + + 1: mr; + [2;3;4]: cea-; dfd; 4.egc; 8dfd; 4cea-; 8ddb-n; 4ecc; 8ddb-; 4cea-; ddd; + bar; + + [1;2;3;4]: d+a-dd; d+a-fd; c+a-ea-; 8d+a-fd; e+cgc; 4f+caf; 8; 4e+cgc; 8d+cfd; 4c+a-ea-; ; + bar; + + [1;2;3;4]: c+a-ea-; d+a-fd; 4.e+cgc; 8d+a-fd; 4c+a-ea-; 8d+g-db-n; 4e+ccc; 8d+g-db-; 4c+a-ea-; d+a-dd; + endbar; +endif + +score + staffs=1 + time=8/4n + +music + title "" + bold above 1: 1 "Verse 3"; + midi 1: 0 "channel=5"; 0 "program=73"; + 1: 8d+; ; c+; d+; f+; e+; 4d+; 8d+;b;a;b;4g;; + L 1: "E-ze-che-e-lis por-ta clau-sa per-tran-si-tur"; + bar; + + 1: 8g;;b;g;b;c+; 4d+;8f+;d+;e+;f+; 4d+; ; + L 1: "un-de lux est or--ta sa-lus in-ve-ni-tur"; + dblbar; + +ifdef MIDI +score + staffs=4 + time=9/4n + +music + midi 1: 0 "channel=1"; 0 "program=75"; + midi 2: 0 "channel=2"; 0 "program=75"; + midi 3: 0 "channel=3"; 0 "program=75"; + midi 4: 0 "channel=4"; 0 "program=75"; + + [2;3;4]: ddd; dfd; cea-; 8dfd; egc; 4faf; 8; 4egc; 8dfd; 4cea-; ; + 1: mr; + bar; + + 1: mr; + [2;3;4]: cea-; dfd; 4.egc; 8dfd; 4cea-; 8ddb-n; 4ecc; 8ddb-; 4cea-; ddd; + bar; + + [1;2;3;4]: d+a-dd; d+a-fd; c+a-ea-; 8d+a-fd; e+cgc; 4f+caf; 8; 4e+cgc; 8d+cfd; 4c+a-ea-; ; + bar; + + [1;2;3;4]: c+a-ea-; d+a-fd; 4.e+cgc; 8d+a-fd; 4c+a-ea-; 8d+g-db-n; 4e+ccc; 8d+g-db-; 4c+a-ea-; d+a-dd; + endbar; +endif + +score + staffs=1 + time=8/4n + +music + title "" + bold above 1: 1 "Verse 4"; + midi 1: 0 "channel=5"; 0 "program=74"; + 1: 8d+; ; c+; d+; f+; e+; 4d+; 8d+;b;a;b;4g;; + L 1: "Er-go no-stra con-ti-to psal-lat iam in lus-tro"; + bar; + + 1: 8g;;b;g;b;c+; 4d+;8f+;d+;e+;f+; 4d+; ; + L 1: "be-ne-di-cat do-mi-no sa-lus re-gi no-stro"; + dblbar; + +ifdef MIDI +score + staffs=4 + time=9/4n + +music + midi 1: 0 "channel=1"; 0 "program=60"; + midi 2: 0 "channel=2"; 0 "program=60"; + midi 3: 0 "channel=3"; 0 "program=60"; + midi 4: 0 "channel=4"; 0 "program=60"; + + [2;3;4]: ddd; dfd; cea-; 8dfd; egc; 4faf; 8; 4egc; 8dfd; 4cea-; ; + 1: mr; + bar; + + 1: mr; + [2;3;4]: cea-; dfd; 4.egc; 8dfd; 4cea-; 8ddb-n; 4ecc; 8ddb-; 4cea-; ddd; + bar; + + [1;2;3;4]: d+a-dd; d+a-fd; c+a-ea-; 8d+a-fd; e+cgc; 4f+caf; 8; 4e+cgc; 8d+cfd; 4c+a-ea-; ; + bar; + + [1;2;3;4]: c+a-ea-; d+a-fd; 4.e+cgc; 8d+a-fd; 4c+a-ea-; 8d+g-db-n; 4e+ccc; 8d+g-db-; 4c+a-ea-; d+a-dd; + endbar; +endif + + title "" + title "" + title "" + title "" + title "" + title "" + title "Engraved by Withburga Music" \ + "$Id: gaudete.mup,v 1.3 2001/12/14 14:03:45 djk Exp $" \ + "http://www.tobit.co.uk/withburga" + title "Edition \(copyright) 2001" "" + +// last line for white space at EOF diff --git a/blank.mup b/blank.mup new file mode 100644 index 0000000..ba7a7da --- /dev/null +++ b/blank.mup @@ -0,0 +1,32 @@ +score + scoresep=9,100 // spread staffs out nicely + stafflines=5n // don't print any clefs + label="" // make sure left edges line up both on first + label2="" // and on subsequent lines + topmargin=1 // allow extra margin to write in header/footer + bottommargin=1 + pageheight=11.6944 + pagewidth=8.26389 + + time=4/4n // don't print any time signature +music + +define SCORE + 1: ms; + invisbar // no bar line at the end of the staff +@ + +define SCORE_NEWSCORE + SCORE + newscore +@ + +// print 8 staffs, with newscore between each +SCORE_NEWSCORE +SCORE_NEWSCORE +SCORE_NEWSCORE +SCORE_NEWSCORE +SCORE_NEWSCORE +SCORE_NEWSCORE +SCORE_NEWSCORE +SCORE diff --git a/byrd/Makefile b/byrd/Makefile new file mode 100644 index 0000000..2998661 --- /dev/null +++ b/byrd/Makefile @@ -0,0 +1,30 @@ +# +# $Id: Makefile,v 1.1 2001/01/29 23:51:33 djk Exp $ +# +.SUFFIXES: .gif .ps .mup + +OBJ=byrd-m3m.ps +#D=-D TRANSPOSE + +all : ps + +ps : $(OBJ) + touch ps + +byrd-m3m.gif : byrd-m3m.mup + gs -sDEVICE=ppm -sOutputFile=$*%d.ppm -sPAPERSIZE=a4 $*.ps + ppmtogif < $*1.ppm > $*1.gif + ppmtogif < $*2.ppm > $*2.gif + ppmtogif < $*3.ppm > $*3.gif + ppmtogif < $*4.ppm > $*4.gif + ppmtogif < $*5.ppm > $*5.gif + rm -f $**ppm + ln -s $*1.gif $*.gif + +clean : + rm -f *~ *.ps *.mid + +.mup.ps : + mup $D $< -f $@ + mup $D $< -m $*.mid + diff --git a/byrd/byrd-m3m.mup b/byrd/byrd-m3m.mup new file mode 100644 index 0000000..9cd409d --- /dev/null +++ b/byrd/byrd-m3m.mup @@ -0,0 +1,2717 @@ +header + title (22) "Mass for Three Voices" + title (18) "" + title "" "William Byrd" + title (18) "KYRIE ELEISON" +header2 + title "" "\%" +score + staffs = 3 + key = 1& + time = 4/2 + bracket = 1-3 + scale = 0.78 +staff 1 + clef=treble +staff 2 + clef=treble8 +staff 3 + clef=bass +music +midi all: 0 "tempo=200"; +midi 1: 0 "channel=1"; 0 "program=68"; +midi 2: 0 "channel=2"; 0 "program=68"; +midi 3: 0 "channel=3"; 0 "program=60"; +1:1.a;2a; +2:1.c+;2c+; +3:1.f;2f; +lyrics 1-3: "Ky-ri-"; +bar +1:2g;2a;2b;4a;4g; +2:2c+;;1d+; +3:2e;2f;2.d;4e; +lyrics 1: "e e-lei---"; +lyrics 2: "e e-lei-"; +lyrics 3: "e e-lei--"; +bar +1:1a;; +2:1c+;1f+; +3:1f;; +lyrics 1-3: "son. Chri-"; +bar +1:2g;2a;2b;4a;4g; +2:2e+;2f+;2.d+;4e+; +3:2c+;2f;1g; +lyrics 1: "ste e-lei---"; +lyrics 2: "ste e-lei--"; +lyrics 3: "ste e-lei-"; +bar +// Mesure 5 +1:1a;2.c+;4c+; +2:1f+;2.e+;4f+; +3:1f;2.a;4f; +lyrics 1-3: "son. Ky-ri-"; +ital all: 0 "5"; +bar +1:2b;1a;2g<>; +2:1d+;2.c+;4c+; +3:2g;2d;2f;2e; +lyrics 1: "e e-lei"; +lyrics 2: "e. Ky-ri-"; +lyrics 3: "e e-lei--"; +bar +1:2g;4f;4e;4f;4d;2f<>; +2:2b;1a;2d+<>; +3:1/2d; +lyrics 1: "-----"; +lyrics 2: "e e-lei"; +lyrics 3: "-"; +bar +1:2f;4e;4d;1e; +2:2d+;4c#+;4bn;1c+; +3:1/2a; +mussym above 1,2: 3 "ferm"; +mussym above 3: 1 "ferm"; +lyrics 1: "--son."; +lyrics 2: "--son."; +lyrics 3: "son."; +endbar hidechanges +newscore +score + time=4/2; + scoresep = 30 +music +midi all: 0 "tempo=250"; +music +1:1.a;2a; +2:1.c+;2c+; +3:1.f;2f; +lyrics 1-3: "Et in"; +bar = z +// print title for second song +center (_page.x, z.y + 14) "\s(18)GLORIA IN EXCELSIS"; +score scoresep = 10 +music +1:2g;2b;2a;2f; +2:2c+;2d+;1c+; +3:2e;2d;1f; +lyrics 1: "ter-ra pax, ho-"; +lyrics 2,3: "ter-ra pax,"; +bar +1:2.a;4a;1g; +2:2c+;2.f+;4f+;2e+; +3:2r;2f;2.c+;4c+; +lyrics 1: "mi-ni-bus"; +lyrics 2: "ho-mi-ni-bus"; +lyrics 3: "ho-mi-ni-"; +bar +1:2.f;4a;4g;4f;2f<>; +2:2d+;2c+;2b;2a; +3:1f;1r; +lyrics 1: "bo-nae vo-lun-ta"; +lyrics 2: "bo-nae vo-lun-"; +lyrics 3: "bus"; +bar +// Mesure 5 +1:2f;2e;2f;2f<>; +2:1g;4f;2c+;4a; +3:1r;2.a;4c+; +lyrics 1: "-tis, bo"; +lyrics 2: "ta-tis, bo-nae"; +lyrics 3: "bo-nae"; +ital all: 0 "5"; +bar +1:4f;4g;4a;4f;1b; +2:4d+;4e+;1f+;2e+; +3:2b;2a;1g; +lyrics 1: "nae vo-lun-ta-"; +lyrics 2: "vo-lun-ta--"; +lyrics 3: "vo-lun-ta-"; +bar +1:1a;2r;2a; +2:1f+;2r;2c+; +3:1f;2r;2f; +lyrics 1-3: "tis. Lau"; +bar +1:2a;2g;1f#; +2:2d+;2b;1a; +3:2d;2g;1d; +lyrics 1-3: "da-mus te,"; +bar +1:2r;2fn;2g;2a<>; +2:2a;2d+;2.c+;4c+; +3:2r;2d;2e;2f<>; +lyrics 1,3: "be-ne-di-"; +lyrics 2: "be-ne-di-ci-"; +bar +1:4a;4b;2g;1a; +2:1c+;2c+;2f+<>; +3:4f;4g;2e;1f; +lyrics 1,3: "ci-mus te,"; +lyrics 2: "mus te, a-"; +ital all: 0 "10"; +bar +1:1c+;2b;2a<>; +2:2f+;2e+;2d+;2d+; +3:1r;2r;2f<>; +lyrics 1: "a-do-ra-"; +lyrics 2: "do-ra-mus"; +lyrics 3: "a-"; +bar +1:2a;2g;2f;4r;4d; +2:2c+;4r;4g;2a;2bn; +3:2f;2e;2d;2d; +lyrics 1: "mus te, glo"; +lyrics 2: "te, glo-ri-fi-"; +lyrics 3: "do-ra-mus"; +bar +1:2e;2f;2g;2e; +2:2c+;2a;2g;4r;4g; +3:1c;2r;2c; +lyrics 1: "ri-fi-ca-mus"; +lyrics 2: "ca-mus-te, glo-"; +lyrics 3: "te, glo-"; +bar +1:1d;2r;4r;4f; +2:2a;2b;2c+;2a; +3:2f;2g;2a;2f; +lyrics 1: "te, glo-"; +lyrics 2,3: "ri-fi-ca-mus"; +bar +// Mesure 15 +1:2g;2a;1b; +2:4g;2c+;2d+;4e+;2f+<>; +3:2e;2f;2g;2a; +lyrics 1: "ri-fi-ca-"; +lyrics 2: "te, glo-ri-fi-ca-"; +lyrics 3: "te, glo-ri-fi-"; +ital all: 0 "15"; +bar +1:1g;1a; +2:2f+;2e+;1f+; +3:2b;2g;1f; +lyrics 1,2: "mus te."; +lyrics 3: "ca-mus te."; +bar +1:2r;2.a;4a;2a; +2:2r;2.c+;4c+;2c+; +3:2r;2.f;4f;2f; +lyrics 1-3: "Gra-ti-as"; +bar +1:2.g;4a;2f;2a<>; +2:2.c+;4c+;1d+; +3:2.e;4f;2d;2f<>; +lyrics 1,3: "a-gi-mus ti-"; +lyrics 2: "a-gi-mus"; +bar +1:2a;2g;2f;2e; +2:1c+;1c+; +3:2f;2e;2a;2a; +lyrics 1,3: "bi pro-pter"; +lyrics 2: "ti-bi"; +bar +1:2d;2c;2.g;4f; +2:1f+;2e+;2d+<>; +3:2b;2a;2g;2g; +lyrics 1,3: "ma-gnam glo-ri-"; +lyrics 2: "pro-pter ma-"; +ital all: 0 "20"; +bar +1:2e;2f;2e;2d; +2:2d+;2c+;2.g+;4f+; +3:1a;1g; +lyrics 1: "am tu---"; +lyrics 2: "gnam glo-ri-"; +lyrics 3: "am tu-"; +bar +1:2c#;2f;1e; +2:2e+;1d+;2c#+; +3:1/2a; +lyrics 1: "--am,"; +lyrics 2: "am tu--"; +lyrics 3: "am,"; +bar +1:2r;2.f;4g;2a; +2:1/2d+; +3:2r;2.d;4e;2f; +lyrics 1,3: "Do-mi-ne"; +lyrics 2: "am,"; +bar +1:1b;1a; +2:2r;2.d+;4c+;2a; +3:1g;1f; +lyrics 1,3: "De-us"; +lyrics 2: "Do-mi-ne"; +bar +1:2f;2g;2.a;4b; +2:1b;1a; +3:2r;2d+;2e+;2f+<>; +lyrics 1: "rex cae-le--"; +lyrics 2: "De-us"; +lyrics 3: "rex cae-le-"; +ital all: 0 "25"; +bar +1:2c+;2f;1b; +2:1r;2d+;2e+; +3:4f+;4e+;4d+;4c+;4b;4a;2g; +lyrics 1: "---"; +lyrics 2: "rex cae-"; +lyrics 3: "------"; +bar +1:1a;2r;2f<>; +2:2.f+;4e+;4d+;4c+;4d+;4c+; +3:1f;1r; +lyrics 1: "stis, rex-"; +lyrics 2: "le------"; +lyrics 3: "stis,"; +bar +1:2f;2g;2.a;4g; +2:4b;4a;2g;2c+;2a<>; +3:2d;2e;2.f;4e; +lyrics 1: "cae-le--"; +lyrics 2: "---stis, rex-"; +lyrics 3: "rex cae-le--"; +bar +1:4f;4e;4f;4e;4d;4c;2d; +2:2a;2a;1f+; +3:4d;4c;2.d;4e;4f;4g; +lyrics 1: "-------"; +lyrics 2: "cae-le-"; +lyrics 3: "------"; +bar +1:1c#;1r; +2:2e+;1a+;2g+; +3:1a;2.c+;4b; +lyrics 1: "stis,"; +lyrics 2,3: "stis. De-us"; +ital all: 0 "30"; +bar +1:2.c+;4b;2a;2g; +2:2f+;2e+;2f+;2c+<>; +3:2a;2g;2f;2e; +lyrics 1: "De-us pa-ter"; +lyrics 2,3: "pa-ter om-ni-"; +bar +1:2a;1f;2e; +2:4c+;4b;2a;1g; +3:1f;1c; +lyrics 1: "om-ni-po-"; +lyrics 2: "po--tens,"; +lyrics 3: "po-tens,"; +bar +1:1/2f; +2:2r;2.f;4g;2a; +3:2r;2.d;4e;2f; +lyrics 1: "tens,"; +lyrics 2,3: "Do-mi-ne"; +bar +1:2r;2.d;4e;2f; +2:1b;2a;2d+; +3:1g;1d; +lyrics 1: "Do-mi-ne"; +lyrics 2: "fi-li u-"; +lyrics 3: "fi-li"; +bar +1:1g;2d;2f; +2:2g;2.b;4b;2a; +3:2r;1g;2f; +lyrics 1: "fi-li u-"; +lyrics 2: "ni-ge-ni-te,"; +lyrics 3: "u-ni-"; +ital all: 0 "35"; +bar +1:2d;2.g;4g;2f; +2:2r;2d+;2c+;2f+<>; +3:2.b;4b;1a; +lyrics 1: "ni-ge-ni-te"; +lyrics 2: "u-ni-ge-"; +lyrics 3: "ge-ni-te"; +bar +1:1b;2a;2c+<>; +2:4f+;4f+;2e+;1f+; +3:1g;2f;2a<>; +lyrics 1,3: "Je-su Chri-"; +lyrics 2: "ni-te Je-"; +bar +1:2c+;2f;1a; +2:2c+;1d+;2a; +3:2a;2d;1f; +lyrics 1: "ste, Je-"; +lyrics 2: "su Chri-ste,"; +lyrics 3: "--"; +bar +1:2e;2.g;4f;4e;4d; +2:1c+;2g;2a<>; +3:1c;2r;2c+<>; +lyrics 1: "su Chri----"; +lyrics 2: "Je-su Chri-"; +lyrics 3: "ste, Je-"; +bar +1:2c;1c+;2f; +2:4a;4b;4a;4g;4f;4e;2d<>; +3:2c+;2f;2.a;4g; +lyrics 1: "ste, Je-su"; +lyrics 2: "-----ste,"; +lyrics 3: "su Chri--"; +ital all: 0 "40"; +bar +1:2.a;4g;4f;4e;2f; +2:2d;2.d+;2a;4d+<>; +3:4f;4e;2.d;4c#;2d; +lyrics 1: "Chri-----"; +lyrics 2: "Je-su Chri-"; +lyrics 3: "-----"; +dashed bar +score time=2/2n; +music +1:1e; +2:4d+;8c+# bm;8bn ebm;2c+; +3:1a; +bar +score time=4/2n; +music +1:1/2f#; +2:1/2d+; +3:1/2d; +lyrics 1-3: "ste."; +mussym above 1-3: 1 "ferm"; +dblbar +newscore +1:1/2r; +2:2.a;4b;2c+;2d+<>; +3:1/2r; +lyrics 2: "Do-mi-ne De-"; +bar +1:1/2r; +2:2d+;2a;2c+;2c+; +3:2.d;4e;2f;2g<>; +lyrics 2: "us a-gnus"; +lyrics 3: "Do-mi-ne De-"; +bar +1:1/2r; +2:1d+;1d#+; +3:2g;2e;2a;2a; +lyrics 2: "De-i"; +lyrics 3: "us a-gnus"; +ital all: 0 "45"; +bar +1:1/2r; +2:2r;2.e+;4c+;2f+; +3:1b;1f; +lyrics 2: "fi-li-us"; +lyrics 3: "De-i,"; +bar +1:1/2r; +2:2.e+;4f+;4e+;4d+;2d+<>; +3:2r;2.g;4f;2b; +lyrics 2: "pa-----"; +lyrics 3: "fi-li-us"; +bar +1:1r;2r;2f; +2:2d+;2c#+;1d+; +3:1a;1d; +lyrics 1: "Qui"; +lyrics 2: "-tris"; +lyrics 3: "pa-tris."; +bar +1:2a;4g;4f;2a;2g<>; +2:1/2r; +3:1f;1c+; +lyrics 1: "tol-lis pec-ca-ta-"; +lyrics 3: "Qui tol-"; +bar +1:2g;2f;1b; +2:2r;2c+;2d+;4c+;4b; +3:2b;2a;1g; +lyrics 1: "mun--"; +lyrics 2: "Qui tol-lis pec-"; +lyrics 3: "lis pec-ca-"; +ital all: 0 "50"; +bar +1:1a;1r; +2:2d+;1c+;2a; +3:1f;2.f;4e; +lyrics 1: "di,"; +lyrics 2: "ca-ta mun-"; +lyrics 3: "ta mun--"; +bar +1:2r;1a;2g; +2:1f+;1e+; +3:1d;1c; +lyrics 1: "mi-ne-"; +lyrics 2,3: "-di"; +bar +1:2f;4e;2e;4f;2d; +2:1r;2r;2a+<>; +3:1a;2g;2f<>; +lyrics 1: "re-re no---"; +lyrics 2: "mi-"; +lyrics 3: "mi-se-re-"; +bar +1:1c;2r;2c+<>; +2:2a+;2g+;2f+;4e+;4e+<>; +3:2f;2e;2d;4c;4c+<>; +lyrics 1: "bis, mi-"; +lyrics 2: "se-re-re no-"; +lyrics 3: "re no-bis, mi-"; +bar +1:2c+;2b;2a;4g;4g<>; +2:4e+;4f+;2d+;2c+;2c+; +3:4c+;4f;2e;2c;2e; +lyrics 1: "se-re-re no-"; +lyrics 2: "--bis, no-"; +lyrics 3: "se-re-re no-"; +ital all: 0 "55"; +bar +1:4g;4a;2f;1e; +2:2b;2a;1c+; +3:1d;1c; +lyrics 1,2: "--bis."; +lyrics 3: "-bis."; +bar +1:2r;2e;2.a;4a; +2:2g;2.c+;4c+;2a; +3:2r;2c;2.f;4f; +lyrics 1,3: "Qui tol-lis"; +lyrics 2: "Qui tol-lis pec-"; +bar +1:2f;1b;2a; +2:1d+;2b;2f+<>; +3:2d;1g;2f; +lyrics 1,3: "pec-ca-ta"; +lyrics 2: "ca-ta mun-"; +bar +1:1g;1a; +2:2f+;2e+;2r;2f+<>; +3:1c+;1f<>; +lyrics 1,3: "mun-di,"; +lyrics 2: "di, su-"; +bar +1:2r;2.a;4e;2f; +2:4f+;4c+;2d+;2c+;2f; +3:1f;1r; +lyrics 1: "su-sci-pe"; +lyrics 2: "sci-pe de-pre-"; +ital all: 0 "60"; +bar +1:2e;2a-;2c;2d; +2:2.c+;4b;2a;2g; +3:2r;2.c+;4f;2b; +lyrics 1: "de-pre-ca-ti-"; +lyrics 2: "ca-ti-o-nem"; +lyrics 3: "su-sci-pe"; +bar +1:2.f;4e;2d;2c; +2:2f;2b;1a; +3:2a;2d;2.f;4e; +lyrics 1: "o-nem no-stram,"; +lyrics 2: "no--stram,"; +lyrics 3: "de-pre-ca-ti-"; +bar +1:2r;2.c+;4f;2b; +2:2.f+;4e+;2a;2d+<>; +3:2d;2c;2f;2g; +lyrics 1: "su-sci-pe"; +lyrics 2: "su-sci-pe de-"; +lyrics 3: "o-nem no--"; +bar +1:2.a;4f;2.a;4e; +2:2d+;2c+;2f;2g; +3:2f;1f;2e; +lyrics 1: "de-pre-ca-ti-"; +lyrics 2: "pre-ca-ti-"; +lyrics 3: "stram, de-pre-"; +bar +1:2f;2e;2d;2c<>; +2:2a;2c+;2bn;2c+; +3:2d;2c;2g;2a; +lyrics 1,2: "o-nem no--"; +lyrics 3: "ca-ti-o-nem"; +ital all: 0 "65"; +bar +1:4c;8bn- bm;8a- ebm;2b-;1c; +2:1d+;2r;2e+; +3:1g;1c<>; +lyrics 1: "---stram,"; +lyrics 2: "stram, Qui"; +lyrics 3: "no-stram."; +bar +1:2r;2e;1g; +2:1g+;2c+;2e+<>; +3:1c;1r; +lyrics 1: "Qui se-"; +lyrics 2: "se-des ad"; +bar; +1:1c;2r;2e; +2:2e+;2.a+;4a+;2g+; +3:2r;2f;1c+; +lyrics 1: "des ad"; +lyrics 2: "dex-te-ram"; +lyrics 3: "Qui se-"; +bar +1:2.a;4a;2g;2c+<>; +2:2f+;2c+;1e+; +3:1f;2r;2a<>; +lyrics 1: "dex-te-ram pa-"; +lyrics 2: "pa-tris, ad"; +lyrics 3: "des ad"; +bar +1:2c+;4f;4g;4a;4b;2a<>; +2:2.a+;4g+;2f+;2e+; +3:2a;2.d+;4d+;2c+; +lyrics 1: "-----"; +lyrics 2: "dex-te-ram pa-"; +lyrics 3: "dex-te-ram"; +ital all: 0 "70"; +bar +1:2a;2g;1a; +2:1d+;2c#+;2e+<>; +3:1b;1a; +lyrics 1: "-tris,"; +lyrics 2: "-tris, mi-"; +lyrics 3: "pa-tris,"; +bar +1:2.g;4f;2e;2d; +2:e+;2d+;2c#+;2d+; +3:1/2r; +lyrics 1: "mi-se-re-re"; +lyrics 2: "se-re-re"; +bar +1:1e;2d;2b<>; +2:1c#+;1d+; +3:1/2r; +lyrics 1: "no-bis, mi-"; +lyrics 2: "no-bis,"; +bar +1:2b;2a;2g;2f#; +2:2.d+;4d+;2g;4a;4d+<>; +3:2.g;4f;2e;2d; +lyrics 1: "se-re-re"; +lyrics 2: "mi-se-re-re no-"; +lyrics 3: "mi-se-re-re"; +bar +1:1g;1f#; +2:4d+;8c#+ bm;8bn ebm;2c+;1d+; +3:1e;1d; +lyrics 1,3: "no-bis."; +lyrics 2: "---bis."; +ital all: 0 "75"; +bar +1:2r;1a;2a; +2:2r;1f+;2e+; +3:2r;1d+;2c+; +lyrics 1-3: "Quo-ni-"; +bar +1:2a;2f;;; +2:2c+;2d+;2c+;2a; +3:2a;2b;2a;2f; +lyrics 1-3: "am tu so-lus"; +bar +1:1d;2d;2f; +2:1b;2a;4r;4d+; +3:1g;1d; +lyrics 1,2: "san-ctus, tu"; +lyrics 3: "san-ctus,"; +bar +1:2e;2c;2.d;4d; +2:2c+;2a;2.b;4b; +3:1r;2r;2b; +lyrics 1,2: "so-lus Do-mi-"; +lyrics 3: "tu"; +bar +1:1c;2r;2b; +2:2f;1f+;2e+; +3:2a;2f;2.g;4g; +lyrics 1: "nus, tu"; +lyrics 2: "nus, Do-mi-"; +lyrics 3: "so-lus Do-mi-"; +ital all: 0 "80"; +bar +1:2a;2f;2.g;4g; +2:2f+;4r;4f+;2e+;2c+; +3:1f;1r; +lyrics 1: "so-lus Do-mi-"; +lyrics 2: "nus, tu so-lus"; +lyrics 3: "nus,"; +bar +1:1f;2r;2e; +2:2.d+;4d+;1c+; +3:2r;2d;2.a;4a; +lyrics 1: "nus, tu"; +lyrics 2: "Do-mi-nus"; +lyrics 3: "tu so-lus"; +bar +1:2.g;4g;2a;2c+<>; +2:1r;2r;2f; +3:2b;2.c+;4b;4a;4g; +lyrics 1: "so-lus al-tis-"; +lyrics 2: "tu"; +lyrics 3: "al-tis-si---"; +bar +1:4c+;4b;4a;4g;2f;2a; +2:2.c+;4c+;2d+;2f+<>; +3:1f;2r;2f; +lyrics 1: "si-----"; +lyrics 2: "so-lus al-tis-"; +lyrics 3: "mus, tu"; +bar +1:1g;2r;2d; +2:2f+;2e+;2f+;2b; +3:2.c+;4c+;2d+;2f+<>; +lyrics 1: "mus, tu"; +lyrics 2: "si-mus, tu"; +lyrics 3: "so-lus al-tis-"; +ital all: 0 "85"; +bar +1:2.a;4a;2b;2d+<>; +2:2.f+;4f+;2g+;2b+<>; +3:4f+;4e+;4d+;4c+;1b; +lyrics 1,2: "so-lus al-tis-"; +lyrics 3: "si---mus,"; +bar +1:4d+;4c+;4b;4a;2g;2c+<>; +2:4b+;4a+;4g+;4f+;1e+; +3:2g;2g;1c+; +lyrics 1: "si---mus, Je-"; +lyrics 2: "si---mus,"; +lyrics 3: "Je-su Chri-"; +bar +1:2c+;2a;1b; +2:2.f+;4c+;2d+;2e+; +3:1f;2r;2g; +lyrics 1: "su Chri-"; +lyrics 2: "Je-su Chri--"; +lyrics 3: "ste, cum"; +bar +1:1/2a; +2:1f+;2r;2f+; +3:2f;2d;2.f;4f; +lyrics 1: "ste,"; +lyrics 2: "ste, cum"; +lyrics 3: "san-cto Spi-ri-"; +bar +1:2r;2g;2f;2d; +2:2e+;2c+;2.d+;4d+; +3:1c;2r;2b; +lyrics 1: "cum san-cto"; +lyrics 2: "san-cto Spi-ri-"; +lyrics 3: "tu, cum"; +ital all: 0 "90"; +bar +1:2.a;4a;1g; +2:1c+;2e+;2g+<>; +3:2a;2f;2.c+;4c+; +lyrics 1: "Spi-ri-tu,"; +lyrics 2: "tu, in glo-"; +lyrics 3: "san-cto Spi-ri-"; +bar +1:1r;2r;2e; +2:4g+;4f+;2e+;2d+;4c+;4c+<>; +3:2g;1g;2a; +lyrics 1: "in"; +lyrics 2: "ri-a De-i pa-"; +lyrics 3: "tu, Spi-ri-"; +bar +1:2.g;4f;2e;2a<>; +2:4c+;8bn bm;8a ebm;2b;1c+; +3:1g;2r;2a; +lyrics 1: "glo-ri-a De-"; +lyrics 2: "---tris,"; +lyrics 3: "tu, in"; +bar +1:2a;2g;2f;2b; +2:1/2r; +3:2.c+;4b;2a;2g<>; +lyrics 1: "i pa--"; +lyrics 3: "glo-ri-a De-"; +bar +1:1a;1r; +2:2r;2c+;2.f+;4e+; +3:4g;4f;2.f;8e bm;8d ebm;2c; +lyrics 1: "tris,"; +lyrics 2: "in glo-ri-"; +lyrics 3: "i pa----"; +ital all: 0 "95"; +bar +1:2r;2a;2.c+;4b; +2:2d+;1c+;2g; +3:2f;1f;2e; +lyrics 1: "in glo-ri-"; +lyrics 2: "a De-i"; +lyrics 3: "tris, De-i"; +bar +1:2a;2.g;4f;2f<>; +2:2.c+;4b;2a;2b; +3:2f;2c;2d;2b-; +lyrics 1: "a De-i pa-"; +lyrics 2,3: "pa----"; +dashed bar +score time=2/2n; +music +1:4f;8e bm;8d ebm;2e; +2:1g; +3:1c; +lyrics 1: "---"; +lyrics 2,3: "-"; +bar +score time=4/2n; +music +1:1/2f; +2:1a;2r;2f<>; +3:1f;2r;2d<>; +lyrics 1: "tris."; +lyrics 2,3: "tris. A-"; +bar +1:1/2f; +2:4f;4g;4a;4b;2c+;2d+<>; +3:4d;4e;4f;4g;2a;2b<>; +lyrics 1: "A-"; +lyrics 2,3: "-----"; +bar +1:1f;2r;2d<>; +2:2d+;4c+;4b;2a;2b<>; +3:2b;4a;4g;2f;2g; +lyrics 1: "men, A-"; +lyrics 2: "--men, A-"; +lyrics 3: "----"; +ital all: 0 "100"; +bar +1:4d;4e;4f;4g;2a;2b<>; +2:4b;4c+;4d+;4e+;2f+;2d+<>; +3:1d;2.d;4e; +lyrics 1,2: "-----"; +lyrics 3: "men, A--"; +bar +1:2b;4a;4g;1a; +2:2d+;2c+;1c+; +3:1/2f; +lyrics 1: "--men."; +lyrics 2: "-men."; +lyrics3: "men."; +mussym above 1,2: 3 "ferm"; +mussym above 3: 1 "ferm"; +endbar hidechanges +score + scoresep = 30 + time=4/2; +music +newscore +1:1/2r; +2:1c+;2c+;2a; +3:1/2r; +lyrics 2: "Pa-trem om-"; +bar = z +// print title for second song +center (_page.x, z.y + 14) "\s(18)CREDO"; +score scoresep = 10 +music +1:1a;2a;2f; +2:2c+;2d+;1f+; +3:1f;2f;2d; +lyrics 1,3: "Pa-trm om-"; +lyrics 2: "ni-po-ten-"; +bar +1:2g;2a;1b; +2:1c+;2r;2b; +3:2e;2f;1g; +lyrics 1,3: "ni-po-ten-"; +lyrics 2: "tem, fa-"; +bar +1:1a;2r;2g; +2:2c+;2a;1c+<>; +3:1f;2r;2e; +lyrics 1,3: "tem, fa-"; +lyrics 2: "cto-rem cae-"; +bar +1:2a;2f;2.a;4b; +2:2c+;2d+;2c+;2c+<>; +3:2f;2d;1f<>; +lyrics 1: "cto-rem cae-li"; +lyrics 2: "li et ter-"; +lyrics 3: "cto-rem cae-"; +ital all: 0 "5"; +bar +1:2a;2.g;4f;2f<>; +2:2c+;2b;2c+;2a; +3:2f;2g;2e;2f; +lyrics 1: "et ter---"; +lyrics 2: "---"; +lyrics 3: "li et ter-"; +bar +1:2f;2e;1f<>; +2:1g;2r;2a; +3:1c;2r;2f; +lyrics 1: "-rae,"; +lyrics 2,3: "rae, vi-"; +bar +1:1f;1r; +2:2c+;2.d+;4d+;2c+; +3:2a;2.b;4b;2a; +lyrics 2,3: "si-bi-li-um"; +bar +1:2r;2g;2a;2c+; +2:2d+;2e+;4f+;2f+;4e+; +3:2b;2c+;1f; +lyrics 1: "et in-vi-"; +lyrics 2: "om-ni-um, et in-"; +lyrics 3: "om-ni-um."; +bar +1:2b;1a;2g; +2:2d+;2c+;2.b;4b; +3:1/2r; +lyrics 1: "si-bi-li-"; +lyrics 2: "vi-si-bi-li-"; +ital all: 0 "10"; +bar +1:1a;2r;2a<>; +2:1a;2r;2c+<>; +3:1r;2r;2f<>; +lyrics 1,2: "um, Et"; +lyrics 3: "Et"; +bar +1:2a;2g;2.f;4e; +2:2c+;;2d+;2a; +3:2f;2e;2d;2c; +lyrics 1: "in u-num"; +lyrics 2,3: "in u-num"; +bar +1:2f;2d;2c;2g<>; +2:2a;2b;2a;4b;4c+; +3:2.d;4e;2f;4g;4a; +lyrics 1: "Do-mi-num Je-"; +lyrics 2: "Do-mi-num Je--"; +lyrics 3: "Do-mi-num Je--"; +bar +1:2g;2a;1b; +2:4d+;4e+;1f+;2e+; +3:2b;2a;1g; +lyrics 1,3: "sum Chri-"; +lyrics 2: "---sum"; +bar +1:1a;2.c+;4c+; +2:2f+;2c+;2r;2e+<>; +3:1f;2.a;4a; +lyrics 1,3: "stum, fi-li-"; +lyrics 2: "Chris-tum, fi-"; +ital all: 0 "15"; +bar +1:2b;1a;2g; +2:4e+;;2f+;2.c+;4b; +3:2g;1f;2e; +lyrics 1,3: "um De-i"; +lyrics 2: "li-um De-i"; +bar +1:2a;2f;2.e;4g; +2:4a;4d;1d+;2c#+; +3:2f;2d;2.a;4a; +lyrics 1,3: "u-ni-ge-ni-"; +lyrics 2: "u-ni-ge-ni-"; +bar +1:1f#;2r;2fn<>; +2:1d+;1a; +3:1/2d; +lyrics 1: "tum, Et"; +lyrics 2: "tum, Et"; +lyrics 3: "tum,"; +bar +1:2f;1g;2a<>; +2:1b;1c+; +3:1/2r; +lyrics 1: "ex pa-"; +lyrics 2: "ex pa-"; +bar +1:2a;2f;1e; +2:2a;1d+;2c#+; +3:1r;1a; +lyrics 1: "tre na-"; +lyrics 2: "tre na--"; +lyrics 3: "an-"; +ital all: 0 "20"; +bar +1:2d;1g;2a; +2:1d+;1r; +3:1b;2.c+;4c+; +lyrics 1: "tum an-te"; +lyrics 2: "tum."; +lyrics 3: "te om-ni-"; +bar +1:2.c+;4c+;2b;2a<>; +2:1/2r; +3:1a;2.d+;4c+; +lyrics 1: "om-ni-a sae-"; +lyrics 3: "a sae--"; +bar +1:2a;2g;1a; +2:1d+;2f+;2e+; +3:2b;;1a; +lyrics 1: "cu-la."; +lyrics 2: "De-um de"; +lyrics 3: "-cu-la."; +bar +1:2r;2f;2a;2g; +2:1d+;1c+; +3:2r;2d;2f;2e; +lyrics 1,3: "De-um de"; +lyrics 2: "De-o,"; +bar +1:1f;1e; +2:2r;2a;2c+;2g; +3:1d;1c; +lyrics 1,3: "De-o,"; +lyrics 2: "lu-men de"; +ital all: 0 "25"; +bar +1:2d;2.g;4f;2f<>; +2:2.b;4b;1a; +3:2r;2g;2c+;2f; +lyrics 1: "lu-men de lu-"; +lyrics 2: "lu-mi-ne,"; +lyrics 3: "lu-men de"; +bar +1:2f;2e;1f; +2:1g;2f;2d<>; +3:2.b;4b;1a; +lyrics 1: "mi-ne,"; +lyrics 2: "De-um ve-"; +lyrics 3: "lu-mi-ne,"; +bar +1:1f;2e;4f;4g; +2:4d;4e;4f;4g;1a; +3:1d+;2c+;2f<>; +lyrics 1: "De-um ve--"; +lyrics 2: "---rum,"; +lyrics 3: "De-um ve-"; +bar +1:1a;1g; +2:2r;2f+;2e+;2c+; +3:4f;4g;4a;4b;2c+;4r;4c+; +lyrics 1: "-rum,"; +lyrics 2: "de De-o"; +lyrics 3: "---rum, de"; +bar +1:2r;2b;2a;2f; +2:1g+;2f+;2d+; +3:2b;2g;2.d+;8c+ bm;8b ebm; +lyrics 1: "de De-o"; +lyrics 2: "ve-ro, ve-"; +lyrics 3: "De-o ve---"; +ital all: 0 "30"; +bar +1:2.c+;8b bm;8a ebm;4g;4f;2g; +2:2e+;1f+;2e+; +3: 4a;4g;4a;4b;1c+; +lyrics 1: "ve------"; +lyrics 2: "---"; +lyrics 3: "-----"; +bar +1:1a;1r; +2:1f+;2.c+;4b; +3:1f;2.a;4g; +lyrics 1: "ro,"; +lyrics 2,3: "ro, ge-ni-"; +bar +1:2.f;4e;2d;2c; +2:2a;2g;1a; +3:2f;2c;1f; +lyrics 1: "ge-ni-tum non"; +lyrics 2,3: "tum non fa-"; +bar +1:1f;1d; +2:2f;2.b;4a;4b;4c+; +3:1d;2r;2g<>; +lyrics 1: "fa-ctum,"; +lyrics 2: "ctum, con-sub-stan-ti-"; +lyrics 3: "ctum, con-"; +bar +1:2r;2.g;4f;4g;4a; +2:1d+;2g;4b;4c+; +3:4g;4f;4g;4a;2.b;4a; +lyrics 1: "con-sub-stan-ti-"; +lyrics 2: "a-lem pa--"; +lyrics 3: "sub-stan-ti-a-lem"; +ital all: 0 "35"; +bar +1:2b;2a;1f; +2:4d+;4b;1c+;2bn; +3:2g;2f;1d; +lyrics 1: "a-lem pa-"; +lyrics 2: "----"; +lyrics 3: "pa--tri,"; +bar +1:1e;1r; +2:1c+;2d+;2e+; +3:2r;2a;2b;2c+<>; +lyrics 1: "tri,"; +lyrics 2: "tri, per quem"; +lyrics 3: "per quem om-"; +bar +1:1/2r; +2:2.g+;4f;2e;2d<>; +3:4c+;4b;2a;2g;; +lyrics 2: "om-ni-a fa-"; +lyrics 3: "ni-a fa-cta"; +bar +1:2r;2a;2b;2c+<>; +2:2d+;2c+;2d+;2g; +3:1f;2d;2e; +lyrics 1: "per quem om-"; +lyrics 2: "cta sunt, per"; +lyrics 3: "sunt, per quem"; +bar +1:4c+;4b;2a;2g;2f<>; +2:2a;2.c+;4b;2a; +3:2.f;4f;1c; +lyrics 1: "ni-a fa-cta_"; +lyrics 2: "quem om-ni-a"; +lyrics 3: "om-ni-a"; +ital all: 0 "40"; +dashed bar +score time=2/2n; +music +1:2f;2e; +2:2g;2g; +3:2c;2c; +lyrics 1: "_"; +lyrics 2,3: "fa-cta"; +bar +score time=4/2n; +music +1:1/2f; +2:1/2a; +3:1/2f; +lyrics 1-3: "sunt."; +mussym above 1-3: 1 "ferm"; +dblbar +newscore +1:1c;2d;2e; +2:2r;1f;2g; +3:1/2r; +lyrics 1: "Qui pro-pter"; +lyrics 2: "Qui pro-"; +bar +1:2f;2.g;4e;2c; +2:2a;2b;2.c+;4a; +3:1r;1c; +lyrics 1: "nos ho-mi-nes,"; +lyrics 2: "pter nos ho-mi-"; +lyrics 3: "Qui"; +bar +1:2r;2g;2a;2d; +2:2f;2r;1r; +3:2d;2e;2f;2g<>; +lyrics 1: "et pro-pter"; +lyrics 2: "nes,"; +lyrics 3: "pro-pter nos ho-"; +bar +1:1g;1f; +2:2r;2c+;2d+;2a; +3:4g;4e;2c;2r;2f; +lyrics 1: "no-stram"; +lyrics 2: "et pro-pter"; +lyrics 3: "mi-nes, et"; +ital all: 0 "45"; +bar +1:2e;4f;4e;4d;4c;2d<>; +2:1c+;1b; +3:2a;2f;1g; +lyrics 1: "sa-lu-----"; +lyrics 2: "no-stram"; +lyrics 3: "pro-pter no-"; +bar +1:2d;2c;2r;2a; +2:2a;4b;4a;4g;4f;2c+<>; +3:1f;2e;4f;4e; +lyrics 1: "tem, de-"; +lyrics 2: "sa-lu-----"; +lyrics 3: "stram sa-lu--"; +bar +1:1f;1e; +2:2c+;2bn;2r;2c+; +3:4d;4c;2d;1c; +lyrics 1: "scen-dit,"; +lyrics 2: "tem, de-"; +lyrics 3: "---tem,"; +bar +1:1r;2r;2f; +2:1a;1f; +3:2r;2f;1d; +lyrics 1: "de-"; +lyrics 2: "scen-dit"; +lyrics 3: "de-scen-"; +bar +1:1d;2c;2r; +2:2b;2.f+;4e+;4d+;4c+; +3:1b-;2f;2b<>; +lyrics 1: "scen-dit"; +lyrics 2: "de cae----"; +lyrics 3: "dit de cae-"; +ital all: 0 "50"; +bar +1:2f;2.c+;4b;4g;4a; +2:4d+;4c+;4a;4b;4c+;4d+;4e+;4f+; +3:4b;4a;4f;4g;4a;4b;2c+; +lyrics 1: "de cae----"; +lyrics 2: "--------"; +lyrics 3: "------"; +bar +1:4b;4c+;4d+;4c+;4b;4a;2g; +2:2g+;1f+;2e+; +3:2.b;4a;1g; +lyrics 1: "-------"; +lyrics 2: "---"; +lyrics 3: "---"; +dashed bar +score time=2/2n; +music +1:1a; +2:1f+; +3:1f; +lyrics 1-3: "lis."; +bar +score time=4/2n; +music +newscore +1:1f;2f;2f; +2:1d+;2d+;2c+; +3:1b;2b;2a; +lyrics 1-3: "Et in-car-"; +bar +1:1.g;2g; +2:2e&+;1d+;2c+; +3:2.g;4f;2e&;2e; +lyrics 1: "na-tus"; +lyrics 2: "na--tus"; +lyrics 3: "na---tus"; +bar +1:1f;2f;2b<>; +2:2d+;2a;2.d+;4d+; +3:1d;2r;2d; +lyrics 1: "est, de spi-"; +lyrics 2: "est de spi-ri-"; +lyrics 3: "est, de"; +ital all: 0 "55"; +bar +1:4b;4b;2.a;4g;2g<>; +2:2c+;2.c+;4b;2g; +3:2.f;4f;2c;2e&; +bar +1:2g;2f#;1g; +2:1a;2r;2b; +3:1d;2r;2g; +lyrics 1: "-cto,"; +lyrics 2,3: "cto, ex"; +bar +1:2r;2f;2g;2a<>; +2:2c+;1d+;2c+; +3:2a;1b;2a; +lyrics 1: "ex Ma-ri-"; +lyrics 2,3: "Ma-ri-a"; +bar +1:2a;2g;2a;2b<>; +2:2d+;1e&+;2d+; +3:2f;2g;1f; +lyrics 1: "a vir--"; +lyrics 2: "vir--gi-"; +lyrics 3: "vir-gi-ne,"; +bar +1:2b;2a;1b; +2:1c+;2r;2b; +3:2r;2f;1g; +lyrics 1: "gi-ne,"; +lyrics 2: "ne, et"; +lyrics 3: "et ho-"; +ital all: 0 "60"; +bar +1:2g;2.a;4f;2g<>; +2:1c+;2a;2b<>; +3:2e;1f;2b-; +lyrics 1: "et ho-mo fa-"; +lyrics 2: "ho-mo fa-"; +lyrics 3: "mo fa--"; +bar +1:4g;4f;1f;2e; +2:4b;4a;2f;2g;2g; +3:1d;1c; +lyrics 1: "--ctus"; +lyrics 2: "---ctus"; +lyrics 3: "ctus est."; +bar +1:1f;2r;2c+<>; +2:1/2f; +3:2r;2.c+;4b;2a; +lyrics 1: "est. Cru-"; +lyrics 2: "est."; +lyrics 3: "Cru-ci-fi-"; +bar +1:2c+;2b;2a;2f; +2:1/2r; +3:2f;2.g;4f;2f<>; +lyrics 1: "ci-fi-xus"; +lyrics 3: "xus e-ti-am_"; +bar +1:2r;2.g;4f;2f<>; +2:2.c+;4b;2a;2f; +3:2f;2e;1f; +lyrics 1: "e-ti-am_"; +lyrics 2: "Cru-ci-fi-xus"; +lyrics 3: "pro-no-"; +ital all: 0 "65"; +bar +1:2f;2e;1f; +2:2.g;4g;2f;2b; +3:1c;2r;2d; +lyrics 1: "pro no-"; +lyrics 2: "e-ti-am pro-"; +lyrics 3: "bis, sub"; +bar +1:1c;2r;2d; +2:1a;1d<>; +3:2.f;4g;2a;2b; +lyrics 1: "bis, sub"; +lyrics 2: "no-bis,_"; +lyrics 3: "Pon-ti-o Pi-"; +bar +1:2.f;4g;2a;2b; +2:1d;2r;2d+; +3:1a;1d; +lyrics 1: "Pon-ti-o Pi-"; +lyrics 2: "sub"; +lyrics 3: "la-to,"; +bar +1:1a;1a-; +2:2.c+;4d+;2e+;2f+; +3:1f;2c;2d<>; +lyrics 1: "la-to,"; +lyrics 2: "Pon-ti-o Pi-"; +lyrics 3: "pas-sus et_"; +bar +1:2r;1a;2g; +2:1d+;1c#+; +3:2d;2f;2.e;4e; +lyrics 1: "pas-sus"; +lyrics 2: "la-to,"; +lyrics 3: "se-pul-tus"; +ital all: 0 "70"; +bar +1:2f;2b;2.a;4a; +2:2r;1d+;2c+; +3:1d;1r; +lyrics 1: "et se-pul-tus"; +lyrics 2: "pas-sus"; +lyrics 3: "est,"; +bar +1:2d;2.c;4d;2e; +2:2b;2f+;2.e+;4e+; +3:2r;1a;2g; +lyrics 1: "est, et se--"; +lyrics 2: "et se-pul-tus"; +lyrics 3: "pas-sus"; +bar +1:2.f;4d;1e; +2:2a;4d+;2d+;8c#+ bm;8bn ebm;2c+; +3:2f;2b;2.a;4a; +lyrics 1: "pul-tus est."; +lyrics 2: "est, se-pul-tus___"; +lyrics 3: "et se-pul-tus"; +bar +1:2r;2f;2a;2b; +2:1/2d+; +3:1d;2r;2g; +lyrics 1: "Et re-sur-"; +lyrics 2: "est."; +lyrics 3: "est. Et"; +bar +1:2c+;2f;2r;2a<>; +2:2c+;2d+;2e+;2f+; +3:2a;2b;2c;2f; +lyrics 1: "re-xit ter-"; +lyrics 2: "Et re-sur-re-"; +lyrics 3: "re-sur-re-xit"; +ital all: 0 "75"; +bar +1:4a;4g;2a;4f;4g;2a; +2:2c+;2r;2r;2c+<>; +3:2r;2.f;4e;2f; +lyrics 1: "ti-a di---"; +lyrics 2: "xit ter-"; +lyrics 3: "ter-ti-a"; +bar +1:1f;2r;2e; +2:4c+;4c+;2bn;1c+; +3:1d;1c; +lyrics 1: "e, se-"; +lyrics 2: "ti-a di-"; +lyrics 3: "di-e,"; +bar +1:2d;4e;4f;1g; +2:1g;2r;2c+; +3:2r;2c;2bn-;4c;4d; +lyrics 1: "cun-dum scri-ptu-"; +lyrics 2: "e, se-"; +lyrics 3: "se-cun-dum scri-"; +bar +1:1g-;2r;2g; +2:2bn;4c+;4d+;1e+; +3:1e;1c; +lyrics 1: "ras, de-"; +lyrics 2: "cun-dum scri-ptu-"; +lyrics 3: "ptu-ras,"; +bar +1:2e;4f;4g;1a; +2:1c+;2r;2f+; +3:2r;2a;2f;4g;4a; +lyrics 1: "cun-dum scri-ptu-"; +lyrics 2: "ras, se-"; +lyrics 3: "se-cun-dum scri-"; +ital all: 0 "80"; +bar +1:2f;4g;4a;1b; +2:2d+;4e+;4f+;4g+;2f+;4e+; +3:2.b;4a;1g; +lyrics 1: "ras, scri--ptu-"; +lyrics 2: "cun-dum scri-ptu---"; +lyrics 3: "ptu---"; +bar +1:1a;2.c;4d; +2:1f+;2.a;4b; +3:1/2f; +lyrics 1,2: "ras. Et a-"; +lyrics 3: "ras."; +bar +1:2e;4f;4g;4a;4b;2c+<>; +2:2c+;4d+;4e+;4f+;4g+;2a+<>; +3:1r;2.f;4g; +lyrics 1,2: "scen-dit in cae---"; +lyrics 3: "Et a-"; +bar +1:2c+;2b;1a<>; +2:2a+;2g+;2f+;2d+; +3:2a;4b;4c+;4d+;4e+;2f+<>; +lyrics 1: "-lum,_"; +lyrics 2: "-lum, se-"; +lyrics 3: "scen-dit in cae---"; +bar +1:1a;2r;2g; +2:2a;2f+;2.e+;4e+; +3:2f+;2d+;1c+; +lyrics 1: "se-"; +lyrics 2: "det ad dex-te-"; +lyrics 3: "-lum,"; +ital all: 0 "85"; +bar +1:2e;2a;2.g;4g; +2:2c+;1f+;2e+; +3:1r;2r;2c+; +lyrics 1: "det ad dex-te-"; +lyrics 2: "ram pa--"; +lyrics 3: "se-"; +bar +1:2c;1f;2e; +2:1f+;2r;2c+; +3:2a;2d+;2.c+;4c+; +lyrics 1: "ram pa--"; +lyrics 2: "tris, se-"; +lyrics 3: "det ad dex-te-"; +bar +1:2f;2.f;4e;4f;4g; +2:2a;2d+;2.c+;4c+; +3:2f;2b;2a;2f<>; +lyrics 1: "tris, pa----"; +lyrics 2: "det ad dex-te-"; +lyrics 3: "ram pa---"; +bar +1:1a;1g; +2:2f;1d+;2c#+; +3:2f;4e;4d;1e; +lyrics 1: "--"; +lyrics 2: "ram pa--"; +lyrics 3: "---"; +bar +1:1f#;2r;2fn; +2:1d+;2r;2d+; +3:1d;2r;2b; +lyrics 1-3: "tris. Et"; +ital all: 0 "90"; +bar +1:2.f;4f;2g;2a; +2:2.c+;4d+;2b;2c+; +3:2.a;4b;2g;2f; +lyrics 1-3: "i-te-rum ven-"; +bar +1:2b;2g;1a; +2:2d+;2c+;1c+; +3:2d;2e;1f; +lyrics 1-3: "tu-rus est"; +bar +1:2r;2a;2.g;4g; +2:2r;2f+;2.e+;4d; +3:2r;2f;2.c+;4bn; +lyrics 1-3: "cum glo-ri-"; +bar +1:1g;2f;2e; +2:2e+;2.d+;4c+;2c+<>; +3:2c+;4g;4a;2b&;2c+; +lyrics 1: "a, ju-di-"; +lyrics 2: "a, ju-di-ca-"; +lyrics 3: "a, ju-di-ca--"; +bar +1:1d;1c; +2:2c+;2bn;2r;2c+; +3:1g;2r;2a; +lyrics 1: "ca-re,"; +lyrics 2: "re, vi-"; +lyrics 3: "re, vi-"; +ital all: 0 "95"; +bar +1:2r;2c+;2b;2a; +2:2b;2a;2.d+;4c+; +3:2g;2f;1d<>; +lyrics 1: "vi-vos et"; +lyrics 2: "vos et mor--"; +lyrics 3: "vos et mor-"; +bar +1:2.f;4g;1e; +2:2a;2bn;1c+; +3:2d;;1c; +lyrics 1: "mor-tu-os,"; +lyrics 2: "-tu-os,"; +lyrics 3: "tu-os,"; +bar +1:2r;2.e;4f;2g; +2:2r;2.c+;4d+;2e+; +3:2r;1a;2g; +lyrics 1,2: "cu-jus__"; +lyrics 3: "cu-jus"; +bar +1:1a;1g; +2:2f+;2c+;2r;2e+; +3:1f;2c;4r;4c+; +lyrics 1: "re-gni"; +lyrics 2: "re-gni non"; +lyrics 3: "re-gni non"; +bar +1:1r;2r;2c+; +2:2c+;2d+;2.e+;4c+; +3:2a;2b;1c+; +lyrics 1: "non"; +lyrics 2: "e-rit fi-nis,"; +lyrics 3: "e-rit fi-"; +ital all: 0 "100"; +bar +1:2a;2b;1c+; +2:2f+;2d+;2e+;2f+<>; +3:2f;2r;2r;2f; +lyrics 1: "e-rit fi-"; +lyrics 2: "non e-rit fi-"; +lyrics 3: "nis, non"; +bar +1:2f;2r;2r;2f; +2:2f+;2c+;4r;4c+;2a; +3:2d;2e;2.f;4d; +lyrics 1: "nis, non"; +lyrics 2: "nis, non e-"; +lyrics 3: "e-rit fi-nis,"; +bar +1:2d;2e;1f; +2:2b;2.c+;4f;2b<>; +3:2g;2c;2.d;4e; +lyrics 1: "e-rit fi-"; +lyrics 2: "rit fi-nis, fi-"; +lyrics 3: "fi----"; +bar +1:1/2c; +2:2b;4a;4g;1a; +3:1/2f; +lyrics 1: "nis."; +lyrics 2: "--nis."; +lyrics 3: "nis."; +mussym above 1,3: 1 "ferm"; +mussym above 2: 3 "ferm"; +dblbar +newscore +1:1/2r; +2:1.c+;2d+; +3:1r;1f<>; +lyrics 2: "Et in"; +lyrics 3: "Et_"; +ital all: 0 "105"; +bar +1:1/2r; +2:2.f+;4f+;2e+;2d+<>; +3:2f;2d;2.g;4g; +lyrics 2: "Spi-ri-tum san-"; +lyrics 3: "in Spi-ri-"; +bar +1:1/2r; +2:2d+;2c+;2.b;4b; +3:2f;2.a;4g;2g<>; +lyrics 2: "ctum Do-mi-"; +lyrics 3: "tum san-ctum Do-"; +bar +1:1/2r; +2:1a;2r;2d+; +3:2g;2f#;1g; +lyrics 2: "num, et"; +lyrics 3: "mi-num,"; +bar +1:1/2r; +2:2e+;4d+;4e+;1f+; +3:2r;2g;2a;4g;4f; +lyrics 2: "vi-vi-fi-can-"; +lyrics 3: "et vi-vi-fi-"; +bar +1:1/2r; +2:1d+;2r;2f+; +3:1b;1f; +lyrics 2: "tem, qui"; +lyrics 3: "can-tem,"; +ital all: 0 "110"; +bar +1:1/2r; +2:2e+;1d+;2c+; +3:1r;1f; +lyrics 2: "ex pa-tre"; +lyrics 3: "qui"; +bar +1:1/2r; +2:2g;2b;1a; +3:2e;1d;2c; +lyrics 2: "fi-li-o-"; +lyrics 3: "ex pa-tre"; +bar +1:1/2r; +2:2d;2d+;4c+;4d+;4e+;4f+; +3:2f;2b;1a; +lyrics 2: "que pro-ce----"; +lyrics 3: "fi-li-o-"; +bar +1:1/2r; +2:4d+;4e+;2f+;2e+;2g+; +3:2d;2a;4g;4a;4b;4c+; +lyrics 2: "---dit, pro-"; +lyrics 3: "que pro-ce----"; +bar; +1:1/2r; +2:4f+;4g+;4e+;4f+;1d+; +3:4a;4b;1c+;2bn; +lyrics 2: "ce-----"; +lyrics 3: "----"; +ital all: 0 "115"; +bar +1:1r;2r;2g<>; +2:1e+;2r;2e+<>; +3:1c+;2r;2c+<>; +lyrics 1: "Qui_"; +lyrics 2,3: "dit. Qui_"; +bar +1:2g;2b;1a; +2:2e+;2d+;1f+; +3:2c+;2g;1f; +lyrics 1-3: "cum-pa-"; +bar +1:1g;2g;2f<>; +2:1e+;2e+;2d+<>; +3:1c+;2g;2b<>; +lyrics 1-3: "tre et fi-"; +bar +1:2f;2e;2d;2g<>; +2:2d+;2c+;1bn; +3:2b;2c+;1g; +lyrics 1: "li-o si-"; +lyrics 2-3: "li-o"; +bar +1:2g;2e;2f;2g; +2:1c+;2a;2b&; +3:1/2r; +lyrics 1: "mul a-do-"; +lyrics 2: "si-mul a-"; +ital all: 0 "120"; +bar +1:1a;2f;2g; +2:2c+;1d+;2g; +3:1f;2d;2e; +lyrics 1: "ra-tur, et"; +lyrics 2: "do-ra-tur,"; +lyrics 3: "si-mul a-"; +bar +1:2a;2b;2g;2a; +2:2r;2d+;2e+;2f+; +3:2f;1g;2d; +lyrics 1: "con-glo-ri-fi-"; +lyrics 2: "et con glo-"; +lyrics 3: "do-ra-tur,"; +bar +1:1b;2a;2d<>; +2:2d+;2e+;1f+; +3:2r;2g;2a;2b; +lyrics 1: "ca-tur, con_"; +lyrics 2: "ri-fi-ca-"; +lyrics 3: "et con glo-"; +bar +1:2d;2c#;2.d;4e; +2:1e+;1r; +3:2g;2a;1b; +lyrics 1: "glo-ri-fi-"; +lyrics 2: "tur,"; +lyrics 3: "ri-fi-ca-"; +bar +1:1f;1e; +2:2r;1a+;2g+; +3:1a;1c+<>; +lyrics 1: "ca-tur,"; +lyrics 2: "qui lo-"; +lyrics 3: "tur, qui_"; +ital all: 0 "125"; +bar +1:2r;1a;2g; +2:2c+;2f+;1e+; +3:2c+;2d+;2.c+;4b; +lyrics 1: "qui lo-"; +lyrics 2: "cu-tus est"; +lyrics 3: "lo-cu-tus_"; +bar +1:2c;2f;1e; +2:2r;1d+;2c#+; +3:4a;4g;2f;1a; +lyrics 1: "cu-tus est"; +lyrics 2: "per Pro-"; +lyrics 3: "___est"; +bar +1:2r;1g;2f; +2:2.d+;4cn+;2b;2a; +3:2.b;4a;2g;2d; +lyrics 1: "per Pro-"; +lyrics 2: "phe----"; +lyrics 3: "per Pro-phe-tas,"; +bar +1:2.b;4a;1g; +2:2g;1d+;2c#+; +3:2.g;4f;1e; +lyrics 1: "phe---"; +lyrics 2: "---"; +lyrics 3: "per Pro-phe-"; +bar +1:1f#;2r;2fn; +2:1/2d+; +3:1d;2r;2d; +lyrics 1,3: "tas. Et"; +lyrics 2: "tas."; +ital all: 0 "130"; +bar +1:1a;1g; +2:2r;2c+;1e+; +3:1f;1c; +lyrics 1,3: "u-nam"; +lyrics 2: "Et u-"; +bar +1:2r;2.g;4a;2b; +2:1d+;2r;2d+<>; +3:2r;2.g;4f;2g; +lyrics 1,3: "san---"; +lyrics 2: "nam san-"; +bar +1:1a;2r;2c+; +2:4d+;4e+;2f+;1c+; +3:1f;2r;2a; +lyrics 1,3: "ctam Ca-"; +lyrics 2: "--ctam"; +bar +1:2.b;4a;2g;2a; +2:1r;2r;2c+; +3:2.g;4f;2e;2f; +lyrics 1,3: "tho-li-cam, Ca-"; +lyrics 2: "Ca-"; +bar +1:2.g;4f;2e;2e; +2:2.b;4a;2g;2c+; +3:2.b;4f;1c; +lyrics 1,2: "tho-li-cam, et"; +lyrics 3: "tho-li-cam,"; +ital all: 0 "135"; +bar +1:2f;2g;2.a;4g; +2:2d+;2e+;2.f+;4e+; +3:1/2r; +lyrics 1,2: "A-po-sto-li-"; +bar +1:2f;2e;2.d;4d; +2:2d+;4c+;2c+;8bn bm;8a ebm;2b; +3:2r;2c;2f;2g; +lyrics 1: "cam Ec-cle-si-"; +lyrics 2: "cam Ec-cle-si---"; +lyrics 3: "et A-po-"; +bar +1:1c;2r;2g; +2:2c+;2e+;2d+;2c+; +3:2.a;4g;2f;2e; +lyrics 1: "am, et"; +lyrics 2: "am, et A-po-"; +lyrics 3: "sto-li-cam Ec-"; +bar +1:2a;2b;2.c+;4b; +2:2.f+;4f+;2e+;2g+; +3:2.d;4d;1c; +lyrics 1: "A-po-sto-li-"; +lyrics 2: "sto-li-cam Ec-"; +lyrics 3: "cle-si-am,"; +bar +1:2a;2g;2.f;4g; +2:2f+;2e+;1d+; +3:2f;2.c+;8bn bm;8a ebm;2b; +lyrics 1: "cam Ec-cle-si-"; +lyrics 2: "cle-si-am."; +lyrics 3: "Ec-cle-si---"; +ital all: 0 "140"; +bar +1:1e;2r;2e; +2:1r;2r;2c+<>; +3:1c+;2r;2f<>; +lyrics 1,3: "am. Con-"; +lyrics 2: "Con-"; +bar +1:2.a;4a;2d;2b<>; +2:2c+;2.f+;4f+;2d+; +3:2f;2.b;4b;2g; +lyrics 1: "fi-te-or u-"; +lyrics 2,3: "fi-te-or"; +bar +1:2b;1a;2g; +2:1f+;1e+; +3:1d+;1c+; +lyrics 1: "num ba-"; +lyrics 2,3: "u-num"; +bar +1:2.c+;4b;4a;4g;2a<>; +2:2c+;1f+;2e+; +3:2r;2f;1c+; +lyrics 1: "pti-----"; +lyrics 2: "ba-pti--"; +lyrics 3: "ba-pti-"; +bar +1:2a;2g;1a; +2:1d+;2r;2e+; +3:1b;1a; +lyrics 1: "-sma"; +lyrics 2: "sma in"; +lyrics 3: "-sma"; +ital all: 0 "145"; +bar +1:2r;2a;2g;2f<>; +2:2d+;1c+;2d+; +3:1f;2e;2d<>; +lyrics 1: "in re-mis-"; +lyrics 2: "re-mis-si-"; +lyrics 3: "in re-mis"; +bar +1:2f;2g;2b;2a; +2:2f+;2e+;2.d+;4e+; +3:2d;2c;2g;2f; +lyrics 1: "si-o-nem"; +lyrics 2: "o-nem pec-ca-"; +lyrics 3: "si-o-nem"; +bar +1:2.d;4e;2f;2e; +2:2.b;4a;4f;4g;2a<>; +3:2r;1d;2c; +lyrics 1: "pec-ca-to--"; +lyrics 2: "to-----"; +lyrics 3: "pec-ca-"; +bar +1:1d;1c; +2:2a;2g;1a; +3:1b;1f; +lyrics 1: "-rum."; +lyrics 2: "-rum."; +lyrics 3: "to-rum."; +bar +1:2a;2b;1c+; +2:2r;2d+;2e+;2f+<>; +3:1r;2r;2a; +lyrics 1: "Et ex-spe-"; +lyrics 2: "Et ex-spe-"; +lyrics 3: "Et"; +ital all: 0 "150"; +bar +1:1g;2.g;4a; +2:2f+;2e+;2r;2d+<>; +3:2b;1c+;2g; +lyrics 1: "cto re-sur-"; +lyrics 2: "cto re-"; +lyrics 3: "ex-spe-cto"; +bar +1:4b;4c+;2d+;2c+;2b<>; +2:4d+;4e+;4f+;4g+;2a+;2g+; +3:1r;2r;2g<>; +lyrics 1: "rec-ti-o-nem, mor-"; +lyrics 2: "sur-re-cti-o-nem,"; +lyrics 3: "re-"; +bar +1:4b;4a;1f;2g<>; +2:2.d+;4e+;2.f+;4e+; +3:4g;4a;4b;4c+;2d+;2c+<>; +lyrics 1: "tu-o-rum,_"; +lyrics 2: "mor-tu-o--"; +lyrics 3: "sur-re-cti-o-nem_"; +bar +1:2g;2.f;4g;2c; +2:2c+;4.d+;8e+;4d+;4c+;2c+<>; +3:2c+;1f;2a; +lyrics 1: "mor-tu-o-"; +lyrics 2: "------"; +lyrics 3: "mor-tu-"; +bar +1:1d;2r;2e; +2:2c+;2bn;1c+<>; +3:1g;2c;4r;4c; +lyrics 1: "rum, et"; +lyrics 2: "-rum,_"; +lyrics 3: "o-rum, et"; +ital all: 0 "155"; +bar +1:2g;4a;4b;1c+; +2:1c+;1r; +3:2e;4f;4g;1a; +lyrics 1: "vi-tam ven-tu-"; +lyrics 3: "vi-tam ven-tu-"; +bar +1:2a;1c+;2b; +2:2r;2a;2c+;4d+;4e+; +3:1f;2a;2g; +lyrics 1: "ri sae-cu-"; +lyrics 2: "et vi-tam ven-"; +lyrics 3: "ri sae-cu-"; +bar +1:1/2a; +2:1f+;2c+;2d+<>; +3:1f;2r;2d; +lyrics 1: "li,"; +lyrics 2: "tu-ri sae-"; +lyrics 3: "li, et"; +bar +1:1r;2r;2d; +2:2d+;;1g; +3:2f;4g;4a;1b; +lyrics 1: "et"; +lyrics 2: "cu-li,"; +lyrics 3: "vi-tam ven-tu-"; +bar +1:2f;4g;4a;1b; +2:2f;2b;4b;4c+;2d+<>; +3:2a;1g;2d; +lyrics 1: "vi-tam ven-tu-"; +lyrics 2: "et vi-tam ven-tu-"; +lyrics 3: "ri sae-cu-"; +ital all: 0 "160"; +bar +1:2a;2.a;4g;2g<>; +2:2d+;2c+;2.c+;4b; +3:1f;2.c;4d; +lyrics 1: "ri sae-cu--"; +lyrics 2: "ri sae-cu-"; +lyrics 3: "li, sae--"; +bar +1:2g;2f;1e; +2:2g;2a;1g; +3:2e;2f;1c; +lyrics 1: "-li."; +lyrics 2: "--li."; +lyrics 3: "-cu-li."; +bar +1:1/2f; +2:2r;2.f;4g;4a;4b; +3:1r;2r;2f<>; +lyrics 1: "A-"; +lyrics 2: "A----"; +lyrics 3: "A-"; +bar +1:1f;2r;2f<>; +2:2c+;2f;2a;4r;4c+; +3:4f;4g;4a;4b;2c+;2f; +lyrics 1: "men, A-"; +lyrics 2: "--men, A-"; +lyrics 3: "-----"; +bar +1:4f;4g;4a;4b;2c+;2f; +2:4d+;4e+;2.f+;4c+;2d+<>; +3:2b;1f;2d; +lyrics 1: "-----"; +lyrics 2: "-----"; +lyrics 3: "men, A--"; +ital all: 0 "165"; +bar +1:1/2a; +2:2d+;2c+;1c+; +3:1/2f; +lyrics 1,3: "men."; +lyrics 2: "-men."; +mussym above 1,3: 1 "ferm"; +mussym above 2: 3 "ferm"; +endbar hidechanges +score + scoresep = 30 + time=4/2; +music +newpage +midi all: 0 "tempo=230"; +music +1:1/2f<>; +2:1r;2.f;4g; +3:1/2r; +lyrics 1: "San-"; +lyrics 2: "San--"; +bar = z +center (_page.x, z.y + 14) "\s(18)SANCTUS"; +score scoresep = 10 +music +1:1/2f<>; +2:4a;4b;1c+;2f; +3:2.f;4g;4a;4b;2c+<>; +lyrics 2: "----"; +lyrics 3: "San-----"; +bar +1:1/2f; +2:2a;2d+;2e+;2f+; +3:2c+;2f;2a;2d+; +lyrics 2,3: "----"; +bar +1:1g;2.g;4f; +2:1/2e+; +3:1/2c+; +lyrics 1: "ctus, San--"; +lyrics 2,3: "ctus,"; +bar +1:4e;4d;2c;2g;2a<>; +2:2.g+;4f+;4e+;4d+;2c+; +3:1/2c+; +lyrics 1: "-----"; +lyrics 2: "San-----"; +lyrics 3: "San-"; +ital all: 0 "5"; +bar +1:4a;4g;4a;4bn;1c+<>; +2:2e+;2.f+;4e+;4f+;4g+; +3:1.a;2f<>; +lyrics 1: "----"; +lyrics 2: "-----"; +lyrics 3: "--"; +bar +1:2c+;2bn;1c+; +2:2a+;1b+;2f#+; +3:2f;2g;1a; +lyrics 1: "-ctus,"; +lyrics 2: "---"; +lyrics 3: "--"; +bar +1:1r;2.b;4a; +2:1/2g+; +3:1/2g; +lyrics 1: "San--"; +lyrics 2,3: "ctus,"; +bar +1:2g;2f;2g;2a<>; +2:1/2d+; +3:2.b;4a;2g;2f; +lyrics 1: "----"; +lyrics 2: "San-"; +lyrics 3: "San----"; +bar +1:4a;4g;4a;4f;2g;2f; +2:1.c+;2a<>; +3:2e;2.f;4e;4f;4d; +lyrics 1: "-----"; +lyrics 2: "--"; +lyrics 3: "-----"; +ital all: 0 "10"; +bar +1:2e;1f;2e; +2:4a;4g;4a;4f;1g; +3:1/2c; +lyrics 1: "---"; +lyrics 2: "----"; +lyrics 3: "-"; +bar +1:1f;2.c+;4c+; +2:1/2a; +3:1/2f; +lyrics 1: "ctus. Do-mi-"; +lyrics 2,3: "ctus."; +bar +1:2b;1a;2g; +2:2.d+;4d+;2c+;2b<>; +3:1/2r; +lyrics 1: "nus De-us"; +lyrics 2: "Do-mi-nus De-"; +bar +1:1f;2e;2d; +2:2b;2a;2.g;4g; +3:2r;2.c+;4c+;2b; +lyrics 1: "Sa-ba--"; +lyrics 2: "us Sa-ba-"; +lyrics 3: "Do-mi-nus"; +bar +1:1f;2.c+;4c+; +2:2f;2.f+;4f+;2e+; +3:2.a;4f;2.a;4a; +lyrics 1: "oth, Do-mi-"; +lyrics 2: "oth, Do-mi-nus"; +lyrics 3: "De-us Sa-ba_"; +ital all: 0 "15"; +bar +1:2b;2.a;4f;2a<>; +2:1.d+;2c+; +3:1d;2f;; +lyrics 1: "nus De-us Sa-"; +lyrics 2: "De-us"; +lyrics 3: "oth, De-us"; +dashed bar hidechanges +score time=2/2n; +music +1:4a;4d;2g; +2:2.b;4b; +3:2.g;4g; +lyrics 1: "ba--"; +lyrics 2,3: "Sa-ba-"; +bar hidechanges +score time=4/2n; +music +1:1/2f#; +2:1/2a; +3:1/2d; +lyrics 1-3: "oth."; +mussym above 1-3: 1 "ferm"; +dblbar +newscore +1:2r;2a;2f;2d; +2:1.d+;2b<>; +3:1/2r; +lyrics 1: "Ple-ni sunt"; +lyrics 2: "Ple-ni_"; +bar +1:1b;2b;2a; +2:2b;2g;2.d+;4f+; +3:1/2r; +lyrics 1: "cae-li et"; +lyrics 2: "sunt cae-li"; +bar +1:2g;2f;1e; +2:2e+;1d+;2c#+; +3:1r;1a; +lyrics 1: "ter--ra,"; +lyrics 2: "et ter--"; +lyrics 3: "Ple-"; +ital all: 0 "20"; +bar +1:2r;2a;2g;2d; +2:1d+;2d+;2b; +3:2f;2d;1b; +lyrics 1: "ple-ni sunt"; +lyrics 2: "ra, ple-ni"; +lyrics 3: "ni sunt cae-"; +bar +1:1b;2b;2a; +2:4g;2g+;4f+;4e+;4d+;2d+<>; +3:2b;2a;2g;2f; +lyrics 1: "cae-li et"; +lyrics 2: "sunt cae-li et ter--"; +lyrics 3: "li et ter--"; +bar +1:1g;2f#;4r;4fn<>; +2:2d+;2c#+;1d+; +3:1e;2r;2d<>; +lyrics 1: "ter-ra, glo"; +lyrics 2: "-ra,"; +lyrics 3: "ra, glo-"; +bar +1:4f;4a;2g;2a;2g; +2:2r;2.c+;4f+;2e+; +3:4d;4f;2e;2f;2c; +lyrics 1,3: "ri-a tu-a,"; +lyrics 2: "glo-ri-a"; +bar +1:2r;2.a;4c+;2bn; +2:2f+;2c+;1r; +3:2r;2.f;4a;2g; +lyrics 1,3: "glo-ri-a"; +lyrics 2: "tu-a,"; +ital all: 0 "25"; +bar +1:2c+;2a;2r;2c<>; +2:2r;2.c+;4f+;2e+; +3:2a;2f;2r;2a<>; +lyrics 1,3: "tu-a, glo-"; +lyrics 2: "glo-ri-a"; +bar +1:4c;4f;2e;1a<>; +2:2.a+;4g+;4f+;4e+;2d+; +3:4a;4d+;2c#+;1d+; +lyrics 1,3: "ri-a tu-"; +lyrics 2: "tu-----"; +bar +1:2a;2e;1r; +2:1c+#;2e+;2f+<>; +3:1a;2r;2a; +lyrics 1: "a."; +lyrics 2: "a. O-san-"; +lyrics 3: "a. O-"; +bar +1: 1/2r; +2:2f+;2d+;2e+;2f+; +3:1b;2g;2a; +lyrics 2: "na in ex-"; +lyrics 3: "san-na in"; +bar +1:1r;2r;2a; +2:2.g+;4f+;4e+;4d+;2c+; +3:2b;2.c+;4b;2g; +lyrics 1: "O-"; +lyrics 2: "cel-----"; +lyrics 3: "ex-cel---"; +ital all: 0 "30"; +bar +1:2.b;4g;2a;2b; +2:2d+;2e+;2f+;2d+; +3:1g;2r;2g; +lyrics 1: "san-na in ex-"; +lyrics 2: "----"; +lyrics 3: "sis, O-"; +bar +1:2.c+;4b;4a;4g;2f; +2:1c+;1r; +3:2a;2f;2c+;2d+; +lyrics 1: "cel-----"; +lyrics 2: "sis,"; +lyrics 3: "san-na in ex-"; +bar +1:1a;2r;2f; +2:2r;2d+;2f+;2d+; +3:2.f+;4e+;4d+;4c+;4b;4a; +lyrics 1: "sis, O-"; +lyrics 2: "O-san-na"; +lyrics 3: "cel------"; +bar +1:2b;2g;2b;2c+; +2:1.g+;2a+; +3:1g;2r;2f; +lyrics 1: "san-na in ex-"; +lyrics 2: "in ex-"; +lyrics 3: "sis, O-"; +bar +1:2.d+;4c+;4b;4a;4g;4a; +2:2.b+;4a+;4g+;4f+;2e+; +3:2b;2g;2b;2c+; +lyrics 1: "cel------"; +lyrics 2: "cel-----"; +lyrics 3: "san-na in ex-"; +ital all: 0 "35"; +bar +1:2b;2a;1g; +2:4f+;2f+;4e+;4d+;4c+;4b;4c+; +3:2.d+;4c+;4b;4a;4g;4a; +lyrics 1: "--sis,"; +lyrics 2: "sis, in ex-cel----"; +lyrics 3: "cel------"; +bar +1:2.f;4f;1b; +2:4d+;4e+;1f+;2e+; +3:2b;2a;1g; +lyrics 1: "in ex-cel-"; +lyrics 2: "----"; +lyrics 3: "---"; +bar +1:1/2a; +2:1/2f+; +3:1/2f; +lyrics 1-3: "sis."; +mussym above 1-3: 1 "ferm"; +dblbar hidechanges +score + scoresep = 30 + time=4/2; +music +newscore +1:1.f;2c; +2:1/2r; +3:1r;1f<>; +lyrics 1: "Be-ne-"; +lyrics 3: "Be-"; +bar = z +center (_page.x, z.y + 14) "\s(18)BENEDICTUS"; +score scoresep = 10 +music +1:4f;4g;1a;2g; +2:1r;1c+<>; +3:1f;1c; +lyrics 1: "di---ctus"; +lyrics 2: "Be-"; +lyrics 3: "ne-"; +ital all: 0 "40"; +bar +1:1a;1b; +2:2c+;2f;4b;4c+;2d+<>; +3:4f;4g;2a;1g; +lyrics 1: "qui ve-"; +lyrics 2: "ne-di---"; +lyrics 3: "di---ctus"; +bar +1:1a;2r;2d; +2:2d+;2c+;2d+;2f+<>; +3:1f;1b; +lyrics 1: "nit, in"; +lyrics 2: "ctus qui ve-"; +lyrics 3: "qui ve-"; +bar +1:2.a;4c+;2b;2a<>; +2:2f+;2e+;1d+; +3:1a;2r;2d; +lyrics 1: "no-mi-ne Do-"; +lyrics 2: "--"; +lyrics 3: "nit, in"; +bar +1:2a;2a;4d;2f;4e; +2:1c+;2r;2c+; +3:2.f;4c+;2b;2a<>; +lyrics 1: "mi-ni, Do-mi-"; +lyrics 2: "nit, in"; +lyrics 3: "no-mi-ne Do-"; +bar +1:2c#;4r;4e;2.a;4cn+; +2:2.e+;4g+;2f+;2e+<>; +3:2a;2a;2d;2c; +lyrics 1: "ni, in no-mi-"; +lyrics 2: "no-mi-ne Do-"; +lyrics 3: "mi-ni, in"; +ital all: 0 "45"; +bar +1:2b;1a;2g; +2:4e+;4d+;2.d+;4c#+;4e+;4d+; +3:2.d;4f;1e; +lyrics 1: "ne Do-mi-"; +lyrics 2: "--mi---"; +lyrics 3: "no-mi-ne"; +bar +1:1e;2r;2f; +2:4c#+;4bn;2c+;2d+;4r;4d+; +3:2.a;4a;1d; +lyrics 1: "ni. O-"; +lyrics 2: "---ni. O-"; +lyrics 3: "Do-mi-ni"; +bar +1:2d;2c;2f;2g; +2:2b;2a;2d+;2e+; +3:2r;2f;2d;2c; +lyrics 1,2: "san-na in ex-"; +lyrics 3: "O-san-na"; +bar +1:1a;2g;2g; +2:1f+;1e+; +3:2f;2a;1c+; +lyrics 1: "cel-sis, O-"; +lyrics 2: "cel-sis,"; +lyrics 3: "in ex-cel-"; +bar +1:2e;2c;2r;2c+; +2:2r;2g+;2e+;2c+; +3:1/2c; +lyrics 1: "san-na, O-"; +lyrics 2: "O-san-na"; +lyrics 3: "sis,"; +ital all: 0 "50"; +bar +1:2b;2g;2.a;4b; +2:2d+;2e+;1f+; +3:2r;2c+;2a;2f; +lyrics 1: "san-na in ex-"; +lyrics 2: "in ex-cel-"; +lyrics 3: "O-san-na"; +bar +1:1c+;2c;2r; +2:2c+;2.e+;4f+;2g+<>; +3:1.a;2b; +lyrics 1: "cel-sis,"; +lyrics 2: "sis, in ex-cel-"; +lyrics 3: "in ex-"; +bar +1:2e;2f;1g; +2:4g+;4f+;1f+;2e+; +3:1/2c+; +lyrics 1: "in ex-cel-"; +lyrics 2: "---"; +lyrics 3: "cel-"; +bar +1:1/2a; +2:1/2f+; +3:1/2f; +lyrics 1-3: "sis."; +mussym above 1-3: 1 "ferm"; +endbar +newpage +1:1.f;2c; +2:1/2r; +3:1r;1f<>; +lyrics 1: "A-gnus"; +lyrics 3: "A-"; +bar = z +center (_page.x, z.y + 14) "\s(18)AGNUS DEI"; +score scoresep = 10 +music +1:4f;4g;1a;2g; +2:1r;1c+<>; +3:1f;1c; +lyrics 1: "De----"; +lyrics 2: "A-"; +lyrics 3: "gnus"; +bar +1:1a;2r;2b; +2:2c+;2f;4b;4c+;2d+<>; +3:4f;4g;2a;1g; +lyrics 1: "i, qui"; +lyrics 2: "gnus De---"; +lyrics 3: "De----"; +bar +1:2.a;4g;2f;2f<>; +2:2d+;2c+;1d+; +3:1f;2r;2b; +lyrics 1: "tol-lis pec-ca-"; +lyrics 2: "-i,"; +lyrics 3: "i, qui"; +bar +1:2f;2e;2d;2a; +2:1r;2r;2f+; +3:2.a;4g;1f; +lyrics 1: "ta-mun--"; +lyrics 2: "qui"; +lyrics 3: "tol-lis pec-"; +ital all: 0 "5"; +bar +1:1g;1r; +2:2.e+;4d+;2c+;2c+<>; +3:2.c+;4b;2.a;4g; +lyrics 1: "di,"; +lyrics 2: "tol-lis pec-ca-"; +lyrics 3: "ca-ta mun--"; +bar +1:2a;2b;2.c+;4f; +2:2c+;2b;1a; +3:4f;4a;2g;1f; +lyrics 1: "mi-se-re-re"; +lyrics 2: "ta mun-"; +lyrics 3: "---di,"; +bar +1:2b;2.a;4g;4a;4f; +2:1d+;1c+; +3:2r;2d;2e;2f<>; +lyrics 1: "no-----"; +lyrics 2: "-di,"; +lyrics 3: "mi-se-re-"; +bar +1:2a;2g;2f;2d; +2:1r;2a;2b; +3:4f;4c;2e&;1d; +lyrics 1: "--bis, mi-"; +lyrics 2: "mi-se-"; +lyrics 3: "re no--"; +bar +1:2e;2.g;4d;2f<>; +2:2.c+;4g;2b;2a; +3:1c;1r; +lyrics 1: "se-re-re no-"; +lyrics 2: "re-re no--"; +lyrics 3: "bis,"; +ital all: 0 "10"; +bar +1:2f;2e;1f; +2:1g;1f; +3:2r;2g;2a;2c+<>; +lyrics 1: "-bis,"; +lyrics 2: "-bis,"; +lyrics 3: "mi-se-re-"; +bar +1:2r;2f;2a;2c+<>; +2:2c+;2d+;2.f+;4c+; +3:4c+;4f;2b;2f;2a; +lyrics 1: "mi-se-re-"; +lyrics 2: "mi-se-re-re"; +lyrics 3: "re no---"; +dashed bar hidechanges +score time=2/2n; +music +1:4c+;4g;2b<>; +2:2e&+;2d+<>; +3:1g; +lyrics 1: "re no-"; +lyrics 2: "no--"; +lyrics 3: "-"; +bar hidechanges +score time=4/2n; +music +1:2b;4a;4g;1a<>; +2:2d+;2c+;1c+; +3:1/2f<>; +lyrics 1: "--bis._"; +lyrics 2: "-bis."; +lyrics 3: "bis._"; +bar +1:1/2a<>; +2:2r;1f+;2c+; +3:1f;2r;2f<>; +lyrics 2: "A-gnus"; +lyrics 3: "A-"; +bar +1:1a;1r; +2:1.d+;4c+;4b; +3:2f;2d;1f<>; +lyrics 2: "De---"; +lyrics 3: "gnus De-"; +ital all: 0 "15"; +bar +1:1/2r; +2:1a;2r;2g; +3:2f;4e;4d;1c; +lyrics 2: "i, qui"; +lyrics 3: "--i,"; +bar +1:1/2r; +2:1c+;2a;2c+; +3:2r;2c;1f; +lyrics 2: "tol-lis pec-"; +lyrics 3: "qui tol-"; +bar +1:1/2r; +2:1f+;2e+;2d+<>; +3:2d;2f;1g; +lyrics 2: "ca-ta mun-"; +lyrics 3: "lis pec-ca-"; +bar +1:1/2r; +2:2d+;2c+;1b; +3:2f;2.a;4g;2g<>; +lyrics 2: "--"; +lyrics 3: "ta mun---"; +bar +1:1/2r; +2:1a;2r;2b; +3:2g;2f#;1g; +lyrics 2: "di, mi-"; +lyrics 3: "-di,"; +ital all: 0 "20"; +bar +1:1/2r; +2:2g;1d+;2a; +3:2r;2g;2d;2f<>; +lyrics 2: "se-re-re"; +lyrics 3: "mi-se-re-"; +bar +1:1/2r; +2:2.c+;4d+;2b;2a; +3:2f;2e;1d; +lyrics 2: "no---bis,"; +lyrics 3: "re no-"; +bar +1:1/2r; +2:2r;2c+;2g;2g+<>; +3:1c;2r;2c+; +lyrics 2: "mi-se-re-"; +lyrics 3: "bis, mi-"; +bar +1:1/2r; +2:2g+;2d+;2.f+;4g; +3:2g;1b;2a; +lyrics 2: "re no--"; +lyrics 3: "se-re-re"; +bar +1:1/2r; +2:2e;2.d;4e;2f; +3:1g;1f<>; +lyrics 2: "----"; +lyrics 3: "no-bis._"; +ital all: 0 "25"; +bar +1:1.a;2f; +2:1/2c+; +3:1f;1f<>; +lyrics 1: "A-gnus"; +lyrics 2: "bis."; +lyrics 3: "A-"; +bar +1:1.a;4g;4b; +2:1/2r; +3:2f;2f;1c+<>; +lyrics 1: "De---"; +lyrics 3: "gnus De-"; +bar +1:2a;4g;4f;2e;2f<>; +2:1/2r; +3:2c+;4b;4d+;2c+;4b;4a; +lyrics 1: "-----"; +lyrics 3: "-----"; +bar +1:2f;2e;1r; +2:1r;1f+<>; +3:1g;1f<>; +lyrics 1: "i,"; +lyrics 2: "A-"; +lyrics 3: "-i,_"; +bar +1:1.a;2f; +2:2f+;2c+;1d+<>; +3:1f;1r; +lyrics 1: "A-gnus"; +lyrics 2: "gnus De-"; +ital all: 0 "30"; +bar +1:2.a;4g;2f;4g;4b; +2:2d+;4c+;4e&+;2d+;2c+<>; +3:1.f;2e; +lyrics 1: "De-----"; +lyrics 2: "----"; +lyrics 3: "A-gnus"; +bar +1:2a;4g;4f;2e;2f<>; +2:2c+;4b;4d+;2c+;4b;4a; +3:1f;1c; +lyrics 1: "---i, De-"; +lyrics 2: "-----"; +lyrics 3: "De-i,"; +bar +1:2f;2e;1f; +2:1g;2r;2f; +3:2r;2c;2.d;4e; +lyrics 1: "-i,"; +lyrics 2: "i, qui"; +lyrics 3: "qui tol-lis"; +bar +1:1r;2r;2b-; +2:2.a;4b;2c+;2d+<>; +3:2f;1a;2g; +lyrics 1: "qui"; +lyrics 2: "tol-lis pec-ca-"; +lyrics 3: "pec-ca-ta"; +bar +1:2.f;4g;2a;2b<>; +2:2d+;2c+;2.f+;4e+; +3:1.f;2d; +lyrics 1: "tol-lis pec-ca-"; +lyrics 2: "ta mun--"; +lyrics 3: "mun--"; +ital all: 0 "35"; +bar +1:2b;2a;1g; +2:4d+;4c+;1d+;2c#+; +3:1f;1e; +lyrics 1: "ta mun-"; +lyrics 2: "----"; +lyrics 3: "-di,"; +bar +1:1f;2r;2a<>; +2:2d+;2b;1a; +3:2r;2d;2.f;4g; +lyrics 1: "di, do-"; +lyrics 2: "--di,"; +lyrics 3: "qui tol-lis"; +bar +1:2a;2f;2g;2a; +2:2r;1d+;2c+; +3:2a;1b;2a; +lyrics 1: "na no-bis"; +lyrics 2: "do-na"; +lyrics 3: "pec-ca-ta"; +bar +1:1b;2a;2c+<>; +2:2d+;2e+;1f+; +3:1g;1f; +lyrics 1: "pa-cem, pa-"; +lyrics 2: "no-bis pa-"; +lyrics 3: "mun-di,"; +bar +1:4c+;4g;2b;1a; +2:2e+;2.g+;4c+;2f+; +3:1r;2r;2a<>; +lyrics 1: "--cem,"; +lyrics 2: "cem, pa---"; +lyrics 3: "do-"; +ital all: 0 "40"; +bar +1:2.a;8g bm;8f ebm;1e; +2:2e+;1d+;2c#+; +3:2a;2f;2g;2a; +lyrics 1: "pa---cem"; +lyrics 2: "---"; +lyrics 3: "na no-bis"; +bar +1:2r;1f;2e; +2:1d+;1r; +3:1b;2a;2c+<>; +lyrics 1: "do-na"; +lyrics 2: "cem,"; +lyrics 3: "pa-cem, pa-"; +bar +1:2.g;4d;2f;2e<>; +2:2r;1d+;2c+; +3:4c+;4g;2b;1a; +lyrics 1: "no-bis pa--"; +lyrics 2: "do-na"; +lyrics 3: "--cem,"; +bar +1:4e;4d;1d;2c#; +2:1.g+;2e+; +3:2.g;4f;1e; +lyrics 1: "---"; +lyrics 2: "no-bis"; +lyrics 3: "pa--cem,"; +bar +1:1d;1r; +2:2.f+;4d+;2f+;2e+<>; +3:2r;1d;2c; +lyrics 1: "cem,"; +lyrics 2: "pa----"; +lyrics 3: "do-na"; +ital all: 0 "45"; +bar +1:1r;2r;2a<>; +2:4e+;4d+;4c+;4b;2a;2d+; +3:2g;2e;2.f;4d; +lyrics 1: "do-"; +lyrics 2: "-----"; +lyrics 3: "no-bis pa--"; +bar +1:2a;2g;2.c+;4a; +2:1/2c+; +3:2f;2e;1a; +lyrics 1: "na no-bis"; +lyrics 2: "cem,"; +lyrics 3: "---"; +bar +1:2b;2.a;4g;4f;4e; +2:1r;2r;2a<>; +3:1d;1f; +lyrics 1: "pa-----"; +lyrics 2: "do-"; +lyrics 3: "cem, pa-"; +bar +1:2f;2d;2e;2a<>; +2:2a;2f;1c+; +3:1d;2c;2f<>; +lyrics 1: "--cem, do-"; +lyrics 2: "na no-"; +lyrics 3: "-cem, do-"; +bar +1:4a;4f;2.g;4f;2f<>; +2:2a;2.b;4a;4g;4f; +3:2f;2b-;2d;2d; +lyrics 1: "na no-bis pa-"; +lyrics 2: "bis pa----"; +lyrics 3: "na no-bis"; +ital all: 0 "50"; +bar +1:2f;4e;4d;1e; +2:1/2g; +3:1/2c; +lyrics 1: "---"; +lyrics 2,3: "-"; +bar +1:1/2f; +2:1/2a; +3:1/2f; +lyrics 1-3: "cem."; +mussym above 1-3: 1 "ferm"; +endbar diff --git a/caldwell/Makefile b/caldwell/Makefile new file mode 100644 index 0000000..1bfb979 --- /dev/null +++ b/caldwell/Makefile @@ -0,0 +1,30 @@ +# +# $Id: Makefile,v 1.1 2001/05/30 01:37:00 djk Exp $ +# +.SUFFIXES: .gif .ps .mup + +OBJ=gratiarum.ps +#D=-D TRANSPOSE + +all : ps + +ps : $(OBJ) + touch ps + +gratiarum.gif : gratiarum.mup + gs -sDEVICE=ppm -sOutputFile=$*%d.ppm -sPAPERSIZE=a4 $*.ps + ppmtogif < $*1.ppm > $*1.gif + ppmtogif < $*2.ppm > $*2.gif + ppmtogif < $*3.ppm > $*3.gif + ppmtogif < $*4.ppm > $*4.gif + ppmtogif < $*5.ppm > $*5.gif + rm -f $**ppm + ln -s $*1.gif $*.gif + +clean : + rm -f *~ *.ps *.mid + +.mup.ps : + mup $D $< -f $@ + mup $D $< -m $*.mid + diff --git a/caldwell/gratiarum.mup b/caldwell/gratiarum.mup new file mode 100644 index 0000000..7da9236 --- /dev/null +++ b/caldwell/gratiarum.mup @@ -0,0 +1,696 @@ +header + title bold (24) "\s(20)\f(TR)For Sarah & Matt" "Gratiarum Actio" "\s(20)\f(TR)John Caldwell" + +score + staffs=1 + bracket=1 + lyricsfontfamily = palatino + fontfamily = palatino + lyricssize=16 + measnum=y + scale=0.60 + packexp=1.0 + packfact=0.75 + staffsep=14 + scorepad=10 + topmargin=0.3 +// botmargin=0.5 +// panelsperpage=2 + pageheight=11.6944 + pagewidth=8.26389 + +// division=48 // midi 'quarter note' size - minims (probably) + +staff 1 + clef=treble + label="Trumpet (C)" + +score + time=3/4 + beamstyle=4,4,4 + +music + midi 1: 0 "channel=1"; 0 "program=60"; + + 1: 8r; {16b&-;e;b&;}above 3y; [with >] 2f#+~; + bold above 1: 1 "Freely"; + boldital below 1: 1 "f"; + < below 1: 1.5 til 1.9; + bar; + + 1: f+; 2c+ ; + mussym above 1: 2 "\(ferm)"; + > below 1: 0 til 3; + bar; + + 1: 8r; {16b&-;e;b&;}above 3y; [with >] 2f#+~; + boldital below 1: 1 "f"; + < below 1: 1.5 til 1.9; + bar; + + 1: f+; 2c+ ; + > below 1: 0 til 3; + bar; + + 1: 2.g; + mussym above 1: 1 "\(ferm)"; + boldital below 1: 1 "pp"; + bar; + + 1: 8r; {16b&-;e;b&;}above 3y; [with >] 2f#+~; + boldital below 1: 1 "f"; + < below 1: 1.5 til 1.9; + bar; + + 1: f+; 2c+~ ; + > below 1: 0 til 3; + bar; + + 1: c+; 2g~; + boldital below 1: 1 "pp"; + bar; + + 1: g; 2a~; + mussym above 1: 2 "\(ferm)"; +// > below 1: 2 til 3; + bar; + +score + time=2/2 + staffs=3 + bracket=1,2-3 + beamstyle= + +staff 1 + clef=treble + label="Trp." + +staff 2 + clef=treble + label="Sopr/Alto" + +staff 3 + clef=bass + label="Ten/Bass" + +define L lyrics @ +define LB lyrics between 1&2@ + +music + midi 1: 0 "channel=1"; 0 "program=74"; + midi 2: 0 "channel=2"; 0 "program=74"; + + 1: 1a; + 2: r; 4af; 8; ; + L 2: "O-cu-li"; + 3: mr; + boldital below 1: 1 "ppp"; + bold above 1: 1 "Moderato"; + boldital above 2: 2 "p"; + bar; + + 1: mr; + 2: 4.af; 8; 4; 4; + L 2: "om-ni-um in"; + 3: mr; + bar; + + 1: mr; + 2: 4af; ; 2; + L 2: "te spe-rant,"; + 3: mr; + bar; + + 1: mr; + 2: 4.b&e; 8af; 2; + L 2: "Do-mi-ne:"; + 3: mr; + bar; + +score + staffs=2 + bracket=1-2 + +staff 1 + clef=treble + +staff 2 + clef=bass + +music + 1: mr; + 2: 4r; af; ; ; + L 2: "Et tu das"; + boldital above 2: 1.5 "p"; + bar; + + 1: mr; + 2: 4af; 8; ; 4; 4; + L 2: "e-scam il-lo-rum"; + bar; + + 1: mr; + 2: 4r; af; ; 8; ; + L 2: "in tem-po-re"; + bar; + + 1: mr; + 2: 4eg; df; [with >]2cg; + L 2: "op-por-tu-"; + bar; + + 1: r; 4af; 8; ; + L 1: "A-pe-ris"; + 2: 1af; + L 2: "no."; + bar; + + 1: 4af; 8; ; [with >]2b&e; + L 1: "tu ma-num tu-"; + 2: mr; + bar; + + 1: af; r; + L 1: "am:"; + 2: 2r; 4r; af; + L 2: "et"; + bar; + + 1: mr; + 2: 4af; ; ; ; + L 2: "im-ples om-ne"; + bar; + + 1: mr; + 2: 8af; ; 4; ; ; + L 2: "a-ni-mal be-ne-"; + bar; + + 1: mr; + 2: 4ge; fd; [with >]2gc; + L 2: "dic-ti-o-"; + bar; + + 1: r; af~; + L 1: "Glo-"; + 2: 1af; + L 2: "ne."; + boldital above 1: 2 "f"; + bar; + + 1: 4af; 8; ; [with >]2b&e; + L 1: 4s;8;;2; "ri-a Pa-"; + 2: mr; + bar; + +score + vscheme=2o + +music + 1 1: 4a; ; 4.g; 8; + 1 2: 4f; ; ; e; + L 1: 4;;;; "tri et Fi-li-"; + 2 2: 4af; 8; ; [with >]2b&g; + L 2: "Glo-ri-a Pa-"; + boldital above 2: 1 "f"; + bar; + +score + vscheme=1 + +music + 1: af; 4r; 8af; ; + L 1: "o: et Spi-"; + 2: 4ad; aa-; 4.gb&-; 8; + L 2: "tri et Fi-li-"; + bar; + + 1: 4af; 8ge; fd; 2gc; + L 1: "ri-tu-i Sanc"; + 2: 4ad; 8; ; 4ge; 8; ; + L 2: "o: et Spi-ri-tu-i"; + bar; + + + 1: 1af; + L 1: "cto."; + 2: 4fd; ; r; 8aa-; ; + L 2: "Sanc-to: Si-cut"; + bar; + +score + time=3/2 +// beamstyle=1. + +music + 1: 4r; 8ac; ; ; ; ; ; ; ; 4; + L 1: "Si-cut e-rat in prin-ci-pi-o,"; + 2: 8aa-; ; ; ; ; ; 4; 8r; 8aa-; ab&-; ac; + L 2: "e-rat in prin-ci-pi-o et nunc et"; + bar; + +score + time=2/2 +// beamstyle=1 + vscheme=2o + +music + 1 1: 8r; ad; ; gd; 4ad; ac; + L 1: "et nunc et sem-per:"; + 2 1: 2b&; a; + 2 2: 4d<>; e; 2f; + L 2: 2;; "sem-per"; + bar; + +score + time=5/4 +// beamstyle=4,1 + vscheme=1 + +music + 1: 4r; 8af; ; [with >]4; 8; ; ; ; + LB: "et in sae-cu-la sae-cu-"; + 2: 4r; 8af; ; [with >]4; 8; ; ; ; + bar; + +score + time=2/2 + vscheme=2o + beamstyle=4,4,2 + +music + 1 1: 4g; f; 2g; + 1 2: 8f; e; e; d; d; c; d; e; + LB: 4;;2; "lo-rum A-"; + 2 2: 4b&g; ad; 2ge; + bar; + +score + vscheme=1 + beamstyle= + barstyle=1-2 + +music + 1: 1af; + mussym above 1: 1 "\(ferm)"; + LB: "men."; + 2: 1ad; + mussym below 2: 1 "\(uferm)"; + dblbar; + +score + barstyle= + +music + 1: mr; + 2: 8c+; a; ; ; ; g; 4a; + L 2: "Ky-ri-e e-le-i-son."; + boldital above 2: 1 "p"; + bold above 1: 1 "Liberamente"; + bar; + + 1: 4c+; 8a; ; ; g; 4a; + L 1: "Chri-ste e-le-i-son."; + 2: mr; + boldital above 1: 1 "p"; + bar; + +score + barstyle=1-2 + +music + 1: mr; + 2: 8c+; a; ; ; ; g; 4a; + L 2: "Ky-ri-e e-le-i-son."; + dblbar; + +score + barstyle= + vscheme=2f + +music + [1;1;2;2]: 4rrrr; 8ffff; fefe; 4fdfd; fcfc; + LB: "Pa-ter nos-ter"; + bold above 1: 1 "Un poco meno mosso"; + boldital above 1: 1.5 "p"; + boldital above 2: 1.5 "p"; + bar; + + [1;2;2]: 8rrr; ffc; ffd; ffc; 4ggd; afc; + 1 2: 8r;c;d;c;d bm;e ebm;4f; + LB: "qui es in cae-lis"; + bar; + + [1;1;2;2]: 8rrrr; affc; afgd; afaf; 4afaf; ; + LB: "Sanc-ti-fi-ce-tur"; + bar; + + [1;1;2;2]: 4afab&-; 8gdab-; fdab-; 2gegc; + LB: "no-men tu-um."; + bar; + +score + time=5/4 + +music + [1;1;2;2]: 8rrrr; affd; ; ; 4; [with >]afaa-; 8afab&-; afac; + LB: "Ad-ve-ni-at reg-num tu-"; + bar; + +score + time=2/2 + +music + [1;1;2;2]: 2afad; 8rrrr; afaf; ; ; + LB: "um. Fi-at vo-"; + bar; + + [1;1;2;2]: 4afaf; 8afae; afad; afac; ; aeab&-; adab-; + LB: "lun-tas tu-a, si-cut in"; + bar; + + [1;1;2 1]: 4c+ca; ; fda; geg; + LB: "cae-lo et in"; + 2 2: 4a-; 8b&- bm; c ebm; 4d; 8c bm; b- ebm; + bar; + + [1; 2; 2]: 2aaa-; aea-; + LB: "ter-ra"; + 1 2: 4f<>; 8e bm; d ebm; 2c; + bar; + + [1;1;2;2]: 8rrrr; acaa-; adab&-; aeac; afad; ; ; ; + LB: "Pa-nem nos-tram co-ti-di-"; + rom above 1: 0.5 "cresc. un poco"; + bar; + + [1;2;2]: 4c+ac; 8c+aa-; ; 4dad; gge; + LB: "a-num da no-bis"; + 1 2: 4e; 8; ; 4d; 8e bm; d ebm; + bar; + + [1;1;2;2]: 8acaf; ; 4; 8; ; adaf; aeae; + LB: "ho-di-e. Et di-mit-te"; + boldital above 1: 1 "f"; + boldital below 2: 1 "f"; + bar; + + [1;1;2 1]: 4d+fa; ; {d+fa; ; ;}3y; + LB: "no-bis de-bi-ta"; + 2 2: 8d bm; c ebm; d bm; e ebm; {4f; e; d;}3y; + bar; + +score + time=3/2 + staffs=4 + bracket=1-4 + +staff 1 + clef=treble + +staff 2 + clef=treble + +staff 3 + clef=treble8 + +staff 4 + clef=bass + +music + midi 3: 0 "channel=3"; 0 "program=74"; + midi 4: 0 "channel=4"; 0 "program=74"; + + [3;4]: 4aa-; ; 2rr; 2rr; + L 3,4: "no-stra,"; + 1: 4e+; ; 8r; e+; ; ; f+; ; e+; ; + L 1: "no-stra, si-cut et no di-mit-ti-"; + 2: 4e; ; 2r; 8r; a; ; ; + L 2: "no-stra, si-cut et"; + boldital above 1: 1 "p"; + boldital above 2: 2 "p"; + bar; + +score + time=2/2 + +music + 1: 4d+; 8; ; 4c+; 8b&; ; + L 1: "mus de-bi-to-ri-bus"; + 2: 8b&; ; a; ; 4g; 8; ; + L 2: "nos di-mit-ti-mus de-bi-"; + 3: 8r; d+; ; ; e&+; ; d+; ; + L 3: "si-cut et nos di-mit-ti-"; + 4: 2r; 8r; g; ; ; + L 4: "si-cut et"; + boldital above 3: 0 "p"; + boldital above 4: 1 "p"; + bar; + + 1: 4a; ; 2r; + L 1: "nos-tris."; + 2: 4f; 8; ; 4e; ; + L 2: "to-ri-bus nos-tris."; + 3: 4c+; 8d+; ; 4; 8c+; d+; + L 3: "mus de-bi-to-ri-bus"; + 4: 8c+; ; b&; ; 4a; 8; ; + L 4: "nos di-mit-ti-mus de-bi-"; + > above 1: 1 til 1.5; + > above 2,3,4: 2 til 2.9; + bar; + + 1: 4r; 8a; ; 4b&; a; + L 1: "Et ne nos in-"; + 2: 2r; 4r; 8e; ; + L 2: "Et ne"; + 3: 2en; ; + L 3: "nos-tris."; + 4: 4g; 8f; g; 4a; ; + L 4: "to-ri-bus nos-tris."; + boldital above 3,4: 1 "pp"; + bold above 1: 1.5 "express."; + boldital above 1: 1 "p"; + bold above 2: 2.5 "express."; + boldital above 2: 2 "p"; + bar; + + 1: [with >]2g; 4f; 8; ; + L 1: "du-cas in ten-"; + 2: 4f; e; [with >] 2d; + L 2: "nos in-du-"; + 3: 4r; 8a; ; 4b&; a; + L 3: "Et ne nos in-"; + 4: 2r; 4; 8d; ; + L 4: "Et ne"; + bold above 3: 1.5 "express."; + boldital above 3: 1 "p"; + bold above 4: 2.5 "express."; + boldital above 4: 2 "p"; + bar; + + 1: 4g; f; [with >] 2e(n); + L 1: "ta-ti-o-"; + 2: 4c; 8; ; 4d; c; + L 2: "cas in ten-ta-ti-"; + 3: 4g; ; 8a; ; g; ; + L 3: "du-cas in ten-ta-ti-"; + 4: 4e&; d; c; ; + L 4: "nos in-du-cas"; + bar; + + 1: 2d; 4r; d; + L 1: "nem. Sed"; + 2: [with >] 2b&-; ; + L 2: "o-nem."; + 3: [with >] 2f; ; + L 3: "o-nem."; + 4: 8d; ; c; ; 4b&-; ; + L 4: "in ten-ta-ti-o-nem."; + > above 1: 1 til 1.5; + > above 2,3: 1 til 2.9; + > above 4: 2 til 2.9; + boldital above 1: 2.5 "p"; + bar; + + 1: 4f; 8; ; 4g; ; + L 1: "li-be-ra nos a"; + [2;3;4]: 4rrr; 4a-dd; cec; 8; ; + L 2-4: "Sed li-be-ra"; + boldital above 2-4: 1.5 "pp"; + bar; + + 1: [with >] 1a; + L 1: "ma-"; + [2;3;4]: 4dfb&-; ; [with >] 2eea-; + L 2-4: "nos a ma-"; + bar; + +score + barstyle=1-4 + +music + [1;2;3;4]: 1aeea-; + L 1-4: "lo."; + mussym above 1-4: 1 "\(ferm)"; + dblbar; + +score + staffs=2 + vscheme=2f + barstyle= + +staff 1 + clef=treble + +staff 2 + clef=bass + +music + 1: mr; + 2: 4r; 4a; [with >]2; + L 2: "O-re-"; + bold above 2: 0 "Solo (T or B)"; + bar; + +score + barstyle=1-2 + +music + 1: mr; + 2: 1a; + L 2: "mus."; + mussym above 2: 1 "\(ferm)"; + dblbar; + +score + time=4/4 + barstyle= + +music + [1;1;2;2]: 8acaf; ; 4; ; 8adaf; aeaf; + LB: "Be-ne-dic, Do-mi-ne,"; + bold above 1: 1 "Ancora meno mosso ed expressivo"; + boldital above 1: 1 "ppp"; + boldital below 2: 1 "ppp"; + bar; + + [1;1;2;2]: 2afaf; 8rrrr; afaf; gfaf; ffaf; + LB: "nos et do-na"; + bar; + + [1 1;2;2]: 2gb&g; aaf; + LB: "tu-a,"; + 1 2: 4.f<>; 8e; 2a; + bar; + + [1;1;2;2]: 4rrrr; 8afad; ; ; ; ; ; + LB: "quae de tu-a lar-gi-"; + bar; + + [1;1;2;2]: 4c+eaa-; c+caa-; fdab&-; 8gegc; ; + LB: "ta-te su-mus sum-"; + bar; + + [1;1;2;2]: 2affd; adfd; + LB: "tu-ri."; + bar; + + [1;1;2;2]: 4rrrr; adfd; b&b&-gg-; adfd; + LB: "Per Chri-stum"; + bar; + + [1 1; 2;2]: 4ggc; 8fad; ; 2eaa-; + LB: "Do-mi-num no-"; + 1 2: 4e; 8f; d; 4.d<>; 8c(n); + bar; + +score + barstyle=1-2 + +music + [1;1;2;2]: 1ddad; + LB: "strum."; + mussym above 1: 1 "\(ferm)"; + mussym below 2: 1 "\(uferm)"; + dblbar; + +score + barstyle= + staffs=5 + bracket=1,2-5 + +staff 4 + clef=treble8 + +staff 5 + clef=bass + +music + midi 1: 0 "channel=1"; 0 "program=60"; + midi 2: 0 "channel=2"; 0 "program=74"; + midi 3: 0 "channel=3"; 0 "program=74"; + midi 4: 0 "channel=4"; 0 "program=74"; + midi 5: 0 "channel=5"; 0 "program=74"; + + 1: 4r; {8b&- bm;e;b& ebm;}above 3y; 2f#+~; + bold above 1: 0 "Lento"; + boldital above 1: 1 "ppp"; + boldital above 1: 1.7 "con sord."; + + 2: 2.d+; 4c+; + L 2: 2.;4s; "A-"; + boldital above 2: 1 "ppp"; + bold above 2: 1.7 "sempre"; + phrase above 2: 1 til 2m+1; + + 3: 2r; a; + L 3: "A-"; + boldital above 3: 3 "ppp"; + bold above 3: 3.7 "sempre"; + phrase above 3: 3 til 2m+2; + + 4,5: mr; + bar; + + 1: 2f+; c+~; + 2: 2.b&; 4a; + 3: 4a; g; 2f(n)~; + 4: 2.d+; 4c+; + L 4: 2.;4s; "A-"; + boldital above 4: 1 "ppp"; + bold above 4: 1.7 "sempre"; + phrase above 4: 1 til 1m+1; + + 5: 2r; a; + L 5: "A-"; + boldital above 5: 3 "ppp"; + bold above 5: 3.7 "sempre"; + phrase above 5: 3 til 1m+4; + bar; + + 1: 2c+; g; + 2: 1g; + 3: 4f; e; 2d~; + L 3: 4s;s;2; "men._"; + 4: 1b&; + 5: 4a; g; f; e; + bar; + +score + barstyle=1,2-5 + +music + [1;2;3;4;5]: 1af#dad; + L 2,4,5: "men"; + mussym above 1-5: 1 "\(ferm)"; + endbar; + + title "" + title "" + title "" + title "Engraved by Withburga Music" \ + "$Id: gratiarum.mup,v 1.4 2001/05/30 15:22:17 djk Exp $" \ + "http://www.tobit.co.uk/withburga" + title "Edition \(copyright) 2001" "" + +// last line for white space at EOF diff --git a/durufle/amen.mup b/durufle/amen.mup new file mode 100644 index 0000000..61cdfbf --- /dev/null +++ b/durufle/amen.mup @@ -0,0 +1,103 @@ +header + +title (18) "" "\f(HB)Amen in E\(smflat) (Durufle, Ubi Caritas)" "" +title (10) "" +title (10) "" "" "\f(PI)typeset by Victor Chisholm, 24 September 2004" + +title (30) "" + +score + +time = 5/8 +key = 3& +staffs = 4 +bracket = 1-4 +fontfamily=palatino +scale = 0.8 +size=10 + +staff 3 clef=treble8 +staff 4 clef=bass + + +music + + midi 1: 0 "channel=1"; 0 "program=74"; + midi 2: 0 "channel=2"; 0 "program=74"; + midi 3: 0 "channel=3"; 0 "program=74"; + midi 4: 0 "channel=4"; 0 "program=74"; + + midi all: 0 "param=7,64"; + + midi all: 0 "tempo=60"; + +1: 4.c+~;4~; +2: 8e bm;f;e ebm;f bm;g~ ebm; +3: 4.b~;4~; +4: 4.a~;4~; +lyrics 1-4: 4.;4; "A--"; +phrase 1: 1 til 3m; +phrase 2: 1 til 3m+6; +phrase 3: 1 til 3m+3; +phrase 4: 1 til 3m; +bar; + +score +time = 2/4 +music +1: 2c+; +2: 8g bm; e ebm; f bm; e ebm; +3: 2b; +4: 2a; +bar; + +1: 2b; +2: 4c; 8b- bm; 8f~ ebm; +3: 2a; +4: 2f; +rom above 2: 2.25 "\f(TB)\s(+3),"; +bar; + +score +time = 6/8 +music +1: 2.a~; +2: 8f bm; g; f ebm; e bm; c; e ebm; +3: 4.e;f~; +4: 2.c~; + +bar; + +score +time = 2/8 +music +1: 4a; +2: 4e~; +3: 4f; +4: 4c; +rom above 1,3,4: 2 "\f(TB)\s(+3),"; +lyrics 2: "men._"; +bar; + +score +time = 3/4 +music +1: 4b;g;b; +2: 2.e~; +3: 4g;e;a; +4: 2.ec; +> 1-4: 2 til 3.9; +phrase 1,3: 1 til 3; +bar; + +1: 2.b; +2: 2.e; +3: 2.g; +4: 2.e-b-; +lyrics 1,3-4: "men."; +mussym 1-4: 1 "ferm"; + +endbar; + + + diff --git a/eccard/Makefile b/eccard/Makefile new file mode 100644 index 0000000..913b8ff --- /dev/null +++ b/eccard/Makefile @@ -0,0 +1,30 @@ +# +# $Id: Makefile,v 1.1 2001/01/25 17:49:00 djk Exp $ +# +.SUFFIXES: .gif .ps .mup + +OBJ=temple_mary.ps +#D=-D TRANSPOSE + +all : ps + +ps : $(OBJ) + touch ps + +temple_mary.gif : temple_mary.mup + gs -sDEVICE=ppm -sOutputFile=$*%d.ppm -sPAPERSIZE=a4 $*.ps + ppmtogif < $*1.ppm > $*1.gif + ppmtogif < $*2.ppm > $*2.gif + ppmtogif < $*3.ppm > $*3.gif + ppmtogif < $*4.ppm > $*4.gif + ppmtogif < $*5.ppm > $*5.gif + rm -f $**ppm + ln -s $*1.gif $*.gif + +clean : + rm -f *~ *.ps *.mid + +.mup.ps : + mup $D $< -f $@ + mup $D $< -m $*.mid + diff --git a/eccard/temple_mary.mup b/eccard/temple_mary.mup new file mode 100644 index 0000000..f4c85a7 --- /dev/null +++ b/eccard/temple_mary.mup @@ -0,0 +1,894 @@ +header + title (21) "" + title bold (24) "When to the Temple Mary Went" "" "\s(20)\f(TR)Johann Eccard (fl. 1553-1611)" + +header2 + title (16) "When to the Temple Mary Went" "" "Johann Eccard" + +footer2 + title "" "\%" "" + +footer + title "" "\%" "" + +score + staffs=6 + bracket=1-6 + key=1& minor +// lyricsfontfamily = courier +// lyricsfontfamily = avantgarde +// lyricsfontfamily = bookman +// lyricsfontfamily = helvetica +// lyricsfontfamily = newcentury + lyricsfontfamily = palatino + fontfamily = palatino +// lyricsfontfamily = times + lyricssize=15 + measnum=n + scale=0.56 + packfact=0.9 + packexp=1.0 + staffsep=14 + pagewidth=8.26 + pageheight=11.7 + +// division=48 // midi 'quarter note' size - minims (probably) + +staff 1 + clef=treble + label="Soprano I" + +staff 2 + clef=treble + label="Soprano II" + +staff 3 + clef=treble + label="Alto" + +staff 4 + clef=treble8 + label="Tenor" + +staff 5 + clef=bass + label="Bass I" + +staff 6 + clef=bass + label="Bass II" + +define S 1: @ +define S2 2: @ +define A 3: @ +define T 4: @ +define B 5: @ +define B2 6: @ +define ALL [ 1; 2; 3; 4; 5; 6 ]: @ +define L lyrics @ +define LS lyrics 1: @ +define LS2 lyrics 2: @ +define LA lyrics 3: @ +define LT lyrics 4: @ +define LB lyrics 5: @ +define LB2 lyrics 6: @ +define LALL lyrics 1-6 : @ +define P phrase @ +define PS phrase 1: @ +define PS2 phrase 2: @ +define PA phrase 3: @ +define PT phrase 4: @ +define PB phrase 5: @ +define PB2 phrase 6: @ +define MS rom above 1: @ +define MS2 rom above 2: @ +define MA rom above 3: @ +define MT rom above 4: @ +define MB rom above 5: @ +define MB2 rom above 6: @ +define SMS "\(smsharp)" @ +define SMN "\(smnat)" @ +define SMF "\(smflat)" @ +define BSMS "(\(smsharp))" @ +define BSMN "(\(smnat))" @ +define BSMF "(\(smflat))" @ +define FERM "\(smferm)" @ +define R rehearsal mnum @ + +ifndef MIDI +score + time=1/4n + vscheme=2o + +music + 1 1: [cue; len 0] 4f+; + 1 2: [cue; len 0] 4e; + 2 1: [cue; len 0] 4e&+; + 2 2: [cue; len 0] 4d; + 3 1: [cue; len 0] 4g; + 3 2: [cue; len 0] 4g-; + 4 1: [cue; len 0] 4d+; + 4 2: [cue; len 0] 4d; + 5 1: [cue; len 0] 4d+; + 5 2: [cue; len 0] 4b-; + 6 1: [cue; len 0] 4g; + 6 2: [cue; len 0] 4d-; + invisbar; +endif + +score + time = common + +music + 1-6: ms; + invisbar + +score + time=4/2n + beamstyle=1,1 + vscheme=1 + +music + +ifdef MIDI +define PROG 0 "program=74" @ + + midi 1: 0 "channel=1"; PROG; + midi 2: 0 "channel=2"; PROG; + midi 3: 0 "channel=3"; PROG; + midi 4: 0 "channel=4"; PROG; + midi 5: 0 "channel=5"; PROG; + midi 6: 0 "channel=6"; PROG; + +// program was 74 + + midi all: 0 "param=7,64"; + midi all: 0 "tempo=200"; + + // decani on the right, cantoris on the left + midi 1,5: 0 "parameter=10, 96"; + midi 2,6: 0 "parameter=10, 32"; +endif + + //# 1 + S 1r; 1a; + S2 1e; 2; 2; + A 1c#; 2; 2; + T 1a; ~; + B 1e; 2; 2; + B2 1a-; 2; 2; + + LS "When"; + LS2 "When to the"; + LA "When to the"; + LT "When to_"; + LB "When to the"; + LB2 "When to the"; + bar; + + //# 2 + S 2a; ; d+; ; + S2 2f; ; 2.d; 4; + A 1d; f; + T 2a; ; b; ; + B 2d; f; 1~; + B2 2d; ; 2.b-; 4; + + LS "to the Tem-ple"; + LS2 "Tem-ple Ma-ry"; + LT "the Tem-ple"; + LB "Tem-ple Ma-"; + LB2 "Tem-ple Ma-ry"; + bar; + + //# 3 + S 2.c+; 4; 2a; ; + S2 1a; r; + A 1.f; 2; + T 2.c+; 4; 1~; + B 1f; ; + B2 1f-; ; + + LS "Ma-ry went, and"; + LS2 "Went"; + LA "Ma-ry"; + LT "Ma-ry went"; + LB "ry"; + LB2 "went, and"; + bar; + + //# 4 + S 2g; a; b; ; + S2 1r; 1g; + A 2e; ; 1d; + T 2c+; ; d+; d; + B 2g; c; 1g~; + B2 1c; g-; + + LS "brought the Ho-ly"; + LS2 "and"; + LA "went, and brought"; + LT "and brought the"; + LB "went, and brought"; + LB2 "brought the"; + bar R; + + //# 5 + S 1/2a~; + S2 2e; d; e; ; + A 2c#; 1d; 2c; + T 1.a; 2; + B 2g; f; e; ; + B2 1.a-; 2; + + LS "Child,_"; + LS2 "brought the Ho-ly"; + LA "the Ho-ly"; + LT "Ho-ly"; + LB "the Ho-ly"; + LB2 "Ho-ly"; + bar; + + //# 6 + S 1/2a; + S2 1/2f#; + A 1/2d; + T 1/2a; + B 1/2d; + B2 1/2d; + + LS2 "Child,"; + LA "Child,"; + LT "Child,"; + LB "Child,"; + LB2 "Child,"; + bar; + + //# 7 + S 1r; a; + S2 2r; e; ; ; + A 1c#; 2; ; + T 1r; a; + B 1e; 2; ; + B2 1a-; 2; ; + + LS "Him"; + LS2 "Him did the"; + LA "Him did the"; + LT "Him"; + LB "Him did the"; + LB2 "Him did the"; + bar; + + //# 8 + S 2a; ; d+; ; + S2 2f; ; 2.d; 4; + A 1d; f; + T 2a; ; b; ; + B 2d; f; 1~; + B2 2d; ; 2.b-; 4; + + LS "did the a-ged"; + LS2 "a-ged Sim-eon"; + LA "a-ged"; + LT "did the a-ged"; + LB "a-ged Sim-"; + LB2 "a-ged Sim-eon"; + bar; + + //# 9 + S 2.c+; 4; 2a; ; + S2 1a; r; + A 1.f; 2; + T 2.c+; 4; 1~; + B 1f; ; + B2 1f-; ; + + LS "Sim-eon see, as"; + LS2 "see,"; + LA "Sim-eon"; + LT "Sim-eon see"; + LB "eon"; + LB2 "see, as"; + bar R; + + //# 10 + S 2.g; 4a; 2b; ; + S2 1r; g; + A 2e; ; 1d; + T 2c+; ; d+; d; + B 2g; c; 1g~; + B2 1c; g-; + + LS "it had been re-"; + LS2 "as"; + LA "see, as it"; + LT "as it had"; + LB "see, as it_"; + LB2 "it had"; + bar; + + //# 11 + S 1/2a; + S2 2e; d; e; ; + A 2c#; 1d; 2c; + T 1.a; 2; + B 2g; f; e; ; + B2 1.a-; 2; + + LS "vealed."; + LS2 "it had been re-"; + LA "had been re-"; + LT "been re-"; + LB "had been re-"; + LB2 "been re-"; + bar; + + //# 12 + S 1r; 2r; 2d+; + S2 1f#; 2r; fn; + A 1d; 2r; d; + T 1a; 2r; b; + B 1d; 2r; f; + B2 1d; 2r; 2b-; +ifndef MIDI + MB 4 SMN; +endif + + LS "He"; + LS2 "vealed. He"; + LA "vealed. He"; + LT "vealed. He"; + LB "vealed. He"; + LB2 "vealed. He"; + bar; + + //# 13 + ALL 2d+fdfbb-; ; c+affaf; d+bnffd+d; + LALL "took up Je-sus"; + bar; + + //# 14 + ALL 2.e&+c+gc+gc; 4; 2d+bngd+gg-; d+d+gd+bng-; + LALL "in his arms and,"; + bar R; + + //# 15 + S 2c+; b; ; a; + S2 2e&+; d+; 2.c+; 4; + A 2e&; f; e; c; + T 2g; b; 2.c+; 4; + B 2c+; f; g; f; + B2 2c; d; e&; f; + + L 1,3,5,6: "bless-ing God, he"; + L 2,4: "bless-ing God, he"; + bar; + + //# 16 + S 1b; 2r; d+; + S2 1d+; r; + A 1f; 2r; f; + T 1b; 2r; b; + B 1f; r; + B2 1b-; 2r; b-; + + L 1,3,4,6: "said: in"; + L 2,5: "said:"; + bar; + + //# 17 + [1;3;4;6] : 2.c+faf; 4bfd+b-; 2afc+f; gdbg; + 2,5 : mr; + L 1,3,4,6 : "peace I now de-"; + bar; + + //# 18 + S 4f#;e;f;g; 2f; d+; + PS 1 til 3; + S2 mr; + A 1.d; 2fn; + T 2.a;4b;2a; b; + PT 1 til 3; + B mr; + B2 1.d; 2b-; + + L 1,4 : 1.;2; "part,_ my"; + L 3,6 : "part, my"; + bar; + + //# 19 + S 2.c+; 4b; 2a; g; + S2 1r; 2r; g; + A 1.f; 2d; + T 2.a; 4b; 2c+; b; + B mr; + B2 1.f; 2g; + + LS "Sa-viour hav-ing"; + LS2 "The"; + LA "Sa-viour"; + LT "Sa-viour hav-ing"; + LB2 "Sa-viour"; + bar R; + + //# 20 + S 1f#; 2r; g; + S2 2a; ; 2.b; 4c+; + A 1.d; 2; + T 1a; r; + B 2r; 2a; g; b; + B2 1d; 2r; g; + + LS "seen, the"; + LS2 "Hope of Is-ra-"; + LA "hav-ing"; + LT "seen,"; + LB "the Hope of"; + LB2 "seen, the"; + bar; + + //# 21 + S 2a; ; 2.b; 4c+; + S2 1d+; 2r; g; + A 1d; 2r; g; + T 2r; a; g; b; + B 2a; d; 1d+; + B2 2f#; ; g; g-; + + LS "Hope of Is-ra-"; + LS2 "el, the"; + LA "seen, the"; + LT "the Hope of"; + LB "Is-ra-el"; + LB2 "Hope of Is-ra-"; + bar; + + //# 22 + S 1d+; 2r; g; + S2 2a; ; 2.b; 4c+; + A 2f#; ; g; g-; + T 2a; d; 1d+; + B 2r; a; g; b; + B2 1d; 2r; g; + + LS "el, the"; + LS2 "Hope of Is-ra-"; + LA "Hope of Is-ra-"; + LT "Is-ra-el,"; + LB "the Hope of"; + LB2 "el, the"; + bar; + + //# 23 + S 2a; ; bn; ; + S2 1/2d+; + A 1d; 2r; g; + T 2r; a; g; d+; + B 2a; d; 1d+; + B2 2f#; ; g; g-; + + LS "Hope of Is-ra-"; + LS2 "el,"; + LA "el, the"; + LT "of Is-ra-"; + LB "Is-ra-el,"; + LB2 "Hope of Is-ra-"; + bar; + + //# 24 + S 4c+;b;a;g; 2f; f+; + PS 1 til 3; +ifndef MIDI + MS 1.5 SMF; +endif + S2 1r; 2r; a; + A 1e; d; + T 2.c+; 4b; 2a; ~; + PT 1 til 2; + PT 4 til 1m + 2; + B 2g; 1a; 2d; + B2 1c; d; + + LS 1.;2; "el,_ the"; + LS2 "the"; + LA "Light of"; + LT 1;2;2; "el,_ the Light_"; + LB "the Light of"; + LB2 "el, the"; + bar R; + + //# 25 + S 2e+; 2.d+; 8c#+; bn; 2c+; + PS 1 til 3.5; + S2 1.a; 2; + A 2c#; d; e; ; + T 2a; f; 1e; + B 2e; a; 2.; 4; + B2 1.a-; 2; + + LS 1.;2; "Light_ of"; + LS2 "Light of"; + LA "man, the Light of"; + LT 1;1; "_ of"; + LB "men, the Light of"; + LB2 "Light of"; + bar; + + //# 26 + [ 1; 2; 3; 4; 5 ] : 1/2d+af#da; + B2 1/2dd-; + mussym above 1-6 : 1 "ferm"; + LALL "men."; + dblbar; + + + // + // middle of piece + // + + //# 27 + S 1r; a; + T 1a; ~; + [ 2; 3; 5; 6 ] : 1ec#ea-; 2ecea-; ; + + LS "Help"; + LT "Help now_"; + L 2-3,5-6 : "Help now Thy"; + bar; + + //# 28 + S 2a; ; d+; ; + S2 2f; ; 2.d; 4; + A 1d; f; + T 2a; ; b; ; + B 2d; f; 1~; + B2 2d; ; 2.b-; 4; + + LS "now The ser-vants"; + LS2 "ser-vants, gra-cious"; + LA "ser-vants"; + LT "Thy ser-vants"; + LB "ser-vants, gra-"; + LB2 "ser-vants, gra-cious"; + bar; + + //# 29 + S 2.c+; 4; 2a; ; + S2 1a; r; + A 1.f; 2; + T 2.c+; 4; 1~; + B 1f; ; + B2 1f-; ; + + LS "gra-cious Lord, that"; + LS2 "Lord,"; + LA "gra-cious"; + LT "gra-cious Lord,_"; + LB "cious"; + LB2 "Lord, that"; + bar R; + + //# 30 + S 2.g; 4a; 2b; ; + S2 1r; g; + A 2e; ; 1d; + T 2c+; ; d+; d; + B 2g; c; 1g~; + B2 1c; g-; + + LS "we may e-ver"; + LS2 "that"; + LA "Lord, that we"; + LT "that we may"; + LB "Lord, that we"; + LB2 "we may"; + bar; + + //# 31 + S 1/2a~; + S2 2e; d; e; ; + A 2c#; 1d; 2c; + T 1.a; 2; + B 2g; f; e; ; + B2 1.a-; 2; + + LS "be,_"; + LS2 "we may e-ver"; + LA "may e-ver"; + LT "e-ver"; + LB "may e-ver"; + LB2 "e-ver"; + bar; + + //# 32 + ALL 1/2af#dadd; + L 2-6 : "be,"; + bar; + + //# 33 + S 1r; a; + S2 2r; e; ; ; + A 1c#; 2; ; + T 1r; a; + B 1e; 2; ; + B2 1a-; 2; ; + + LS "As"; + LS2 "As once the"; + LA "As once the"; + LT "As"; + LB "As once the"; + LB2 "As once the"; + bar; + + //# 34 + S 2a; ; d+; ; + S2 2f; ; 2.d; 4; + A 1d; f; + T 2a; ; b; ; + B 2d; f; 1~; + B2 2d; ; 2.b-; 4; + + LS "once the faith-ful"; + LS2 "faith-ful Sim-eon"; + LA "faith-ful"; + LT "once the faith-ful"; + LB "faith-ful Sim-"; + LB2 "faith-ful Sim-eon"; + bar R; + + //# 35 + S 2.c+; 4; 2a; ; + S2 1a; r; + A 1.f; 2; + T 2.c+; 4; 1~; + B 1f; ; + B2 1f-; ; + + LS "Sim-eon was, re-"; + LS2 "was,"; + LA "Sim-eon"; + LT "Sim-eon was,_"; + LB "eon"; + LB2 "was, re-"; + bar ; + + //# 36 + S 2.g; 4a; 2b; ; + S2 1r; g; + A 2e; ; 1d; + T 2c+; ; d+; d; + B 2g; c; 1g~; + B2 1c; g-; + + LS "joic-ing but in"; + LS2 "re-"; + LA "was, re-joic-"; + LT "re-joic-ing"; + LB "was, re-joic-"; + LB2 "joic-ing"; + bar; + + //# 37 + S 1/2a; + S2 2e; d; e; ; + A 2c#; 1d; 2c; + T 1.a; 2; + B 2g; f; e; ; + B2 1.a-; 2; + + LS "Thee;"; + LS2 "joic-ing but in"; + LA "ing but in"; + LT "but in"; + LB "ing but in"; + LB2 "but in"; + bar; + + //# 38 + S 1r; 2r; 2d+; + S2 1f#; 2r; fn; + A 1d; 2r; d; + T 1a; 2r; b; + B 1d; 2r; f; + B2 1d; 2r; 2b-; +ifndef MIDI + MB 4 SMN; +endif + + LS "and"; + LS2 "Thee; and"; + LA "Thee; and"; + LT "Thee; and"; + LB "Thee; and"; + LB2 "Thee; and"; + bar; + + //# 39 + ALL 2d+fdfbb-; ; c+affaf; d+bnffd+d; + LALL "when we must from"; + bar R; + + //# 40 + ALL 2.e&+c+gc+gc; 4; 2d+bngd+gg-; d+d+gd+bng-; + LALL "Earth de-par-ture"; + bar; + + //# 41 + S 2c+; b; ; a; + S2 2e&+; d+; 2.c+; 4; + A 2e&; f; e; c; + T 2g; b; 2.c+; 4; + B 2c+; f; g; f; + B2 2c; d; e&; f; + + L 1,3,5,6: "take, de-par-ture"; + L 2,4: "take, de-par-ture"; + bar; + + //# 42 + S 1b; 2r; d+; + S2 1d+; r; + A 1f; 2r; f; + T 1b; 2r; b; + B 1f; r; + B2 1b-; 2r; b-; + + L 1,3,4,6: "take, may"; + L 2,5: "take,"; + bar; + + //# 43 + [1;3;4;6] : 2.c+faf; 4bfd+b-; 2afc+f; gdbg; + 2,5 : mr; + L 1,3,4,6 : "gent-ly fall a-"; + bar; + + //# 44 + S 4f#;e;f;g; 2f; d+; + PS 1 til 3; + S2 mr; + A 1.d; 2fn; + T 2.a;4b;2a; b; + PT 1 til 3; + B mr; + B2 1.d; 2b-; + + L 1,4 : 1.;2; "sleep,_ may"; + L 3,6 : "sleep, may"; + bar R; + + //# 45 + S 2.c+; 4b; 2a; g; + S2 1r; 2r; g; + A 1.f; 2d; + T 2.a; 4b; 2c+; b; + B mr; + B2 1.f; 2g; + + LS "gent-ly fall a-"; + LS2 "may"; + LA "fall a-"; + LT "gent-ly fall a-"; + LB2 "fall a-"; + bar; + + //# 46 + S 1f#; 2r; g; + S2 2a; ; 2.b; 4c+; + A 1/2d~; + T 1a; r; + B 2r; 2a; g; b; + B2 1d; 2r; g; + + LS "sleep, may"; + LS2 "gent-ly fall a-"; + LA "sleep,_"; + LT "sleep,"; + LB "may gent-ly"; + LB2 "sleep, may"; + bar; + + //# 47 + S 2a; ; 2.b; 4c+; + S2 1d+; 2r; g; + A 1d; 2r; g; + T 2r; a; g; b; + B 2a; d; 1d+; + B2 2f#; ; g; g-; + + LS "gent-ly fall a-"; + LS2 "sleep, may"; + LA "may"; + LT "may gent-ly"; + LB "fall a-sleep"; + LB2 "gent-ly fall a-"; + bar; + + //# 48 + S 1d+; 2r; g; + S2 2a; ; 2.b; 4c+; + A 2f#; ; g; g-; + T 2a; d; 1d+; + B 2r; a; g; b; + B2 1d; 2r; g; + + LS "sleep, may"; + LS2 "gent-ly fall a-"; + LA "gent-ly fall a-"; + LT "fall a-sleep,"; + LB "may gent-ly"; + LB2 "sleep, may"; + bar; + + //# 49 + S 2a; ; bn; ; + S2 1/2d+; + A 1d; 2r; g; + T 2r; a; g; d+; + B 2a; d; 1d+; + B2 2f#; ; g; g-; + + LS "gent-ly fall a-"; + LS2 "sleep,"; + LA "sleep, and"; + LT "may gent-ly"; + LB "fall a-sleep,"; + LB2 "gent-ly fall a-"; + bar R; + + //# 50 + S 4c+;b;a;g; 2f; f+; + PS 1 til 3; +ifndef MIDI + MS 1.5 SMF; +endif + S2 1r; 2r; a; + A 1e; d; + PA 3 til 1m+1; + T 2.c+; 4b; 2a; ~; + PT 1 til 2; + B 2g; 1a; 2d; + PB 4 til 1m + 1; + B2 1c; d; + + LS 1.;2; "sleep,_ and"; + LS2 "and"; + LA "with Thee,_"; + LT "fall a-sleep, and_"; + LB "and with Thee,_"; + LB2 "sleep, and"; + bar; + + //# 51 + S 2e+; 2.d+; 8c#+; bn; 2c+; + PS 2 til 4; + S2 1.a; 2; + A 2c#; d; e; ; + T 2a; f; 1e; + B 2e; a; 2.; 4; + B2 1.a-; 2; + + LS 2; 1.; "with Thee_"; + LS2 "with Thee"; + LA 2s;2;;; "and with Thee"; + LT "with Thee"; + LB 2s;2;2.;4;"and with thee"; + LB2 "with Thee"; + bar; + + //# 52 + [ 1; 2; 3; 4; 5 ] : 1/2d+af#da; + B2 1/2dd-; + LALL "wake"; + dblbar; + + title "" + title "" + title "" + + title "Performing Edition \(copyright) 2001" "" "$Id: temple_mary.mup,v 1.6 2001/01/29 23:51:33 djk Exp $" + title "Engraved by Withburga Music" "" "http://www.tobit.co.uk/withburga" + + diff --git a/gabrieli/Makefile b/gabrieli/Makefile new file mode 100644 index 0000000..423f62b --- /dev/null +++ b/gabrieli/Makefile @@ -0,0 +1,30 @@ +# +# $Id: Makefile,v 1.1 2001/01/27 23:05:57 djk Exp $ +# +.SUFFIXES: .gif .ps .mup + +OBJ=nunc_58.ps +#D=-D TRANSPOSE + +all : ps + +ps : $(OBJ) + touch ps + +nunc_58.gif : nunc_58.mup + gs -sDEVICE=ppm -sOutputFile=$*%d.ppm -sPAPERSIZE=a4 $*.ps + ppmtogif < $*1.ppm > $*1.gif + ppmtogif < $*2.ppm > $*2.gif + ppmtogif < $*3.ppm > $*3.gif + ppmtogif < $*4.ppm > $*4.gif + ppmtogif < $*5.ppm > $*5.gif + rm -f $**ppm + ln -s $*1.gif $*.gif + +clean : + rm -f *~ *.ps *.mid + +.mup.ps : + mup $D $< -f $@ + mup $D $< -m $*.mid + diff --git a/gabrieli/nunc_58.mup b/gabrieli/nunc_58.mup new file mode 100644 index 0000000..333d847 --- /dev/null +++ b/gabrieli/nunc_58.mup @@ -0,0 +1,1039 @@ +//header +// title (21) "" +// title bold (24) "Nunc Dimitis" "" "\s(20)\f(TR)Giovanni Gabrieli (fl. 1557-1612)" + +//header2 +// title (16) "Nunc Dimitis" "" "Giovanni Gabrieli" + +footer2 + title "" "\%" "" + +footer + title "" "\%" "" + +score + staffs=14 + bracket=1-5,6-9,10-14 + key=1& major +// lyricsfontfamily = courier +// lyricsfontfamily = avantgarde +// lyricsfontfamily = bookman +// lyricsfontfamily = helvetica +// lyricsfontfamily = newcentury + lyricsfontfamily = palatino + fontfamily = palatino +// lyricsfontfamily = times + lyricssize=16 + measnum=n + scale=0.50 + packexp=1.0 + packfact=0.75 + staffsep=14 + topmargin=0.3 + botmargin=0.3 + panelsperpage=2 + pageheight=11.7 + pagewidth=8.26 + +// division=48 // midi 'quarter note' size - minims (probably) + +staff 1 + clef=treble + label="Cantus" + +staff 2 + clef=treble + label="Altus" + +staff 3 + clef=treble + label="Septus" + +staff 4 + clef=treble + label="Quintus" + +staff 5 + clef=treble8 + label="Tenor" + +staff 6 + clef=treble + label="Undecimus" + +staff 7 + clef=treble8 + label="Duodecimus" + +staff 8 + clef=treble8 + label="Undecimus" + +staff 9 + clef=bass + label="Duodecimus" + +staff 10 + clef=treble + label="Septimus" + +staff 11 + clef=treble8 + label="Octivus" + +staff 12 + clef=treble8 + label="Nonus" + +staff 13 + clef=bass + label="Decimus" + +staff 14 + clef=bass + label="Bassus" + + +ifdef FRED +ifndef MIDI +score + time=1/4n + vscheme=2o + +music + 1 1: [cue; len 0] 4f+; + 1 2: [cue; len 0] 4e; + 2 1: [cue; len 0] 4e&+; + 2 2: [cue; len 0] 4d; + 3 1: [cue; len 0] 4g; + 3 2: [cue; len 0] 4g-; + 4 1: [cue; len 0] 4d+; + 4 2: [cue; len 0] 4d; + 5 1: [cue; len 0] 4d+; + 5 2: [cue; len 0] 4b-; + 6 1: [cue; len 0] 4g; + 6 2: [cue; len 0] 4d-; + invisbar; +endif +endif + +define R rehearsal mnum @ +define L lyrics @ +define L1 lyrics 1: @ +define L2 lyrics 2: @ +define L3 lyrics 3: @ +define L4 lyrics 4: @ +define L5 lyrics 5: @ +define L6 lyrics 6: @ +define L7 lyrics 7: @ +define L8 lyrics 8: @ +define L9 lyrics 9: @ +define L10 lyrics 10: @ +define L11 lyrics 11: @ +define L12 lyrics 12: @ +define L13 lyrics 13: @ +define L14 lyrics 14: @ +define LA lyrics 1-14: @ +define M mussym @ +define P phrase @ + + +score + time = common + +music + 1-14: ms; + invisbar + +score + time=12/2n + vscheme=1 + +music + +ifdef MIDI +define PROG 0 "program=74" @ + + midi 1: 0 "channel=1"; PROG; + midi 2: 0 "channel=2"; PROG; + midi 3: 0 "channel=3"; PROG; + midi 4: 0 "channel=4"; PROG; + midi 5: 0 "channel=5"; PROG; + midi 6: 0 "channel=6"; PROG; + midi 7: 0 "channel=7"; PROG; + midi 8: 0 "channel=8"; PROG; + midi 9: 0 "channel=9"; PROG; + midi 10: 0 "channel=11"; PROG; + midi 11: 0 "channel=12"; PROG; + midi 12: 0 "channel=13"; PROG; + midi 13: 0 "channel=14"; PROG; + midi 14: 0 "channel=15"; PROG; + +// program was 74 + + midi all: 0 "param=7,64"; + midi all: 0 "tempo=200"; + + // decani on the right, cantoris on the left + midi 1-5: 0 "parameter=10, 96"; + midi 10-14: 0 "parameter=10, 32"; +endif + + + 8 : 2c; 4d; f; 2; ; ; ; g; f; e; d; 1f; + P 8 : 2 til 2.5; + + L8 "Nunc di--mit-tis ser-vum tu-um Do-mi-ne"; + dblbar mnum=1 R; + +score + time=2/2n + +define NORMAL "tempo=160" @ +define CUT "tempo=260" @ + +music +ifdef MIDI + midi all: 0 CUT; +endif + + //1 + [1;2;3;4;5;6;7;8;9;10;11;12;13;14] : 1f+c+fcaac+c+ffafcf-; + LA "Se-"; + bar; + +score + time=4/2n + beamstyle=1,1 + +music + //2 + [1;4;5;6;8;9;10;14] : 2f+faaafff-; f+caaafff-; e+cgc+ecgc; f+cac+affa-; + [2;7;13]: c+c+c; ; 2.; 4faf; + [3;11]: 2.af; 4c+c; 2; cc; + 12: 2c;f;r;f~; + + L 1,4-6,8-10,14: "cun-dum ver-bum"; + L 2,7,13: "cun-dum ver-bum"; + L 3,11: "cun-dum ver-bum"; + L12 "cun-dum ver-"; + bar; + + //3 + 1:1d+;2c+;f+; + 2:f;f;r;c+~; + 3:f;d;1r; + 4:1d;2a-;a-; + 5:1f;2;c+; + 6:1b;2a;~; + 7:2.d+;4e+;2f+;c+~; + 8:4d;e;f;g;1a; + 9:1b-;f; + 10:1f;2;a; + 11:1r;2;a~; + 12:4f;;2;1; + 13:f;b-;1r; + 14:1b-;2.f-;4g-; + + L 1,4-5,10: "tu-um in"; + L2 "tu-um in_"; + L3 "tu-um"; + L6 "tu-um in_"; + L7 "tu---um"; + L8 "tu-----"; + L9 "tu-um"; + L11 "tu-"; + L12 "bum tu-um"; + L13 "tu-um"; + L14 "tu-um__"; + bar; + + //4 + 1:e+;1d+;2c#+; + 2:c+;2.a;4g;2e; + 3:r;f;1a; + 4:2.a-;4bn-;c#;d;2e; + 5:1/2a; + 6:4a;g;2f;e;a; + 7:c+;d+;8c+;b;a;g;2a; + 8:e;a;1; + 9:r;d;1a-; + 10:1/2a; + 11:4a;;2;1; + 12:r;d;2.e;4a; + 13:r;a-;1; + 14:a-;dd-;1a-; + + L1 1/2; "pa-"; + L2 2s;1.; "pa-"; + L3 "in pa-"; + L4 1/2; "pa-"; + L5 "pa-"; + L6 1s;1; "pa-"; + L7 2s;2;1; "in pa-"; + L8 "um in pa-"; + L9 "in pa-"; + L10 "pa-"; + L11 "um in pa-"; + L12 2s;2;1; "in pa-"; + L13 "in pa-"; + L14 2s;2;1; "in pa-"; + bar R; + + //5 + [1;2;3;4;5;6;7;8;9]: 1d+f#adaaaf#d; rrrrrrrrr; + 10:1a;2r;d; + [11;12;13]:1aaa-; d+af; + 14:1dd-;d; + + L 1-9: "ce."; + L10 "ce. Qui"; + L 11-14: "ce. Qui"; + bar; + + //6 + 1-9: mr; + [10;11;13;14] : fd+dd; eaec; 1dbfb-; + 12: a;;4d;e;f;g; + + L 10,11,13,14: "a vi-de-"; + L12 2;;1; "a vi-de-"; + bar; + + //7 + 1-9: mr; + [10;11]: ca; 2.fc+; 4ec+; 2ac+; + 12: 1a;2g;f~; + 13: 1f;2r;c+~; + 14: 1f-;2.c;4; + + L 10,11: "runt o-cu-li"; + L12 1s;2;; "runt o-"; + L13 "runt o-"; + L14 "runt o-cu-"; + bar; + + //8 + 1-9: mr; + 10: g;1f;2e; + 11: c+;f;4r;2c+;4; + 12: 4f;e;2a;1g; + 13: 4c+;;2;;4g;c+~; + 14: 1c;; + + L10 1/2; "me-"; + L11 "me-i sa-lu-"; + L12 "cu-li me"; + L13 "cu-li me-i sa-"; + L14 "li me-"; + bar; + + //9 + 1-9: mr; + 10: f;4r;2f;4;2d; + 11: 4.a;8g;2f;a;d; + 12: 4f;2c+;4;2.d+;4b; + 13: 4c+;;4.a;8g;1f; + 14: 4f-;2f;4;4.d;8c;2b-; + + L10 "i sa-lu-ta-"; + L11 1;2;; "ta-re lu-"; + L12 "i sa-lu-ta-re"; + L13 4s;4;1.; "lu-ta-"; + L14 4;2;4;2;2; "i sa-lu-ta-re"; + bar R; + + //10 + 1-5: mr; + [6;7;8;9]: 1rrrr;2.ad+ad;4; + 10: 4e;2d;4c#;1d; + 11: 4g;d;2a;1f#; + 12: b;a;;d~; + 13: g;e;1d; + 14: g-;a-;1dd-; + + L 6-9: "Quod pa-"; + L10 4;2.;1; "re tu-um."; + L11 1s;1; "um."; + L12 1;2;; "tu-um. Quod_"; + L13 "re tu-um."; + L14 1;; "tu-um"; + bar; + + 1: 2.d+;4;1f+; + 2: 2.d;4;2.d+;4a; + 3: 2.g;4;2.f;4g; + 4: 1r; 2.d;4; + 5: 2.g;4;1d+; + [6;7;8]: 1bd+g; ad+a; + 9: g-;b-;1d; + 10: r;2.d;4;2a~; + 11: 2.g;4d;2;; + 12: d;;1a; + 13: r;2.d;4;2a-~; + 14: 2.g-;4;1dd-; + + L 1,2,3,5: "Quod pa-ra-"; + L4 "Quod pa-"; + L 6-9: "ra-sti"; + L 10,13: "Quod pa-ra-"; + L11 "Quod pa-ra-sti"; + L12 "pa-ra-"; + L14 "Quod pa-ra-"; + bar; + + //12 + 1: 1e+;r; + 2: d+;1c#+;2r; + 3: a;a-;1r; + 4: 1e;d; + 5: 1a;r; + 6: r;1a;2d; + [7;8;9]: 1rrr; 2.af#d; 4; + 10: a;e;1r; + 11: mr; + 12: 1a;r; + 13: a-;;1r; + 14: 1a-;r; + + L1 "sti"; + L2 2s;1;2s; "sti"; + L3 2s;2;1s; "sti"; + L4 "ra-sti"; + L5 "sti"; + L6 "an-te"; + L 7-9: "an-te"; + L10 "sti"; + L12 "sti"; + L13 "sti"; + L14 "sti"; + bar; + + //13 + 1: r;1d+;2g; + [2;3;4;5]: 1rrrr;2.gdbn-g;4ddbn-g; + [6;7;8;9]: eaac#;f#d+ad;1gbngg-; + 10-14: mr; + + L1 "an-te"; + L 2-5: "an-te"; + L 6-9: "fa-ci-em"; + bar; + + //14 + [1;2;3;4;5]: ada-df#;bngddg;1c+gecc; + 6-9: mr; + 10: r;1g;2c; + [11;12;13;14]: 1rrrr;2.c+gec;4ggec; + + L 1-5: "fa-ci-em"; + L10 "an-te"; + L 11-14: "an-te"; + + bar R; + + //15 + [1;2;3;4;5;6;7;8;9]: 1rrrrrrrrr; 2rrrrrrrrr; f+~d+~d~f~b~b~d+~f~b-~; + [10;13]: dg;eg;1ff; + [11;12;14]: gdbn-; c+gc; c+af-; b~d~b&-~; + + L 1-9: "o-"; + L 10,13: "fa-ci-em"; + L 11,12,14: "fa-ci-em o-"; + bar; + + //16 + 1: 4f+;;2;d+;; + 2: 4d+;;1;2a; + [3;5;7;9]: 4dbd+b-; ;2dbd+d; 1d~a~ad~; + 4: 4f;;2d;r;f~; + [6;8]: 4bf;;2;2.ff;4ge; + 10: 2.f;4;2;d~; + 11: 4b;f;1;2~; + 12: 4d;;2;r;a~; + 13: 2.d;4;2;~; + 14: 4b-;;2;1d; + + L1 "mni-um po-pu-"; + L2 "mni-um po-"; + L3 "mni-um po-"; + L4 "mni-um po-"; + L5 "mni-um po-"; + L 6-9: 4s;4;2;1; "mni-um po-"; + L10 "o-mni-um po-"; + L11 "mni-um po-"; + L12 "mni-um po-"; + L13 "o-mni-um po-"; + L14 "mni-um po-"; + bar; + + //17 + 1: 2.f+;4g+;1a+; + 2: a;1d+;2c+; + 3: d;a;1; + 4: f;d;4c;a-;2a; + 5: a;;1; + 6: a;;1; + 7: 1d+;2e+;a; + 8: 2.d+;4a;1; + 9: d;;1a-; + 10: d;f;1e; + 11: 4f;g;2.a;8g;f;2e; + 12: a;;1~; + 13: d;a-;1; + 14: 1dd-;a-; + + L1 1/2; "lo-"; + L2 2;1.; "pu-lo-"; + L3 "pu-lo-"; + L4 2s;2;1; "pu-lo-"; + L5 "pu-lo-"; + L6 2s;2;1; "pu-lo-"; + L7 "pu-lo-rum."; + L8 2.s;4;1; "pu-lo-"; + L9 "pu-lo-"; + L10 "pu-lo-"; + L11 4s;4;1.; "pu-lo-"; + L12 "pu-lo-"; + L13 "pu-lo-"; + L14 "pu-lo-"; + + bar; + + //18 + [1;2;3;4;5]: 1a+d+f#aa; rrrrr; + [6;7;8;9] : 1arad;dafd; + [10;11;13]: 1df#a; rrr; + 12: a;d;1r; + 14: 1dd-;r; + + L 1-5,10,11,13,14: "rum..."; + L 6,8,9: "rum. Lu-"; + L7 1s;1; "Lu-"; + L12 2s;2;1s; "rum..."; + bar; + + //19 + 1-5: mr; + [6;7;8;9]: c#aea-; dafd; fadd; eaec; + 10-14: mr; + + L 6-9: "men ad re-ve-"; + bar R; + + //20 + 1-5: mr; + [6;7]: 2.db;4ec+;2fd+;gd+; + [8;9]: 1.fb-; 2db-; + 10-14: mr; + + L 6-9: 1.;2; "la-ti-"; + bar; + + //21 + 1-5: mr; + 6: 2.a;8g;f;2e;c+; + 7: 1.c+; 2; + 8: e;f;g;f~; + 9: a-;f-;c;a-; + 10-14: mr; + + L 6,7: 1.;2; "o-nem"; + L 8,9: ;;1; "o-nem gen-"; + bar; + + //22 + [1;2;3;4;5]: 1rrrrr; 2rrrrr; f+c+acf; + [6;7;8;9]: bd+fg-; bgeg-; 1ac+ff-; + 10-14: mr; + + L 1-5: "et"; + L 6,7: "gen-ti-um,"; + L 8: "ti-um"; + L9 2s;2;1; "ti-um"; + bar; + + //23 + 1: 4f+;e+;c+;d+; 2e+; ; + 2: 1.c+; 2; + 3: 2.a; 8g;f; 4e;f; 2g~; + 4: 1.c+; 2; + 5: 4f;g;a;b; 2c+; c; + 6: r; c+; 4;b;g;a; + 7: r; c+; 1g+~; + 8: r; a; 1g~; + 9: r; f; 4c;d;e;f#; + 10: 1r; 2r; g; + 11: mr; + 12: 1r; 2r; g~; + 13: mr; + 14: 1r; 2r; c; + + L 1,2,4,5: 1.;2; "Glo-ri-"; + L3 1/2; "Glo-"; + L 6-9: s;;1; "et Glo-"; + L 10,12,14: "et_"; + bar; + + //24 + [1;2;4;5]: 1d+bdg; rrrr; + 3: 4g;;2;1r; + [6;7;8;9]: bg+gg; bg+d+g-; 1af+d+d; + 10: 4g;f;d;e; 2f; ; + 11: 1b; 2.f; 4g; + 12: g; 1d; 2d+; + 13: 1d; 2; ; + 14: 4g-;a-;b-;c; 2d; dd-; + + L 1,2,4,5: "am..."; + L3 4s;4;2;1s; "ri-am..."; + L 6-9: 2s;2;1; "ri-am..."; + L10 1.;2;"glo-ri-"; + L11 "et glo-ri-"; + L12 "glo-ri-"; + L13 "et glo-ri-"; + L14 1.;2;"glo-ri-"; + bar R; + + //25 + [1;2;4;5]: rrrr; 1e+c#+aa; 2e+c+aa; + 3: 1r; 2; a~; + 6-9: mr; + [10;11;12;13;14]: 1/2eac+ea; + + L 1,2,4,5: "ple-bis"; + L3 "ple-"; + L 10-14: "am"; + bar; + + //26 + 1: 2.f+;4e+;2d+;g+~; + 2: 1.d+;2d; + 3: a;;2.b;4a; + 4: 1f;2;b~; + 5: 2.d+;4c+;2b;; + 6-14: mr; + + L1 1.;2; "tu-ae_"; + L2 "tu-ae"; + L3 2s;2;1; "bis tu-"; + L4 "tu-ae Is-"; + L5 1.;2; "tu-ae"; + bar; + + //27 + 1: g+;1f+;2e+; + 2: e;f;g; ; + 3: g;c+; ; ; + 4: b;a;g;c; + 5: 1c+; ; + 6-14: mr; + + L1 "Is-ra-"; + L2 1.;2; "Is-ra-"; + L3 2s;2;;; "ae Is-ra-"; + L4 1.s;2; "ra-"; + L5 "Is-ra-"; + bar; + + //28 + [1;4;5]: 1f+cf; 2rrr; c+af; + [2;3]: 1ac+; rr; + 6: r;f;4;e;c;d; + 7: r;c+;1c+~; + 8: r;a;2.;8g;f; + 9: r;d;4;e;f;g; + 10-14: mr; + + L 1,2,5: "el et"; + L 3,4: "el"; + L 6-9: 2s;2;1; "et glo-"; + bar; + + //29 + 1: 4c+;b;g;a;2b;; + 2: 1.g;2; + 3: r;g;;g-; + 4: r;1g-;2d~; + 5: 4c;d;e;f;2g;; + [6;7;8;9]: ec+ec; ec+gc; 1dbgg-; + 10: r; g;4;f;d;e; + 11: 1r; d+; + 12: 1r; g; + 13: r; c;1d~; + 14: r; cc-;4g-;a-;b-;c; + + L 1,2,5: 1.;2; "glo-ri-"; + L3 "et glo-ri-"; + L4 "et glo-"; + L 6-9: 2s;2;1; "ri-am."; + L 10,13,14: 2s;2;1; "et glo-"; + L 11,12: "et"; + bar R; + + //30 + [1;2;3;5]: 1afdd; rrrr; + 4: 4d;;2a-; 1r; + 6-9: mr; + [10;12;13;14]: ffdd; ; eac#a-; e~e~c~a-~; + 11: d+;a;1; + + L 1-3,5: "am."; + L4 "ri-am."; + L10 2s;2;;; "ri-am ple-"; + L11 "glo-ri-am"; + L12 "glo-ri-am ple-"; + L13 "ri-am ple-"; + L14 2s;2;;; "ri-am ple-"; + bar; + + //31 + 1-9: mr; + 10: e;;2.f;4e; + 11: r;1a;2; + 12: e;a;4f;d;2d+~; + 13: c;c#;4.d;8e;2f~; + 14: a-;;2.d;4c; + + L 10,12-14: 2s;2;1; "bis tu-"; + L11 "ple-bis"; + bar; + +score + time=6/2n; + +music + //32 + 1-9: mr; + 10: d;1g;f;2e; + 11: 2.b;4a;2g;c+;;; + 12: 4d+;c+;1b;2a;g;c; + 13: f;d;e;f;g;; + 14: b-;;1c;; + + L 10,13,14: 2s;1;1;2; "ae; Is-ra-"; + L11 1.;2;;; "Tu-ae Is-ra-"; + L12 1.s; 2;;; "ae Is-ra-"; + bar; + +score + time=3/2n; + +music + //33 + 1-9: mr; + [10;11;12;13;14]: 1.fc+faf; + + L 10-14: "el."; + dblbar; + +ifdef MIDI + midi all: 0 CUT; +endif + + //34 + [1;2;3;4;5;10;11;12;13;14]: f+c+afffc+aff-; f+c+afffc+acf-; f+c+afc+aafcf-; + 6-9: mr; + + bar R; + + //35 + [1;2;3;4;5]: 1e+c+ggc+; 2e+c+geg; + [6;7;8;9]: c+c+gc; c+c+gc; c+g+gc; + 10: 1e; 2; + 11: c+;1g; + 12: 2.c+;4g;2; + 13: 1c; 2; + 14: 1cc-; 2; + + bar; + + //36 + [1;2;4;5]: g+d+dg; d+d+dg; f+d+bd+; + 3: g; 2.; 4; + [6;8;9]: 1bngg-; 2bdg-; + 7: 2.f+; 4d+; 2; + 10: mr; + [11;12;13;14]: gbnrg-; d+brg-; gd+dg-; + + bar; + + //37 + [1;2;4;5;11;12]: 1f#+d+a-d+ad+; 2rrrrrr; + 3: 4d;e;f#;g;2a; + [6;7;8;9;10;13]: d+d+ddad; ad+adad; f#+d+d+ada-~; + 14: 1.dd-; + + bar; + + //38 + [1;2;4;5;14]: a+aeaa-; e+aeaa-; a+aeaa-; + 3: mr; + [6;7;8;9;10]: 1c#+e+aa-a; 2rrrrr; + 11: e;2.;4a; + 12: mr; + 13: 4a-;bn-;c#;d;2e; + + bar; + + //39 + 1: 2.f#+; 4g+; a+; f+; + 2: 1a; 2d; + 3: mr; + 4: 1d; 2; + 5: 1a; 2; + 6: d+; a; d+; + 7: mr; + 8: a; d+; d+; + 9: d; ; ; + 10: mr; + 11: 1a; 2; + 12: d; 2.; 4d+; + 13: f#; 2.a; 4d; + 14: 1dd-; 2; + bar R; + + //40 + 1: 1g+; 2; + 2: 1d+; 2; + 3: g;;; + 4: 1d; 2g-; + 5: 1g; 2; + 6: 2.bn; 4c+; d+; b; + 7: mr; + 8: 1d+; 2d; + 9: 1g-; 2; + 10: g; d; g; + 11: 1bn; 2; + 12: d+; 1g; + 13: d; ; r; + 14: 1g-; 2; + + bar; + + //41 + 1: 2.e+; 4f+; g+; e+; + 2: c+; g; c+; + 3: 1g; 2; + 4: g;e;c; + 5: g;;; + 6: 1c+; 2; + 7: 1c+; 2; + 8: e;; r; + 9: 2.c; 4d; 2e; + 10: 1g; 2e; + 11: mr; + 12: mr; + 13: 1g; 2c; + 14: 2cc-;;; + + bar; + + //42 + 1: 1.a+~; + 2: 2.c+; 4b; 2a; + 3: f;;e; + 4: 1.c; + 5: 1.a; + 6: 2.a; 4b; c+; a; + 7: c+;1a; + 8: c;; c+; + 9: 1.a-~; + 10: 1.c; + 11: a;;; + 12: 1f; 2c; + 13: mr; + 14: 2.f-; 4g-; 2a-; + + bar; + + //43 + 1: 1.a+; + 2: a; 1; + 3: 2.a; 4e; 2; + 4: d;e;a-; + 5: a; 1; + 6: 1d+; 2c#+; + 7: a; 1; + 8: 2.a; 4; 2; + 9: 1.a-; + 10: f; 1e; + 11: f; a; ; + 12: 4f; 2a; 4; 2; + 13: 1.a-; + 14: dd-; 1a-; + + bar; + +score + time=4/2n + +music + +ifdef MIDI + midi all: 0 CUT; +endif + + //44 + [1;2;3;4;5;6;7;8;9;10;11;12;13]: 1a+af#aad+af#ddaaa-; rrrrrrrrrrrrr; + 14: 1dd-; r; + + bar R; + + //45 + [1;2;5;6;7;8;9;10;12]: 1.f+d+bbd+bb-ff; 2f+d+bbd+fb-ff; + 3: 2.d;4e;2f;; + 4: 2.b-;4c;2.d;4e; + 11: 2.d+;4c+;b;a;2b~; + 13: r;2.b-;4c;2d~; + 14: 1.b-b--; 2; + bar; + + //46 + 1: 2.f+; 4e+; 1d+; + 2: 2.d+; 4c+; 2b; f~; + 3: 1/2d; + 4: f;d;1f~; + 5: 1b; f; + 6: 1/2b; + 7: 1.d+; 2b; + [8;9;10]: 1/2fb-f; + 11: b;;2.;4f; + 12: 1f;b; + 13: d;f;1; + 14: 1/2b-b--; + bar; + + //47 + 1: 1c+; r; + 2: 4f; g; 2a; 1r; + 3: 1a; r; + 4: f;c; 1r; + 5: 1f; r; + [6;7;8;9;10;11;13;14]: 1ac+ff-faff-; rrrrrrrr; + 12: mr; + + bar; + + //48 + [1;2;5;6;7;8;9;10;12]: 1.f+d+bbd+bb-ff; 2f+d+bbd+fb-ff; + 3: 2.d;4e;2f;; + 4: 2.b-;4c;2.d;4e; + 11: 2.d+;4c+;b;a;2b~; + 13: r;2.b-;4c;2d~; + 14: 1.b-b--; 2; + bar; + + //49 + 1: 2.f+; 4e+; 1d+; + 2: 2.d+; 4c+; 2b; f; + 3: 1/2d; + 4: f;d;1f~; + 5: 1b; f; + 6: 1/2b; + 7: 1.d+; 2b; + [8;9;10]: 1/2fb-f; + 11: b;;2.;4f; + 12: 1f;b; + 13: d;f;1; + 14: 1/2b-b--; + + bar R; + + //50 + 1: 1c+; 2.e+; 4; + 2: 1r; 2.c+; 4; + 3: 1a; 2.g; 4a; + 4: f; 1c; 2; + 5: 1f; 2.c+; 4a; + [6;7;8;9;10;11;13;14]: 1ac+ff-faff-; rrrrrrrr; + 12: mr; + + bar; + + //51 + [1;2;3;4;5]: d+afdd+; d+dgdb; 1c#+aaea; + 6-9: mr; + [10;11;12;13;14]: 1rrrrr; 2.eaaea-; 4eaac#a-; + + bar; + + //52 + [1;2;3;4;5]: 1rrrrr; 2rrrrr; e+c#+aea; + 6-9: mr; + [10;11;12;13;14]: dafdd; ddgdb-; 1c#aaea-; + + bar; + + //53 + [1;2;3;4;5]: 1f#+d+add+; rrrrr; + 6: r; a; 4.bn; 8; 2c+~; + 7: r; a; g; g+; + 8: r; d+; ; e+; + 9: r; d; 2.g; 4; + 10-14: mr; + + bar; + + //54 + 1: r; d+; 4.e+; 8; 2f+~; + 2: r; 2.g; 2c+; 4; + 3: 1r; 2e; 4a; f; + 4: r; g; ; f; + 5: r; g; 2.c+; 4; + 6: c+; bn; 1c+; + 7: 2.g+; 4f+; 2e+; c+; + 8: 1d+; c+; + 9: 1g; c; + 10: r; g; ; a; + 11: r; 1g; 2c+~; + 12: r; d; g; c; + 13: r; d; 2.c; 4; + 14: r; g-; 2.cc-; 4; + + bar R; + + //55 + 1: f+; e+; 1f+; + 2: 1c+; ; + 3: c+;g; 1a; + 4: g;c; 1; + 5: 1c+; f; + 6-8: mr; + 9: 1r; 2; f~; + 10: 1g; f; + 11: 4c+; ; 2; 1; + 12: 2.g; 4e; 1a; + 13: 1a; 1; + 14: 1cc-; f-; + + bar; + + //56 + [1;2;3;4;5;6;7;10;11;12;13;14]: 2.a+f+c+a-c+ac+fc+fcf-; 4a+f+c+a-c+aafffcf-; 2a+f+c+fc+aafffcf-; a+f+c+cc+ac+faccf-; + 8: 2.a; 4f; 2.; 4c+; + 9: 4f; ; 1; 2f-; + + bar; + + //57 + [1;2;3;4;5;6;7;8;9]: g+e+c+ec+ec+c+c; 4e+c+c+ec+ggc+c; e+c+gec+gc+c+c; 2f+c+fcfac+af; e+c+gcc+gc+ec; + 10: 1g; 2r; 4e;; + 11: 1c+; 2r; 4c+;; + 12: 4.c; 8d; 2e; r; 4g;; + 13: 1c; 2r; 4e;; + 14: 1cc-; 2r; 4c;; + + bar; + + // 58 + + +// title "" +// title "" +// title "" + +// title "Performing Edition \(copyright) 2001" "" "$Id: nunc_58.mup,v 1.5 2001/02/08 15:13:52 djk Exp $" +// title "Engraved by Withburga Music" "" "http://www.tobit.co.uk/withburga" + + diff --git a/harvey/Makefile b/harvey/Makefile new file mode 100644 index 0000000..a89a925 --- /dev/null +++ b/harvey/Makefile @@ -0,0 +1,19 @@ +# +# $Id: Makefile,v 1.1 1998/07/20 01:13:02 djk Exp $ +# +.SUFFIXES: .ps .mup + +OBJ=wherefore.ps + +all : ps + +ps : $(OBJ) + touch ps + +midi : $(OBJM) + touch midi + +.mup.ps : + mup $< -f $@ + mup $< -m $*.mid + diff --git a/harvey/wherefore.mup b/harvey/wherefore.mup new file mode 100644 index 0000000..96cc021 --- /dev/null +++ b/harvey/wherefore.mup @@ -0,0 +1,430 @@ +header + title (21) "" + title bold (24) "Wherefore O Father" "" "\s(16)\f(TR)G A Harvey" + +header2 + title (16) "Wherefore O Father" "" "G A Harvey" + +footer + title "Engraved by Withburga Music" \ + "$Id: wherefore.mup,v 1.2 1998/07/20 14:49:08 djk Exp $" \ + "http://www.tobit.co.uk/withburga" + title "Edition \(copyright) 1998" "" + +footer2 + title "Engraved by Withburga Music" \ + "\%" \ + "http://www.tobit.co.uk/withburga" + title "Edition \(copyright) 1998" "" + + +score + staffs=4 + bracket=1-4 + key=3& minor + time=4/4 + lyricsfontfamily = courier + measnum=y + scale=0.7 + packfact=0.8 + staffsep=14 + pagewidth=8.26 + pageheight=11.7 + +// division=48 // midi 'quarter note' size - minims (probably) + +staff 1 + clef=treble + label="S" + +staff 2 + clef=treble + label="A" + +staff 3 + clef=treble8 + label="T" + +staff 4 + clef=bass + label="B" + +define S 1: @ +define A 2: @ +define T 3: @ +define B 4: @ +define L lyrics @ +define LS lyrics 1: @ +define LA lyrics 2: @ +define LT lyrics 3: @ +define LB lyrics 4: @ +define P phrase @ +define PS phrase 1: @ +define PA phrase 2: @ +define PT phrase 3: @ +define PB phrase 4: @ +define MS mussym above 1: @ +define MA mussym above 2: @ +define MT mussym above 3: @ +define MB mussym above 4: @ + +music + + midi 1: 0 "channel=1"; 0 "program=40"; + midi 2: 0 "channel=2"; 0 "program=41"; + midi 3: 0 "channel=3"; 0 "program=42"; + midi 4: 0 "channel=4"; 0 "program=43"; + + midi 1-4: 0 "param=7,30"; + + midi all: 0 "tempo=90"; + + // 1 + S 4r; c+; c+; b; + A 4r; g; g; f; + T 4r; e+; e+; d+; + B 4r; c+; a; a; + + L 1-4: "Where-fore O"; + bar + + // 2 + S 4c+; g; f; g; + A 4e; d; e; d; + T 4c+; b; a; e; + B 4g; f; c; b-; + + L 1-4: "Fa-ther we thy"; + bar + + // 3 + S 2.g; 4c+; + A 2.c; 4d; + T 2.e; 4f; + B 2.a-; 4; + + L 1-4: "hum-ble"; + bar + + // 4 + S 2b; g~; + A 4f<>; e; d<>; c~; + T 4a<>; g; f<>; e~; + B 2e; b-~; + + L 1-4: "ser-vants._"; + bar + + // 5 + S 4g; ; f; g; + A 4c; ; d; e; + T 4e; ; c+; ; + B 4b-; a-; a; g; + + L 1-4: "Here bring be-"; + bar; + + // 6 + S 4a; b; 2c+~; + A 4e; f; 2f~; + T 4c+; ; 2a~; + B 4f; e; 2d&~; + + L 1-4: "fore the Christ_"; + bar + + // 7 + S 4c+; ; e+; d+&; + A 4f; ; ; g; + T 4a; a; c+; b; + B 4d; c; b-; ; + + L 1-4: "thy well be-"; + bar + + // 8 + S 2c+; ; + A 4d<>; en; g<>; f; + T 4a<>; g; b<>; a; + B 2c; f; + + MS 3 "ferm"; + MA 4 "ferm"; + MT 4 "ferm"; + MB 3 "ferm"; + + L 1-4: "lov-ed."; + bar + + // 9 + S 2e+n; 4; d+; + A 2an; 4; ; + T 2c+; 4; d+; + B 2en; 4; f#; + + L 1-4: "All per-fect"; + bar + + // 10 + S 4.e+n; 8an; 2; + A 4.en; 8; 2; + T 4.c+; 8; 2; + B 4.an; 8; 2; + + L 1-4: "of-fer-ing"; + bar + + // 11 + S 4.c+; 8f; 4; g; + A 4.f; 8; 4; e; + T 4.c+; 8; 4; ; + B 4.a&; 8; 4; g; + + L 1-4: "Sa-cri-fice im-"; + bar + + // 12 + S 2a; g; + A 4e<>; f; 2; + T 2c+; bn; + B 4f<>; e; 2d; + + MS 3 "ferm"; + MA 3 "ferm"; + MT 3 "ferm"; + MB 3 "ferm"; + + L 1-4: "mor-tal."; + bar + + // 13 + S 1e+; + A 4r; g; b; g; + T 4r; c+; e+; d+; + B 4r; c; c+; b; + + LS "Spot-"; + L 2-4: "Spot-less ob-"; + bar; + + // 14 + S 4c+<>; b; g<>; e; + A 4g; f; e; d; + T 4c+; d+; e+; b; + B 4a; b; c+; g~; + + PA 1 til 1m + 2; + PT 1 til 1m + 2; + PB 1 til 1m + 2; + + LS "less ob-"; + L 2-3: "la----"; + bar; + + // 15 + S 2c+; g; + A 4c; d; 2en; + T 2a; c+; + B 4g; f; 2c; + + LS "la-tion."; + LA "--tion."; + LT "-tion."; + LB "-tion."; + dblbar + + // 16 + S 4r; c+; ; b; + 2-4: mr; + + LS "See now thy"; + bar + + // 17 + S 4c+; g; f; g; + A 4r; e; e; d; + T mr; + B mr; + + LS "chil-dren ma-king"; + LA "See now thy"; + bar + + // 18 + S 2.g; 4c+; + A 4e; c; d; e; + T 4r; b; a; g; + B 4r; g; f; e; + + LS "in-ter"; + LA "chil-dren ma-king"; + L 3-4: "See now thy"; + bar + + // 19 + S 2b; g; + A 4f; e; d; c; + T 4a<>; g; f<>; e; + B 2c; ; + + LS "ces-sion."; + LA "in-ter-ces-sion."; + L 3-4: "chil-dren."; + bar + + // 20 + S 4r; g; f; g; + A 2r; 4; e; + T mr; + B mr; + + LS "Through him our"; + LA "Through"; + bar + + // 21 + S 4a; b; 2c+~; + A 4c; d; e; d; + T 4r; a; 2g~; + B 4r; f; c; b-; + + LS "sa-viour Son_"; + LA "him our sa-viour"; + LT "Through him_"; + LB "Through him our"; + bar; + + // 22 + S 4c+; b; e+; d+; + A 4c; d; e; ; + T 4g<>; f; b<>; e; + B 2a-; g-; + + PB 1 til 1m + 1; + + LS "of God in-"; + LA "Son of God in-"; + LT "our"; + LB "sa--"; + bar; + + // 23 + S 2c+; ; + A 4e<>; d; d<>; e; + T 4g<>; f; f<>; g; + B 2a-; c; + + MS 3 "ferm"; + MA 4 "ferm"; + MT 4 "ferm"; + MB 3 "ferm"; + + LS "car-nate."; + LA "car-nate."; + LT "sa-viour."; + LB "-viour,"; + bar; + + // 24 + S 2e+n; 4; d+; + A 4r; en; f#; ; + T 4r; g; c+; ; + B 4r; b-n; a-n; ; + + LS "For all thy"; + L 2-3: "For all thy"; + bar; + + // 25 + S 2e+n; bn; + A 2en; ; + T 2bn; ; + B 2g-#; g#; + + L 1-4: "peo-ple,"; + bar; + + // 26 + S 4.bn; 8; 4b&; ; + A 4.f; 8; 4g; f; + T 4.d+; 8; 4; ; + B 4.a; 8; 4; g; + + L 1-4: "li-ving and de-"; + bar; + + // 27 + S 2e+; 4f<>; a; + A 2d; e; + T 4b<>; a; a<>; f; + B 2c; c; + + L 1-4: "par-ted"; + bar; + + // 28 + S 2b; e+; + A 4e; f; a; g; + T 4g; a; c+; b; + B 1b-; + + PS 1 til 1m + 2; + PA 1 til 1m + 2; + PT 1 til 1m + 2; + PB 1 til 1m + 2; + + L 1,4: "Plead--"; + L 2,3: "Plead----"; + bar; + + // 29 + S 4c+; b; g<>; c+; + A 4e; d; c<>; e; + T 4a; f; e<>; f; + B 4f-; g-; 2a-; + + L 1-4: "--ing,"; + bar; + + // 30 + S 2b; g+; + A 4f; e; b; a; + T 4a; g; d+; c+; + B 2b-; e; + + PS 1 til 1m + 2; + PA 1 til 1m + 2; + PT 1 til 1m + 2; + PB 1 til 1m + 2; + + L 1,4: "Plead--"; + L 2,3: "Plead----"; + bar; + + // 31 + S 4f+; e+; g; e; + A 4a; g; e; d; + T 4bn; c+; b&; g; + B 4d; c; c; b-; + + L 1-4: "--ing be-"; + bar; + + // 32 + S 1c+; + A 2c<>; d; + T 2e<>; f; + B 1a-; + + L 1,4: "fore_"; + L 2,3: "fore_"; + bar; + + // 33 + S 1b; + A 1e; + T 1g; + B 1ee-; + + L 1-4: "Thee."; + endbar; diff --git a/hassler/missa-dixit-maria/Makefile b/hassler/missa-dixit-maria/Makefile new file mode 100644 index 0000000..520e958 --- /dev/null +++ b/hassler/missa-dixit-maria/Makefile @@ -0,0 +1,25 @@ +# +# $Id: Makefile,v 1.5 2004/06/02 11:22:04 djk Exp $ +# +.SUFFIXES: .ps .mup + +ALL=mass.ps +OBJ=kyrie.ps sanctus.ps benedictus.ps agnus.ps +D=-D A3 + +all : ps + +ps : $(OBJ) $(ALL) + touch ps + +$(ALL) : $(OBJ) + +clean : + rm -f *~ *.ps *.mid + +.mup.ps : + mup $< -f $@ + mup $D $< -f a3_$@ +# perl -pi.bak -e 's/^([\d.\s]+ stf)$$/gsave 43 255 255 setrgbcolor $$1 grestore/' $@ + mup $D $< -m $*.mid + ps2pdf -sPAPERSIZE=a4 $*.ps diff --git a/hassler/missa-dixit-maria/agnus.mup b/hassler/missa-dixit-maria/agnus.mup new file mode 100644 index 0000000..98bb292 --- /dev/null +++ b/hassler/missa-dixit-maria/agnus.mup @@ -0,0 +1,545 @@ +// +// Missa Super Dixit Maria +// +// Sanctus +// +// Hassler +// +// $Id: agnus.mup,v 1.7 2003/08/06 10:35:25 djk Exp $ +// +ifdef HEADER +rom above 1: 1 "\s(50) "; +center (_page.x, z.y + 14) "\f(AB)\s(18)Agnus Dei I"; +else +score + lyricsfontfamily = newcentury + fontfamily = avantgarde + +header + title bold (24) "" "Agnus Dei" "" + title (14) "Missa Super Dixit Maria" "" "Hans Leo Hassler (fl: 1564-1612)" + +score + key=1& + time=4/2n + staffs=4 + bracket=1-4 + lyricssize=15 + measnum=y + scale=0.60 + packexp=1.0 + packfact=0.75 + staffsep=14 + scorepad=8 + scoresep=16 + topmargin=0.75 +// botmargin=0.5 +// panelsperpage=2 + pageheight=11.6944 + pagewidth=8.26389 +// + +staff 1 + label="Treble" + clef=treble +staff 2 + label="Alto" + clef=treble +staff 3 + label="Tenor" + clef=treble8 +staff 4 + label="Bass" + clef=bass + + +define L lyrics below @ +define LS lyrics below 1: @ +define LA lyrics below 2: @ +define LT lyrics below 3: @ +define LB lyrics below 4: @ +define LALL lyrics below 1-4: @ +define S 1: @ +define A 2: @ +define T 3: @ +define B 4: @ +define SATB [1; 2; 3; 4]: @ +music + midi all: 0 "tempo=200"; +endif + +music + + S 1/2r; + A 1/2r; + T 1.f; 2; + B 1/2r; + LT "Ag-nus"; + bar mnum=1; + + S 1/2r; + A 1r; 1c~; + T 1g; 2a;f; + B 1/2r; + LA "Ag-"; + LT "De-i qui"; + bar; + + S 1/2r; + A c;c;1d; + T 4a;bn;1c+;2b; + B 1/2r; + LA "nus De-"; + LT 1;1s; "tol-"; + bar; + + S 1r; f~; + A e;c;2.d;4c; + T c+;a;2.b;4a; + B 1/2r; + LS "Ag-"; + LA 2;2;1; "i qui tol-"; + LT 2;2;1; "lis pec-ca-"; + bar reh "5"; + +// 5 + S f;;1g; + A 4d;e;1f;2e; + T b;d+;1c+; + B 1/2r; + LS "nus De-"; + LT 2s;2;1; "ta mun-"; + bar; + + S a;f;4a;bn;2c+~; + A f;d;c;a-; + T f;1;2; + B 1/2r; + LS 2;2;1; "i qui tol-"; + LA "lis pec-ca-ta"; + LT "di Ag-nus"; + bar; + + S c+;bn;c+;a; + A 1d;2c;f; + T 1g;2a;f; + B 1/2r; + LS 1s;2;2; "lis pec-"; + LA "mun-di qui"; + LT "De-i qui"; + bar; + + S 2.b;4a;g;f;2~; + A 1d;2;; + T 4g;f;g;a;2.b;4a; + B 1.b-; 2; + LS 2.;2.;2; "ca-ta mun-"; + LA "tol-lis pec-"; + LT 1;1s; "tol-"; + LB "Ag-nus"; + bar; + + S f;e;1f; + A 2.c;4b-;2a-;d; + T 1g;2f;b; + B 1c;2d;b-; + LS 2s;2s;1; "di,"; + LA 1.;2; "ca-ta"; + LT 1s;2;2; "lis pec-"; + LB "De-i qui"; + bar reh "10"; + +// 10 + S 1.f;2; + A 1d;2;c; + T a;b;1a; + B 2.d;4c;d;e;2f~; + LS "Ag-nus"; + LA "mun-di, qui"; + LT "ca-ta mun-"; + LB 1;1s; "tol-"; + bar; + + S 1g;2a;f; + A bn-;1c;2d; + T 1g;2r;d+; + B f;e;f;b(&); + LS "De-i qui"; + LA "tol-lis pec-"; + LT "di pec-"; + LB 1s;2;2; "lis pec-"; + bar; + + S 4a;bn;1c+;2b; + [2;3;4]: ec+a; af+f; 1gd+g; + LS 1;1s; "tol-"; + L 2-4: "ca-ta mun-"; + bar; + + SATB c+ge+c; afc+f; bfd+d; afc+f; + LS "lis pec-ca-ta"; + L 2-4: "di pec-ca-ta"; + bar; + + S 4g;f;1f;2e; + A 1d;c; + T 2.b;4a;1g; + B 1b-;c; + LALL 1;1s; "mun-"; + bar reh "15"; + +// 15 + SATB fcaf; 1afc+f; 2; + LALL "di. Mi-se"; + bar; + + [1;2;4]: gdg; f#ca; 1gdg; + T 4bn;;1c+;2b; + L 1-2,4: "re-re no-"; + LT 4;4;1.; "re-re no-"; + bar; + + SATB gec+c; 1c+ge+c+; 2c+af+f; + LALL "bis, mi-se-"; + bar; + + S 1.b;2a; + A 1f;2g;f; + T 1d+; 2;~; + B 2.b;4a;2g;d; + L 1,2,4: "re-re"; + LT "re-re no-"; + bar; + + [1;2;4]: 1aea; 2afd; gdg tie; + T d+;c#+;d+;b~; + L 1,2,4: "no-bis mi-"; + LT 2s;2s;2;2; "bis mi-"; + bar reh "20"; + +// 20 + S g;a;4b;a;g;f; + A d;f;4;e;2d; + T b;c+;4d+;c+;b;a; + B g;f;1b-; + LALL 2s;2;1; "se-re-"; + bar; + + S e;g;1c+~; + A c;2.e;4c; 2f~; + T g;e;1a; + B 1c; 2.a-;4b-; + L 1,3: 2s;2;1; "re no-"; + LA 2;2;1s; "re no-"; + LB 1;1; "re no-"; + bar; + + S 1c+; a; + A f;e;f;a~; + T 1g;2f;c+~; + B 1c;2f;~; + LS 1s;1; "bis"; + L 2-4: 1s;2;2; "bis, mi-"; + bar; + + S 1r; 2r; 2d+~; + A a;g;2.f;4e; + T c+;g;a;a; + B f;e;2.d;4c; + LS "mi-"; + L 2,4: 2s;2;1; "se-re-"; + LT "se-re-re"; + bar; + + S d+;c+;b;a; + A d;e;1f~; + T f+;e+;d+;c+; + B 1.b-;2f; + LS "se-re-re"; + LA 2s;2;1; "re no-"; + LT "mi-se-re-re"; + LB 1.s; 2; "re"; + bar reh "25"; + +// 25 + S 4b;c+;d+;c+;b;f;2b; + A 1/2f; + T 4d+;c+;b;c+;1d+; + B 1/2b-; + L 1,3,4: 1/2; "no-"; + bar; + + rom above 1-4: 1 "\(ferm)"; + SATB 1/2afc+f; + LALL "bis."; + endbar hidechanges; + +// next verse + +staff 1 visible=n +staff 2 visible=n +staff 4 visible=n +score + key=0& + time=4/4n +music +// newpage + newscore + midi all: 0 "tempo=80"; + T ms; + invisbar = z; + +ifdef HEADER +rom above 3: 1 "\s(50) "; +center (_page.x, z.y + 14) "\f(AB)\s(18)Agnus Dei II"; +endif +define N(NOTE) [len 0] 4NOTE;@ +define E(NOTE) [len 0] 8NOTE;@ + +music + rom above 3: 1 "Tone V"; + T N(f) N(a) N(c+) N(c+) + LT 4;4;4;8;8;"Ag-nus de-i *"; + invisbar; + +score + time=8/4n +music + T N(c+) N(c+) N(c+) N(c+) E(c+) E(b) E(c+) E(d+) N(d+) N(c+) + LT 4;4;4;4;4;4;4;4; "qui tol-lis pec-ca-ta mun-di;"; + phrase 3: 5 til 5.5; + phrase 3: 6 til 6.5; + bar; + +score + time=8/4n +music + T E(c+) E(d+) E(c+) 8s; N(a) E(a) E(g) E(a) 8s; N(b&) N(g) N(f) + LT 4.;8s;4;4.;8s;4;4;4; "mi-se-re-re no-bis."; + phrase below 3: 1 til 2; + phrase above 3: 4 til 5; + endbar hidechanges; + +// next verse + +staff 1 visible=y +staff 2 visible=y +staff 4 visible=y +score + key=1& + time=4/2n +music + newscore; + midi all: 0 "tempo=200"; + S ms; + invisbar = z; + +ifdef HEADER +rom above 1: 1 "\s(50) "; +center (_page.x, z.y + 14) "\f(AB)\s(18)Agnus Dei III"; +endif + S 1/2r; + A 1/2r; + T 1.f; 2; + B 1/2r; + LT "Ag-nus"; + bar; + + S 1/2r; + A 1r; 1c~; + T 1g; 2a;f; + B 1/2r; + LA "Ag-"; + LT "De-i qui"; + bar; + + S 1/2r; + A c;c;1d; + T 4a;bn;1c+;2b; + B 1/2r; + LA "nus De-"; + LT 1;1s; "tol-"; + bar; + + S 1r; f~; + A e;c;2.d;4c; + T c+;a;2.b;4a; + B 1/2r; + LS "Ag-"; + LA 2;2;1; "i qui tol-"; + LT 2;2;1; "lis pec-ca-"; + bar reh "5"; + +// 5 + S f;;1g; + A 4d;e;1f;2e; + T b;d+;1c+; + B 1/2r; + LS "nus De-"; + LT 2s;2;1; "ta mun-"; + bar; + + S a;f;4a;bn;2c+~; + A f;d;c;a-; + T f;1;2; + B 1/2r; + LS 2;2;1; "i qui tol-"; + LA "lis pec-ca-ta"; + LT "di Ag-nus"; + bar; + + S c+;bn;c+;a; + A 1d;2c;f; + T 1g;2a;f; + B 1/2r; + LS 1s;2;2; "lis pec-"; + LA "mun-di qui"; + LT "De-i qui"; + bar; + + S 2.b;4a;g;f;2~; + A 1d;2;; + T 4g;f;g;a;2.b;4a; + B 1.b-; 2; + LS 2.;2.;2; "ca-ta mun-"; + LA "tol-lis pec-"; + LT 1;1s; "tol-"; + LB "Ag-nus"; + bar; + + S f;e;1f; + A 2.c;4b-;2a-;d; + T 1g;2f;b; + B 1c;2d;b-; + LS 2s;2s;1; "di,"; + LA 1.;2; "ca-ta"; + LT 1s;2;2; "lis pec-"; + LB "De-i qui"; + bar reh "10"; + +// 10 + S 1.f;2; + A 1d;2;c; + T a;b;1a; + B 2.d;4c;d;e;2f~; + LS "Ag-nus"; + LA "mun-di, qui"; + LT "ca-ta mun-"; + LB 1;1s; "tol-"; + bar; + + S 1g;2a;f; + A bn-;1c;2d; + T 1g;2r;d+; + B f;e;f;b(&); + LS "De-i qui"; + LA "tol-lis pec-"; + LT "di pec-"; + LB 1s;2;2; "lis pec-"; + bar; + + S 4a;bn;1c+;2b; + [2;3;4]: ec+a; af+f; 1gd+g; + LS 1;1s; "tol-"; + L 2-4: "ca-ta mun-"; + bar; + + SATB c+ge+c; afc+f; bfd+d; afc+f; + LS "lis pec-ca-ta"; + L 2-4: "di pec-ca-ta"; + bar; + + S 4g;f;1f;2e; + A 1d;c; + T 2.b;4a;1g; + B 1b-;c; + LALL 1;1s; "mun-"; + bar reh "15"; + +// 15 + SATB fcaf; 1afc+f; 2; + LALL "di. Do-na"; + bar; + + [1;2;4]: gdg; f#ca; 1gdg; + T 4bn;;1c+;2b; + L 1-2,4: "no-bis pa-"; + LT 4;4;1.; "no-bis pa-"; + bar; + + SATB gec+c; 1c+ge+c+; 2c+af+f; + LALL "cem, do-na"; + bar; + + S 1.b;2a; + A 1f;2g;f; + T 1d+; 2;~; + B 2.b;4a;2g;d; + L 1,2,4: "no-bis"; + LT "no-bis pa"; + bar; + + [1;2;4]: 1aea; 2afd; gdg tie; + T d+;c#+;d+;b~; + L 1,2,4: "pa-cem, do-"; + LT 2s;2s;2;2; "cem, do-"; + bar reh "20"; + +// 20 + S g;a;4b;a;g;f; + A d;f;4;e;2d; + T b;c+;4d+;c+;b;a; + B g;f;1b-; + LALL 2s;2;1; "na no-"; + bar; + + S e;g;1c+~; + A c;2.e;4c; 2f~; + T g;e;1a; + B 1c; 2.a-;4b-; + L 1,3: 2s;2;1; "bis pa-"; + LA 2;2;1s; "bis pa-"; + LB 1;1; "bis pa-"; + bar; + + S 1c+; a; + A f;e;f;a~; + T 1g;2f;c+~; + B 1c;2f;~; + LS 1s;1; "cem"; + L 2-4: 1s;2;2; "cem, do-"; + bar; + + S 1r; 2r; 2d+~; + A a;g;2.f;4e; + T c+;g;a;a; + B f;e;2.d;4c; + LS "do-"; + L 2,4: 2s;2;1; "na no-"; + LT "na no-bis"; + bar; + + S d+;c+;b;a; + A d;e;1f~; + T f+;e+;d+;c+; + B 1.b-;2f; + LS "na no-bis"; + LA 2s;2;1; "bis pa-"; + LT "do-na no-bis"; + LB 1.s;2; "bis"; + bar reh "25"; + +// 25 + S 4b;c+;d+;c+;b;f;2b; + A 1/2f; + T 4d+;c+;b;c+;1d+; + B 1/2b-; + L 1,3,4: 1/2; "pa-"; + bar; + + rom above 1-4: 1 "\(ferm)"; + SATB 1/2afc+f; + LALL "cem."; + endbar = z; + + diff --git a/hassler/missa-dixit-maria/benedictus.mup b/hassler/missa-dixit-maria/benedictus.mup new file mode 100644 index 0000000..8cc5861 --- /dev/null +++ b/hassler/missa-dixit-maria/benedictus.mup @@ -0,0 +1,260 @@ +// +// Missa Super Dixit Maria +// +// Sanctus +// +// Hassler +// +// $Id: benedictus.mup,v 1.5 2003/08/05 16:42:38 djk Exp $ +// +ifdef HEADER +rom above 1: 1 "\s(50) "; +center (_page.x, z.y + 14) "\f(AB)\s(18)Benedictus"; +else +score + lyricsfontfamily = newcentury + fontfamily = avantgarde + +header + title bold (24) "" "Benedictus" "" + title (14) "Missa Super Dixit Maria" "" "Hans Leo Hassler (fl: 1564-1612)" + +score + key=1& + time=4/2n + staffs=4 + bracket=1-4 + lyricssize=15 + measnum=y + scale=0.60 + packexp=1.0 + packfact=1 + staffsep=14 + scorepad=8 + scoresep=14 + topmargin=0.75 +// botmargin=0.5 +// panelsperpage=2 + pageheight=11.6944 + pagewidth=8.26389 +// + +staff 1 + label="Treble" + clef=treble +staff 2 + label="Alto" + clef=treble +staff 3 + label="Tenor" + clef=treble8 +staff 4 + label="Bass" + clef=bass + +define L lyrics below @ +define LS lyrics below 1: @ +define LA lyrics below 2: @ +define LT lyrics below 3: @ +define LB lyrics below 4: @ +define LALL lyrics below 1-4: @ +define S 1: @ +define A 2: @ +define T 3: @ +define B 4: @ +define SATB [1; 2; 3; 4]: @ +endif + +music + S 1/2r; + A 1/2r; + T 1.c+;2f; + B 1/2r; + LT "Be-ne-"; + bar mnum=1; + + S 1/2r; + A 1/2r; + T 1b;4a;g;a;b; + B 1r; 1f~; + LT 1;1; "dic-tus_"; + LB "Be-"; + bar; + + S 1/2r; + A 1/2r; + T c+;d+;4g;a;b;g; + B f;b-;1e&; + LT 2s;2;1; "qui ve-"; + LB "ne-dic"; + bar; + + S 1/2r; + A 1.f;2b-; + T a;b;a;g~; + B 4d;c;d;e;2f;g; + LA "Be-ne-"; + LT 2s;2s;2;2; "nit, Be-"; + LB 1.;2; "tus_ qui"; + bar reh "5"; + +// 5 + S 1/2r; + A 1e&; 4d;c;d;en; + T g;a;1b; + B 1c;2g;g; + LA 1;1; "dic-tus_"; + LT "ne-dic-"; + LB "ve-nit, qui"; + bar; + + S 1/2r; + A f;1g;2f~; + T a;g;a;4g;f; + B d;e;f;d; + LA 2s;1;2; "qui ve-"; + LT 2;2;1; "tus qui ve-"; + LB 2;1.s; "ve-"; + bar; + + S 1/2r; + A f;e;1f~; + T 1g;2a;c+; + B 1c; f; + LA 1s;1; "nit_"; + LT 1s;2;2; "nit in"; + LB 1s;1; "nit"; + bar; + + S 1/2r; + A 1f;2r;f; + T 4a;b;2c+;4f;g;2a; + B 2r; f;4d;e;2f; + LA "in"; + LT "no-mi-ne Do-mi-ni"; + LB "in no-mi-ne"; + bar; + + S 1/2r; + A 4d;e;2f;4b-;c;2d; + T 2r; f+;4d+;e+;2f+; + B 4b-;c;2d; r; b; + LA "no-mi-ne Do-mi-ni"; + LT "in no-mi-ne"; + LB "Do-mi-ni in"; + bar reh "10"; + +// 10 + S 1/2r; + A 2r;f;4g;g;2d; + T 4b;c+;d+;;2e+&;b; + B 4g;a;2b;4e&;f;g;; + LA "in no-mi-ne"; + LT "Do-mi-ni in no-mi-"; + LB "no-mi-ne Do-mi-ni in"; + bar; + + S 1/2r; + A 2.e&;4d;2.c;4; + T 2c+;1b;2a; + B 4e&;;2g;e;f; + LA 2.;4s;2.s;4; "Do-mi-"; + LT "ne Do-mi-"; + LB "no-mi-ne Do-mi-"; + bar; + +score + time=3/1n + +music + midi all: 0 "tempo=600"; + rom above 1: 0 "[ \(dblwhole) \(1n) = \(dblwhole) ]"; + S 1/2r;1d+; + A 1/2d;1f; + T 1/2b;1b; + B 1/2.b-; + LS "O-"; + LA "ni. O-"; + LT "ni. O-"; + LB "ni."; + bar; + + [1;2;3]: 1/2d+fb;1c+ca; + B 1/2r; 1r; + L 1-3: "San-na"; + bar; + + [1;2;3]: 1/2bdg;1aff; + B 1/2r; 1r; + L 1-3: "in ex-"; + bar reh "15"; + +// 15 + [1;2]: 1.ge; 2fd; 1ge; + L 1-2: 1.;2s;1s; "cel-"; + T 1/2.c+; + LT "cel-"; + B 1/2r; 1r; + bar; + + S 1/2.a; + A 1/2f;1a; + T 1/2f;1c+; + B 1/2r;1f; + LS "sis."; + LA "sis, O-"; + LT "sis, O-"; + LB "O-"; + bar; + + S 1/2r; 1r; + [2;3;4]: 1/2ac+f; 1gge; + L 2-4: "san-na"; + bar; + + S 1/2r; 1r; + [2;3;4]: 1/2fad; 1ec+c; + L 2-4: "in ex-"; + bar; + + S 1/2r; 1r; + A 1.d;2c;1d; + T 1.bn;2a;1b; + B 1/2.g; + L 2-3: 1.;2s;1s; "cel-"; + LB "cel-"; + bar reh "20"; + +// 20 + S 1/2r; 1a; + [2;3;4]: 1/2ec+c; 1fc+f; + LS "O-"; + L 2-4: "sis, O-"; + bar; + + SATB 1/2bfd+b-; 1ae&c+c; + LALL "san-na"; + bar; + + SATB 1/2ge&be&; 1fcaf; + LALL "in ex-"; + bar; + + S 1/2.c+; + A 1.e(n);2d;1e; + T 1.g;2f;1g; + B 1/2.c; + LS "cel-"; + LA 1.;2s;1s; "cel-"; + LT 1.;2s;1s; "cel-"; + LB "cel-"; + bar; + +//score +// time=2/1n +//music + rom above 1-4: 1 "\(ferm)"; + SATB 1/2.afff; + LALL "sis."; + endbar = z; + diff --git a/hassler/missa-dixit-maria/kyrie.mup b/hassler/missa-dixit-maria/kyrie.mup new file mode 100644 index 0000000..035b563 --- /dev/null +++ b/hassler/missa-dixit-maria/kyrie.mup @@ -0,0 +1,389 @@ +// +// Missa Super Dixit Maria +// +// Sanctus +// +// Hassler +// +// $Id: kyrie.mup,v 1.7 2003/08/05 22:40:56 djk Exp $ +// +ifdef HEADER +rom above 1: 1 "\s(50) "; +center (_page.x, z.y + 14) "\f(AB)\s(18)Kyrie"; +else +score + lyricsfontfamily = newcentury + fontfamily = avantgarde + +header + title bold (24) "" "Kyrie" "" + title (14) "Missa Super Dixit Maria" "" "Hans Leo Hassler (fl: 1564-1612)" + +score + key=1& + time=4/2n + staffs=4 + bracket=1-4 + lyricssize=15 + measnum=y + scale=0.60 + packexp=1.0 + packfact=1.0 + staffsep=14 + scorepad=8 + scoresep=12 + topmargin=0.75 +// botmargin=0.5 +// panelsperpage=2 + pageheight=11.6944 + pagewidth=8.26389 +// + +// division=48 // midi 'quarter note' size - minims (probably) + +staff 1 + label="Treble" + clef=treble +staff 2 + label="Alto" + clef=treble +staff 3 + label="Tenor" + clef=treble8 +staff 4 + label="Bass" + clef=bass + +define L lyrics below @ +define LS lyrics below 1: @ +define LA lyrics below 2: @ +define LT lyrics below 3: @ +define LB lyrics below 4: @ +define LALL lyrics below 1-4: @ +define S 1: @ +define A 2: @ +define T 3: @ +define B 4: @ +define SATB [1; 2; 3; 4]: @ +endif + +music + + S 1/2r; + A 1/2r; + T 1f;2;2; + B 1/2r; + LT "Ky-rie e-"; + bar; + + S 1/2r; + A 1/2r; + T 1g;2a;f; + B 1/2r; + LT "lei-son, e-"; + bar; + + S 1/2r; + A 1c;2;2; + T 2.a;4g;a;bn;2c+~; + B 1/2r; + LA "Ky-rie e-"; + LT 1/2; "lei-"; + bar; + + S 1/2r; + A 1d;2e;c; + T c+;bn;c+;a; + B 1/2r; + LA "lei-son, e-"; + LT 2s;2s;2;2; "son, e-"; + bar reh "5"; + +// 5 + S 1f;2;2; + A 2.d;4c;d;e;2f~; + T 2.b;4a;b;c+;d+;a; + B 1/2r; + LS "Ky-rie e-"; + L 2,3: 1/2; "lei-"; + bar; + + S 1g;2a;f; + A f;e;f;d; + T 4b;g;2c+;f;b; + B 1/2r; + LS "lei-son, e-"; + L 2,3: 1s;2;2; "son, e-"; + bar; + + S 2.a;4g;a;bn;2c+~; + A 2.f;4e;f;g;2a; + T 4c+;a;2d+;c+;a; + B 1f;2;2; + L 1,2: 1/2; "lei-"; + LT 1;2;2; "lei-son, e-"; + LB "Ky-rie e-"; + bar; + + S c+;bn;c+;a; + A g;;e;f; + T 1d+;c+; + B 1g;2a;f; + LS 1s;2;2; "son, Ky-"; + LA "son, Ky-rie e-"; + LT "lei-son,"; + LB "lei-son, e-"; + bar; + + S 2.c+;4b;2a;; + A 4e;c;2f;;; + T r;f;;; + B 2.a;4g;a;bn;2c+~; + LS 2.s;4;2;2; "ri-e e-"; + LA 1;2;2; "lei-son, e-"; + LT "Ky-rie e-"; + LB 1/2; "lei-"; + bar reh "10"; + +// 10 + [1;2;3]: 1gdg; 2fca; aff; + B c+;bn;1c+; + LS "lei-son, e-"; + LA "lei-son, Ky-"; + LB 1s;1; "son,"; + bar; + + S 2.b;4c+;d+;c+;b;a; + A d;e&;4d;e;f;e; + T 2.g;4a;b;c+;d+;c+; + B 1r; b-; + LS 1/2; "lei-"; + LA 2;2;1; "rie e-lei-"; + LT 1/2; "lei-"; + LB "Ky-"; + bar; + + S 4g;f;1;2e; + A 1d;c; + T 2.b;4a;1g; + B b-;;1c; + LB "rie e-lei-"; + bar; + + S 1f;2r;f; + A a-;d;1~; + T f;b;4a;f;2b; + B d;b-;2.d;4c; + LS "son, Ky-"; + L 2,3,4: "son, e-lei-"; + bar; + + S f;;1g; + A d;c;bn-;c~; + T 1a;g; + B 4d;e;1f;2e; + LS "rie e-lei-"; + LA "son, Ky-rie_"; + bar reh "15"; + +// 15 + S a;f;2.a;4g; + A c;d;d;c~; + T 1/2f; + B f;d;4f;g;2a~; + LS 2;2;1; "son, e-lei-"; + LA "e-lei-son,_"; + LT "son,"; + LB 2;2;1; "son, e-lei-"; + bar; + + S 4a;bn;1c+;2b; + A c;a-;d;d; + T r;f;f;f; + B 4a;g;f;e;2d;d; + LA "Ky-rie e-"; + LT "Ky-rie e-"; + LB 1s;2;2; "son, e-"; + bar; + + S c+;;1; + A 4e;c;1f;2e; + T g;a;1g; + B 1/2c; + LS "son, e-lei-"; + L 2,3: 1/2; "lei-"; + LB "lei"; + bar; + + rom above 1-4: 1 "\(ferm)"; + SATB 1/2afff; + LALL "son."; + dblbar; + +// Christe .... + S 1/2r; + A 1r; a; + T 1c+;2;d+; + B 1r;f; + LA "Chris-"; + LT "Chris-te e-"; + LB "Chris-"; + bar reh "20"; + +// 20 + S 1/2r; + A a;g;2.f;4e; + T 4a;b;c+;g;b;a;2a~; + B f;e;2.d;4c; + LA 2;2;1; "te e-lei-"; + LT 1/2; "lei-"; + LB 2;2;1; "te e-lei-"; + bar; + + S 1r;2r;2c+; + A 1d;2c;e; + T a;g;a;c+; + B 1b-;2a-;a; + LS "Chris-"; + L 2-4: 1s;2;2; "son, Chris-"; + bar; + + S c+;b;2.a;4g; + A c;d;4a-;bn-;2c~; + T a;b;1c+; + B a;g;2.f;4e; + LALL 2;2;1; "te e-lei-"; + bar; + + S 1f;2e;g; + A c;bn-;c;e; + T 1d+;2g;c+; + B 1d;c; + LS 1s;2;2; "son, e-"; + L 2,3: 1s;2;2; "son, Chris-"; + LB 1s;1; "son,"; + bar; + + S 4a;b;c+;a;b;c+;2d+~; + A f;a;1g; + T f;f+;2.d+;4e+; + B r;f;4g;a;b;g; + LS 1/2; "lei-"; + L 2,3: 2;2;1; "te e-lei-"; + LB 2s;2;1; "Chris-te_"; + bar reh "25"; + +// 25 + S 4d+;c+;1;2bn; + A c;g;1; + T f+;e+;1d+; + B a;c+;1g; + LA "son, e-lei-"; + LB 2s;2;1; "e-lei-"; + bar; + + S c+;g;1a; + A g;e;4f;c;2f; + T e+;c+;1; + B c;;1f; + LALL 2;2;1; "son, e-lei"; + bar; + + rom above 1-4: 1 "\(ferm)"; + SATB 1/2gec+c; + LALL "son."; + dblbar; + +// Kyrie..... + + SATB 1.afc+f; 2; + LALL "Ky-rie"; + bar; + + S 1.g;2f#; + A e;e;d;c; + T 1c+;2bn;c+~; + B 4c;d;e;f;2g;a; + LS 1/2; "e-"; + LA 2;1.; "e-lei-"; + LT 1.;2;"e-lei-"; + LB 1/2; "e-"; + bar reh "30"; + +// 30 + [1;2;4]: 1gdg; 2gec; c+gc+ tie; + T c+;bn;c+;e+~; + L 1,4: "lei-son, Ky-"; + L 2,3: 1s;2;2; "son, Ky-"; + bar; + + S c+;;1; + A g;;2.a;4g; + T e+;;4f+;c+;f+;e+; + B c+;;1f; + LALL 2s;2;1; "rie e-"; + bar; + + S 1.b; 2a; + A 1f;2g;f; + T 4d+;c+;1d+;2~; + B 2.b;4a;2g;d; + LA 1s;1; "lei-"; + LT 1.s;2; "lei-"; + LB 1/2; "lei-"; + bar; + + S 1a;2;bn; + A 1e;2f#;g~; + T 4d+;8c#+ bm; bn ebm; 2c+; d+; ; + B 1a;2d;g; + LS "lei-son, Ky-"; + L 2,4: 1s;2;2; "son, Ky-"; + LT 1s;2;2; "son, Ky-"; + bar; + + SATB c+ge+c+; c+af+f; d+fd+b; e&+gbe&; + LALL 2s;2;2;2; "rie e-lei-"; + bar reh "35"; + +// 35 + S 4d+;c+;1;2bn; + A 1.f; 2d; + T 2.a;4g;1f; + B 2.f;4e;1d; +// LALL 1/2; "lei-"; + bar; + + S 1c+;2r;a; + A e;g;4a;g;f;e; + T 1g; 2r;d+; + B 2c;2e;4f;e;d;c; + L 1,3: "son, e-"; + L 2,4: 2;2;1; "son, e-lei-"; + bar; + + S 4b;a;g;f;e;f;2g; + A 4f;e;2d;c;e~; + T 4d+;c+;b;a;2g;e; + B 1b-;2c;; + LS 1/2; "lei-"; + LA 1s;2;2; "son, e-"; + LT 1;2;2; "lei-son, e-"; + LB 1s;2;2; "son, e-"; + bar; + + S c;c+;1; + A 4e;c;1f;2e; + T 1a;g; + B 2.a-;4b-;1c; + LS "son, e-lei-"; + LA 2s;1.; "lei-"; + LT 1/2; "lei-"; + LB 1/2; "lei-"; + bar; + + rom above 1-4: 1 "\(ferm)"; + SATB 1/2afff; + LALL "son."; + endbar; + diff --git a/hassler/missa-dixit-maria/mass.mup b/hassler/missa-dixit-maria/mass.mup new file mode 100644 index 0000000..ec60c10 --- /dev/null +++ b/hassler/missa-dixit-maria/mass.mup @@ -0,0 +1,144 @@ +// version 7 +score + lyricsfontfamily = newcentury + fontfamily = avantgarde + +//header +// title "" "" "" + +// title (14) "Hans Leo Hassler (fl: 1564-1612)" "\s(24)\f(AB)Missa Super Dixit Maria" "Edited: Dirk Koopman" + +//footer +// title "" "- \% -" "" + +//footer2 +// title "" "- \% -" "" + +score + staffs=4 + bracket=1-4 + lyricssize=15 + measnum=n + scale=0.7 +// packfact=0.8 +// staffsep=14 +// scorepad=8 +// scoresep=20 + topmargin=0.5 +// botmargin=0.25 +// panelsperpage=2 +ifdef A3 + pageheight=16.54 + pagewidth=11.69 + panelsperpage=2 +else + pageheight=11.6944 + pagewidth=8.26389 +endif + +staff 1 + label="Treble" + clef=treble +staff 2 + label="Alto" + clef=treble +staff 3 + label="Tenor" + clef=treble8 +staff 4 + label="Bass" + clef=bass + + +define L lyrics below @ +define LS lyrics below 1: @ +define LA lyrics below 2: @ +define LT lyrics below 3: @ +define LB lyrics below 4: @ +define LALL lyrics below 1-4: @ +define S 1: @ +define A 2: @ +define T 3: @ +define B 4: @ +define SATB [1; 2; 3; 4]: @ + +define HEADER +// new thing +@ + +staff 1 + label="Treble" + clef=treble + visible=y +staff 2 + label="Alto" + clef=treble + visible=y +staff 3 + label="Tenor" + clef=treble8 + visible=y +staff 4 + label="Bass" + clef=bass + visible=y + +score + key=1& + time=4/2n + +music + midi all: 0 "tempo=200"; +// midi 1: 0 "channel=1"; 0 "program=74"; +// midi 2: 0 "channel=2"; 0 "program=74"; +// midi 3: 0 "channel=3"; 0 "program=74"; +// midi 4: 0 "channel=4"; 0 "program=74"; + + S 1s;1s; + invisbar = z + +include "kyrie.mup" + +score + key=1& + time=4/2n + +music + newscore + midi all: 0 "tempo=200"; + S 1s;1s; + invisbar = z + +include "sanctus.mup" + +score + key=1& + time=4/2n + +music + newscore + midi all: 0 "tempo=200"; + S 1s;1s; + invisbar = z + +include "benedictus.mup" + +score + key=1& + time=4/2n +music + newscore + midi all: 0 "tempo=200"; + S 1s;1s; + invisbar = z + +include "agnus.mup" + +music + +// copyright stuff +left (_win.w, _win.s+7) "Engraved by Withburga Music" +center "$Id: mass.mup,v 1.8 2004/06/02 11:22:04 djk Exp $" +right "http://www.tobit.co.uk/withburga" +left nl "Edition \(copyright) 2003" +right "Editor: Dirk Koopman"; diff --git a/hassler/missa-dixit-maria/sanctus.mup b/hassler/missa-dixit-maria/sanctus.mup new file mode 100644 index 0000000..8deab65 --- /dev/null +++ b/hassler/missa-dixit-maria/sanctus.mup @@ -0,0 +1,341 @@ +// +// Missa Super Dixit Maria +// +// Sanctus +// +// Hassler +// +// $Id: sanctus.mup,v 1.6 2003/08/04 14:06:14 djk Exp $ +// +ifdef HEADER +rom above 1: 1 "\s(50) "; +center (_page.x, z.y + 14) "\f(AB)\s(18)Sanctus"; +else +score + lyricsfontfamily = newcentury + fontfamily = avantgarde + +header + title bold (24) "" "Sanctus" "" + title (14) "Missa Super Dixit Maria" "" "Hans Leo Hassler (fl: 1564-1612)" + +score + key=1& + time=4/2n + staffs=4 + bracket=1-4 + lyricssize=15 + measnum=y + scale=0.60 + packexp=1.0 + packfact=1.0 + staffsep=14 + scorepad=8 + scoresep=12 + topmargin=0.75 +// botmargin=0.5 +// panelsperpage=2 + pageheight=11.6944 + pagewidth=8.26389 +// + +// division=48 // midi 'quarter note' size - minims (probably) + +staff 1 + label="Treble" + clef=treble +staff 2 + label="Alto" + clef=treble +staff 3 + label="Tenor" + clef=treble8 +staff 4 + label="Bass" + clef=bass + +define L lyrics below @ +define LS lyrics below 1: @ +define LA lyrics below 2: @ +define LT lyrics below 3: @ +define LB lyrics below 4: @ +define LALL lyrics below 1-4: @ +define S 1: @ +define A 2: @ +define T 3: @ +define B 4: @ +define SATB [1; 2; 3; 4]: @ +endif + +music + 1-3: 1/2r; + B 1/2f; + LB "Sanc-"; + bar; + + 1-2: 1/2r; + T 1r; 1f~; + B 1g; 4a;g;f;g; + LT "Sanc-"; + LB 1;1; "tus, Sanc-"; + bar; + + 1-2: 1/2r; + T 1f; g; + B 4a;bn;1c+;2b(n); + LT 1s;1; "tus,"; + bar; + + S 1/2r; + A 1/2c; + LA "Sanc-"; + T 4a;g;f;g;a;bn;2c+~; + LT 1;1s; "Sanc-"; + B 2c+; 2.a; 4g;f;e; + LB 2;1.; "tus, Sanc-"; + bar reh "5"; + +// 5 + S 1/2r; + A 1d; 4e;d;c;d; + LA 1;1; "tus, Sanc-"; + T 4c+;4bn;;8a bm;b ebm;2c+;a; + LT 2s;s;2;2; "tus, Sanc-"; + B 4f;d;2g;1c~; + LB 2s;s;1; "tus_"; + bar; + + S 1/2r; + A 4e;f;2.g;4f;2~; + T 2g;e;1a; + B 1/2c~; + bar; + + S 1r;f~; + LS "Sanc-"; + A 2f;e;f;d~; + LA 1s;2;2; "tus Do-"; + T 1g; 2f; b~; + LT 1s;2;; "tus Do-"; + B 1c;r; + bar; + + S 1f; g; + LS 1s;1; "tus,"; + A 4d; ; 2c;d;e; + LA "mi-nus De-us"; + T 4b;;2a;b;c+; + LT "mi-nus De-us"; + B 1/2r; + bar; + + S 4a;g;f;g;a;bn;2c+~; + LS 1/2; "Sanc-"; + A 2f;c;f;g; + LA "Sa-ba-oth Ple"; + T 4f;g;a;b;2c+;g; + LT 1.;2; "Sa-ba-"; + B 2r; 2.f;4;2e; + LB "Do-mi-nus"; + bar reh "10"; + +// 10 + S 2c+;bn;1c+; + LS 1s;1; "tus"; + A 2f;d;4e;f;2g; + LA 2;2;1; "ni sunt coe-"; + T 2a;g;2.;4a; + LT 2;2;1; "oth Ple-ni_"; + B 2f;g;4c;d;e;f; + LB 2;2;1; "De-us Sa-"; + bar; + + S 2r;2.b;4;2a; + LS "Do-mi-nus"; + A 2g;f;1; + LA "li et ter-"; + T 2b(&);d+;1c+; + LT 2s;2;1; "sunt coe-"; + B 2g;b(&);1f; + LB 2s;2;1; "ba-oth"; + bar; + + S 2b;c+;d+;4c+;b; + LS 2;2;1; "De-us, Sa-"; + A 2d;2.f;4;2g; + LA "ra Do-mi-nus"; + T 2b;2.a;4;2g; + LT "li, Do-mi-nus"; + B 2r;2.f;4;2e; + LB "Do-mi-nus"; + bar; + + S 4a;bn;1c+;2b; + LS 1.s;2; "ba-"; + A 2f;e;2.g;4; + LA "De-us sa-ba-"; + T 2c+;;2.d+;4; + LT "De-us sa-ba-"; + B 2f;a;g;g; + LB "De-us sa-ba-"; + bar; + + SATB 1c+ge+c; afc+f; + LALL "oth Ple-"; + bar reh "15"; + +// 15 + SATB 2c+af+f; c+ge+&c; 1bgd+g; + LALL "ni sunt coe-"; + bar; + + SATB 2af#d+d; ggbe&; 1afd+d; + LALL "li et ter-"; + bar; + + SATB 2bngd+g; 2.c+af+f; 4; 2d+fd+b; + LALL "ra glo-ri-a"; + bar; + + S 4c+;b;1;2a; + A 1g;f; + T 2.e+&;4d+;1c+; + B 1e&;f; + LALL 1;1s; "tu-"; + bar; + + S 2b;d+;;c+; + LS "a. O-san-na"; + A 2d;f;2.;4c; + LA "a. O-san-na"; + T 2d+;b;;a; + LT "a. O-san-na"; + B 1b-;r; + LB "a."; + bar reh "20"; + +// 20 + S 2b;a;1g; + A 4d;e;1f;2e; + T 2g;f;1c+; + B 1/2r; + LS "in ex-cel-"; + LA 4;4;1.; "in ex-cel-"; + LT "in ex-cel-"; + bar; + + S 1a;r; + A f;a;;g; + T f;c+;2.;4g; + B r;f;f;e; + LS "sis"; + LA "sis O-san-na"; + LT "sis O-san-na"; + LB "O-san-na"; + bar; + + S 1/2r; + A f;e;1d; + T 4a;bn;1c+;2b; + B d;c;1g; + LA "in ex-cel-"; + LT 4;4;1.; "in ex-cel-"; + LB "in ex-cel-"; + bar; + + S 1/2r; + A e;a;a;g; + T c+;1;2g; + B c;f;f;e; + LA "sis, O-san-na"; + LT "sis, in ex-"; + LB "sis, O-san-na"; + bar; + + S 1r;2;b; + A f;e;4d;e;2f~; + T 1a;2b;d+; + B d;c;1b-; + LS "O-"; + LA 2;2;1; "in ex-cel-"; + LT "cel-sis, O-"; + LB "in ex-cel-"; + bar reh "25"; + +// 25 + S b;a;g;f; + A f;e;1d; + T d+;c+;b;a; + B 1b-;; + LS "san-na in ex-"; + LT "san-na in ex-"; + LB "sis, O-"; + bar; + + S 1e;2;c+; + A c;g;2.;4f; + T 1g;2;e; + B 1c;; + LS "cel-sis, O-"; + LA "sis, O-san-na"; + LT "cel-sis, O-"; + LB "san-na"; + bar; + + S c+;b;a;g~; + A 1.e;2d; + T a;b;c+;b; + B 1c;; + LS "san-na in ex-"; + LA "in ex-"; + LT "san-na in ex-"; + LB "in ex-"; + bar; + + S g;1f;2e; + A 1c;; + T a;4g;f;1g; + B 1c;; + LS 2s;1;2s; "cel-"; + LA "cel-sis,"; + LT 1;1s; "cel-"; + LB "cel-sis,"; + bar; + + S 1f;r; + A r;a;a;g; + T 4f;g;a;b;1c+; + B r;f;f;e; + LS "sis,"; + LA "O-san-na"; + LT 1;1s; "sis,_"; + LB "O-san-na"; + bar reh "30"; + +// 30 + S r;d+;;c+; + A 2.f;4e;2d;e; + T r;f+;;e+; + B 2.d;4c;1b-~; + LS "O-san-na"; + LA 1.;2; "in_ ex-"; + LT "O-san-na"; + LB 1/2; "in_"; + bar; + + S b;a;1b; + A 1/2f; + T d+;c+;1d+; + B b-;f;1b-; + LS "in ex-cel-"; + LA "cel-"; + LT "in ex-cel-"; + LB "ex-cel-"; + bar; + + rom above 1-4: 1 "\(ferm)"; + SATB 1/2afc+f; + LALL "sis."; + dblbar = z; + + diff --git a/highlyflavoured.mup b/highlyflavoured.mup new file mode 100644 index 0000000..2dfca9d --- /dev/null +++ b/highlyflavoured.mup @@ -0,0 +1,119 @@ +//!Mup-Arkkra + +header + title (20) "The Angel Gabriel from Heaven" + title "Basque trad (Borders, 1895)" + title "Arr: Edgar Pettman, 1866-1943" + +footer + title "\%" + +footer2 + title "\%" + +score + staffs=2 + vscheme=2f + time = 12/8 + + define MARGIN 1 @ + scale=0.86 + lyricssize=14 + + leftmargin=MARGIN + rightmargin=MARGIN + +bracket = 1-2 + +staff 1 + label = "Soprano\nAlto" +staff 2 + clef=bass + label = "Tenor\nBass" + +music + +1 1: 1s; 4s; 8s; 8d; +1 2: 1s; 4s; 8s; 8d; +lyrics 1: 1s; 4s; 8s; 8; "The"; +lyrics 1: 1s; 4s; 8s; 8; "For"; +2 1: 1s; 4s; 8s; 8e; +2 2: 1s; 4s; 8s; 8e; +bar + +1 1: 8s; 8s; 8s; 4a; 8c+; 4b; 8d+; 4c+; 8b; +1 2: 8s; 8s; 8s; 4c; 8e; 4d; 8f; 4e; 8d; +lyrics 1: 8s; 8s; 8s; 4; 8; 4; 8; 4; 8; "an- gel Ga- bri- el from"; +lyrics 1: 8s; 8s; 8s; 4; 8; 4; 8; 4; 8; "known a bless- ed Mo- ther"; +2 1: 8s; 8s; 8s; 4e; 8; 4; 8; 4; 8; +2 2: 8s; 8s; 8s; 4a-; 8; 4; 8; 4; 8; +bar + +1 1: 4.a; 4.b; 4.e~; 4; 8; +1 2: 4.e; 4.f; 4.d~; 4; 8; +lyrics 1: 4.; 4.; 4.; 4; 8; "hea- ven ca- me, His"; +lyrics 1: 4.; 4.; 4.; 4; 8; "thou shalt be- ; All"; +2 1: 4.c+; 4.d+; 4.b~; 4; 8; +2 2: 4.a; 4.; 4.; 4g#; 8; +bar + +1 1: 8s; 8s; 8s; 4a; 8c+; 4b; 8d+; 4c+; 8b; +1 2: 8s; 8s; 8s; 4c; 8e; 4d; 8f; 4e; 8d; +lyrics 1: 8s; 8s; 8s; 4; 8; 4; 8; 4; 8; "wings as drift- ed snow, his"; +lyrics 1: 8s; 8s; 8s; 4; 8; 4; 8; 4; 8; "ge- ne- ra- tions laud and"; +2 1: 8s; 8s; 8s; 4a; 8; 4; 8; 4; 8; +2 2: 8s; 8s; 8s; 4a; 8a-; 4; 8; 4; 8d; +bar + +1 1: 4.a~; 4; 8g; 4.a~; 4; 8c+; +1 2: 4.e~; 4; 8g; 4.e~; 4; 8; +lyrics 1: 4.; 4; 8; 4.; 4; 8; "ey- es as fla- me: 'All"; +lyrics 1: 4.; 4; 8; 4.; 4; 8; "ho- - nour thee- ; Thy"; +2 1: 4.c+; 4b; 8c+; 4.a~; 4; 8; +2 2: 4.c; 4e; 8a; 4.; 4; 8c; +bar + +1 1: 4c+; 8d+; 4c+; 8b; 4c+; 8d+; 4e+; 8; +1 2: 4e; 8f; 4e; 8f; 4g; 8f; 4e; 8; +lyrics 1: 4; 8; 4; 8; 4; 8; 4; 8; "hail', said he, 'thou low- ly maid- en"; +lyrics 1: 4; 8; 4; 8; 4; 8; 4; 8; "son shall be Em- ma- nu- el, by"; +2 1: 4c+; 8g; 4; 8d+; 4c+; 8b; 4c+; 8; +2 2: 4c; 8b-; 4c; 8d; 4e; 8d; 4c; 8; +bar + +1 1: 4.d+; 4.c+; 4.b~; 4; 8c+; +1 2: 4.a; 4.; 4.; 4g; 8; +lyrics 1: 4.; 4.; 4.; 4; 8; "Ma- - ry- , Most"; +lyrics 1: 4.; 4.; 4.; 4; 8; "seers fore- told-., Most"; +2 1: 4.a; 4.d+; 4.~; 4; 8c+; +2 2: 4.f; 4.f#; 4.g~; 4; 8e; +bar + +1 1: 4d+; 8c+; 4b; 8a; 4.b; 4.e; +1 2: 4d; 8; 4; 8; 4.; 4.; +lyrics 1: 4; 8; 4; 8; 4.; 4.; "high- ly fa- voured la- dy"; +lyrics 1: 4; 8; 4; 8; 4.; 4.; "high- ly fa- voured la- dy"; +2 1: 4a; 8; 4; 8; 4.; 4.g#; +2 2: 4fn; 8; 4; 8; 4.e; 4.; +bar + +1 1: 4.a; 8c+; 8b; 8c+; 4.a~; 4; 8g; +1 2: 4.c; 4.f; 4.e~; 4; 8; +lyrics 1: 4.; 4.; 4.; 4; 8; "Glo - - - ri-"; +lyrics 1: 4.; 4.; 4.; 4; 8; "Glo - - - ri-"; +2 1: 2.a; 4.c+; 4b; 8; +2 2: 4.f; 4.d; 4.c; 4e; 8; +bar + +1 1: 2.a~; 4; 2s; +1 2: 2.c~; 4; 2s; +lyrics 1: 2.; 4; 2s; "a -"; +lyrics 1: 2.; 4; 2s; "a -"; +2 1: 2.a~; 4; 2s; +2 2: 2.e~; 4; 2s; +endbar + + + + + diff --git a/josquin/missa_lhomme/Makefile b/josquin/missa_lhomme/Makefile new file mode 100644 index 0000000..d103b43 --- /dev/null +++ b/josquin/missa_lhomme/Makefile @@ -0,0 +1,25 @@ +# +# $Id: Makefile,v 1.1 1998/08/25 13:54:24 djk Exp $ +# +.SUFFIXES: .gif .ps .mup + +OBJ=kyrie.ps + +all : ps + +ps : $(OBJ) + touch ps + +#verbum.gif : verbum.mup +# gs -sDEVICE=ppm -sOutputFile=$*%d.ppm -sPAPERSIZE=a4 $*.ps +# ppmtogif < $*1.ppm > $*1.gif +# ppmtogif < $*2.ppm > $*2.gif +# rm -f $**ppm +# ln -s $*1.gif $*.gif + +clean : + rm *~ *.ps *.mid + +.mup.ps : + mup $D $< -f $@ + mup $D $< -m $*.mid diff --git a/josquin/missa_lhomme/agnus.mup b/josquin/missa_lhomme/agnus.mup new file mode 100644 index 0000000..e69de29 diff --git a/josquin/missa_lhomme/benedictus.mup b/josquin/missa_lhomme/benedictus.mup new file mode 100644 index 0000000..e69de29 diff --git a/josquin/missa_lhomme/credo.mup b/josquin/missa_lhomme/credo.mup new file mode 100644 index 0000000..e69de29 diff --git a/josquin/missa_lhomme/gloria.mup b/josquin/missa_lhomme/gloria.mup new file mode 100644 index 0000000..e69de29 diff --git a/josquin/missa_lhomme/kyrie.mup b/josquin/missa_lhomme/kyrie.mup new file mode 100644 index 0000000..e838658 --- /dev/null +++ b/josquin/missa_lhomme/kyrie.mup @@ -0,0 +1,487 @@ +header + title (21) "" + title "\s(20)\f(TR)Missa L'homme arme sexti toni" "\s(24)\f(TB)Kyrie" "\s(20)\f(TR)Josquin des Pres" + title (16) "Edited by Julian Grimshaw" "" "(1440 - 1521)" + +header2 + title (16) "Missa L'homme arme sexti toni" "Kyrie" "Josquin des Pres" + title "" "" "" + +footer2 + title "" "\%" "" + +footer + title "" "\%" "" + +score + staffs=4 + bracket=1-4 + key=2& minor + lyricsfontfamily = palatino + lyricssize=16 + measnum=y + scale=0.60 + packfact=1 + staffsep=14 + pagewidth=8.26 + pageheight=11.7 + +staff 1 + clef=treble + label="Cantus" + +staff 2 + clef=treble + label="Altus" + +staff 3 + clef=treble8 + label="Tenor" + +staff 4 + clef=bass + label="Bassus" + +define S 1: @ +define A 2: @ +define T 3: @ +define B 4: @ +define L lyrics @ +define LS lyrics 1: @ +define LA lyrics 2: @ +define LT lyrics 3: @ +define LB lyrics 4: @ +define P phrase @ +define PS phrase 1: @ +define PA phrase 2: @ +define PT phrase 3: @ +define PB phrase 4: @ +define MS rom above 1: @ +define MA rom above 2: @ +define MT rom above 3: @ +define MB rom above 4: @ +define SMS "\(smsharp)" @ +define SMN "\(smnat)" @ +define SMF "\(smflat)" @ +define BSMS "(\(smsharp))" @ +define BSMN "(\(smnat))" @ +define BSMF "(\(smflat))" @ +define FERM "\(smferm)" @ + + +score + time=6/4n + beamstyle = 4,4,4,4,4,4 + vscheme=1 + +music + midi 1: 0 "channel=1"; 0 "program=74"; + midi 2: 0 "channel=2"; 0 "program=74"; + midi 3: 0 "channel=3"; 0 "program=74"; + midi 4: 0 "channel=4"; 0 "program=74"; +// midi 1: 0 "channel=1"; 0 "program=40"; +// midi 2: 0 "channel=2"; 0 "program=41"; +// midi 3: 0 "channel=3"; 0 "program=42"; +// midi 4: 0 "channel=4"; 0 "program=43"; + + + midi 1-4: 0 "param=7,127"; + + midi all: 0 "tempo=100"; + + // 1 + S mr; + A mr; + T 1b; 2; + B mr; + + LT "Ky-ri-"; + bar; + + // 2 + S 1b; 2; + A mr; + T 2b; 2.e+; 4d+; + B mr; + + LS "Ky-ri-"; + LT 2; 2.s; 4; "e_ e-"; + bar; + + // 3 + S 2b; 2.e+; 4d+; + A mr; + T 2d+; 4c+; b; 2c+; + B mr; + + LS 2; 2.s; 4; "e_ e-"; + LT 2; 2s; 2; "le- i-"; + bar; + + // 4 + S 2.d+; 2b; 8a; g; + A mr; + T 1b; 4; c+; + B 1b-; 2; + + LS 2.; 2s; 4s; "le-"; + LT 1; 4; 4s; "son, e-"; + LB "Ky-ri-"; + bar; + + // 5 + S 2f; 2.g; 4f; + A 1b-; 2; + T 2d+; e+; e; + B 2b-; 2.e; 4d; + + LS 2s; 2.s; 4; "i-"; + LA "Ky-ri-"; + LT "le-i-son,"; + LB 2; 2.s; 4; "e_ e-"; + bar; + + // 6 + S 2f; r; c+; + A 2b-; 2.e; 4d; + T 2f; g; e; + B 2d; 1c; + + LS "son, Ky-"; + LA 2; 2.s; 4; "e_ e-"; + LT 2; 2s; 2; "Ky- ri"; + LB "le-i-"; + bar; + + // 7 + S 2d+; 1e+; + A 2d; 1c; + ifdef MIDI + T 4f; g; 1a&; + else + T 4f; g; 1a; + MT 3 SMF; + endif + B 2b-; r; a-&; + + LS 2; 1s; "ri-"; + LA "le-i-"; + LT 4; s; 1s; "e_"; + LB "son, Ky-"; + bar; + + // 8 + S 1.d+; + A 2b-; r; f~; + T 4f; 2b; 8a; g; 2f~; + B 2.b-; 4c; d; e; + + LS "e"; + LA "son Ky-"; + LT 4; 2; 2.s; "e-le-"; + LB 2.s; 4s; s; 4; "ri-"; + bar; + + // 9 + S 2c+; 2.; 8b; a; + A 2f; 2.; 4d; + T 4f; g; a; b; c+; f+; + B 2.f; 4g; a; b; + + LS 2; 2.; 4s; "e-le-"; + LA 2s; 2.; 4s; "ri-"; + LB 2.; 4; 2s; "e e-"; + + bar; + + // 10 + S 4g; 2f; b; 8a; g; + A 4e; f; 2b-; r; + T 4e+; d+; 2f+; b; + B 4c+; 4.d+; 8c+; b; a; 2g; + + LS 4s; 2s; s; 4; "i-"; + LA 4s; s; 2; s; "e,"; + LT 4s; s; 2s; 2; "i-"; + LB 4s; 4.; 8s; s; s; 2; "le-i-"; + bar; + + // 11 + S 1a; 2r; + A 2f; 4; 2; 4e; + T 4c+; 4.f; 8g; 4.a; 8b; 4g; + B 2f; 4r; f; d; e; + + LS "son,"; + LA "Ky-ri-e e-"; + LT 4; 4.; 8s; 2.s; "son, Ky-"; + LB 2; 4s; 4; s; s; "son, Ky-"; + bar; + + // 12 + S 4.a; 8b; 4c+; 2.d+; + A 4d; 2c; 4b-; 2f; + T 4f; f+; r; 4.f+; 8e+; d+; c+; + B 4.f; 8g; 4a; b; 2b-; + + LS 4.; 8s; 4; 2.; "Ky-ri-e"; + LA 4; 2s; 4; 2; "le-i-son,"; + LT 4; 4; s; 2.; "ri-e e-"; + LB 2.s; 4; 2; "ri-e"; + bar; + + // 13 + S 4d+; 8c+; 4a; 8b; 4g; f; 8g; a~; + A 4f; 2; 4e; d; c~; + T 4b; c+; f; g; 2a~; + B 4r; f; d; e; 2f~; + + LS 4; 2.s; 2; "e-le-"; + LA "Ky-ri-e^e-le--"; + LT "le-i-son, e-le-"; + LB "e-le-i-son_"; + bar; + + // 14 + S 8a; b; 4c+; 2d+; 4r; c+; + A 8c; b-; 2f; 4d; e; f; + T 2a; b; 4g; c+; + ifdef MIDI + B 2f; 4r; b-; c; a-&; + else + B 2f; 4r; b-; c; a-; + MB 6 SMF; + endif + + LS 4s; 4; 2; 4s; 4; "i-son, e-"; + LA 8s; 8; 2; 4; 4; s; "i-son, e-le-"; + LT 1s; 4s; 4; "i-"; + LB 2s; 4s; 4; 4; s; "e-le-"; + bar; + + // 15 + S 4d+; c+; 2e+; 4d+; c+~; + A 4d; 2e; 4c; d; e; + T 4b; g; a&; g; b; g; + ifdef MIDI + B 4b-; c; a-&; c; b-; c; + else + B 4b-; c; a-; c; b-; c; + MB 3 SMF; + endif + + LS 4; 4s; 1s; "le-"; + LA 1s; 4s; 4; "i-"; + LT 4; 4; 4; 2.s; "son, e-le-"; + bar; + + // 16 + S 4c+; b; a; 4.b; 16a; g; 4a; + A 4c; 2d; 4b-; c; d; + ifdef MIDI + T 8a&; f; 2f+; 4e+; 2f+; + B 4a-&; b-; f; g; 2f; + else + T 8a; f; 2f+; 4e+; 2f+; + B 4a-; b-; f; g; 2f; + MT 1 SMF; + MB 1 SMF; + endif + + LS 1s; 4s; 4; "i-"; + LA 4; 2; 4s; 4; 4; "son, e-le-i-"; + LT 1s; 2; "i-"; + LB 1s; 2; "i-"; + bar; + + // 17 + S 1.b; + A 1.b-; + T 1.f+; + B 1.b-; + rom above 1-4: 1 FERM; + + L 1-4: "son."; + dblbar; + +score + time=2/2n + beamstyle=4,4,4,4 + +music + // 18 + S 1b; + A 1f~; + T 1b~; + B mr; + bar; + + // 19 + S 2.b; 8a; g; + A 1f~; + T 1b; + B mr; + bar; + + // 20 + S 1a; + A 1f~; + T 1c+~; + B 1f~; + bar; + + // 21 + S 2r; a; + A 1f; + T 1c+; + B 1f; + bar; + + // 22 + S 2b; g; + A 1g~; + T 1e+~; + B 1e~; + bar; + + // 23 + S 1b; + A 1g; + T 1e+; + B 1e; + bar; + + // 24 + S 1a; + A 2r; 2f~; + T 2.c+; 4d+~; + B 1f; + bar; + + // 25 + S mr; + A 2f; f; + T 4d+; 8c+; d+; 4a; b; + B 1d; + bar; + + // 26 + S 2r; 2g~; + A 1e; + T 1c+~; + B 1c~; + bar; + + // 27 + S 4g; 8a; b; 2c+; + A 2r; 2e; + T 1c+; + B 1c; + bar; + + // 28 + S 4r; c+; d+; f+~; + A 1f; + T 2f; b~; + B mr; + bar; + + // 29 + S 8f+;e+;d+;c+; 2b; + A 1d; + T 1b; + B mr; + bar; + + // 30 + S 4r; 4.c+; 8b; a; g; + A 1c; + T 1a~; + B 1f~; + bar; + + // 31 + S 2f; 4r; g~; + A mr; + T 2a; b; + B 2f; e~; + bar; + + // 32 + S 4g; 2b; 8a; g; + A mr; + T 1g; + B 1e; + bar; + + // 33 + S 2a; 4r; c+; + A 2r; f~; + T 4.f; 8g; a; b; 4c+~; + B 1f; + bar; + + // 34 + S 4d+; 2f+; 8e+; d+; + A 1f; + T 4c+; 8b; a; 2b; + B 1d; + bar; + + // 35 + S 2.e+; 8d+; c+; + A 1g~; + T 2.e; 4f; + B 1c; + bar; + + // 36 + S 2b; 4c+; d+~; + A 2g; f~; + T 2g; 4a; b~; + B mr; + bar; + + // 37 + S 8d+; c+; 2; 8b; a; + A 1f; + T 4b; 8a; g; 2f; + B mr; + bar; + + // 38 + S 4.g; 8f; 2c+~; + A 2e; c; + T 2c+; 4r; c+; + B mr; + bar; + + // 39 + S 1c+; + A 2e; f; + T 8c+; b; a; g; 2f; + B mr; + bar; + + // 40 + S 2d+; f+; + A 1d; + T 2.f+; 8e+; d+; + B 2r; b; + bar; + + // 41 + S 2.e+; 8d+; c+; + A 2.c; 4e~; + T 2e+; a&~; + B 1c+~; + bar; + + // 42 + S 2e+; d+~; + A 4e; 8d; c; 4d; b-; + T 2a; b; + B 2c+; b~; + bar; + + // 43 diff --git a/josquin/missa_lhomme/sanctus.mup b/josquin/missa_lhomme/sanctus.mup new file mode 100644 index 0000000..e69de29 diff --git a/lassus/Makefile b/lassus/Makefile new file mode 100644 index 0000000..904ef2d --- /dev/null +++ b/lassus/Makefile @@ -0,0 +1,35 @@ +# +# $Id: Makefile,v 1.4 1998/08/25 13:54:24 djk Exp $ +# +.SUFFIXES: .gif .ps .mup + +OBJ=verbum.ps dextera.ps +D=-D TRANSPOSE + +all : ps + +ps : $(OBJ) + touch ps + +verbum.gif : verbum.mup + gs -sDEVICE=ppm -sOutputFile=$*%d.ppm -sPAPERSIZE=a4 $*.ps + ppmtogif < $*1.ppm > $*1.gif + ppmtogif < $*2.ppm > $*2.gif + rm -f $**ppm + ln -s $*1.gif $*.gif + +dextera.gif : dextera.mup + gs -sDEVICE=ppm -sOutputFile=$*%d.ppm -sPAPERSIZE=a4 $*.ps + ppmtogif < $*1.ppm > $*1.gif + ppmtogif < $*2.ppm > $*2.gif + ppmtogif < $*3.ppm > $*3.gif + rm -f $**ppm + ln -s $*1.gif $*.gif + +clean : + rm *~ *.ps *.mid + +.mup.ps : + mup $D $< -f $@ + mup $D $< -m $*.mid + diff --git a/lassus/dextara.mup b/lassus/dextara.mup new file mode 100644 index 0000000..e69de29 diff --git a/lassus/dextera.mup b/lassus/dextera.mup new file mode 100644 index 0000000..c91bdb5 --- /dev/null +++ b/lassus/dextera.mup @@ -0,0 +1,690 @@ +header + title (21) "" + title bold (24) "Dextera Domini" "" "\s(20)\f(TR)Orlando Lassus" + title (16) "Edited by Tigger Burton" "" "(1532 - 1594)" + +header2 + title (16) "Dextera Domini" "" "Orlando Lassus" + +footer + title "" "\%" "" + +footer2 + title "" "\%" "" + +score + staffs=4 + bracket=1-4 + key=1& minor +// lyricsfontfamily = courier +// lyricsfontfamily = avantgarde +// lyricsfontfamily = bookman +// lyricsfontfamily = helvetica +// lyricsfontfamily = newcentury + lyricsfontfamily = palatino +// lyricsfontfamily = times + measnum=y + size=14 + scale=0.6 + lyricsalign=.5 + lyricssize=16 + packfact=1.2 + //packfact=0.5 + staffsep=14 + pagewidth=8.26 + pageheight=11.7 +// pageheight=8.26 +// pagewidth=11.7 + +staff 1 + clef=treble + label="Cantus" + +staff 2 + clef=treble + label="Altus" + +staff 3 + clef=treble8 + label="Tenor" + +staff 4 + clef=bass + label="Bassus" + +define S 1: @ +define A 2: @ +define T 3: @ +define B 4: @ +define L lyrics @ +define LS lyrics 1: @ +define LA lyrics 2: @ +define LT lyrics 3: @ +define LB lyrics 4: @ +define P phrase @ +define PS phrase 1: @ +define PA phrase 2: @ +define PT phrase 3: @ +define PB phrase 4: @ +define MS rom above 1: @ +define MA rom above 2: @ +define MT rom above 3: @ +define MB rom above 4: @ +define SMS "\(smsharp)" @ +define SMN "\(smnat)" @ +define SMF "\(smflat)" @ +define BSMS "(\(smsharp))" @ +define BSMN "(\(smnat))" @ +define BSMF "(\(smflat))" @ +define FERM "\(smferm)" @ + +ifndef MIDI +score + time=1/4n + vscheme=2o + +music + 1 1: [cue; len 0] 4f+; + 1 2: [cue; len 0] 4f; + 2 1: [cue; len 0] 4c+; + 2 2: [cue; len 0] 4g-; + 3 1: [cue; len 0] 4a+; + 3 2: [cue; len 0] 4g; + 4 1: [cue; len 0] 4d+; + 4 2: [cue; len 0] 4b-; + invisbar; +endif + +score + time=4/2n + beamstyle = 1, 1 + vscheme=1 + +music + midi 1: 0 "channel=1"; 0 "program=74"; + midi 2: 0 "channel=2"; 0 "program=74"; + midi 3: 0 "channel=3"; 0 "program=74"; + midi 4: 0 "channel=4"; 0 "program=74"; + + midi 1-4: 0 "param=7,64"; + + midi all: 0 "tempo=180"; + + // 1 + S mr; + A 1r; a; + T 1.d+; 2c+; + B mr; + + LA "Dex-"; + LT "Dex-te-"; + bar; + + // 2 + S 1.d+; 2c+; + A 2g; f; 1g~; + ifdef MIDI + T 1b; 2.e&; 4; + else + T 1b; 2.e+; 4; + MT 3 SMF; 4.5 SMF; + endif + B mr; + + LS "Dex-te-"; + LA "te-ra Do-"; + LT "ra Do-mi-"; + bar; + + // 3 + S 2b; 1a; 2g; + A 2g; f; f; d; + T 2d+; ; b; ; + B 1r; d+~; + + LS "ra Do-mi-"; + LA "mi-ni fe-"; + LT "ni fe-cit vir-"; + LB "Dex-"; + bar; + + // 4 + S 1a; r; + A 2f; e; {2.d; 4e; 2f;}3; + T 1a; 2f+; d+~; + B 2d+; c+; 1b; + + LS "ni,"; + LA "cit vir-tu---"; + LT "tu-tem, dex-"; + LB "te-ra"; + bar; + + // 5 + S 1r; d+; + A 2g; 1; 2f; + T 2d+; c+; b; a~; + B 2.e&; 4; 1d; + + LS "[dex-"; + LA "tem, [dex-te-"; + LT "te-ra Do-"; + LB "Do-mi-ni,"; + bar; + + // 6 + ifdef MIDI + S 2c+; b; 2.e+&; 4; + else + S 2c+; b; 2.e+; 4; + MS 3 SMF; 4.5 SMF; + endif + A 2e; 1g; 2; + T 4a; ; 2g; 1c+; + B 1r; c; + + LS "te-ra Do-mi-"; + LA "ra Do-mi-"; + LT "mi-ni fe-"; + LB "fe-"; + bar; + + // 7 + S 2d+; 1; 2a; + A 2g; 1f; 2; + T 2b; a; 4b; c+; d+; e+; + B 2g; d; 2.d+; 4c+; + + LS "ni] fe-cit"; + LA "ni fe-cit"; + LT "cit vir-tu----"; + LB "cit vir-tu--"; + bar; + + // 8 + ifdef MIDI + S 2b; 2.d+; 8c+#; bn; 2c+#; + else + S 2b; 2.d+; 8c+; b; 2c+; + MS 3.5 SMS; 3.75 SMN; 4 SMS; + endif + A 1d; e; + T 2.f+; 4g+; 1a+; + B 1b; a; + + LS "vir-tu----"; + LA "vir-tu-"; + bar; + + // 9 + S 1d+; ~; + A 2a; 1; 2g; + T 1f+; r; + B 1d; b~; + + LS "tem, dex-"; + LA "tem,] dex-te-"; + LT "tem,"; + LB "tem, dex-"; + bar; + + // 10 + S 2d+; c+; b; ~; + A 1f; 2.g; 4; + T 1r; d+~; + B 2b; a; 1g; + + LS "te-ra Do-"; + LA "ra Do-mi-"; + LT "dex-"; + LB "te-ra"; + bar; + + // 11 + S 2b; a; g; b~; + A 1f; d~; + T 2d+; c+; 1b; + B 2b; f; 1g; + + LS "mi-ni, [dex-"; + LA "ni, dex-"; + LT "te-ra"; + LB "Do-mi-ni,_"; + bar; + + // 12 + S 2b; a; 1d+; + A 2d; c; b-; b~; + T 2.f+; 4; ; e+; d+; c+; + B 1f; 2r; g~; + + LS "te-ra"; + LA "te-ra, [dex-"; + LT "Do-mi-ni____"; + LB "_ [dex-"; + bar; + + // 13 + S 2d+; f+; 1b; + A 2b; a; g; f~; + T 2b; c+; e+&; d+~; + B 2g; f; e&; b~; + + LS "Do-mi-ni]"; + LA "te-ra] Do-"; + LT "_ ex-al-ta-"; + LB "te-ra Do-"; + bar; + + // 14 + S 2.g; 4a; b; c+; 2d+; + A 2f; e; f; b; + T 2d+; c+; b; f+; + B 2b; c+; d+; b; + + LS "ex-----"; + LA "mi-ni ex-"; + LT "vit me, [ex-"; + LB "mi-ni,] fe-"; + bar; + + // 15 + S 2c+; 2.d+; 4c+; 2b~; + A 4a; g; f; e; 1d; + T 4f+; e+; d+; c+; 1b; + B 2f; 2.b; 4a; 2g; + + LS "al-ta---"; + LA "al-----"; + LT "al-----"; + LB "cit vir---"; + bar; + + // 16 + S 2b; a; 1b; + A 2f; ; 1; + T 2c+; ; d+; ~; + B 1f; b; + + LS "vit me"; + LA "ta-vit me"; + LT "ta-vit me] dex-"; + LB "tu--"; + bar; + + // 17 + S 1r; d+~; + A 1a; 2g; f; + T 2d+; c+; 1b; + B 1f; r; + + LS "dex-"; + LA "dex-te-ra"; + LT "te-ra"; + LB "tem,"; + bar; + + // 18 + S 2d+; c+; b; a~; + A 1.g; 2f; + ifdef MIDI + T 2.e+&; 4; 2d+; ; + else + T 2.e+; 4; 2d+; ; + MT 1 SMF; 2.5 SMF; + endif + B mr; + + LS "te-ra Do-"; + LA "Do-mi-"; + LT "Do-mi-ni fe-"; + bar; + + // 19 + S 2a; g; 1a; + A 2f; d; f; e; + T 2b; ; 1a; + B 1.d+; 2c+; + + LS "mi-ni,"; + LA "ni fe-cit vir-"; + LT "cit vir-tu-"; + LB "dex-te-"; + bar; + + // 20 + S mr; + A {2.d; 4e; 2f;}3; 2g; ~; + T 2f+; 1d+; 2c+; + B 1b; 2.e&; 4; + + LA "tu---tem, dex-"; + LT "te, [dex-te-"; + LB "ra Do-mi-"; + bar; + + // 21 + S 1d+; 2c+; b; + A 2g; f; e; g~; + T 2b; 2.a; 4; 2g; + B 1d; r; + + LS "[dex-te-ra"; + LA "te-ra Do"; + LT "ra Do-mi-ni"; + LB "ni"; + bar; + + // 22 + ifdef MIDI + S 2.e+&; 4; 2d+; ~; + else + S 2.e+; 4; 2d+; ~; + MS 1 SMF; 2.5 SMF; + endif + A 2g; ; ; f~; + T 1c+; 2b; a; + B 1c; 2g; d; + + LS "Do-mi-ni] fe-"; + LA "mi-ni fe-"; + LT "fe-cit vir-"; + LB "fe-cit vir-"; + bar; + + // 23 + S 2d+; a; b; d+~; + A 2f; ; 1d; + T 4b; c+; d+; e+; 2.f+; 4g+; + B 2.d+; 4c+; 1b; + + LS "cit vir-tu-"; + LA "cit vir-"; + LT "tu------"; + LB "tu---"; + bar; + + // 24 + ifdef MIDI + S 4d+; 8c+#; bn; 2c+#; d+; f+~; + else + S 4d+; 8c+; b; 2c+; d+; f+~; + MS 1.5 SMS; 1.75 SMN; 2 SMS; + endif + A 1e; 2a; ; + T 1a+; 2f+; d+; + B 1a; d; + + LS "---tem. Non_"; + LA "tu-tem. Non"; + LT "-tem.] Non"; + LB "-tem."; + bar; + + // 25 + S 4f+; e+; 2d+; 1c+; + A 2f; g; a; a; + T 2.d+; 4e+; 2f+; e+; + B 1b; a; + + LS "__ mo-"; + LA "mo-ri-ar, non"; + LT "mo---ri-"; + LB "Non mo-"; + bar; + + // 26 + S 1b; a; + A 2d; e; f; ; + T 2g+; ; c+; d+; + B 1g; f; + + LS "ri-ar,"; + LA "mo-ri-ar, non"; + LT "ar, non mo-ri-"; + LB "ri-ar,"; + bar; + + // 27 + S 1g; f; + A 2b-; 4a-; g-; 1d; + T 2e+&; 1c+; 2b~; + B 1e&; d; + + LS "non mo-"; + LA "mo----"; + LT "ar, [non mo-"; + LB "[non mo-"; + bar; + + // 28 + S 2.c+; 4; 2f; f+; + A 2.e&; 4; 1b; + T 2b; a; 1d+; + B 1c; b-; + + LS "-ri-ar sed"; + LA "-ri-ar"; + LT "ri-ar]"; + LB "ri-ar]"; + bar; + + // 29 + S 1f+; c+; + A 2r; a; 1; + T 2r; c+; 1f+; + B 2r; f; 1; + + LS "vi-vam"; + L 2-4: "sed vi-"; + bar; + + // 30 + S 2r; a; b; c+; + A 2a; f; g; a~; + T 1c+; r; + B 1f; r; + + LS "et nar-ra-"; + LA "vam et nar-ra-"; + L 3-4: "vam"; + bar; + + // 31 + S 1f; r; + A 2a; b; 4g; a; b; a; + T 1d+; 2e+; f+; + B 2r; b; c+; d+~; + + LS "bo,"; + LA "bo, et____"; + LT "et nar-ra-"; + LB "et nar-ra-"; + bar; + + // 32 + S 1f; 2g; a; + A 1b; 2b-; c; + T 2b; d+; e+; f+; + B 4d+; c+; b; a; 2g; f; + + LS "[et nar-ra-"; + LA "_ nar-ra-"; + LT "bo, [et nar-ra-"; + LB "----bo,"; + bar; + + // 33 + S 1b; r; + A 4d; e; f; g; 1a; + T 2f+; d+; e+; f+; + B 1b; 2c+; d+~; + + LS "bo,]"; + LA "bo,_____"; + LT "bo,] et nar-ra-"; + LB "[et nar-ra-"; + bar; + + // 34 + S 1f; 2g; a; + A 2r; d; e; f~; + T 1b; 2r; c+; + B 4d+; c+; b; a; 2g; f; + + LS "et nar-ra-"; + LA "[et nar-ra-"; + LT "bo, et"; + LB "----bo]"; + bar; + + // 35 + S 1b; 2r; b~; + A 2f; g; f; ; + T 2d+; e+&; d+; ~; + B 1r; 2.b; 4a; + + LS "bo o-"; + LA "bo] o-pe"; + LT "nar-ra-bo o-"; + LB "o-pe-"; + bar; + + // 36 + S 4b; a; 2g; c+; d+; + A 4b-; c; d; e; 2f; d~; + T 4d+; c+; 2b; 1a; + B 1g; f; + + LS "pe-ra Do-mi-"; + LA "ra_____ Do-"; + LT "pe-ra Do-"; + LB "ra Do-"; + bar; + + // 37 + S 1e+; 2r; f+~; + A 2d; c; f; a~; + T 1g; a; + B 1e; d; + + LS "ni [o-"; + LA "mi-ni, [o-"; + LT "mi-ni,"; + LB "mi-ni,"; + bar; + + // 38 + S 4f+; e+; 2d+; c+; b; + A 2a; b; a; f~; + T 2r; 2.f+; 4e+; 2d+~; + B mr; + + LS "pe-ra Do--"; + LA "pe-ra Do-"; + LT "[o-pe-ra_"; + bar; + + // 39 + S 1a; 2.g; 8f; g; + A 2f; 1e; 2d; + T 2d+; 1c+; 2b; + B 1r; 2r; d+~; + + LS "-mi---"; + LA "-mi-"; + LT "Do-mi-"; + LB "et"; + bar; + + // 40 + S 1a; 2r; b~; + A 2e; ; f; g; + T 1a; d+; + B 2d+; c+; b; g; + + LS "ni,] o-"; + LA "ni,] et nar-ra-"; + LT "ni]__"; + LB "na-ra-bo"; + bar; + + // 41 + S 4b; a; 2g; 1; + A 2d; 1b; 2c+; + T 1r; 2.e+&; 4d+; + B 2r; 2.e&; 4d; 2c; + + LS "pe-ra Do-"; + LA "bo o-pe-"; + LT "o-pe-"; + LB "o-pe-ra"; + bar; + + // 42 + ifdef MIDI + S 2.e+&; 4; 1d+; + else + S 2.e+; 4; 1d+; + MS 1 SMF; 2.5 SMF; + endif + A 2g; 1a; 2g~; + T 1c+; b; + B 2c; ; 1d~; + + LS "-mi-ni,"; + LA "ra Do--"; + LT "ra Do-"; + LB "Do-mi-ni,_"; + bar; + + // 43 + S 2.d+; 4c+; 1b; + A 2g; f; g; g-; + T 1a; 2g; g+~; + B 1d; 2r; e&~; + + LS "[o-pe-ra"; + LA "mi-ni, [o-"; + LT "mi-ni, [o-"; + LB "[o-"; + bar; + + // 44 + S 2r; 1g+; 2d+; + A 2b-; c; 2.g; 4f; + T 4g+; f+; 2e+&; 1d+; + B 4e; d; 2c; 1b-n; + + LS "Do-mi-"; + LA "pe-ra Do--"; + LT "pe-ra Do-"; + LB "pe-ra Do-"; + bar; + + // 45 + S 1/2 g; + A 2e&; ; 1d; + T 1c+; bn; + B 1c; g; + + MS 1 FERM; + MA 3 FERM; + MT 3 FERM; + MB 3 FERM; + + LS "ni.]"; + LA "-mi-ni.]"; + L 3-4: "mi-ni.]"; + endbar; + + title "" + title "" + title "" + title "" + title "Engraved by Withburga Music" \ + "$Id: dextera.mup,v 1.4 2001/05/30 01:37:00 djk Exp $" \ + "http://www.tobit.co.uk/withburga" + title "Edition \(copyright) 1998" "" + + diff --git a/lassus/missa_feria/Makefile b/lassus/missa_feria/Makefile new file mode 100644 index 0000000..2732d8b --- /dev/null +++ b/lassus/missa_feria/Makefile @@ -0,0 +1,26 @@ +# +# $Id: Makefile,v 1.4 2005/07/31 22:55:07 djk Exp $ +# +.SUFFIXES: .ps .mup + +ALL=mass.ps +OBJ=kyrie.ps sanctus.ps benedictus.ps agnus.ps +D=-D A3 + +all : ps + +ps : $(OBJ) $(ALL) + touch ps + +$(ALL) : $(OBJ) + +clean : + rm -f *~ *.ps *.mid + +.mup.ps : + mup $< -f $@ + perl -pi.bak -e 's/^\s+0.7 staffscale/\t0.45 staffscale/' $@ + mup $< -m $*.mid +# mup $D $< -f a3_$@ +# perl -pi.bak -e 's/^([\d.\s]+ stf)$$/gsave 43 255 255 setrgbcolor $$1 grestore/' $@ + ps2pdf -sPAPERSIZE=a4 $*.ps diff --git a/lassus/missa_feria/agnus.mup b/lassus/missa_feria/agnus.mup new file mode 100644 index 0000000..f4313dd --- /dev/null +++ b/lassus/missa_feria/agnus.mup @@ -0,0 +1,360 @@ +//!Mup-Arkkra + +score + staffs=4 + bracket=1-4 + key=1& + time=2/1n + beamstyle = 1,1 + vscheme=1 + +staff 1 + label="Treble" + clef=treble +staff 2 + label="Alto" +ifdef ALTOTREBLE + clef=treble + defoct=3 +else + clef=treble8 +endif +staff 3 + label="Tenor" + clef=treble8 +staff 4 + label="Bass" + clef=bass + +ifdef HEADER +ifndef AGGY3 +score + beamstyle=1,1 + +music + S s;s; + invisbar = z + +rom above 1: 1 "\s(50) "; +center (_page.x, z.y + 14) "\f(AB)\s(18)Agnus Dei I & III"; +endif +else +score + lyricsfontfamily = newcentury + fontfamily = avantgarde + +header + title bold (24) "" "Agnus Dei" "" + title (14) "Missa de Feria in Quadragesima" "" "Orlando Lassus (1532 - 1594)" + +score + lyricssize=14 + measnum=y + scale=0.70 + staffsep=14 + scoresep=12 + topmargin=0.75 + pageheight=11.6944 + pagewidth=8.26389 + +// + +// division=48 // midi 'quarter note' size - minims (probably) + + +include "macros.mup" + +endif + +music + midi 1-4: 0 "param=7,64"; + midi all: 0 "tempo=180"; + +// 1 + S 1.g; 2; + A MR; + T MR; + B MR; + LS "Ag-nus"; + bar; + +// 2 + S g;2a;4d;e; + A 1r;d+~; + T MR; + B MR; + LS 1;2;2; "De-i, Ag-"; + LA "Ag-"; + bar; + +// 3 + S 4f;g;a;f;2b;a; + A 2d+; ;1; + T MR; + B MR; + LS 1.s; 2; "nus"; + LA "nus De-"; + bar; + +// 4 + S g;c; + A 2e+;4c+;d+;e+;f+;g+;e+; + T MR; + B MR; + LS "De-i,"; + LA 2;1;4s;4; "i, Ag-nus"; + bar; + +// 5 + S 2r; 1f; 2; + A 4f+;e+;d+;c+;2b;a; + T MR; + B 1.d;2; + LS "Ag-nus"; + LA 1.;2; "De-i,"; + LB "Ag-nus"; + bar; + +// 6 + S 4f;g;a;b;2c+;c; + A 2r;f+;g+;e+; + T MR; + B d;2e;a; + LS 1.;2; "De-i,"; + LA "qui tol-lis"; + LB "De-i, qui"; + bar; + +// 7 + S 2r;a;c+;a~; + A f+;2e+;f+; + T MR; + B 4d;e;f;g;2a;d; + LS "qui tol-lis"; + LA "pec-ca-ta"; + LB 1.;2; "tol-lis"; + bar; + +// 8 + S 2a;;g;c+~; + A 2.c+;4d+;1e+; + T r; g; + B f;4c;d;e;f; + LS "pec-ca-ta"; + LA 1/2; "mun-"; + LT "Ag-"; + LB 1;1; "pec-ca-"; + bar; + +// 9 + S 2c+;b;g;c+~; + A 2d+;;1e+; + T g;; + B 2g;g-;1c; + LS "mun-di, qui_"; + LA "di, qui tol-"; + LT "nus De-"; + LB 2s;2;1; "ta mun-"; + bar; + +// 10 + S 4c+;b;a;g;2.f;4g; + A c+;2d+;; + T a;; + B 2f-;f;2.d;4e; + LA "lis pec-ca-"; + LT 1s;1; "i,"; + LB 2;2;1; "di, qui tol-"; + bar; + +// 11 + S 2a;1f;2g; + A 2c+;1d+;2; + T a;b; + B 4f;e;d;c;2b-;g-; + LS 2s;1;2; "tol-lis"; + LA "ta mun-di,"; + LT "qui tol-"; + LB 1.s; 2; "lis"; + bar; + +// 12 + S 2f;1;2e; + A 2r;c+;1; + T a;g; + B 2d;f;1c; + LS "pec-ca-ta"; + LA "qui tol-"; + LT "lis pec-"; + LB "pec-ca-ta"; + bar; + +// 13 + S 2f;c;r;d~; + A 2c+;a;;b; + T a;f; + B 2.f;4e;d;c;b-;a-; + LS "mun-di: mi-"; "\(space) \(space) do-"; + LA "lis pec-ca-ta"; + LT "ca-ta"; + LB 1/2; "mun-"; + bar; + +// 14 + S 2d;e;4f;g;a;b; + A 2b;a;r;c+~; + T g;a; + B 2g-;c;1f-; + LS 2s;2;1; "se-re"; "na no-"; + LA "mun-di: mi-"; "\(space) \(space) do-"; + LT "mun-di:"; + LB 1s;1; "di:"; + bar; + +// 15 + S 2c+;a;g;e; + A 2c+;d+;4e+;f+;g+;e+; + T MR; + B r;2r;c~; + LS 2s;2;2;2; "re no-bis,"; "bis pa-cem,"; + LA 2s;2;1; "se-re-"; "na no-"; + LB "mi-"; "do-"; + bar; + +// 16 + S 2r;a;g;a~; + A 2g+;f+;e+;c+; + T MR; + B 2c;d;e;f; + LS "mi-se-re-"; "do-na no-"; + LA 2s;2;2;2; "re no-bis,"; "bis pa-cem,"; + LB "se-re-re"; "na no-bis"; + bar; + +// 17 + S 4a; g;1f;2e; + A 2r;f;2.g;4a; + T MR; + B d;2c;; + LS 1.s;2; "re"; "bis"; + LA 2s;2;1; "mi-se-"; "do-na"; + LB "no-bis, mi"; "pa-cem, do-"; + bar; + +// 18 + S 2.d;4e;2f;d; + A 2b;;f;f+~; + T g;a; + B g-;2.d;4e; + LS 1.;2; "no-bis,"; "pa-cem,"; + LA 2s;2;2;2; "re-re no-"; "no-bis pa-"; + LT "mi-se-"; "do-na"; + LB 1;1; "se-re-"; "na no-"; + bar; + +// 19 + S 2.c;4d;e;f;2g; + A 2f+;;r;e+; + T a;g; + B 2f;f-;1c; + LS 1/2; "mi-"; "do-"; + LA "bis, mi-"; "cem, do-"; + LT "re-re"; "no-bis"; + LB 2s;2;1; "re no-"; "bis pa-"; + bar; + +// 20 + S 2f;1c;2c+; + A 2.c+;4d+;e+;f+;2g+; + T a;g; + B 2f-;;4c;d;e;f; + LS "se-re-re"; "na no-bis"; + LA 1/2; "se-"; "na"; + LT 1/2; "no-"; "pa-"; + LB 2;2;1; "bis, mi-se-"; "cem, do-na"; + bar; + +//21 + S 2bn; ; 2.; 4; + A 1.d+;2; + T 1/2g~; + B 2g;1g-;2; + LS "no-bis, mi-se-"; "pa-cem, do-na"; + LA "re-re"; "no-bis"; + LT "bis._"; "cem._"; + LB 2s;1;2; "re-re"; "no-bis"; + bar; + +// 22 + S 2c+;c+;1; + A 1/2e+; + T 1/2g~; + B 1/2c; + LS "re-re no-"; "no-bis pa-"; + LA "no-"; "pa-"; + LB "no-"; "pa-"; + bar; + +// 23 + SATB 1/2bnd+gg-; + L 1,2,4: "bis."; "cem."; + LT 1.s;2;"<>"; "<>"; + bar; + + newscore; + +staff 1 + visible=n +staff 2 + visible=n +staff 4 + visible=n + +score + time=4/4n + +ifdef HEADER + +music + T ms; + invisbar = z + +rom above 3: 1 "\s(50) "; +center (_page.x, z.y + 14) "\f(AB)\s(18)Agnus Dei II"; +endif + +define N(NOTE) [len 0] 4NOTE;@ +define E(NOTE) [len 0] 8NOTE;@ + +music + T N(g) N(g) E(g) E(a) N(a) + LT 4;4;4;4;"Ag-nus de-i\(space)*"; + phrase above 3: 3 til 3.5; + invisbar; + +score + time=8/4n + +music + T N(a) N(b) N(a) N(g) N(a) N(f) N(g) N(a) + LT "qui tol-lis pec-ca-ta mun-di:"; + dashed bar; + +score + time=6/4n + +music + T N(g) N(a) N(a) N(g) E(a) E(g) N(g) + LT 4;4;4;4;4;4; "mi-se-re-re no-bis."; + phrase above 3: 5 til 5.5; + endbar; + + +ifndef HEADER + title "" + title "" + title "" + title "" + title "$Id: agnus.mup,v 1.7 2005/07/31 22:59:30 djk Exp $" "" "Edition \(copyright) 2005" + title "Engraved by Withburga Music" "" "http://www.tobit.co.uk/withburga" +endif diff --git a/lassus/missa_feria/benedictus.mup b/lassus/missa_feria/benedictus.mup new file mode 100644 index 0000000..9547396 --- /dev/null +++ b/lassus/missa_feria/benedictus.mup @@ -0,0 +1,363 @@ +//!Mup-Arkkra +score + staffs=4 + bracket=1-4 + time=2/1n + beamstyle = 1,1 + vscheme=1 + key=1& + + +staff 1 + label="Treble" + clef=treble +staff 2 + label="Alto" +ifdef ALTOTREBLE + clef=treble + defoct=3 +else + clef=treble8 +endif + +staff 3 + label="Tenor" + clef=treble8 + visible=y +staff 4 + label="Bass" + clef=bass + visible=n + +ifdef HEADER + +music + S s;s; + invisbar = z + +rom above 1: 1 "\s(50) "; +center (_page.x, z.y + 14) "\f(AB)\s(18)Benedictus"; +else +score + lyricsfontfamily = newcentury + fontfamily = avantgarde + +header + title bold (24) "" "Benedictus" "" + title (14) "Missa de Feria in Quadragesima" "" "Orlando Lassus (1532 - 1594)" + +score + lyricssize=14 + measnum=y + scale=0.70 + staffsep=14 + scoresep=12 + topmargin=0.75 + pageheight=11.6944 + pagewidth=8.26389 + +// + +// division=48 // midi 'quarter note' size - minims (probably) + +include "macros.mup" + +endif + +music + midi 1-4: 0 "param=7,64"; + midi all: 0 "tempo=180"; + +// 1 + S MR; + A MR; + T f;2g;b~; + LT "Be-ne-dic-"; + bar; + +// 2 + S MR; + A c+;2d+;f+~; + T 4b;a;2;4b;c+;d+;b; + LA "Be-ne-dic-"; + LT 4s;4;2;1; "tus qui ve-"; + bar; + +// 3 + S 1r; f; + A 4f+;e+;2;c+;d+; + T 2.c+;4b;2a;b; + LS "Be-"; + LA "tus qui ve-nit,"; + LT 1.s;2; "nit,"; + bar; + +// 4 + S 2g;2.b;4a;2; + A 2.e+&; 4d+; 1c+; + T r; f; + LS "ne-dic-tus qui"; + LA 1/2; "qui_"; + LT "be-"; + bar; + +// 5 + S 2b;f;1r; + A 4b;c+;d+;e+;2f+;4f; ; + T 2g;2.b;4a;2; + LS "ve-nit"; + LA 1.;4;4; "ve-nit, be-"; + LT "ne-dic-tus qui"; + bar; + +// 6 + S r; c; + A 2g;2.b;4a;2; + T 2b;g;1f; + LS "be-"; + LA "ne-dic-tus qui"; + LT 1;1; "ve-nit"; + bar; + +// 7 + S 2d;2.f;4e;2; + A 4b;c+;d+;b;2c+;4g;; + T r;c; + LS "ne-dic-tus qui"; + LA 1.;4;4; "ve-nit, be"; + LT "be-"; + bar; + +// 8 + S 2f;c;1g; + A 2b;a;c+;; + T 2d;2.f;4e;2; + LS "ve-nit, be-"; + LA "ne-dic-tus qui"; + LT "ne-dic-tus qui"; + bar; + +// 9 + S 2a;2.c+;4bn;2; + A 2c+;a;r;d+; + T f;g; + LS "ne-dic-tus qui"; + LA "ve-nit in"; + LT "ve-nit"; + bar; + +// 10 + S 2c+;a;r;f; + A 2e+;f+;1d+; + T 2r;f;g;b; + LS "ve-nit in"; + LA "no-mi-ne,"; + LT "in no-mi-"; + bar; + +// 11 + S 2a;c+;f;; + A 2r;a;b;d+; + T f;2r;d; + LS "no-mi-ne, in"; + LA "in no-mi-"; + LT "ne, in"; + bar; + +// 12 + S 2a;c+;2.b;8a;g; + A 2c+;;2.d+;4e+; + T 2f;a;1g; + LS 2;2;1;"no-mi-ne_"; + LA 2;2;1;"ne, in no-"; + LT "no-mi-ne,"; + bar; + +// 13 + S 4a;b;c+;a;b;a;a;8g;f; + A 2f+;c+;d+;f+~; + T 2f;a;g;d+; + LS 1.s;2;"Do-"; + LA 2s;2;2;2;"mi-ne Do-"; + LT "in no-mi-ne"; + bar; + +// 14 + S 2g;;f;; + A 2f+;e+;c+;d+; + T 2.c+;4b;2a;b; + L 1-2: 2s;2;2;2; "mi-ni, in "; + LT 1.;2; "Do-mi-"; + bar; + +// 15 + S 2b;;a;c+; + A 2.d+;4e+;2f+;e+; + T 2g;g;1a; + LS "no-mi-ne, in"; + LA 1.;2; "no-mi-"; + LT "ni, in no-"; + bar; + +// 16 + S 2.c+;4;b;2;8a;g; + A 4c+;d+;e+;f+;2g+;d+~; + T a;g; + LS 2.;4;4;2.; "no-mi-ne Do-"; + LA 1.;2; "ne_ Do-"; + LT "mi-ne"; + bar; + +// 17 + S 4f;e;2a;1b; + A 4d+;c+;1f+;2e+; + T a;g; + LS 1s;1; "mi-"; + LA 1.s;2; "mi-"; + LT "Do-mi-"; + bar; + +// 18 + S 1/2a; + A 1/2f+; + T 1/2f; + L 1-3: "ni."; + dblbar; + + newscore; + +staff 1 + label="Treble" + clef=treble +staff 2 + label="Alto" +ifdef ALTOTREBLE + clef=treble + defoct=3 +else + clef=treble8 +endif + +staff 3 + label="Tenor" + clef=treble8 + visible=y +staff 4 + label="Bass" + clef=bass + visible=y + +score + time=6/1n + beamstyle = 1, 1, 1, 1, 1, 1 + +music + midi all: 0 "tempo=480"; + +// 19 + + S a; ; g; 2b;f;a;b;c+;g~; + A MR3; 1d+; ; c+; + T MR3; MR3; + B MR3; MR3; + LS 1;1;1;1;1s;s; "Ho-san-na in_"; + LA "Ho-san-na"; + bar; + +// 20 + S 2g;1b;2g;1a;1/2f;1e&; + A 2e+MDF;b;d+;e+MDN;f+;f;b;1a;2f;g;a; + T MR3; MR3; + B MR3; 1d;;c; + LS 2s;1s;2;1;1/2;1; "ex-cel-sis, ho"; + LA 1;1s;2s;2;2s;1s;1.s; "in_ ex-"; + LB "Ho-san-na"; + MA 1 SMF; 2.5 SMN; + bar; + +// 21 + S 1d;2;e;f;g;1.a;2b;1c+; + A 1b;1/2d+;1.c+;2d+;1e+; + T MR3;1a;;g; + B 2g;g-;b-;c;d;e;1/2f;1c; + LS 1;1/2;1/2.; "san-na_ in_"; + LA 1s;1/2;1/2.; "cel-sis,_"; + LT "Ho-san-na"; + LB 1/2.;1/2s;1; "in_ ex-"; + bar; + +// 22 + S 1/2c+;d+;c+; + A f+;;;;1/2; + T 1/2a; b; a; + B 1/2f; b-; f; + LS "ex-cel-sis,"; + LA "ho-san-na in ex-"; + LT 1/2;1/2;1/2s; "in ex-"; + LB "cel-sis, ho-"; + bar; + +// 23 + S 1/2c+;a;; + A 1/2e+;1d+;c+;d+;f+; + T g;a;f;e;1/2f; + B c;a-;d;a-;1/2d; + LS "in ex-cel-"; + LA "cel-sis, in ex-cel-"; + LT 1/2;1/2;1/2s; "cel-sis,_"; + LB "san-na in ex-cel-"; + bar; + +// 24 + SATB 1/2c+e+gc; 1rrrr; ac+af; af+d+d; gd+bg; + L 1,2,4: "sis, ho-san-na"; + LT 1/2s;1s;1;1;1; "ho-san-na"; + bar; + +// 25 + SATB 1/2af+c+f; bf+d+b-; af+c+f; + LALL "in ex-cel-"; + bar; + +// 26 + S g;a;f;e;1/2f; + A 1/2e+;1d+;c+;1/2d+; + T 1/2c+;1a;1/2;1; + B c;a-;d;a-;1/2d; + LS 1/2;1/2;1/2s; "cel-sis._"; + LA "sis, ho-san-na"; + LT "sis, ho-san-na"; + LB "sis, ho-san-na in"; + bar; + +// 27 + S 1/2.g; ~; + phrase below 1: 1 til 3; + A 1/2e+;1d+;1/2.e+; + T 1/2c+; 1bn; 1/2.c+; + B 2c;d;e;f;1g;1/2.c; + LA "in ex-cel-"; + LT "in ex-cel-"; + LB 1/2.;1/2.; "ex-cel-"; + bar; + +score + time=3/1n + beamstyle=1,1,1 + +music + +// 28 + SATB 1/2. gd+bng-; + LS 1/2s;2s;2; "<>"; + L 2-4: "sis."; + endbar; + +ifndef HEADER + title "" + title "" + title "" + title "" + title "$Id: benedictus.mup,v 1.5 2005/07/31 22:55:07 djk Exp $" "" "Edition \(copyright) 2005" + title "Engraved by Withburga Music" "" "http://www.tobit.co.uk/withburga" +endif diff --git a/lassus/missa_feria/kyrie.mup b/lassus/missa_feria/kyrie.mup new file mode 100644 index 0000000..af394b4 --- /dev/null +++ b/lassus/missa_feria/kyrie.mup @@ -0,0 +1,486 @@ +//!Mup-Arkkra + +score + staffs=4 + bracket=1-4 + time=2/1n + beamstyle = 1,1 + vscheme=1 + key=1& + +staff 1 + label="Treble" + clef=treble +staff 2 + label="Alto" +ifdef ALTOTREBLE + clef=treble + defoct=3 +else + clef=treble8 +endif +staff 3 + label="Tenor" + clef=treble8 +staff 4 + label="Bass" + clef=bass + +ifdef HEADER +score + time=2/1n + +music + S s;s; + invisbar = z + + rom above 1: 1 "\s(50) "; + center (_page.x, z.y + 14) "\f(AB)\s(18)Kyrie"; +else +score + lyricsfontfamily = newcentury + fontfamily = avantgarde + +header + title bold (24) "" "Kyrie" "" + title (14) "Missa de Feria in Quadragesima" "" "Orlando Lassus (1532 - 1594)" + +score + staffs=4 + bracket=1-4 + lyricssize=14 + measnum=y + scale=0.70 + staffsep=14 + scoresep=12 + topmargin=0.75 + pageheight=11.6944 + pagewidth=8.26389 + +// + +// division=48 // midi 'quarter note' size - minims (probably) + + +include "macros.mup" + +endif + +music + midi 1-4: 0 "param=7,64"; + midi all: 0 "tempo=180"; + +// 1 + S a; b~; + A r; d+; + T MR; + B MR; + LS "Ky-ri-"; + LA "Ky-"; + bar; + +// 2 + S 2b; g; 2.; 4a; + A 1.e+&; 2c+; + T MR; + B MR; + LS 2s; 2; 1; "e e-"; + LA "ri-e"; + bar; + +// 3 + S 2b; a; 1; + A 2.d+; 4e+; 2f+; ; + T MR; + B 1/2d; + LS 2s; 2; 1; "lei-son,"; + LA 1.; 2; "e-lei-"; + LB "Ky-"; + bar; + +// 4 + S 2r; 1g; 2; + A 2b; ; c+; e+MDF; + T MR; + B 1.e&; 2c; + LS "Ky-ri-"; + LA "son, Ky-ri-e"; + LB "ri-e"; + MA 2.5 SMF; + bar; + +// 5 + S 2f; 1; 2; + A d+; c+; + T 1/2a; + B 2.d; 4e; 2f; ; + LS "e e-lei-"; + LA "e-lei-"; + LT "Ky-"; + LB 1.; 2; "e-lei-"; + bar; + +// 6 + S 2f; b; 2.g; 4a; + A 2d+; ; b; e+MDF; + T 1/2b; + B 2b-; g-; 1eMDF~; + LS 2;2;1; "son, Ky-ri-"; + LA "son, Ky-ri-e"; + LB "son, Ky-ri-"; + MA 2.5 SMF; + MB 2 SMF; + bar; + +// 7 + S 2b; ; 4;a;g;f; + A 2.e+MDF; 8d+ bm;c+ ebm; 1b; + T 1/2g; + B 2e; eMDF; 2.; 4d; + LS 2s;2;1; "e e-"; + LA 1;1s; "e-"; + LT "ri-"; + LB 2s;2;1; "e e-"; + MA 1 SMF; + MB 1.5 SMF; + bar; + +// 8 + S 1.e&; 2; + A 2c+; ; 1b; + T 1/2g; + B 2.c; 4d; 2eMDF; ; + LS 1.s;2; "lei-"; + LA 2s;2;1; "lei-son,"; + LT "e"; + LB 1.s;2; "lei-"; + MB 2 SMF; + bar; + +// 9 + S 2d; 2.; 4; 2f~; + A 2r; 2.b; 4; 2a; + T 1/2f; + B 2b-; ; d; ; + LS "son, ky-ri-e_"; + LA "Ky-ri-e"; + LT "e-"; + LB "son, Ky-ri-e"; + bar; + +//10 + S 2f; 4e;d; 2e; ; + A 1.c+; 2; + T 1/2g; + B c; ; + LS 1s;2;2; "e-lei-"; + LA "e-lei-"; + LT "lei-"; + LB "e-lei-"; + bar; + +// 11 + SATB 1/2 fc+af-; + LALL "son."; + dblbar; + +// 12 + S MR; + A 1.c+; 2g; + T MR; + B MR; + LA "Chri-ste"; + bar; + +// 13 + S MR; + A 2.b; 4c+;d+;e+; 2f+~; + T MR; + B 1.g; 2d; + LA 1;1s; "e-"; + LB "Chri-ste"; + bar; + +// 14 + S MR; + A 2f+; d+; 2.c+; 4d+; + T 1r; 2r; 2c+~; + B 2.f; 4g; 2a; a-; + LA 1s;1; "lei-"; + LT "Chri-"; + LB 1;1s; "e-"; + bar; + +// 15 + S MR; + A e+&; d+; + T 2c+; g; 2.b; 4c+; + B c; 2g-; g~; + LA 1s;1; "son,"; + LT 2s;2;1; "ste e-"; + LB "lei-son, Chri-"; + bar; + +// 16 + S MR; + A 2r; 1d+; 2c+; + T 4d+;c+;b;a; 2.g; 4a; + B 2g; d; 2.e&; 8d bm; c ebm; + LA "Chri-ste"; + LB 2s;2;1; "ste e-"; + bar; + +// 17 + S MR; + A 2d+; 2.f+; 8e+ bm; d+ ebm; 2e+; + T 4b; a; ; 8g bm; f ebm; 1g; + B 4b-; c; 2d; 1c; + LA 1;1s; "e-"; + LB 1s;1; "lei-"; + bar; + +// 18 + S 1/2c+; + A 2f+; 4f;g;a;b;c+;d+; + T 2.a; 4b; 2c+; a; + B f; 2r; f-; + LS "Chri-"; + LT 1.; 2; "lei-son,"; + LB "son, Chri-"; + bar; + +// 19 + S 1/2g; + A 2e+; ; 1d+~; + T 2r; c+; 1b~; + B 4c;d;e;f;2g;g-; + LS "ste"; + LA 2s;1.; "lei-"; + LT "Chri-ste"; + LB 1;1s; "ste_"; + bar; + +// 20 + S 1/2f; + A d+; 2c+; d+; + T 2b; a; 1; + B 4b-;c;d;e; 2f; d; + LS "e-"; + LT 2s;2;1; "e-lei-"; + bar; + +// 21 + S 1/2g; + A e+; 2d+; e+; + T c+; 2bn; c+~; + B 4c;d;e;f; 2g; c; + LS "lei-"; + LA "son, Chri-ste"; + LT 1s; 2;2; "son, Chri-"; + LB 1.s;2; "e-"; + bar; + +// 22 + S 1/2a~; + A 2f+;c+;1f+; + T 2c+; a; ; d+; + B 2.f; 4e; 1d; + LS "son._"; + LA 1;1; "e-lei-"; + LT "ste e-lei-"; + LB 1;1s; "lei-"; + bar; + +// 23 + SATB 1/2 ae+c+#a-; + L 2-4: "son."; + dblbar; + +// 24 + S MR; + A r; d+; + T MR; + B a; b; + LA "Ky-"; + LB 1;1s; "Ky-"; + bar; + +// 25 + S MR; + A e+&; c+; + T MR; + B g; 2.a; 4g; + LA 1s;1; "ri-"; + LB 1;1; "ri-e_"; + bar; + +// 26 + S a; b; + A 2.f+; 4e+; 2d+; g+~; + T MR; + B 4f;e; 2d; 1g; + LS 1;1s; "Ky-"; + LA 1;1s; "e_"; + bar; + +// 27 + S g; 2.a; 4b; + A 4g+;f+;e+;d+; 2c+; f+~; + T MR; + B c; 2.f; 4g; + LS 1;1; "ri-e_"; + LB 1s;1; "e-"; + bar; + +// 28 + S 4c+;b;a;g;2f;d; + A 2f+;e+;d+;f+~; + T MR; + B a; 2.b;4a; + LS 1.s;2; "e-"; + LA 1.s;2; "e-"; + LB 1s; 1; "lei-"; + bar; + +// 29 + S b; a; + A 2f+; e+; f+; c+~; + T MR; + B g; 2f; ~; + LS "lei-son,"; + LA "lei-son, Ky-"; + LB 1s;2;2; "son, Ky-"; + bar; + +// 30 + S 2r; 2.d+; 4; 2; + A 4c+; ; 2f+; 2.; 4e+; + T 1/2 a; + B 2f; d; 1; + LS "Ky-ri-e"; + LA 4s;4;2;1; "ri-e e-"; + LT "Ky-"; + LB "ri-e"; + bar; + +// 31 + S 4d+;c+;b;a; 2g; d; + A d+; ; + T 1/2b; + B 1.g; 2; + LS 1.;2; "e-lei-"; + LA 1s;1; "lei-"; + LB "e-lei-"; + bar; + +// 32 + S e&; 2r; c+; + A 2c+;;b; e+MDF; + T 1/2g; + B 2c; ; e&; c; + LS "son, Ky-"; + LA "son, Ky-ri-e"; + LT "ri-"; + LB "son, Ky-ri-e"; + MA 2.5 SMF; + bar; + +// 33 + S b; 2c+; 2b~; + A 2d+; 1e+MDF; 2d+~; + T 1/2g; + B 4g;f;e&;d;2c;g-; + LS "ri-e e-"; + LA 1.;2; "e-lei-"; + LT "e_"; + LB 1;1s; "e-"; + MA 1.5 SMF; + bar; + +// 34 + S 4b;a; 2g; f; d; + A 4d+;c+; 1b; 2f; + T 1/2 d; + B 2.g-; 4a-; 1b-; + LS 1.s;2; "lei-"; + LB 1;1s; "lei-"; + bar; + +// 35 + S 2c; 4c+;b;a;g; 2a; + A 2.a; 4b; 1c+; + T 1/2 f; + B f-; 2r; f-; + LS 2;1.; "son, Ky-"; + LA 1;1s; "son,_"; + LT "e-"; + LB "son, Ky-"; + bar; + +// 36 + S 2g; ; 4a;b;c+;b; + A 2r; 1c+; 2a~; + T 1/2 e; + B 2.c; 4b-; 2a-; ; + LS 2;2;1; "ri-e e-"; + LA "Ky-ri-"; + LT "lei-"; + LB 1.;2; "ri-e"; + bar; + +// 37 + S 4a;g; 2a; 2.; 4b; + A 2a; d+; c+; d+; + T 1/2 f; + B 2.d; 4e; 2f; d; + LS 1s; 1; "lei-"; + LA "e e-lei-"; + LB 1.;2; "e-lei-"; + bar; + +// 38 + S 2c+; 1; 2; + A 2c+; a; g; ~; + T 1/2 e; + B 2a-; ; 1c; + LS 2s;1;2; "son, Ky-"; + LA 1;2;2; "lei-son, Ky-"; + LB "son, Ky-ri-"; + bar; + +// 39 + S 2.b; 8a bm; g ebm; 2f; g; + A 2g; 1b; 2; + T 1/2 d~; + B 2.g-; 4a-; 2b-; g-; + LS 1.;2; "ri-e"; + LA "ri-e"; + LT "son_"; + LB 1.;2; "e_ e-"; + bar; + +// 40 + S d; g; + A b; ; + T 1/2 d~; + B 1.g-; 2; + LS "e-lei-"; + LA "e-lei-"; + LB "le-i-"; + bar; + +// 41 + SATB 1/2 f#add; + L 1-2,4: "son."; + LT 1.s;2; "<>"; + endbar; + + +ifndef HEADER + title "" + title "" + title "" + title "" + title "$Id: kyrie.mup,v 1.7 2005/07/31 22:55:07 djk Exp $" "" "Edition \(copyright) 2005" + title "Engraved by Withburga Music" "" "http://www.tobit.co.uk/withburga" +endif diff --git a/lassus/missa_feria/macros.mup b/lassus/missa_feria/macros.mup new file mode 100644 index 0000000..26f8261 --- /dev/null +++ b/lassus/missa_feria/macros.mup @@ -0,0 +1,42 @@ +//!Mup-Arkkra + +define S 1: @ +define A 2: @ +define T 3: @ +define B 4: @ +define L lyrics @ +define LS lyrics 1: @ +define LA lyrics 2: @ +define LT lyrics 3: @ +define LB lyrics 4: @ +define LALL lyrics 1-4: @ +define P phrase @ +define PS phrase 1: @ +define PA phrase 2: @ +define PT phrase 3: @ +define PB phrase 4: @ +define MS rom above 1: @ +define MA rom above 2: @ +define MT rom above 3: @ +define MB rom above 4: @ +define SMS "\(smsharp)" @ +define SMN "\(smnat)" @ +define SMF "\(smflat)" @ +define BSMS "(\(smsharp))" @ +define BSMN "(\(smnat))" @ +define BSMF "(\(smflat))" @ +define FERM "\(smferm)" @ +define SATB [1; 2; 3; 4]: @ +define MR 1/2r @ +define MR3 1/2.r @ + +ifdef MIDI + define MDS # @ + define MDF & @ + define MDN n @ +else + define MDS @ + define MDF @ + define MDN @ +endif + diff --git a/lassus/missa_feria/mass.mup b/lassus/missa_feria/mass.mup new file mode 100644 index 0000000..bfb3634 --- /dev/null +++ b/lassus/missa_feria/mass.mup @@ -0,0 +1,98 @@ +//!Mup-Arkkra + +//define ALTOTREBLE @ + +header + title (21) "" + title bold (24) "" "Missa de Feria in Quadragesima" "" +ifdef ALTOTREBLE + title (16) "Withburga Performing Edition (a)" "" "Orlando Lassus (1532 - 1594)" +else + title (16) "Withburga Performing Edition (b)" "" "Orlando Lassus (1532 - 1594)" +endif + +score + staffs=4 + bracket=1-4 + key=1& +// lyricsfontfamily = courier +// lyricsfontfamily = avantgarde +// lyricsfontfamily = bookman +// lyricsfontfamily = helvetica +// lyricsfontfamily = newcentury +// lyricsfontfamily = newcentury +// fontfamily = avantgarde +// lyricsfontfamily = times + measnum=y +// size=14 + scale=0.6 +// lyricsalign=.5 + lyricssize=14 +// packfact=1.2 + //packfact=0.5 + staffsep=14 +// pageheight=8.26 +// pagewidth=11.7 +ifdef A3 + pageheight=16.54 + pagewidth=11.69 + panelsperpage=2 +else + pageheight=11.6944 + pagewidth=8.26389 +endif + +staff 1 + clef=treble + label="Treble" + +staff 2 + label="Alto" +ifdef ALTOTREBLE + clef=treble + defoct=3 +else + clef=treble8 +endif + +staff 3 + clef=treble8 + label="Tenor" + +staff 4 + clef=bass + label="Bass" + +include "macros.mup" + +define HEADER @ + +score + time=2/1n + beamstyle = 1, 1 + vscheme=1 + +music + +include "kyrie.mup" + +newscore; + +include "sanctus.mup" + +newscore; + +include "benedictus.mup" + +newscore; + +include "agnus.mup" + + +block + newscore; + title "$Id: mass.mup,v 1.7 2005/07/31 22:55:07 djk Exp $" "" "Edition \(copyright) 2005" + title "Engraved by Withburga Music" "" "http://www.tobit.co.uk/withburga" + + + diff --git a/lassus/missa_feria/sanctus.mup b/lassus/missa_feria/sanctus.mup new file mode 100644 index 0000000..22db808 --- /dev/null +++ b/lassus/missa_feria/sanctus.mup @@ -0,0 +1,323 @@ +//!Mup-Arkkra +score + staffs=4 + bracket=1-4 + vscheme=1 + key=1& + time=2/1n + beamstyle = 1, 1 + +staff 1 + label="Treble" + clef=treble +staff 2 + label="Alto" +ifdef ALTOTREBLE + clef=treble + defoct=3 +else + clef=treble8 +endif +staff 3 + label="Tenor" + clef=treble8 +staff 4 + label="Bass" + clef=bass + +ifdef HEADER +score + time=2/1n + +music + S s;s; + invisbar = z + +rom above 1: 1 "\s(50) "; +center (_page.x, z.y + 14) "\f(AB)\s(18)Sanctus"; +else +score + lyricsfontfamily = newcentury + fontfamily = avantgarde + +header + title bold (24) "" "Sanctus" "" + title (14) "Missa de Feria in Quadragesima" "" "Orlando Lassus (1532 - 1594)" + +score + lyricssize=14 + measnum=y + scale=0.70 + staffsep=14 + scoresep=12 + topmargin=0.75 + pageheight=11.6944 + pagewidth=8.26389 + + +// + +// division=48 // midi 'quarter note' size - minims (probably) + + +include "macros.mup" + +endif + + +music + midi 1-4: 0 "param=7,64"; + midi all: 0 "tempo=180"; + + +// 1 + S r; a~; + A 1/2d+; + T MR; + B MR; + LS "Sanc-"; + LA "Sanc-"; + bar; + +// 2 + S a; g~; + A 1/2c+; + T MR; + B MR; + LS 1s;1; "tus,_"; + LA "tus,"; + bar; + +// 3 + S g; 2.f; 4g; + A 2r; 2.b; 4c+; d+; e+; + T MR; + B MR; + LS 1s;1; "Sanc-"; + LA 2s;1.; "Sanc-"; + bar; + +// 4 + S 4a;b;c+;a;2b; f; + A 2f+; f; 4g;a;b;c+; + T MR; + B MR; + LS 1.s;2; "tus,"; + LA 2s;2;1; "tus, Sanc-"; + bar; + +// 5 + S 2r; 1.f; + A 4d+;e+;f+;e+;d+;c+;2b~; + T MR; + B 1/2d; + LS "Sanc-"; + LB "Sanc-"; + bar; + +// 6 + S e&; d; + A 2b;a;b;f~; + T MR; + B c;2.b-;4c; + LS 1s;1; "tus,"; + LB 1;1; "tus, Sanc-"; + bar; + +// 7 + S 2r;4c;d;e;f;2g; + A 4f;g;a;b;1c+; + T MR; + B 4d;e;2f;4c;d;e;f; + LS 2s;1.; "Sanc-"; + bar; + +// 8 + S 2d;1b;2a; + A 4b;c+;d+;e+;1f+; + T MR; + B g;2.d;4e; + LS 1.s;2; "tus,"; + bar; + +// 9 + S 2r;1f;2e~; + A 2c+;;d+;e+; + T 1/2a; + B 2.f;4e;2d;c#; + LS 2s;1.; "Sanc-"; + LA 2;1.; "tus, Sanc-"; + LT "Sanc-"; + bar; + +// 10 + S 2e;1d;4c;d; + A f+;e+; + T 1/2a; + B d;2.a-;4b-; + LA 1s;1; "tus,"; + LT "tus."; + LB 1;1; "tus, Sanc-"; + bar; + +// 11 + S 4e;f;2g;1d; + A 2r;1c+;2bMDN; + T 1/2g~; + B 4c;d;e;f;2g;g-; + LA 2s;1.; "Sanc-"; + MA 2.5 SMN; + bar; + +// 12 + SATB 1/2ec+g~c; + bar; + +// 13 + SATB 1/2dbngg-; + L 1,2,4: "tus."; + LT 1.s;2;"<>"; + dblbar; + +staff 1 + label="Treble"; + +staff 2 + label="Alto"; +ifdef ALTOTREBLE + clef=treble + defoct=3 +else + clef=treble8 +endif + +staff 3 + visible=n + +staff 4 + visible=n + +score + beamstyle=1,1 + +music + +// 14 + S MR; + A 1/2f; + LA "Ple-"; + bar; + +// 15 + S 1r;f~; + A g;2a;4b;c+; + LS "Ple-"; + LA 1;2;2; "ni sunt coe-"; + bar; + +// 16 + S f;g; + A 4d+;e+;1f+;2e+; + LS 1s;1; "ni"; + LA 1.s;2; "li"; + bar; + +// 17 + S a; 2b;; + A 4f+;e+;d+;c+;b;a;g;a; + LS "sunt coe-li"; + LA 1/2; "et_"; + bar; + +// 18 + S 2b;2.a;8g;f;2g; + A 4b;c+;2d+;1b; + LS 2;1.; "et ter-"; + LA 1s;1; "ter-"; + bar; + +// 19 + S a;~; + A 2a;2.f+;4e+;2d+; + LS "ra glo-"; + LA 2;1.;"ra glo-"; + bar; + +// 20 + S a; g; + A 2c+#; d+; bn; c+MDN; + LS 1s;1; "ri-"; + LA "ri-a tu-a,"; + MA 2.5 SMN; + bar; + +// 21 + S a; g; + A 4f;g;a;b;c+;b;g;a; + LS 1/2; "a_"; + LA 1/2; "tu-"; + bar; + +// 22 + S f; e; + A 4b;c+;1d+;2c+MDS; + LS 1/2; "tu-"; + MA 2.5 SMS; + bar; + +// 23 + S d;2r;a; + A 2d+;;c+;a; + LS "a, glo-"; + LA 1s;1; "ter-"; + bar; + +// 24 + S 2g;e;g;d; + A c+;2.g;4a; + LS "ri-a tu-a,"; + LA 1;1; "tu-a,_"; + bar; + +// 25 + S 2r;d+;c+;a; + A 2b;4a;g;2a;f+; + LS "glo-ri-a"; + LA 1.s;2; "glo"; + bar; + +// 26 + S b;2a;; + A 2d+;e+;4f+;e+;d+;c+; + LS "tu-a, glo-"; + LA 2;2;1; "ri-a tu-"; + bar; + +// 27 + S g;; + A 4b;g;2c+;g;g+~; + LS "ri-a_"; + LA 1s;2;2; "a, glo-"; + bar; + +// 28 + S a;g; + A 4g+;f+;2.;8e+;d+;2e+; + LS 1s;1; "tu-"; + LA 4s;4;1;2; "ri-a_ tu-"; + bar; + +// 29 + S 1/2f; + A 1/2f+; + L 1-2: "a."; + endbar; + +ifndef HEADER + title "" + title "" + title "" + title "" + title "$Id: sanctus.mup,v 1.5 2005/07/31 22:55:07 djk Exp $" "" "Edition \(copyright) 2005" + title "Engraved by Withburga Music" "" "http://www.tobit.co.uk/withburga" +endif diff --git a/lassus/missa_osculator_mei/Makefile b/lassus/missa_osculator_mei/Makefile new file mode 100644 index 0000000..42708d2 --- /dev/null +++ b/lassus/missa_osculator_mei/Makefile @@ -0,0 +1,21 @@ +# +# $Id: Makefile,v 1.3 1998/07/30 21:36:52 djk Exp $ +# +.SUFFIXES: .ps .mup .mid + +OBJ=sanctus.ps bene.ps hosanna.ps +OBJM=sanctus.mid bene.mid hosanna.mid + +all : ps midi + +ps : $(OBJ) + touch ps + +midi : $(OBJM) + touch midi + +.mup.ps : + mup $< -f $@ + +.mup.mid : + mup $< -m $@ diff --git a/lassus/missa_osculator_mei/bene.mup b/lassus/missa_osculator_mei/bene.mup new file mode 100644 index 0000000..7c7d594 --- /dev/null +++ b/lassus/missa_osculator_mei/bene.mup @@ -0,0 +1,268 @@ +header + title (16) "Missa osculator mei" \ + "Benedictus" \ + "Orlando Lassus" +header2 + title (16) "Missa osculator mei" \ + "Benedictus" \ + "Orlando Lassus" + +footer + title "Engraved by Withburga Music" \ + "$Id: bene.mup,v 1.5 1998/07/30 21:36:52 djk Exp $" \ + "http://www.tobit.co.uk/withburga" + +footer2 + title "Engraved by Withburga Music" \ + "\%" \ + "http://www.tobit.co.uk/withburga" + +define L lyrics @ +define L1 L 1: @ +define L2 L 2: @ +define L3 L 3: @ +define L4 L 4: @ +define L5 L 5: @ +define L6 L 6: @ +define L7 L 7: @ +define L8 L 8: @ + +score + staffs=5 + key=4& minor + time=common + bracket = 1-5 + lyricsfontfamily = courier + measnum=y + beamstyle=4, 4, 4, 4 + scale=0.63 + staffsep=14 + pageheight=11.5 + +staff 1 + label="S1" + clef=treble + +staff 2 + label="S2" + clef=treble + +staff 3 + label="A" + clef=treble + +staff 4 + label="T" + clef=treble8 + +staff 5 + label="B" + clef=bass + +music + +ifdef MIDI +midi 1: 0 "channel=1"; 0 "program=40"; +midi 2: 0 "channel=2"; 0 "program=40"; +midi 3: 0 "channel=3"; 0 "program=41"; +midi 4: 0 "channel=4"; 0 "program=42"; +midi 5: 0 "channel=5"; 0 "program=43"; + +midi 1-5: 0 "param=7,127"; + +midi all: 0 "tempo=75"; +endif + + rom above all: 0 "Mode I,III"; + 1: 2.b;4; + 2: mr; + 3: 2r;f~; + 4: 2r;b~; + 5: mr; + + lyrics 1: "Be-ne-"; + lyrics 3: "Be-"; + lyrics 4: "Be-"; + bar // 1 + + 1: 1d+; + 2: 2.b; 4; + 3: 4f;;b;f~; + 4: 4b;;f;b; + 5: 2r;b-~; + + lyrics 1: "di-"; + lyrics 2: "Be-ne-"; + lyrics 3: "ne-di-ctus,_"; + lyrics 4: "ne-di-ctus,"; + lyrics 5: "Be-"; + bar // 2 + + 1: 4b;2;4; + 2: 2d+;4b;d+; + 3: 4f;2;4; + 4: 4r;d+;2; + 5: 4b-;;2b; + + lyrics 1: "ctus, be-ne-"; + lyrics 2: "di-ctus qui_"; + lyrics 3: "be-ne"; + lyrics 4: "qui ve-"; + lyrics 5: "ne-di-"; + bar // 3 + + 1: 2e+;d+; + 2: 8d+;16c+;b;4c+;2f+; + 3: 2a;~; + 4: 4e+;2a;4d+~; + 5: 4a;;8d;e;f;g; + + lyrics 1: "di-ctus"; + lyrics 2: "_ _ _ _ ve-"; + lyrics 3: "di-ctus_"; + lyrics 4: "nit, qui ve-"; + lyrics 5: "ctus qui ve- - - -"; + bar // 4 + + 1: 4r;4.c+;8b;4b~; + 2: 4e+;4.;16d+;c+;4b; + 3: 2a;g; + 4: 8d+;16c+;b;8c+;d+;4.e+;8d+; + 5: 4.a;16g;f;2e; + + lyrics 1: "qui_ _ _"; + lyrics 2: "nit, qui_ _ _ _"; + lyrics 3: "qui"; + lyrics 4: "- - - - - -"; + lyrics 5: "- - - -"; + bar // 5 + + 1: 8b;16an;g;4a;2b; + 2: 2f+;4d+n;; + 3: 2f;4;; + 4: 8c+;b;4c+;2b~; + 5: 2f;4r;b; + + lyrics 1: "_ _ _ ve-"; + lyrics 2: "ve-nit in"; + lyrics 3: "ve-nit in"; + lyrics 4: "- - - nit"; + lyrics 5: "nit in"; + bar // 6 + + 1: 4b; 2e+; 4a~; + 2: 4e+;b;2c+; + 3: 4g;;2a; + 4: 4b;;a;e+; + 5: 4e;;2a; + + lyrics 1: "nit in no-"; + lyrics 2: "no-mi-ne"; + lyrics 3: "no-mi-ne"; + lyrics 4: "in no-mi-"; + lyrics 5: "no-mi-ne"; + bar // 7 + + 1: 8a;;4d+;4.c+;8; + 2: 4r;4.f+;8c+;4f+~; + 3: 1f; + 4: 4d+;2a;4; + 5: 4.d;8e;4f;; + + lyrics 1: "mi-ne Do-mi"; + lyrics 2: "Do- - -"; + lyrics 3: "Do-"; + lyrics 4: "ne Do-mi"; + lyrics 5: "Do- - - mi-"; + bar // 8 + + 1: 4c+;2;8f;g; + 2: 4f+;e+n;2f+; + 3: 2g;4.an;8b; + 4: 2g;f; + 5: 2c;4r;c+; + + lyrics 1: "ni, in no- -"; + lyrics 2: "mi-ni,"; + lyrics 3: "mi-ni,_ _"; + lyrics 4: "ni,_ _"; + lyrics 5: "ni, in"; + bar // 9 + + 1: 8an;4b;8a(n);4b;~; + 2: 2f+;4d+n;; + 3: 2c+;f; + 4: 4r;2f+;4b~; + 5: 4f;;2b; + + lyrics 1: "- - mi-ne Do-"; + lyrics 2: "in no-mi-"; + lyrics 3: "_ in"; + lyrics 4: "in no-"; + lyrics 5: "no-mi-ne"; + bar // 10 + + 1: 8b;;4f;r;g; + 2: 4e+;2c+;4; + 3: 4g;a;4.g;8f; + 4: 8b;;2f+;8e+;d+; + 5: 4e;f;2c; + + lyrics 1: "mi-ni, in"; + lyrics 2: "ne Do-mi-"; + lyrics 3: "no-mi-ne,_ _"; + lyrics 4: "mi-ne,_ _ _"; + lyrics 5: "Do-mi-ni,"; + bar // 11 + + 1: 4g;an;8.b;16c+;4d+n; + 2: 2c+;4f+;b~; + 3: 4en;f;dn;f; + 4: 2c+;4r;b~; + 5: 4r;f;b-;; + + lyrics 1: "no-mi-ne_ _ _"; + lyrics 2: "ni, in no-"; + lyrics 3: "_ in no-mi_"; + lyrics 4: "_ in_"; + lyrics 5: "in no-mi-"; + bar // 12 + + 1: 4.e+;8d+&;4c+;b; + 2: 8b;;2e+;4d+~; + 3: 2g;4a;f; + 4: 4b;4.e;8;4b; + 5: 8e;d;c;b-;4a-;b-~; + + lyrics 1: "Do- - - mi-"; + lyrics 2: "mi-ne Do-"; + lyrics 3: "ne Do-mi-"; + lyrics 4: "no-mi-ne"; + lyrics 5: "ne_ _ _ _ _ Do-"; + bar // 13 + + 1: 4f+;2;4c+; + 2: 8d+;c+;2b;4an; + 3: 1f~; + 4: 2d+;c+; + 5: 8b-;c;d;e;4.f;8; + + lyrics 1: "ni, Do-mi-"; + lyrics 2: "- - mi-"; + lyrics 3: "ni._"; + lyrics 4: "Do-mi"; + lyrics 5: "- - - - mi-"; + bar // 14 + + 1: 1d+n; + 2: 1b; + 3: 1f; + 4: 1b; + 5: 1b-; + + lyrics 1: "ni."; + lyrics 2: "ni."; + lyrics 4: "ni."; + lyrics 5: "ni."; + endbar // 15 + diff --git a/lassus/missa_osculator_mei/hosanna.mup b/lassus/missa_osculator_mei/hosanna.mup new file mode 100644 index 0000000..ba59335 --- /dev/null +++ b/lassus/missa_osculator_mei/hosanna.mup @@ -0,0 +1,203 @@ +header + title (16) "Missa osculator mei" \ + "Hosanna" \ + "Orlando Lassus" + +header2 + title (16) "Missa osculator mei" \ + "Hosanna" \ + "Orlando Lassus" + +footer + title "Engraved by Withburga Music" \ + "$Id: hosanna.mup,v 1.4 1998/07/08 21:01:58 djk Exp $" \ + "http://www.tobit.co.uk/withburga" + +footer2 + title "Engraved by Withburga Music" \ + "\%" \ + "http://www.tobit.co.uk/withburga" + + + +define L lyrics @ +define L1 L 1: @ +define L2 L 2: @ +define L3 L 3: @ +define L4 L 4: @ +define L5 L 5: @ +define L6 L 6: @ +define L7 L 7: @ +define L8 L 8: @ + +score + staffs=8 + key=4& minor + time=6/4 + bracket = 1-4, 5-8 + lyricsfontfamily = courier + measnum=y + beamstyle=2, 2, 2 + scale=0.63 + staffsep=14 + pageheight=11.5 + +staff 1 + label="S1" + clef=treble + +staff 2 + label="A1" + clef=treble + +staff 3 + label="T1" + clef=treble8 + +staff 4 + label="B1" + clef=bass + +staff 5 + label="S2" + clef=treble + +staff 6 + label="A2" + clef=treble + +staff 7 + label="T2" + clef=treble8 + +staff 8 + label="B2" + clef=bass + +music + +ifdef MIDI +midi 1: 0 "channel=1"; 0 "program=69"; +midi 2: 0 "channel=2"; 0 "program=69"; +midi 3: 0 "channel=3"; 0 "program=69"; +midi 4: 0 "channel=4"; 0 "program=69"; +midi 5: 0 "channel=5"; 0 "program=69"; +midi 6: 0 "channel=6"; 0 "program=69"; +midi 7: 0 "channel=7"; 0 "program=69"; +midi 8: 0 "channel=8"; 0 "program=69"; + +midi 1-8: 0 "param=7,127"; + +midi all: 0 "tempo=100"; +endif + + // 1 + rom above all: 0 "Mode I,III"; + 1: 2f+;4d+;b;2c+; + 2: 2r;4f~;;2a; + 3: 4r;2f+;4d+;e+;f+~; + 4: 2r;4b~;;4a;f; + 5-8: mr; + + L1 "Ho-san--na"; + L2 "Ho-san-"; + L3 "Ho-san--na"; + L4 "Ho-san-na"; + bar + + // 2 + 1: 2d+; 4c+;2b;4an; + 2: 4a;;;2.f; + 3: 4f+;;e+;2d+;4c+; + 4: 2d;4a-;8b-;c;d;e;4f; + 5-8: mr; + + L1 "in ex-cel--"; + L2 "na in ex-cel-"; + L3 "in ex-cel--"; + L4 "in ex-cel-----"; + bar; + + // 3 + 1: 2.b; r; + 2: 2.d; r; + 3: 2.b; r; + 4: 2.b-; r; + 5: 2f+;4d+;b;2c+; + 6: 2r;4f~;;2a; + 7: 4r;2f+;4d+;e+;f+~; + 8: 2r;4b~;;4a;f; + + L 1-4: "sis,"; + L5 "Ho-san--na"; + L6 "Ho-san-"; + L7 "Ho-san--na"; + L8 "Ho-san-na"; + bar + + // 4 + + 1-4: mr; + 5: 2d+; 4c+;2b;4an; + 6: 4a;;;2.f; + 7: 4f+;;e+;2d+;4c+; + 8: 2d;4a-;8b-;c;d;e;4f; + + L5 "in ex-cel--"; + L6 "na in ex-cel-"; + L7 "in_ ex-cel--"; + L8 "in ex-cel-----"; + bar + + // 5 + 1: 2f+;4e+~;8;d+;4c+;d+n; + 2: 2f;4g;2a;4r; + 3: 2d+n;4e+~;;;r; + 4: 4r;2b;a;4f; + 5: 2b;4;2c+;4b; + 6: 2f;4e;c;e;b-; + 7: 2b;4e;2;4b; + 8: 2b-;4e;2a-;4b-; + + L1 "ho-san---na"; + L2 "ho-san-na"; + L3 "ho-san-na"; + L4 "ho-san-na"; + L5 "sis, ho-san-na"; + L6 "sis, ho-san--na"; + L7 "sis, ho-san-na"; + L8 "sis, ho-san-na"; + bar; + + // 6 + 1: 2e+;4d+;2.f+; + 2: 4b;;~;;8an;f;4a; + 3: 4e+;b;f+~;;8e+;d+n;c+;e+; + 4: 2e;4f;2.f; + 5: 4.g;8an;4b;r;c+;; + 6: 4r;r;d+;c+;2f+; + 7: 2b;4;2.c+; + 8: 2e;4b-;2.f-; + + L1 "in ex-cel-"; + L2 "in ex-cel----"; + L3 "in ex-cel-----"; + L4 "in ex-cel-"; + L5 "in___ ex-cel-"; + L6 "in ex-cel-"; + L7 "in ex-cel-"; + L8 "in ex-cel-"; + bar; + + // 7 + 1: 1.f+; + 2: 1.b; + 3: 1.d+n; + 4: 1.f; + 5: 1.d+n; + 6: 1.f+; + 7: 1.b; + 8: 1.b-; + + L 1-8: "sis."; + endbar; diff --git a/lassus/missa_osculator_mei/sanctus.mup b/lassus/missa_osculator_mei/sanctus.mup new file mode 100644 index 0000000..d68f2c3 --- /dev/null +++ b/lassus/missa_osculator_mei/sanctus.mup @@ -0,0 +1,416 @@ +header + title (16) "Missa osculator mei" \ + "Sanctus" \ + "Orlando Lassus" +header2 + title (16) "Missa osculator mei" \ + "Sanctus" \ + "Orlando Lassus" + +footer + title "Engraved by Withburga Music" \ + "$Id: sanctus.mup,v 1.5 1998/07/30 21:36:52 djk Exp $" \ + "http://www.tobit.co.uk/withburga" + +footer2 + title "Engraved by Withburga Music" \ + "\%" \ + "http://www.tobit.co.uk/withburga" + +define L lyrics @ +define L1 L 1: @ +define L2 L 2: @ +define L3 L 3: @ +define L4 L 4: @ +define L5 L 5: @ +define L6 L 6: @ +define L7 L 7: @ +define L8 L 8: @ + +score + staffs=8 + key=4& minor + time=common + bracket = 1-4, 5-8 + lyricsfontfamily = courier + measnum=y + beamstyle=4, 4, 4, 4 + scale=0.63 + staffsep=14 + pageheight=11.5 + +staff 1 + label="S1" + clef=treble + +staff 2 + label="A1" + clef=treble + +staff 3 + label="T1" + clef=treble8 + +staff 4 + label="B1" + clef=bass + +staff 5 + label="S2" + clef=treble + +staff 6 + label="A2" + clef=treble + +staff 7 + label="T2" + clef=treble8 + +staff 8 + label="B2" + clef=bass + + +music + +ifdef MIDI +midi 1: 0 "channel=1"; 0 "program=40"; +midi 2: 0 "channel=2"; 0 "program=41"; +midi 3: 0 "channel=3"; 0 "program=42"; +midi 4: 0 "channel=4"; 0 "program=43"; +midi 5: 0 "channel=5"; 0 "program=40"; +midi 6: 0 "channel=6"; 0 "program=41"; +midi 7: 0 "channel=7"; 0 "program=42"; +midi 8: 0 "channel=8"; 0 "program=43"; + +midi 1-8: 0 "param=7,127"; + +midi 1-4: 0 "param=10,32"; // left +midi 5-8: 0 "param=10,96"; // right +midi all: 0 "tempo=75"; + +endif + + // 1 + rom above all: 0 "Mode I,III"; + 1: 4r;4.b;8f;4b~; + 2: 1f; + 3: 1d+; + 4: 1b-; + 5-8: mr; + + L1 "San- - -"; + L 2-4: "San-"; + bar; + + // 2 + 1: 4b;8an;g;2a; + 2: 1f; + 3: 1c+; + 4: 1f; + 5-8: mr; + + L 2-4: "ctus,"; + bar; + + // 3 + 1: 4b;8f+;e+;d+;c+;4b~; + 2: 1f~; + 3: 4.d+;8c+;b;c+;4d+; + 4: 1b; + 5-8: mr; + + L1 "ctus, San-----"; + L 2-4: "San-"; + bar; + + // 4 + 1: 8b;16an;g;4a;b;~; + 2: 2f;4;~; + 3: 2c+;4.d+;8; + 4: 2f;b; + 5-8: mr; + + L1 "---ctus Do-"; + L2 "ctus Do-"; + L3 "ctus Do-mi-"; + L4 "ctus Do-"; + bar; + + // 5 + 1: 8b;;4c+;d+;e+; + 2: 8f;;;4;8;4b~; + 3: 4d+;c+;2b; + 4: 4b;an;b;g&; + 5-8: mr; + + L1 "mi-nus De-us"; + L2 "mi-nus De-us Sa-"; + L3 "nus De-us"; + L4 "mi-nus De-us"; + bar; + + // 6 + 1: 4.f+;8;2d+; + 2: 4b;an;2b~; + 3: 4.c+;8;2f+; + 4: 4.f;8;2b-~; + 5: 2r;4.f+;8e+; + 6: mr; + 7: 4r;4.f+;8e+;d+;c+; + 8: 2r;2b~; + + L1 "Sa-ba-oth."; + L2 "ba-oth._"; + L3 "Sa-ba-oth."; + L4 "Sa-ba-oth._"; + L5 "San--"; + L7 "San----"; + L8 "San-"; + bar; + + // 7 + 1: mr; + 2: 2b;2r; + 3: mr; + 4: 2b-;2r; + 5: 8d+;c+;2b;8an;g; + 6: 1f; + 7: 8b;c+;4d+;2c+~; + 8: 2b;f~; + + L5 "-----"; + L6 "San-"; + L7 "---ctus,_"; + L8 "ctus,_"; + bar; + + // 8 + 1-4: mr; + 5: 2an;4b;8f+;e+; + 6: 1f; + 7: 2c+;4.d+;8c+; + 8: 2f;b-~; + + L5 "-ctus, San--"; + L6 "ctus"; + L7 "San--"; + L8 "San-"; + bar; + + // 9 + 1-4: mr; + 5: 8d+;c+;4.b;16an;g;4a; + 6: 1f; + L6 "San-"; + 7: 8b;c+;4d+;2c+; + L7 "---ctus"; + 8: 2b-;f; + L8 "ctus"; + bar; + + // 10 + 1-4: mr; + 5: 4b;8d+;;4b;c+; + L5 "ctus Do-mi-nus De-"; + 6: 2f;4;8;; + L6 "ctus Do-mi-nus"; + 7: 4.b;8;4d+;c+; + L7 "Do-mi-nus De"; + 8: 2b-;4;a-n; + L8 "Do-mi-nus"; + bar; + + // 11 + 1-4: mr; + 5: 4d+;2b;4an; + L5 "us Sa-ba-"; + 6: 4f;e;4.f;8; + L6 "De-us Sa-ba-"; + 7: 2b;4.c+;8; + L7 "us Sa-ba-"; + 8: 4b-;g&;4.f;8; + L8 "De-us Sa-ba-"; + bar; + + // 12 + 1: 4d+n;8;;2e+; + L1 "Ple-ni sunt coe-"; + 2: 8r;b;;;4g;e; + L2 "Ple-ni sunt coe-li"; + 3: 8r;f+;;;2e+; + L3 "Ple-ni sunt coe-"; + 4: 8r;b;;;4e;b; + L4 "Ple-ni sunt coe-li"; + + 5,7: 2b;4;8;8; + L 5,7: "oth. Ple-ni sunt"; + 6: 2f;8r;8b;g;e; + 8: 2b-;8r;e;;; + L 6,8: 2;8s;8;;; "oth. Ple-ni sunt"; + bar; + + // 13 + 1: 2c+;b; + L1 "li et"; + 2: 8r;a;;;4.g;8; + L2 "ple-ni sunt coe-li"; + 3: 2e+;4r;e; + L3 "li et"; + 4: 8r;a;;;4e;b; + L4 "ple-ni sunt coe-li"; + + 5: 2e+;; + L5 "coe-li"; + 6: 4a;2e;4; + L6 "coe-li et"; + 7: 4c+;a;b;b~; + L7 "coe-li et ter-"; + 8: 2a-;e; + L8 "coe-li"; + bar; + + // 14 + 1: 2.f+;4c+; + L1 "ter-ra"; + 2: 4f;4.b;16an;g;4a; + L2 "et ter----"; + 3: {4.b;8c+;4d+;}3;2c+; + L3 "ter---ra_"; + 4: 4r;b-;8c;16d;e;4f; + L4 "et ter----"; + + 5: 2d+;f+; + L5 " et ter-"; + 6: 1f; + L6 "ter-"; + 7: 4b;f;r;c+; + L7 "ra glo-"; + 8: 2b-;f-; + L8 "et ter-"; + bar; + + // 15 + 1: 4r;4.f+;16e+;d+;4c+~; + L1 "glo----"; + 2: 2b;4.a(&);16g;f; + L2 "ra glo---"; + 3: 2b;4.f+;16e+;d+; + L3 "_ glo---"; + 4: 4f;4.d+;16c+;b;4a~; + L4 "ra glo----"; + + 5: 2f+;r; + L 5,6,8: "ra"; + 6: 2f;r; + 7: 4d+;b;2r; + L7 "ri-a"; + 8: 2b-;r; + bar; + + // 16 + 1: 8c+;d+;e+;16d+;c+;4b;f+; + L1 "-----ri-"; + 2: 8e;f;4.g&;16f;e;4f~; + 3: 8c+;16b;a;4.b;8c+;4d+; + 4: 8a;16g;f;4.e;16d;c;4b-~; + + 5: 2r;4;d+~; + L5 "glo-"; + 6: 2r;4.d;8e; + L6 "glo-ri-"; + 7: 2r;4;b~; + L7 "glo-"; + 8: 2r;4.b;16a;g; + L8 "glo---"; + bar; + + // 17 + 1: 2f+;r; + L1 "a,"; + 2: 8f;g;a;16g;f;4e;c; + L2 "-----ri-"; + 3: 4b;c+;2r; + L3 "ri-a,"; + 4: 8b-;;4f;2r; + L4 "ri-a,"; + + 5: 8d+;;4c+;2e+; + L5 "ri-a tu-"; + 6: 4.f;8g;a;g;4a; + L6 "a_____"; + 7: 8b;16a;g;4f;2c+; + L7 "---ri-"; + 8: 4.f;16e;d;4c;a-; + L8 "----ri-"; + bar; + + // 18 + 1: 4r;4.d+;8c+;4b; + 2: 1f; + 3: 4.b;16a;g;2f; + 4: 4r;4.b;16a;g;4f~; + 5: 4d+;2f+;4d+; + 6: 4f;b-;r;f~; + 7: 4d+;;2b; + 8: 1b-; + + L1 "glo-ri-a"; + L2 "a"; + L3 "glo----"; + L4 "glo----"; + L5 "a, glo-ri"; + L6 "tu-a, glo-"; + L7 "a tu-a,"; + L8 "a"; + bar; + + // 19 + 1: 4an;b;2c+; + 2: 1f; + 3: 4c+;d+;2c+; + 4: 8f;;4;2; + 5: 4c+;4.b;16an;g;4a; + 6: 8f;;4;r;f; + 7: 4r;8f;;4c+;f+~; + 8: 1f-; + + L1 "tu---"; + L2 "tu-"; + L3 "ri-a tu-"; + L4 "ri-a tu-"; + L5 "a tu----"; + L6 "ri-a tu-"; + L7 "glo-ri-a tu"; + L8 "tu-"; + bar; + + // 20 + 1: 1d+n~; + 2: 1f~; + 3: 1b~; + 4: 1f~; + L 1-4: "a._"; + + 5: 1b~; + 6: 1dn~; + 7: 4f+;f;2f~; + 8: 1b-~; + + L7 "-a._"; + L 5,6,8: "a._"; + bar; + + // 21 + 1: 1d+; + 2: 1f; + 3: 1b; + 4: 1f; + + 5: 1b; + 6: 1d; + 7: 1f; + 8: 1b-; + endbar; + diff --git a/lassus/verbum.mup b/lassus/verbum.mup new file mode 100644 index 0000000..9fd314f --- /dev/null +++ b/lassus/verbum.mup @@ -0,0 +1,481 @@ +header + title (21) "" + ifdef TRANSPOSE + title bold (24) "Verbum caro panem verum" "" "\s(20)\f(TR)Orlando Lassus" + else + title bold (24) "Verbum caro panem verum" "\s(16)\f(TR)(original pitch)" "\s(20)\f(TR)Orlando Lassus" + endif + title (16) "Edited by Tigger Burton" "" "(1532 - 1594)" + +header2 + ifdef TRANSPOSE + title (16) "Verbum caro panem verum" "" "Orlando Lassus" + else + title (16) "Verbum caro panem verum" "(original pitch)" "Orlando Lassus" + endif + title "" "" "" + +footer2 + title "" "\%" "" + +footer + title "" "\%" "" + +score + staffs=4 + bracket=1-4 + key=1& minor +// lyricsfontfamily = courier +// lyricsfontfamily = avantgarde +// lyricsfontfamily = bookman +// lyricsfontfamily = helvetica +// lyricsfontfamily = newcentury + lyricsfontfamily = palatino +// lyricsfontfamily = times + lyricssize=13 + measnum=y + scale=0.75 + //packfact=0.5 + staffsep=14 + pagewidth=8.26 + pageheight=11.7 +ifdef TRANSPOSE + transpose=down perfect 4 +endif + +staff 1 + clef=treble + label="Cantus" + +staff 2 + clef=treble + label="Altus" + +staff 3 + ifdef TRANSPOSE + clef=treble8 + defoct=4 + else + clef=treble + endif + label="Tenor" + +staff 4 + ifdef TRANSPOSE + clef=bass + else + clef=treble8 + endif + label="Bassus" + +define S 1: @ +define A 2: @ +define T 3: @ +define B 4: @ +define L lyrics @ +define LS lyrics 1: @ +define LA lyrics 2: @ +define LT lyrics 3: @ +define LB lyrics 4: @ +define P phrase @ +define PS phrase 1: @ +define PA phrase 2: @ +define PT phrase 3: @ +define PB phrase 4: @ +define MS rom above 1: @ +define MA rom above 2: @ +define MT rom above 3: @ +define MB rom above 4: @ +define SMS "\(smsharp)" @ +define SMN "\(smnat)" @ +define SMF "\(smflat)" @ +define BSMS "(\(smsharp))" @ +define BSMN "(\(smnat))" @ +define BSMF "(\(smflat))" @ +define FERM "\(smferm)" @ + + +ifndef MIDI +score + time=1/4n + vscheme=2o + +music + 1 1: [cue; len 0] 4d+; + 1 2: [cue; len 0] 4d; + 2 1: [cue; len 0] 4e+&; + 2 2: [cue; len 0] 4d; + 3 1: [cue; len 0] 4d+; + 3 2: [cue; len 0] 4d; + 4 1: [cue; len 0] 4e+&; + 4 2: [cue; len 0] 4f; + invisbar; +endif + +score + time=4/2n + beamstyle = 1, 1 + vscheme=1 + +music +// midi 1: 0 "channel=1"; 0 "program=74"; +// midi 2: 0 "channel=2"; 0 "program=74"; +// midi 3: 0 "channel=3"; 0 "program=74"; +// midi 4: 0 "channel=4"; 0 "program=74"; + midi 1: 0 "channel=1"; 0 "program=40"; + midi 2: 0 "channel=2"; 0 "program=41"; + midi 3: 0 "channel=3"; 0 "program=42"; + midi 4: 0 "channel=4"; 0 "program=43"; + + + midi 1-4: 0 "param=7,127"; + + midi all: 0 "tempo=180"; + + // 1 + S 1a; 2; f~; + A mr; + T 1r; 2; a; + B 1r; d+~; + + LS "Ver-bum ca-"; + LT "Ver-"; + LB "Ver-"; + bar; + + // 2 + S 4f; g; 2.a; 8g; f; 2g; + A 1.d+; 2; + T 2a; 1f; 4e; d; + B 2d+; ; 1b; + + LA "Ver-bum"; + LT "bum ca- - -"; + LB "bum ca-"; + bar; + + // 3 + S 2a; 1; 2; + A 1c+#; 2d+; ~; + T 2e; ; 1f; + B 1a; 2.d+; 4c+; + + LS "ro pa-nem"; + LA "ca-ro pa-"; + LT "- ro pa-"; + LB "ro pa- -"; + bar; + + // 4 + S 1b; a; + A 2d+; ; 1; + ifdef MIDI + T 2f; 2.g; 8f#; e; 2f; + else + T 2f; 2.g; 8f; e; 2f; + MT 3.5 SMS; 4 SMS; + endif + B 2b; g; 1d+; + + LS "ve- -"; + LA "num ve-"; + LT "nem ve- - - -"; + LB "- nem ve-"; + bar; + + // 5 + S 1d+; g; + A 1bn; 2r; c+~; + T 1g; 2.e; 4d; + B 1g; 2.c+; 4b; + + LS "rum ver-"; + LA "rum ver-"; + LT "rum ver- -"; + LB "rum ver- -"; + bar; + + // 6 + S 1a; g; + A 2c+; ; 2.c+; 4b; + T 2e; 2.f; 8e; d; 2e; + B 2a; f; 1c+; + + LS "bo car-"; + LA "bo car- -"; + LT "- bo_ _ _ _"; + LB "- bo car-"; + bar; + + // 7 + S 1f; 2g; a; + A 2a; b; c+; ; + T 2f; d; 2.e; 4; + B 1d+; 2.c+; 4; + + LS "nem e-fi-"; + LA "- nem e-fi-"; + LT "car-nem e-fi-"; + LB "nem e-fi-"; + bar; + + // 8 + S 1b; 2r; b~; + A 1/2 d+; + T 1/2f; + B 1/2b; + + LS "cit fit-"; + LA "cit"; + LT "cit"; + LB "cit"; + bar; + + // 9 + S 2b; ; 1; + A 1r; e+&~; + T 1.g; 2; + ifdef MIDI + B 1.e+&; 2; + else + B 1.e+; 2; + MB 1 "\(smflat)"; 4 "\(smflat)"; + endif + + LS "que san-"; + LA "fit-"; + LT "fit-que"; + LB "fit-que"; + bar; + + // 10 + S 2.c+; 4b; 2a; f; + A 2e+; ; 2.d+; 4c+; + T 1g; 2f; b~; + B 1c+; d+; + + LS "- - - guis"; + LA "que san- -"; + LT "san-quis Chri"; + LB "san-guis"; + bar; + + // 11 + S 2.g; 4a; 2b; a; + A 2b; c+; d+; ; + T 4b; a; 1g; 2f#; + B 1e+&; d+; + + LS "Chri- - - sti"; + LA "- guis Chri-sti"; + LT "- - sti"; + LB "Chri-sti"; + bar; + + // 12 + S 1b; a~; + A 1d+; ; + T 1g; f#~; + B 1g; d+~; + + LS "me-rum_"; + LA "me-rum"; + LT "me-rum_"; + LB "me-rum_"; + bar; + + // 13 + S 1a; g; + A 2r; 1d+; 2bn; + T 1f; r; + B 1d+; r; + + LS "et"; + LA "et si"; + bar; + + // 14 + S 2e; 2.f; 4g; 2a; + A 1c+; 2a; d+~; + T 2r; 1a; 2f#; + B 1r; 1d+; + + LS "si sen- - -"; + LA "sen-sus de-"; + LT "et si"; + LB "et"; + bar; + + // 15 + S 2d; e; g; a~; + A 2d+; c+; 1; + T 1g; e; + B 2bn; 1c+; 2a; + + LS "sus de-fi-cit_"; + LA "fi-cit"; + LT "sen-sus"; + LB "si sen-sus"; + bar; + + // 16 + S 4a; g; f; e; 2d; d+~; + A 2r; 1a; 2g; + T 1.f; 4e; d; + B 2.d+; 4c+; 2b; ; + + LS "_ _ _ _ ad_"; + LA "ad fir-"; + LT "de- - -"; + LB "de- - - fi-"; + bar; + + // 17 + S 2d+; c+#; 1d+; + A 1a; 2b; a; + T 2e; ; g; f~; + B 1a; 2r; d+~; + + LS "fir-man-"; + LA "man-dum cor"; + LT "- fi-cit ad_"; + LB "cit ad_"; + bar; + + // 18 + S 1a; 2r; d+~; + A 2r; 1a; 2g; + T 2f; e; f; 4e; d; + B 2d+; c+#; d+; b; + + LS "dum [ad_"; + LA "[ad fir-"; + LT "fir-man- - -"; + LB "fir-man-dum"; + bar; + + // 19 + S 2d+; c+#; d+; b; + A 1a; 2f; g~; + T 1e; d; + B 1a; 2b; 4a; g; + + LS "fir-man-dum]"; + LA "man-dum cor_"; + LT "- dum"; + LB "cor sin- - -"; + bar; + + // 20 + S 2a; ; b; g; + A 4g; 8f; e; 2f; 4g; 8f; e; 4d; e; + T 2r; d+; ; b~; + B 1d+; g; + + LS "cor sin-ce-rum"; + LA "_ _ _ sin- - - - -"; + LT "cor sin-cer-"; + LB "- ce-"; + bar; + + // 21 + S 1c+; 2d+; ~; + A 2f; 1; 2; + T 4b; 8a; g; 2a; 1b; + B 1f; b; + + LS "so-la fi-"; + LA "-ce-rum"; + LT "---rum"; + LB "-rum"; + bar; + + // 22 + S 4d+; c+; b; 8a; g; 2f; a; + A 1r; c+; + T 1g; 2a; f; + B mr; + + LS "-----des"; + LA "so-"; + LT "so-la fi-"; + bar; + + // 23 + S 4g; a; b; a; g; a; 2g; + A 1d+; c+; + T 4b; a; g; f; e; 2f; 4e; + B 1r; c+; + + LS "su-------"; + LA "la fi-"; + LT "des-------"; + LB "so-"; + bar; + + // 24 + S 2f; d; 1g; + A 1a; 2r; c+~; + T 4f; d; 2.f; 8e; d; 2e; + B 1d+; 2.c+; 4b; + + LS "fi-cit [so-"; + LA "des [so-"; + LB "la fi--"; + bar; + + // 25 + S 2a; 4d; e; f; g; 2a; + A 2c+; d+; 1c+~; + T 2f; ; a; f~; + B 2a; b; 2.f; 4; + + LS "la fi-----"; + LA "la fi-"; + LT "su-fi-cit su-"; + LB "-des su-fi-"; + bar; + + // 26 + S 1g; d+~; + A 1c+; b; + T 4f; 8e; d; 4e; f; g; d; 2g~; + B 1c+; g; + + LS "des su-"; + LA "des"; + LB "cit [fi-"; + bar; + + // 27 + S 2d+; ; 1~; + A 1.a; 2; + T 2g; 4f#; e; 2f(#); f; + B 1d+; 2.; 4; + + LS "fi-cit]_"; + LA "su-fi"; + LT "---fi-"; + LB "des su-fi-"; + bar; + + // 28 + S 1/2d+; + A 1/2bn; + T 1/2g; + B 1/2g; + + LA "cit."; + LT "cit."; + LB "cit.]"; + endbar; + + title "" + title "" + title "" + title "Engraved by Withburga Music" \ + "$Id: verbum.mup,v 1.5 1998/08/25 13:54:24 djk Exp $" \ + "http://www.tobit.co.uk/withburga" + title "Edition \(copyright) 1998" "" + + diff --git a/lotti/Makefile b/lotti/Makefile new file mode 100644 index 0000000..de146fa --- /dev/null +++ b/lotti/Makefile @@ -0,0 +1,30 @@ +# +# $Id: Makefile,v 1.1 2001/01/29 23:51:33 djk Exp $ +# +.SUFFIXES: .gif .ps .mup + +OBJ=crucifixus.ps +#D=-D TRANSPOSE + +all : ps + +ps : $(OBJ) + touch ps + +crucifixus.gif : crucifixus.mup + gs -sDEVICE=ppm -sOutputFile=$*%d.ppm -sPAPERSIZE=a4 $*.ps + ppmtogif < $*1.ppm > $*1.gif + ppmtogif < $*2.ppm > $*2.gif + ppmtogif < $*3.ppm > $*3.gif + ppmtogif < $*4.ppm > $*4.gif + ppmtogif < $*5.ppm > $*5.gif + rm -f $**ppm + ln -s $*1.gif $*.gif + +clean : + rm -f *~ *.ps *.mid + +.mup.ps : + mup $D $< -f $@ + mup $D $< -m $*.mid + diff --git a/lotti/crucifixus.mup b/lotti/crucifixus.mup new file mode 100644 index 0000000..3cf4cca --- /dev/null +++ b/lotti/crucifixus.mup @@ -0,0 +1,668 @@ + +// things to go on the top of the first page +header + title (24) "Crucifixus for 8 voices" + // subtitle + // title (14) "Replace this with the subtitle" + title (14) "" "Antonio Lotti (1647 - 1740)" + + +footer + title "\(copyright) 1999 by the Choral Public Library (http://www.cpdl.org)" + title "" "Edition may be freely distributed, duplicated, performed, or recorded." "ed. sep 1999" + + +// things to go on the top of pages other than the first +header2 + title "- \% -" + + +// things to go at the bottom of pages other than the first +footer2 +///////////////////////////////////////////////////////////////////////// +// score-wide parameters +score + time = cut + key = 3& + staffs = 10 + clef = treble + beamstyle = 4,4,4,4 + fontfamily = palatino + lyricsfontfamily = palatino + measnum = y + barstyle = 9-10 + brace = 9-10("Rehearsal Piano") + + scale = 0.70 + size=9 + panelsperpage=2 + +staff 1 + label = "Soprano 1" + label2 = "S1" +staff 2 + label = "Soprano 2" + label2 = "S2" +staff 3 + label = "Alto 1" + label2 = "A1" +staff 4 + label = "Alto 2" + label2 = "A2" +staff 5 + label = "Tenor 1" + label2 = "T1" + clef = treble8 +staff 6 + label = "Tenor 2" + label2 = "T2" + clef = treble8 +staff 7 + label = "Bass 1" + label2 = "B1" + clef = bass +staff 8 + label = "Bass 2" + label2 = "B2" + clef = bass +staff 9 + staffscale = 0.7 + visible=n +staff 10 + clef = bass + staffscale = 0.7 + visible=n + +music +midi all: 0 "tempo=68"; +define PROG1 0 "program=75"; @ +define PROG2 0 "program=74"; @ +//midi 1: 0 "channel=1"; 0 "program=41"; //violin +//midi 2: 0 "channel=2"; 0 "program=41"; //violin +//midi 3: 0 "channel=3"; 0 "program=41"; //violin +//midi 4: 0 "channel=4"; 0 "program=41"; //violin +//midi 5: 0 "channel=5"; 0 "program=42"; //viola +//midi 6: 0 "channel=6"; 0 "program=42"; //viola +//midi 7: 0 "channel=7"; 0 "program=43"; //cello +//midi 8: 0 "channel=8"; 0 "program=43"; //cello + +midi 1: 0 "channel=1"; PROG1 +midi 2: 0 "channel=2"; PROG2 +midi 3: 0 "channel=3"; PROG1 +midi 4: 0 "channel=4"; PROG2 +midi 5: 0 "channel=5"; PROG1 +midi 6: 0 "channel=6"; PROG2 +midi 7: 0 "channel=7"; PROG1 +midi 8: 0 "channel=8"; PROG2 + + // decani on the right, cantoris on the left + midi 1,3,5,7: 0 "parameter=10, 96"; + midi 2,4,6,8: 0 "parameter=10, 32"; + + +1: mr; +2: mr; +3: mr; +4: mr; +5: mr; +6: mr; +7: mr; +8: 4r; 2e; 4c; +lyrics 8: "Cru-ci-"; +bar + +1: mr; +2: mr; +3: mr; +4: mr; +5: mr; +6: mr; +7: 4r; 2e; 4c; +lyrics 7: "Cru-ci-"; +8: 1g~; +lyrics 8: "fi_"; +bar + +1: mr; +2: mr; +3: mr; +4: mr; +5: mr; +6: 4r; 2a; 4f; +lyrics 6: "Cru-ci-"; +7: 1a~; +lyrics 7: "fi_"; +8: 4g; 8f;en; 2f~; // XXX e flat in score +// ital above 8: 2. "\(flat) in score"; +bar + +1: mr; +2: mr; +3: mr; +4: mr; +5: 4r; 2d+; 4g; +lyrics 5: "Cru-ci-"; +6: 1d+~; +lyrics 6: "fi_"; +7: 4a;8g;f;2g~; +lyrics 7: 2s; 2; "xus_"; +8: 2.f; 8e;d; +bar + +1: mr; +2: mr; +3: mr; +4: 4r; 2e; 4c; +lyrics 4: "Cru-ci-"; +5: 1e+~; +lyrics 5: "fi_"; +6: 4d+; 8c+;bn; 2c+~; +7: 1g; +8: 2e; c; +lyrics 8: 2s; 2; "xus"; +bar + + +1: mr; +2: mr; +3: 4r; 2an; 4d; +lyrics 3: "Cru-ci-"; +4: 1an~; +lyrics 4: "fi_"; +5: 2e+; d+; +lyrics 5: 2s; 2; "xus"; +6: 2.c+; 8b&; an; +7: 1an~; +lyrics 7: "cru-"; +8: 1f-#; +lyrics 8: "cru-"; +bar + +1: mr; +2: 4r; 2b; 4g; +lyrics 2: "Cru-ci-"; +3: 1b; +lyrics 3: "fi-"; +4: 2a;g; +lyrics 4: "xus"; +5: 1d+~; +lyrics 5: "cru_"; +6: 1b~; +lyrics 6: "xus_"; +7: 4a; 8g;f#; 2g; +lyrics 7: 4s; 4;2; "ci-fi-"; +8: 1g-; +lyrics 8: "ci-"; +bar + +1: 4r; 2b; 4g; +lyrics 1: "Cru-ci-"; +2: 1d+~; +lyrics 2: "fi_"; +3: 2b;b~; +lyrics 3: "xus, cru-"; +4: 1g~; +lyrics 4: "Cru-"; +5: 2.d+; 4b; +lyrics 5: "ci"; +6: 1b; +7: 1g; +lyrics 7: "xus"; +8: 1b-; +lyrics 8: "fi_"; +bar + +1: 1e+~; +lyrics 1: "fi_"; +2: 4d+; 8c+;bn; 2c+~; +3: 4b; 8an;g; 2a~; +lyrics 3: 4s;4;2; "ci-fi_"; +4: 4g;c;2an; +lyrics 4: "ci-fi_"; +5: 2.e+; 4an; +lyrics 5: 1; "fi_"; +6: 2g;2c+; +lyrics 6: "cru-ci-"; +7: 2c;c; +lyrics 7: "cru-ci-"; +8: 2c; f-#; +bar + +1: 4e+; 8d+;c+; 2d+; +2: 4c+; 8bn;an; 2b; +3: 2.a; 8g;f#; +4: 1d; +5: 1g; +6: 2.c+; 8bn;an; +lyrics 6: 1; "fi_"; +7: 1g; +lyrics 7: "fi-"; +8: 1g-; +bar + +1: 1d+; +2: 1bn; +3: 1g; +4: 1d; +5: 1g; +6: 1bn; +7: 1g; +8: 1g-; +lyrics 1,2,3,4,5,6,7,8: "xus,"; +// bold above 1: 2.5 "\(rr)"; +bar + +//XXX +// newscore + +// Second system + +score +// beamstyle=8,8,8,8,8,8,8,8 +beamstyle=2,2 + +music +1: mr; +2: 2r; 8c+;;;; +3: 8g;;;;;;f;; +4: mr; +5: 2r; 8c+;;;; +6: 8bn;;;; c+;;;; +7: mr; +8: 8g;;;; a&;;;; +lyrics 2,5: "cru-ci-fi-xus"; +lyrics 3,6,8: "cru-ci-fi-xus e-ti-am pro"; +bar + +1: 2r; 8e+;;;; +2: 8c+;;bn;;4c+;; +lyrics 2: "e-ti-am pro no-bis"; +3: 2g;; +4: 2r; 8e;;;; +5: 8d+;;;; 4e+;c+~; +lyrics 5: 8;;;; 2; "e-ti-am pro no_"; +6: 2g;; +7: 2r; 8g;;;; +8: 4g;; 2c; +lyrics 1,4,7: "cru-ci-fi-xus"; +lyrics 3,6: "no-bis"; +lyrics 8: "no-bis, cru-"; +bar + +1: 8e+;;d+;;4e+;; +2: 2r; 8b&;;;; +3: mr; +4: 8f;;;;4g;; +5: 4c+;a;2e+; +6: 2r; 8b&;;;; +7: 8a;;;;4g;; +8: 2f; 4e;; +lyrics 1,4,7: "e-ti-am pro no-bis"; +lyrics 2,6: "cru-ci-fi-xus"; +lyrics 5: 2s; 2; "bis"; +lyrics 8: "ci-fi-xus"; +bar + + +1: 2r; 8f+;;;; +2: 8c+;;;; f;;4b; +3: 2r; 8f;;;; +4: 2r;8a;;;; +5: 8e+;;;;;;d+;; +6: 8b;;a&;;2b~; +7: 8e;;;;b;;;; +8: 8c;;;;b-;;;; +lyrics 1: "cru-ci-fi-xus"; +lyrics 2: "e-ti-am pro no-bis pro"; +lyrics 3,4: "e-ti-am pro"; +lyrics 5,7,8: "cru-ci-fi-xus e-ti-am pro"; +lyrics 6: "e-ti-am pro no_"; +bar + +1: 8f+;;e+;d+;2e+~; +lyrics 1: "e-ti-am pro no_"; +2: 2.b; 4c+~; +3: 1g; +4: 4.g;8f;2e; +5: 4e+; 8e;f; 4g;c+; +6: 2.b; 4g; +7: 1e; +8: 1e; +lyrics 2,4,5: 1; "no_"; +lyrics 3,7,8: "no-"; +bar + +1: 4e+; 8d+;c+;2d+; +2: 4c+; 8b;an;2b; +3: 1f; +4: 4.f;8e;2d; +5: 1f; +6: 1b; +7: 1b; +8: 1b-; +lyrics 3,5,6,7,8: "bis"; +lyrics 1,2,4: 2s;2; "bis"; +bar + + +1: mr; +2: mr; +3: mr; +4: 4r; g; 8e;;f;; +5: 4r; d+; 8c+;;;; +6: mr; +7: 4r; b; 8;;a&;; +8: mr; +lyrics 4,5,7: "sub Pon-ti-o Pi-"; +bar + +1: 2r; 4r; f+; +lyrics 1: "sub"; +2: mr; +3: 4r; b; 8;;a&;; +4: 4d;e;2r; +5: 4b;8;;g;;a;; +6: 4r;e+;8c+;;;; +7: 4a;g;2r; +8: 4r;g;8e;;f;; +lyrics 5: "la-to sub Pon-ti-o Pi-"; +lyrics 4,7: "la-to"; +lyrics 3,6,8: "sub Pon-ti-o pi-"; +bar + +1: 8f+;;e+;;4;d+; +lyrics 1: "Pon-ti-o Pi-la-to"; +2: 2r; 4r; d+~; +lyrics 2: "pa_"; +3: 4a;g;2r; +lyrics 3: "la-to"; +4: 4r;g;8f;;g;; +lyrics 4: "sub Pon-ti-o pi-"; +5: 4f;8g;a&; 2b; // XXX a natural in score +// ital above 5: 2. "\(nat) in score"; +lyrics 5: 2;2; "la_to"; +6: 4b;;r;d+; +lyrics 6: "la-to sub"; +7: 2r;4r;b; +lyrics 7: "sub"; +8: 4d;e;2b-; +lyrics 8: 2;; "la_to"; +bar + +1: mr; +2: 4d+; 2c+; 4b~; +3: mr; +4: 2e;d; +lyrics 4: "la-to"; +5: 2r;4r;4d+; +6: 8b;;c+;;4a&;b; +7: 8g;;a;;4f;g; +8: 2r;4r; 4g; +lyrics 6,7: "Pon-ti-o Pi-la-to"; +lyrics 5,8: "sub"; +bar + + + +1: mr; +2: 4b; a&; 2b; +lyrics 2: 2s; 2; "ssus"; +3: 4r;2a;4g~; +4: mr; +5: 8c+;;;;4b;8;; +6: mr; +7: 2r;4r; e; +8: 8e;;f;;4d;e; +lyrics 3: 4s; 2.; "pa_"; +lyrics 5: "Pon-ti-o pi-la-to, sub"; +lyrics 8: "Pon-ti-o pi-la-to"; +lyrics 7: "sub"; +bar + +1: 4r;2f+; 4e+~; +2: mr; +3: 4g;f;2g; +4: 2a;g; +5: 8e+;;f+;;4d+;e+; +6: 2r;4r; e+; +7: 8c;;d;;4b-;c; +8: 2r;4r; c+; +lyrics 1: 4s;2.; "pa_"; +lyrics 3: 2s;2; "ssus"; +lyrics 4: 1; "pa_"; +lyrics 5,7: "Pon-ti-o Pi-la-to,"; +lyrics 6,8: "sub"; +bar + +1: 4e+; 2d+; 4c+; +2: 2r; 4r; e+; +3: 2r;4r; a; +4: 2f; e; +5: 2r;4r; c+; +6: 8c+;;d+;;4b;c+; +7: 2r;4r; a~; +8: 8a;;b;;4g;a; +lyrics 2,3,5: "sub"; +lyrics 4: 2s; 2; "ssus"; +lyrics 6,8: "Pon-ti-o Pi-la-to"; +lyrics 7: "pa_"; +bar + +1: 2b;a&; +2: 8d+;;e+;;4c+;d+; +3: 8f;;g;;4e;f; +4: 2r;4r; f; +5: 8d+;;b;;4c+;a; +6: 2r;4r; d+; +7: 4a;2g;4f~; +8: mr; +lyrics 2,3,5: "Pon-ti-o Pi-la-to"; +lyrics 4,6: "sub"; +bar + +1: 2g;r; +lyrics 1: "ssus"; +2: 4r; 2c+; 4bn; +lyrics 2: 4s; 2.; "pa_"; +3: mr; +4: 8g;;;; 2f; +lyrics 4,6: "Pon-ti-o Pi-la_"; +5: 2r;4r; f+~; +lyrics 5: "pa_"; +6: 8b;;c+;; 4a&;f; // a natural in score +// ital above 6: 3 "\(nat) in score"; +7: 4f; 2e; 4d&; +8: mr; +bar + +1: mr; +2: 4c+; r; 2f+; +lyrics 2: "ssus, pa_"; +3: 2g;a; +lyrics 3: 1; "pa_"; +4: 2g; r; +lyrics 4: "to"; +5: 4f+; 2e+; 4d+~; +6: 2.c+; 4d+; +lyrics 6: "to, sub"; +7: 4c; c+; 8f;;b;; +lyrics 7: "ssus, sub Pon-ti-o Pi-"; +8: 4r;2c+; 4b~; +lyrics 8: 4s; 2.; "pa_"; +bar + +1: 2g+; f+; +lyrics 1: 1; "pa_"; +2: 2e+; d+~; +3: 4g;e;f;d; +4: mr; +5: 4d+; 2c+; 4bn; +6: 8b;;c+;;4f;g; +7: 4e; 8a;; dn;;g;; +8: 4b; 2a; 4g; +lyrics 6: 8;;;; 2; "Pon-ti-o Pi-la_"; +lyrics 7: "la-to, sub Pon-ti-o Pi-"; +bar + + + +1: e+; d&+; +2: 4d+; 2c+; 4b~; +3: 2e;g; +4: 1g~; +5: 2c+; d&+; +6: 2g;g; +7: 4c;;g;b; +8: 2c+; en; +lyrics 4: "pa_"; +lyrics 5: "ssus, et"; +lyrics 6: "to pa_"; +lyrics 7: 4;;2; "la-to pa_"; +lyrics 8: "sus, pa-"; +bar + +1: 2c+; 4dn+;; +2: 4b;a;;; +3: 2c;4f;d; +4: 4g;2f;4f~; +5: 2.a; 4f; +6: 4c+; f;2f~; +7: 2f;4;; +8: 2f;4bn-;; +lyrics 1,3,7,8: "ssus et se"; +lyrics 2: "ssus et se"; +lyrics 4: "ssus et_"; +lyrics 5: 1; "se_"; +lyrics 6: 4s; 4;2; "ssus et_"; +bar + +1: 2.c+; 4; +2: 2.g; 4; +3: 2.g; 4; +4: 4f; 8en;d;4c;; +5: 4c+;2g;4c+; +6: 4f;;4.en;8; +7: 2.c;4; +8: 2.c;4; +lyrics 1,2,3,5,7,8: "pu-ltus"; +lyrics 4,6: 4s; 4;4.;8; "se-pu-ltus"; +bar + +1: 4c+; 2;4; +2: 4a;2c+;4; +3: 4f;2a;4g; +4: 4c; 2f; 4c+; +5: 4a;2;4e+; +6: 4f;2c+;4; +7: 4f;2;4g; +8: 4f-;2f;4e&; +lyrics 1-8: "est, pa-ssus"; +//bold above 1: 1.25 "\(rr)"; +bar + +1: 2d+;; +2: 2c+;b; +3: 2f#;g; +4: 2.an; 4g; +lyrics 4: "et se-"; +5: 4an; d+; 2; +lyrics 5: "et se-pu-"; +6: 2f#; b; +7: 2d;g; +8: 2dn; g-; +lyrics 1,2,3,6,7,8: "et se-"; +bar + +1: 1d+~; +2: 2an; b; +3: 2f#; g; +4: 2an;d; +5: 4d+; 2d; 4; +6: 4f#; 2an; 4g; +7: 1d~; +8: 1d~; +lyrics 1,2,3,4,6,7,8: "pu_"; +lyrics 5: "tus, et se-"; +bar + +1: 1d+~; +2: 1an; +3: 4g; 8fn; en; 2f~; +4: 1d~; +5: 1d~; +lyrics 5: "pu_"; +6: 1an; +7: 1d; +8: 1d; +bar + +1: 1d+~; +2: 1a&; +3: 1f~; +4: 1d; +5: 1d; +6: 2bn; d+; +7: 1f; +8: 1bn-; +bar + +1: 2d+; c+; +2: 1g; +3: 2f; e&; +4: 1c; +5: 2.e; 4c+; +6: 1g; +7: 1c; +8: 1c; +lyrics 5: 2.s;4; "ltus"; +lyrics 2,4,6,7,8: "ltus"; +lyrics 1,3: 2s;2; "ltus"; +//bold above 1: 3 "\(rr)"; +bar + +1: 2c+;; +2: 2an;; +3: 2e;; +4: 2c; an-; +5: 2an;; +6: 2e;e+; +7: 2c;; +8: 2f#-;; +lyrics 1-8: "et se-"; +bar + +1: 2bn; c+~; +2: 1g~; +3: 2d;e; +4: 4bn-; 2d; 4c; +5: 2d;g~; +6: 4bn;g;2e; +7: 1g~; +8: 1g-~; +lyrics 1-8: 1; "pu_"; +bar + +1: 2c+; bn; +2: 2g;; +3: 2.d;4; +4: 2.d;4; +5: 2g;; +6: 4g;2d;4g; +7: 2g;; +8: 2g-;; +lyrics 1,2,5,7,8: 2s; 2; "ltus"; +lyrics 3,4,6: 2.s;4; "ltus"; +bar + +1: 1c+; +2: 1g; +3: 1en; +4: 1c; +5: 1g; +6: 1en; +7: 1c; +8: 1c; +lyrics 1-8: "est."; +// bold above 1-8: 1 "\(ferm)"; +endbar + diff --git a/morley/bookofpsalmsetup.mup b/morley/bookofpsalmsetup.mup new file mode 100644 index 0000000..08b81a0 --- /dev/null +++ b/morley/bookofpsalmsetup.mup @@ -0,0 +1,113 @@ +// bookofpsalmsetup.mup + +define CPRGHT(YR) "\s(14)\(copyright)"+YR+" by Christian Mondrup (scancm\@biobase.dk). Typeset with Mup, non-commercial copying welcome." @ + +// Editorial accidentals +define EDACC(PRT) rom(8) above PRT @ +define FLT "\(flat)" @ +define NA "\(nat)" @ +define SH "\(sharp)" @ + +define FULLBAR + score + barstyle = 1-4; + music @ + +define DIVBAR + score + barstyle = ; + music @ + +define STAFFOCT(STF,OCT) + staff STF + defoct = OCT + music @ + +define MTR(ARG) + score + time = ARGn + music @ + +define PARTNMFONT1 "\s(18)\f(TX)" @ +define PARTNMFONT2 "\s(14)\f(TB)" @ +define CANTUS PARTNMFONT1+"CANTVS." @ +define MEDIUS PARTNMFONT1+"MEDIVS." @ +define TENOR1 PARTNMFONT1+"TENOR," @ +define TENOR2 PARTNMFONT2+"or \f(TX)Playnsong." @ +define BASSUS PARTNMFONT1+"BASSVS." @ +define PRTOFFS +2 @ + +define CANTUSLBL(TAG) left(_win.w PRTOFFS,TAG.y-2) CANTUS @ +define MEDIUSLBL(TAG) left(_win.w PRTOFFS,TAG.y-2) MEDIUS @ +define TENORLBL(TAG) + left(_win.w PRTOFFS,TAG.y) TENOR1 + left(_win.w PRTOFFS,TAG.y-5) TENOR2 @ +define BASSUSLBL(TAG) left(_win.w PRTOFFS,TAG.y-2) BASSUS @ + +define RECORDER "74" @ + +define BARLN(TAG,OFFS) line (TAG.x OFFS,TAG.y+4) to (TAG.x OFFS,TAG.y-4) @ + +define SCORETITLE(ARGS) +header + title bold (22) ARGS + title (16) " " +@ + +define SCORESETUP(PCKFACT,KEY) +score + //key = 1& + key = KEY + time = 4/4n + + scale = .6 + + units = cm + leftmargin = 1.2 + topmargin = .5 + packfact = PCKFACT + scoresep = 20 + + measnum = y + + lyricsalign = .5 + lyricssize = 16 + size = 16 + + staffs = 4 + bracket = 1-4 + barstyle = 1-4 + release = 40 + label = " " +staff 1 + clef = soprano +staff 2 + clef = alto +staff 3 + clef = tenor +staff 4 + clef = bass +music + midi all: 0 "tempo="+TEMPO; + midi 1: 0 "channel=2"; 0 "program="+RECORDER; + midi 2: 0 "channel=3"; 0 "program="+RECORDER; + midi 3: 0 "channel=4"; 0 "program="+RECORDER; + midi 4: 0 "channel=5"; 0 "program="+RECORDER; +@ + +define CLEFCHANGE + // clef change +score + time=1/4n + barstyle= + stafflines=5n +staff 1 + clef=treble +staff 2 + clef=treble +staff 3 + clef=treble8 +staff 4 + clef=bass +music +@ diff --git a/morley/mensural.mup b/morley/mensural.mup new file mode 100755 index 0000000..d065e98 --- /dev/null +++ b/morley/mensural.mup @@ -0,0 +1,340 @@ +// mensural.mup + +// ---------------------------------------------------------------------------- + +// Overall stem length + +define STMLEN 6 @ + +// Notehead used for longa and breve + +define QUDRTOFFS +1.75 @ +//define LO +2 @ +define LO -0 @ +define LNADD -.2 @ +define LNADD2 LNADD LNADD @ +define LNGVERT .7 @ +define LNGVERTU .7 @ +define LNGVERTD 1 @ +//define LNGHOR 2.5 @ +define LNGHOR 3 @ +define HOR2DIST -1.5 @ +define LNGUSTEM STMLEN -LNGVERTU QUDRTOFFS -2 @ +define LNGDSTEM STMLEN +LNGVERT QUDRTOFFS -2 @ + +define UPPERHORLINE + medium line (P1.x LO,P1.y OFFS1 QUDRTOFFS) to (P1.x LO +LNGHOR,P1.y OFFS1 QUDRTOFFS) @ + +define LOWERHORLINE + medium line (P1.x LO,P1.y OFFS1 HOR2DIST QUDRTOFFS) to (P1.x LO +LNGHOR,P1.y OFFS1 HOR2DIST QUDRTOFFS) @ + +define LEFTVERLINE + line (P1.x LO,P1.y OFFS1 +LNGVERTU QUDRTOFFS) to (P1.x LO,P1.y OFFS1 HOR2DIST -LNGVERTD QUDRTOFFS) @ + +define RIGHTVERLINE + line (P1.x LO +LNGHOR,P1.y OFFS1 +LNGVERTU +USTEM QUDRTOFFS) to (P1.x LO +LNGHOR,P1.y OFFS1 HOR2DIST -LNGVERTD -DSTEM QUDRTOFFS) @ + +define QUADRHD(P1,OFFS1,USTEM,DSTEM) + UPPERHORLINE + LOWERHORLINE + LEFTVERLINE + RIGHTVERLINE @ + +define LONGAU(P2,OFFS2) QUADRHD(P2,OFFS2,LNGUSTEM,0) @ +define LONGAD(P2,OFFS2) QUADRHD(P2,OFFS2,0,LNGDSTEM) @ +define BREVE(P2,OFFS2) QUADRHD(P2,OFFS2,0,0) @ + +// ---------------------------------------------------------------------------- + +// noteheads used for semibreve, minima, semiminima, fusa & semifusa + +define DMNDHD "\s(12) \(diamond)" @ +define FILLHD "\s(12) \(filldiamond)" @ +define STMXOFFS +2.4 @ +define STMYUOFFS +2 @ +define STMYDOFFS -0 @ +define FLAGXOFFS1 +2 @ +define FLAGYOFFS1 .2 @ +define FLAGYOFFS2 2 @ +define FLAGYOFFS3 1.4 @ +define FLAGYOFFS4 3.2 @ + +define STEMU line (P1.x STMXOFFS,P1.y OFFS1 STMYUOFFS) to (P1.x STMXOFFS,P1.y OFFS1 STMYUOFFS +STMLEN) @ + +define STEMD line (P1.x STMXOFFS,P1.y OFFS1 STMYDOFFS) to (P1.x STMXOFFS,P1.y OFFS1 STMYDOFFS -STMLEN) @ + +define FLAGU1 line (P1.x STMXOFFS,P1.y OFFS1 STMYUOFFS +STMLEN -FLAGYOFFS1) to (P1.x STMXOFFS FLAGXOFFS1,P1.y OFFS1 STMYUOFFS +STMLEN -FLAGYOFFS2) @ + +define FLAGU2 line (P1.x STMXOFFS,P1.y OFFS1 STMYUOFFS +STMLEN -FLAGYOFFS3) to (P1.x STMXOFFS FLAGXOFFS1,P1.y OFFS1 STMYUOFFS +STMLEN -FLAGYOFFS4) @ + +define FLAGD1 line (P1.x STMXOFFS,P1.y OFFS1 STMYDOFFS -STMLEN +FLAGYOFFS1) to (P1.x STMXOFFS FLAGXOFFS1,P1.y OFFS1 STMYDOFFS -STMLEN +FLAGYOFFS2) @ + +define FLAGD2 line (P1.x STMXOFFS,P1.y OFFS1 STMYDOFFS -STMLEN +FLAGYOFFS3) to (P1.x STMXOFFS FLAGXOFFS1,P1.y OFFS1 STMYDOFFS -STMLEN +FLAGYOFFS4) @ + +define SEMIBREVE(P1,OFFS1) + print (P1.x,P1.y OFFS1) DMNDHD @ + +define CLRDSEMIBREVE(P1,OFFS1) + print (P1.x,P1.y OFFS1) FILLHD @ + +define MINIMU(P1,OFFS1) + print (P1.x,P1.y OFFS1) DMNDHD + STEMU @ + +define MINIMD(P1,OFFS1) + print (P1.x,P1.y OFFS1) DMNDHD + STEMD @ + +define SEMIMINU(P1,OFFS1) + print (P1.x,P1.y OFFS1) FILLHD + STEMU @ + +define SEMIMIND(P1,OFFS1) + print (P1.x,P1.y OFFS1) FILLHD + STEMD @ + +define FUSAU(P1,OFFS1) + print (P1.x,P1.y OFFS1) FILLHD + STEMU + FLAGU1 @ + +define SEMIFUSAU(P1,OFFS1) + print (P1.x,P1.y OFFS1) FILLHD + STEMU + FLAGU1 + FLAGU2 @ + +define FUSAD(P1,OFFS1) + print (P1.x,P1.y OFFS1) FILLHD + STEMD + FLAGD1 @ + +define SEMIFUSAD(P1,OFFS1) + print (P1.x,P1.y OFFS1) FILLHD + STEMD + FLAGD1 + FLAGD2 @ + +// ---------------------------------------------------------------------------- + +// prolongation dots + +define DOT "\s(12) \(dot)" @ +define UDOTYOFFS +1.5 @ +define LDOTYOFFS -.5 @ +define CDOTYOFFS +.5 @ +define DOTXOFFS +3.2 @ + +define UDOT(P1,OFFS1) + print (P1.x DOTXOFFS,P1.y OFFS1 UDOTYOFFS) DOT @ + +define LDOT(P1,OFFS1) + print (P1.x DOTXOFFS,P1.y OFFS1 LDOTYOFFS) DOT @ + +define CDOT(P1,OFFS1) + print (P1.x DOTXOFFS,P1.y OFFS1 CDOTYOFFS) DOT @ + +// ---------------------------------------------------------------------------- + +// Acidentals + +define SHARPXOFFS -2.5 @ +define SHDST .75 @ + +define SHARP(P1,OFFS1) + line (P1.x SHARPXOFFS,P1.y OFFS1+2) to (P1.x SHARPXOFFS+2,P1.y OFFS1); + line (P1.x SHARPXOFFS+SHDST,P1.y OFFS1+2) to (P1.x SHARPXOFFS+SHDST+2,P1.y OFFS1); + line (P1.x SHARPXOFFS,P1.y OFFS1) to (P1.x SHARPXOFFS+2,P1.y OFFS1+2); + line (P1.x SHARPXOFFS+SHDST,P1.y OFFS1) to (P1.x SHARPXOFFS+SHDST+2,P1.y OFFS1+2); @ + +// ---------------------------------------------------------------------------- + +// ledger line + +define LEDGERLEN +4.75 @ + +define LEDGER(P1,OFFS1) + line (P1.x,P1.y OFFS1) to (P1.x LEDGERLEN,P1.y OFFS1) @ + +define PLEDGER(P1,XOFFS,YOFFS) + line (P1.x XOFFS,P1.y YOFFS) to (P1.x XOFFS LEDGERLEN,P1.y YOFFS) @ + +// ---------------------------------------------------------------------------- + +// Rests + +define RXOFFS +2 @ +define RLINEADD +.2 @ +define RLINEADD2 RLINEADD RLINEADD @ + +define RLONGALINELEN 4 @ + +define RLONGA(P1,OFFS1) + medium line (P1.x RXOFFS,P1.y OFFS1) to (P1.x RXOFFS,P1.y OFFS1 -RLONGALINELEN) @ + +define RBREVELINELEN 2 @ + +define RBREVE(P1,OFFS1) + medium line (P1.x RXOFFS,P1.y OFFS1) to (P1.x RXOFFS,P1.y OFFS1 -RBREVELINELEN) @ + +define RLINELEN 1.2 @ + +define RSEMIBREVE(P1,OFFS1) + medium line (P1.x RXOFFS,P1.y OFFS1) to (P1.x RXOFFS,P1.y OFFS1 -RLINELEN) @ + +define RMINIM(P1,OFFS1) + medium line (P1.x RXOFFS,P1.y OFFS1) to (P1.x RXOFFS,P1.y OFFS1 +RLINELEN) @ + +define RFLAGYOFFS1 .1 @ + +define RFLAG1 line (P1.x RLINEADD RXOFFS,P1.y OFFS1 +RLINELEN -RFLAGYOFFS1) to (P1.x RLINEADD +1 RXOFFS,P1.y OFFS1 +RLINELEN -.5) @ + +define RSEMIMINIM(P1,OFFS1) + medium line (P1.x RXOFFS,P1.y OFFS1) to (P1.x RXOFFS,P1.y OFFS1 +RLINELEN) + RFLAG1 @ + +// ---------------------------------------------------------------------------- + +// Clefs + +define GCLF "\s(12) \(gclef)" @ +define CCLF "\s(12) \(cclef)" @ +define FCLF "\s(12) \(fclef)" @ + +define TREBLEOFFS -7 @ + +define TREBLECLF(P1) + print (P1.x, P1.y TREBLEOFFS) GCLF @ + +define PTREBLECLF(P1, TROFFS) + print (P1.x TROFFS, P1.y TREBLEOFFS) GCLF @ + +define TREBLECLF8(P1) + print (P1.x, P1.y TREBLEOFFS) GCLF + print (P1.x +2, P1.y TREBLEOFFS -2.2) "\f(TI) \s(10) 8" +@ + +define PTREBLECLF8(P1, TROFFS) + print (P1.x TROFFS, P1.y TREBLEOFFS) GCLF + print (P1.x +2 TROFFS, P1.y TREBLEOFFS -2.2) "\f(TI) \s(10) 8" +@ + +define BARITONOFFS -0 @ +define TENOROFFS -2 @ +define ALTOOFFS -4 @ +define DESCOFFS -6 @ +define BASSOFFS -4 @ + +define BARITONCLF(P1) + print (P1.x, P1.y BARITONOFFS) CCLF @ + +define TENORCLF(P1) + print (P1.x, P1.y TENOROFFS) CCLF @ + +define ALTOCLF(P1) + print (P1.x, P1.y ALTOOFFS) CCLF @ + +define DESCCLF(P1) + print (P1.x, P1.y DESCOFFS) CCLF @ + +define BASSCLF(P1) + print (P1.x, P1.y BASSOFFS) FCLF @ + +define PBASSCLF(P1,CLOFFS) + print (P1.x CLOFFS, P1.y BASSOFFS) FCLF @ + +// ---------------------------------------------------------------------------- + +// Tempus signatures + +define PRFXOFFS -6 @ +define PRFXOFFS2 -1.125 @ +define PRFYOFFS -1.75 @ +define DUPYOFFS +2.6 @ +define DUPXOFFS -1.05 @ +define DUPLEN -2.7 @ + +define DUP(P1) + line(P1.x DUPXOFFS,P1.y DUPYOFFS) to (P1.x DUPXOFFS,P1.y DUPLEN) @ + +// The "Q" parameter must be the "R" parameter divided by the square root +// of 2. Unfortunately, Mup doesn't support multiplication and division. + +define CIRC(X, Y, R, Q) + curve (X+R,Y) to (X+Q,Y+Q) to (X,Y+R) to (X-Q,Y+Q) to (X-R,Y) \ + to (X-Q,Y-Q) to (X,Y-R) to (X+Q,Y-Q) to (X+R,Y) @ + +define LARC(X, Y, R, Q) + curve (X+Q,Y+Q) to (X,Y+R) to (X-Q,Y+Q) to (X-R,Y) \ + to (X-Q,Y-Q) to (X,Y-R) to (X+Q,Y-Q) @ + +define RARC(X, Y, R, Q) + curve (X-Q,Y+Q) to (X,Y+R) to (X+Q,Y+Q) to (X+R,Y) \ + to (X+Q,Y-Q) to (X,Y-R) to (X-Q,Y-Q) @ + +define CIRCL "\f(AR) \s(14) O" @ +define CIRCR 1.75 @ +define CIRCQ 1.237 @ +define CIRCL2(PS) CIRC(PS.x PRFXOFFS2,PS.y,CIRCR,CIRCQ) @ +define HLFCIRCL "\f(AR) \s(14) C" @ +define HLFCIRCL2(PS) LARC(PS.x PRFXOFFS2,PS.y,CIRCR,CIRCQ) @ +define BULLET "\f(AR) \s(8) \(bullet)" @ + +//define PERF(P1) print(P1.x PRFXOFFS,P1.y PRFYOFFS) CIRCL @ +define PERF(P1) CIRCL2(P1) @ +//define IMPERF(P1) print(P1.x PRFXOFFS,P1.y PRFYOFFS) HLFCIRCL @ +define IMPERF(P1) HLFCIRCL2(P1) @ + +//define PRLXOFFS -4.25 @ +define PRLXOFFS -3.65 @ +define PRLXOFFS2 -4.2 @ +define PRLYOFFS -.85 @ + +define IMPERFDUP(P2) + IMPERF(P2) + DUP(P2) @ + +define PERFDUP(P2) + PERF(P2) + DUP(P2) @ + +define PERFPROL(P2) + PERF(P2) + print(P2.x PRLXOFFS,P2.y PRLYOFFS) BULLET @ + +define PERFDUPPROL(P3) + PERFDUP(P3) + print(P3.x PRLXOFFS,P3.y PRLYOFFS) BULLET @ + +define IMPERFDUPPROL(P3) + IMPERFDUP(P3) + print(P3.x PRLXOFFS,P3.y PRLYOFFS) BULLET @ + +define IMPERFPROL(P3) + IMPERF(P3) + print(P3.x PRLXOFFS2,P3.y PRLYOFFS) BULLET @ + +// ---------------------------------------------------------------------------- + +// Modern time signatures + +define CMMN "\s(12) \(com)" @ +define CT "\s(12) \(cut)" @ + +define MTRFONT "\f(NB)\s(16)" @ +define TRPL MTRFONT+"3" @ + +define TRIPLEOFFS -2 @ +define PTRIPLE(P1,TROFFS) print(P1.x TROFFS,P1.y TRIPLEOFFS) TRPL @ + +define COMMONOFFS -2 @ +define CUTOFFS -3 @ + +define COMMON(P1) print(P1.x,P1.y COMMONOFFS) CMMN @ +define PCOMMON(P1,COFFS) print(P1.x COFFS,P1.y COMMONOFFS) CMMN @ + +define CUT(P1) print(P1.x,P1.y CUTOFFS) CT @ + +define METERFRAC(P1,MOFFS,M1,M2) + print(P1.x MOFFS,P1.y MOFFS) MTRFONT+M1; + print(P1.x MOFFS,P1.y-4) MTRFONT+M2; @ diff --git a/okeland/Makefile b/okeland/Makefile new file mode 100644 index 0000000..caf9474 --- /dev/null +++ b/okeland/Makefile @@ -0,0 +1,22 @@ +# +# $Id: Makefile,v 1.4 1998/08/03 22:09:56 djk Exp $ +# +.SUFFIXES: .ps .mup + +OBJ=prayse.ps +#L=-D LARGE +#D=-D TRANSPOSE + +all : ps + +ps : $(OBJ) + touch ps + +clean : + rm *~ *.ps *.mid + +.mup.ps : + mup $D $L $< -f $@ + mup $D $L $< -m $*.mid + + diff --git a/okeland/prayse.mup b/okeland/prayse.mup new file mode 100644 index 0000000..4ed259d --- /dev/null +++ b/okeland/prayse.mup @@ -0,0 +1,366 @@ +header + title (21) "" + ifdef TRANSPOSE + title bold (24) "Prayse the Lord O our soules" "\s(16)\f(TR)(original pitch)" "\s(20)\f(TR)Robert Okeland" + else + title bold (24) "Prayse the Lord O our soules" "" "\s(20)\f(TR)Robert Okeland" + endif + title (16) "Edited by Tigger Burton" "" "(fl. 1532 - 1555)" + +header2 + ifdef TRANSPOSE + title (16) "Prayse the Lord O our soules" "(original pitch)" "Robert Okeland" + else + title (16) "Prayse the Lord O our soules" "" "Robert Okeland" + endif + +footer + title "" "\%" "" + +footer2 + title "" "\%" "" + +score + staffs=4 + bracket=1-4 + key=2& minor +// lyricsfontfamily = courier +// lyricsfontfamily = avantgarde +// lyricsfontfamily = bookman +// lyricsfontfamily = helvetica +// lyricsfontfamily = newcentury + lyricsfontfamily = palatino +// lyricsfontfamily = times + lyricssize=13 + measnum=y + //packfact=0.5 + staffsep=14 + pagewidth=8.26 + pageheight=11.7 + ifdef TRANSPOSE + transpose=down perfect 4 + endif + + ifdef LARGE + scale=0.80 + else + scale=0.63 + endif + +staff 1 + ifdef TRANSPOSE + clef=treble8 + defoct=4 + else + clef=treble + endif + label="Meane" + +staff 2 + ifdef TRANSPOSE + clef=treble8 + defoct=4 + else + clef=treble + endif + label="Contratenor" + +staff 3 + clef=treble8 + label="Tenor" + +staff 4 + clef=bass + label="Bassus" + +define S 1: @ +define A 2: @ +define T 3: @ +define B 4: @ +define L lyrics @ +define LS lyrics 1: @ +define LA lyrics 2: @ +define LT lyrics 3: @ +define LB lyrics 4: @ +define P phrase @ +define PS phrase 1: @ +define PA phrase 2: @ +define PT phrase 3: @ +define PB phrase 4: @ +define MS rom above 1: @ +define MA rom above 2: @ +define MT rom above 3: @ +define MB rom above 4: @ +define SMS "\(smsharp)" @ +define SMN "\(smnat)" @ +define SMF "\(smflat)" @ +define BSMS "(\(smsharp))" @ +define BSMN "(\(smnat))" @ +define BSMF "(\(smflat))" @ +define FERM "\(smferm)" @ + +ifndef MIDI +score + time=1/4n + vscheme=2o + +music + 1 1: [cue; len 0] 4c+; + 1 2: [cue; len 0] 4c; + 2 1: [cue; len 0] 4c+; + 2 2: [cue; len 0] 4c; + 3 1: [cue; len 0] 4f+; + 3 2: [cue; len 0] 4g; + 4 1: [cue; len 0] 4c+; + 4 2: [cue; len 0] 4b-; + invisbar; +endif + +score + time=4/2n + beamstyle = 1, 1 + vscheme=1 + +music + midi 1: 0 "channel=1"; 0 "program=74"; + midi 2: 0 "channel=2"; 0 "program=74"; + midi 3: 0 "channel=3"; 0 "program=74"; + midi 4: 0 "channel=4"; 0 "program=74"; + + midi 1-4: 0 "param=7,64"; + + midi all: 0 "tempo=180"; + + // 1 + S 1.g; 2a; + A 1.d; 2f; + T 1.b; 2c+; + B 1.g; 2f; + + L 1-4: "Praise the"; + bar; + + // 2 + S 1b; 2a; g; + A 1d; 2e; ; + T 1b; 2.c+; 4b; + B 1g; 2c; ; + + L 1,2,4: "Lord O our"; + LT "Lord O our"; + bar; + + // 3 + S 1f; d; + A 1d; 2r; f; + T 1a; ; + B 1d; ; + + L 1,3,4: "souls and"; + LA "souls and"; + bar; + + // 4 + S 2e; ; f; ; + A 2g; a; b; b; + T 2c+; ; d+; ; + B 2c; ; b-; ; + + L 1-4: "all that is with-"; + bar; + + // 5 + S 2f; e; 2.g; 4f; + A 2a; g; r; b; + T 2c+; ; 1d+; + B 2f; c; 1g; + + LS "in us praise his_"; + LA "in us praise"; + L 3-4: "in us praise"; + bar; + + // 6 + S 1e; 2d; ; + ifdef MIDI + A 2a; 2.g; 4a; 2f#; + else + A 2a; 2.g; 4a; 2f; + MA 4 SMS; + endif + T 1c+; 2a; ; + B 1c; 2d; ; + + LS "_ ho-ly"; + LA "His ho-ly__"; + L 3,4: "His ho-ly"; + bar; + + // 7 + S 1d; r; + A 1g; 2d; ; + ifdef MIDI + T 1bn; 2b&; ; + else + T 1bn; 2b; ; + ifdef TRANSPOSE + MT 3 SMN; 4 SMN; + else + MT 3 SMF; 4 SMF; + endif + endif + B 1/2g; + + LS "name."; + L 2,3: "name. Praise the"; + LB "name."; + bar; + + // 8 + S 1r; 2f; ; + A 1a; 2b; g; + T 1f+; d+; + B 2f; f; 1b; + + LS "Praise the"; + LA "Lord O our"; + LT "Lord O"; + LB "Praise the Lord"; + bar; + + // 9 + S 1c+; 2b; b; + A 2.a; 4g; 1f~; + T 1e+n; d+~; + B 2a; ; 1d~; + + LS "Lord O our"; + LA "souls___"; + LT "our souls_"; + LB "O our souls_"; + bar; + + // 10 + S 1a; 2f; ; + A 1f; 2a; ; + T 1d+; 2; ; + B 1d; 2; ; + + LS "souls and for-"; + L 2-4: "and for-"; + bar; + + // 11 + S 2e; d; f; e; + A 2g; f; ; g; + T 2g; b; ; ; + B 2e; b-; d; e; + + L 1-4: "get not all His"; + bar; + + //12 + S 2.c; 4; 1d; + A 2.f; 4; 1; + T 2.a; 4; 1b; + B 2.f; 4; 1b-; + + L 1-4: "be-ne-fits."; + repeatstart; + + // 13 + S mr; + A 1r; 2; c+; + T 1r; 2f+; ; + B 1b; 2; a; + + LA "The"; + LT "The Lord"; + LB "The Lord is"; + bar; + + // 14 + S 1r; 2c+; ; + A 2c+; b; a; g; + T 2e+; d+; a; c+; + B 1g; 2f; e; + + LS "The Lord"; + LA "Lord is full of"; + LT "is full of com-"; + LB "full of com-"; + bar; + + // 15 + S 2b; a; 4a; ; b; a; + A 2f; 2.f; 4; 2d; + T 2.d+; 4; 2; ; + B 2.d; 4; 2; ; + + LS "is full of com-pas-si-"; + LA "com-pas-si-on"; + L 3,4: "pas-si-on and"; + bar; + + // 16 + S 4g; b; a; g; 1f; + A 2d; c; 1d; + T 1g; a; + B 1e; d; + + LS "on and mer-cy,__"; + LA "and mer-cy,"; + L 3-4: "mer-cy,"; + bar; + + // 17 + S 1g; 2.g; 4a; + A 2r; 2d; 2.e; 4; + T 1b; 2c+; ; + B 1g; 2.c+; 4; + + L 1,4: "long suf-fer-"; + LA "long suf-fer-"; + LT "long suf-fer-"; + bar; + + // 18 + S 2b; f; 1; + A 2f; a; 1b; + T 2d+; ; 1; + B 2b; d; 1b-; + + L 1-4: "ing and full"; + bar; + + // 19 + S 2e; ; 1d; + ifdef MIDI + A 2a; 1g; 2f#; + else + A 2a; 1g; 2f; + MA 4 SMS; + endif + T 2c+; ; 1a; + B 2c; ; 1d; + + L 1,3,4: "of great good-"; + LA "of great good-"; + bar; + + // 20 + S 1/2d; + A 1/2g; + T 1/2bn; + B 1/2g; + + L 1-4: "ness."; + repeatend; + + title "" + title "" + title "" + title "Engraved by Withburga Music" \ + "$Id: prayse.mup,v 1.4 1998/08/03 22:09:56 djk Exp $" \ + "http://www.tobit.co.uk/withburga" + title "Edition \(copyright) 1998" "" "" diff --git a/palestrina/Makefile b/palestrina/Makefile new file mode 100644 index 0000000..88db31e --- /dev/null +++ b/palestrina/Makefile @@ -0,0 +1,24 @@ +# +# $Id: Makefile,v 1.6 2004/06/03 16:45:18 djk Exp $ +# +.SUFFIXES: .ps .mup + +OBJ=o-lux-beata.ps +#D=-D TRANSPOSE + +all : ps + +ps : $(OBJ) + touch ps + +clean : + rm -f *~ *.ps *.mid + +.mup.ps : + mup $D $< -f $@ + perl -pi.bak -e 's/^([\d.\s]+ stf)$$/gsave 0.2 0.45 0.2 setrgbcolor $$1 grestore/' $@ +# mupcolour -l1=#400000 -l2=#404000 -l3=#004000 -l4=#000040 $@ + perl -pi.bak -e 's/^\s+0.7 staffscale/\t0.45 staffscale/' $@ +# mupcolour -l1=#890b06 -l2=#9b4b06 -l3=#315b2c -l4=#252859 $@ + mup $D $< -m $*.mid + ps2pdf -sPAPERSIZE=a4 $*.ps diff --git a/palestrina/o-lux-beata.mup b/palestrina/o-lux-beata.mup new file mode 100644 index 0000000..3b16ba7 --- /dev/null +++ b/palestrina/o-lux-beata.mup @@ -0,0 +1,868 @@ +// +// $Id: o-lux-beata.mup,v 1.10 2004/06/03 21:14:55 djk Exp $ +// +score + lyricsfontfamily = newcentury + fontfamily = avantgarde + +header + title bold (24) "" "O Lux Beata Trinitas" "" + title (14) "" "" "G P da Palestrina" + +score + staffs=4 + bracket=1-4 +/// lyricssize=14 + measnum=y + scale=0.77 +/// packexp=1.0 +/// packfact=0.6 +// staffsep=14 +/// staffpad=2 +/// scorepad=13 +// scoresep=12 +// topmargin=0.75 +// botmargin=0.5 +ifdef A3 + panelsperpage=2 + pageheight=16.5278 + pagewidth=11.6944 +else + pageheight=11.6944 + pagewidth=8.26389 +endif +// vscheme=2o + +// division=48 // midi 'quarter note' size - minims (probably) + +staff 1 + clef=treble + label="Cantus" +staff 2 + label="Altus" +ifdef ALTOTREBLE + clef=treble + defoct=8 +else + clef=treble8 +endif +staff 3 + clef=treble8 + label="Tenor" +staff 4 + clef=bass + label="Bass" + +define LS lyrics below 1: @ +define LA lyrics below 2: @ +define LT lyrics below 3: @ +define LB lyrics below 4: @ +define S 1: @ +define A 2: @ +define T 3: @ +define B 4: @ +define CHANT(TIME) +score + time=TIMEn +// lyricsalign=0 +music +@ +define RESP(TIME) +score + time=TIMEn +// lyricsalign=0.25 +music +@ +define TS(TIME) +score + time=TIMEn +music +@ +define BEAM(STYLE) +score beamstyle=STYLE +music +@ +define NOBEAM +score beamstyle= +music +@ + +define NH(NOTE) [len 0] NOTE @ + + +CHANT(8/4) + +// midi 1 1: 0 "channel=1"; 0 "program=74"; +// midi 1 2: 0 "channel=2"; 0 "program=74"; +// midi 2 1: 0 "channel=3"; 0 "program=74"; +// midi 2 2: 0 "channel=4"; 0 "program=74"; +// T NH(8a)<>;NH(b); NH(16a);NH(g);NH(f);NH(g); NH(4e);NH(f);NH(g); NH(8a)<>;NH(b); NH(b)<>;NH(a); NH(4a); + T NH(8g)<>;NH(a); NH(16g);NH(f);NH(e);NH(f); NH(4d);NH(e);NH(f); NH(8g)<>;NH(a); NH(a)<>;NH(g); NH(4g); + phrase above 3: 2 til 2.75; + LT 4;4;4;4;4;4;4;4; "O lux be-a-ta Tri-ni-tas."; + bar; + + +RESP(2/2) + +// newscore + +// bar 1 + S mr; + A mr; + T d+<>; e+; + B r; g<>; + LT 1; "Et_"; + LB "Et_"; + bar; + + S mr; + A mr; + T c+; 4a; b; + B a; 4f; d; + LT "prin-ci-pa-"; + LB 2s;4;4; "prin-ci-"; + bar; + + S mr; + A mr; + T 4c+; 2d+; 8c+ bm; b ebm; + B 4e; f; g; a~; + LT 4;2;4s; "lis U-"; + LB 4;4;2; "pa-lis U-"; + bar; + + S mr; + A mr; + T 8c+ bm; b ebm; b bm; 16a; g ebm; 4a; ; + B 8a; g; 2; 4f#; + LT 2s; 4s; 4; "ni-"; + LB 2s; 4s; 4; "ni-"; + bar; + +//bar 5 + S 2r; g<>; + A d+<>; e+; + T 8b bm;c+;d+;b ebm; 2c+; + B g<>; c; + LS "Et_"; + LA 1; "Et_"; + LT 1; "tas,_"; + LB 1; "tas,_"; + bar; + + S a; 4f; d; + A c+; a; + T a; 4.d+; 8c+; + B r; d; + LS 2s;4;4; "prin-ci-"; + LA "prin-ci-"; + LT 2;2; "[et prin-"; + LB "[et"; + bar; + + S 4e;f;g;a~; + A 4b;c+;2d+<>; + T 4b;a;b;a; + B 4g;a;g;f; + LS 4;4;2; "pa-lis U-"; + LA "pa-lis U-"; + LT 4s;4;4;4; "ci-pa-lis"; + LB "prin-ci-pa-lis"; + bar; + + S 8a;g;2g;4f#; + A 4.e+;8;4.d+;8c+; + T 4b;c+;2a<>; + B 4e;c;2d; + LS 4s;2s;4; "ni-"; + LA 4.s;8;2; "ni-tas_"; + LT "U-ni-tas,]_"; + LB "U-ni-tas,]"; + bar; + + S 4.g;8f bm;e;c ebm;4g~; + A 8b bm; a ebm; 4b;2c+; + T 2g;4r;g; + B 4r;g-;4.c;8d; + LS 1; "tas,_"; + LT 2s; 4s;4; "Iam"; + LB 4s;4;2; "Iam sol_"; + bar; + +//bar 10 + S 4g;8f bm;e ebm; 2d; + A 2r; 4r; 4d+; + T 2c+; b<>; + B 4e; f; 4.g; 8f; + LA "Iam"; + LT "sol re-"; + LB 4s;4;2; "re-ce-"; + bar; + + S mr; + A g+; f#+<>; + T c+; a; + B 8e bm; d ebm; 4c; 2d<>; + LA "sol re-"; + LT 2s;2; "ce-"; + LB 2s;2; "dit_"; + bar; + + S mr; + A g+; 4.e+; 8d+; + T 4g; 8e bm;f#; g;e ebm;4a~; + B e;c~; + LA 2s;2; "ce-"; + LT 4;2.; "dit ig-"; + LB 2s;2; "ig-"; + bar; + + S g;c+; + A 4c+;d+;e+;8d+ bm;c+ ebm; + T 8a; g; 2g; 4f#; + B 4c; b-; 2a-<>; + LS "Iam sol"; + LA 4s;4;2; "dit ig-"; + LT 2.s;4; "ne-"; + LB "ne-us:_"; + bar; + + S b<>; c+; + A 8e+ bm; d+ ebm; 2g+; 4f+; + T 4g; ; 4.a; 8b; + B g-; 2r; + LS 1; "re-"; + LT 4;4;2; "us, [iam sol_"; + bar; + +//bar 15 + S a;4g;~; + A 4e+;f+;d+;e+~; + T 4c+;d+;b;c+; + B mr; + LS "ce-dit ig-"; + LT 4s;4;4;4; "re-ce-dit"; + bar; + + S 4g;f;2e<>; + A 4e+;2d+;4c+#; + T 4d+;d;2a; + B mr; + LS "ne-us:_"; + LA 2.s;4; "ne-"; + LT "ig-ne-us,]"; + bar; + + S d;r; + A d+;r; + T 4r;4.d+;8c+;4; + B g<>;a; + LA "us:"; + LT 4s;2.;"[iam_"; + LB 1;"in-"; + bar; + + S mr; + A 4r;4.d+;8c+;4; + T 4b;a;g;a; + B 4g;d;e;f; + LA 4s;2.; "in-"; + LT "sol re-ce-dit"; + LB "fun-de lu-men"; + bar; + + S 2r;g<>; + A 4b;a;2b; + T 4e;f#;2g<>; + B 4g;4.a;8g;4~; + LS "in-"; + LA "fun-de lu-"; + LT "ig-ne-us,]_"; + LB 1; "cor-"; + bar; + +//bar 20 + S a;4g;d; + A a;b; + T d;4r;g; + B 4g;f#;2g; + LS 2s;4;4; "fun-de"; + LA "men, [in-"; + LT 2.s;4; "[Iam"; + LB "di-bus,"; + bar; + + S 4e;f;g;a~; + A 4b;c+;d+;e+; + T 4g;a;b;c+; + B mr; + LS 4;4;2;"lu-men, cor-"; + LA "fun-de lu-men]"; + LT "sol re-ce-dit"; + bar; + + S 8a;g;2;4f#; + A 4d+;e+;4.d+;8c+; + T 4b;c+;2a; + B r;d<>; + LS 2.s;4;"di-"; + LA 4;4;2; "cor-di-bus,_"; + LT "ig-ne-us:]"; + LB "in-"; + bar; + + S 8g bm;a;b;c+ ebm; 4d+;a; + A 8b bm;a ebm;2g;4f#; + T g<>;a; + B e;d; + LS 2.;4; "bus,_ [in-"; + LT 1; "in-"; + LB s;;"fun-"; + bar; + + S 4b;;c+;a; + A g;r; + T 4g;d;e;f; + B g-;4c;d; + LS "fun-de lu-men"; + LT "fun-de lu-men"; + LB "de lu-men"; + bar; + +//bar 25 + S 4g;f;2e; + A mr; + T 4g;2a;4g; + B 4e;f;8c bm;d;e;c ebm; + LS "cor-di-bus"; + LT 1; "cor-"; + LB 4;4;2; "cor-di-bus,]_"; + bar; + + S r;g<>; + A d+<>;e+; + T 4f;4.a;8g;4~; + B d<>; c; + LS "in-"; + LA 1;"[in-"; + bar; + + S a;4g;d; + A 4d+;a;2b; + T 4g;f#;2g; + B 4r;d;4.g;8f; + LS 2s;4;4; "fun-de"; + LA "fun-de lu-"; + LT "di-bus,"; + LB 4s;4;2;"[in-fun-"; + bar; + + S 4e;f;g;a~; + A 4c+;d+;2e+~; + T 4r;a;c+;; + B 4e;d;c;a-; + LS 4;4;2;"lu-men cor-"; + LA 4;2.; "men cor-"; + LT "[in-fun-de"; + LB 4s;4;4;4;"de lu-men"; + bar; + + S 8a;8g;2;8f# bm; e ebm; + A 4e+;;2d+~; + T 4b;c+;2a~; + B 4e;c;2d~; + LA "di-bus.]_"; + LT "lu-men cor-"; + LB "cor-di-bus.]_"; + bar; +score + time=5/2n +music +//bar 30 + S 4f#;;1/2g; + A 2d+<>;1/2; + T 4a;;1/2g; + B 2d;1/2g-; + LS 4s;4;1/2; "di-bus."; + LT 4s;4;1/2; "di-bus."; + endbar; + +staff 1 + visible=n +staff 2 + visible=n +staff 4 + visible=n + +// +// verse 2 +// + +CHANT(8/4) +// T NH(8a)<>;NH(b); NH(16a);NH(g);NH(f);NH(g); NH(4e);NH(f);NH(g); NH(8a)<>;NH(b); NH(b)<>;NH(a); NH(4a); + T NH(8g)<>;NH(a); NH(16g);NH(f);NH(e);NH(f); NH(4d);NH(e);NH(f); NH(8g)<>;NH(a); NH(a)<>;NH(g); NH(4g); + phrase above 3: 2 til 2.75; + LT 4;4;4;4;4;4;4;4; "Te ma-ne lau-dum car-mi-ne,"; + bar; + + T NH(8g)<>;NH(a); NH(16g);NH(f);NH(e);NH(f); NH(4d);NH(e);NH(f); NH(8g)<>;NH(a); NH(a)<>;NH(g); NH(4g); + phrase above 3: 2 til 2.75; + LT 4;4;4;4;4;4;4;4; "Te de-pre-ca-mur ves-pe-ri,"; + bar; + +CHANT(17/8) + T NH(8g)<>;NH(a);NH(4c+);NH(8b)<>;NH(c+);NH(4a);NH(8g)<>;NH(f);NH(g)<>;NH(a);NH(g);NH(f); NH(e);NH(4e); + phrase above 3: 13 til 15; + LT 4;4;4;4;4;4;4.;4; "Te no-stra sup-plex glo-ri-a"; + bar; + +CHANT(8/4) + T NH(8g)<>;NH(a); NH(16g);NH(f);NH(e);NH(f); NH(4d);NH(e);NH(f); NH(8g)<>;NH(a); NH(a)<>;NH(g); NH(4g); + phrase above 3: 2 til 2.75; + LT 4;4;4;4;4;4;4;4; "Per cunc-ta lau-det sae-cu-la."; + endbar; + +// +// verse 3 +// + +staff 1 + visible=y +staff 2 + visible=y +staff 4 + visible=y +score + time=2/2n +music + +//bar 36 + S g<>;a; + A r; d+<>; + T mr; + B mr; + LS 1; "De-"; + LA "De-"; + bar; + + S 2g; 4f;d; + A e+;d+; + T mr; + B mr; + LS "o Pa-tri"; + LA "o"; + bar; + + S 4.e;8f;4g;a~; + A 4c+;a;b;c+~; + T mr; + B mr; + LS 2.;4; "sit_ glo-"; + LA "Pa-tri sit glo-"; + bar; + + S 8a;g;2;4f#; + A 4c+;b;4.d+;8c+; + T g<>;a; + B r;d<>; + LS 2.s;4; "ri-"; + LA 4s;4;2; "ri-a,_"; + LT 1; "De-"; + LB "De-"; + bar; + +// bar 40 + S 4g;e;4.f;8g; + A 8b bm;a ebm;4g;4.a;8b; + T g;4f;d; + B e;d; + LS 4;4;2;"a, [De-o_"; + LA 2s;2; "sit_"; + LT "o Pa-tri"; + LB "o"; + bar; + + S 8a bm;b ebm;4c+;b;e; + A 8c+ bm;d+ ebm;4e+;d+;c+; + T 4.e;8f;4g;a~; + B 4c;a-;b-;c~; + LS 2s;4;4; "Pa-tri"; + LA 2s;4;4; "glo-ri-"; + LT 2.;4; "sit_ glo-"; + LB "Pa-tri sit glo-"; + bar; + + S g;4.c+;8; + A d+;r; + T 8a;g;2;4f#; + B 4c;b-;2a-<>; + LS "sit glo-ri-"; + LA "a"; + LT 2.s;4; "ri-"; + LB "ri-a_"; + bar; + + S b;g<>; + A d+<>;e+; + T 1g; + B g-;c; + LS "a] e-"; + LA 1;"e-"; + LT "a"; + LB "e-"; + bar; + + S a;4e;d~; + A 4c+;2a;4b~; + T mr; + B f;4d;g~; + LS "jus-que"; + LA "jus-que so-"; + LB "jus-que so-"; + bar; + +// bar 45 + S 4d;e;f;g~; + A 4b;c+;d+;e+~; + T mr; + B 4g;e;d;c; + LS "so-li Fi-"; + LA 4s;4;2;"li Fi-"; + LB "li Fi-li-"; + bar; + + S 4g;f;e;a~; + A 8e+;d+;2;4c+#; + T g<>;a; + B g-;r; + LS "li-o, Fi-"; + LA 2.s;4; "li-"; + LT "e-"; + LB "o,"; + bar + + S 8a bm;g;a;f ebm;4g;a~; + A d+;c+; + T 4f;d;e;g; + B mr; + LA "o, [e-"; + LT "jus-que so-li"; + bar; + + S 8a;g;2;4f#; + A 4b;;2d+; + T g<>;4.a;8; + B r;d<>; + LS 2.s;4;"li-"; + LA "jus-que so-"; + LT "Fi-li-"; + LB "[e-"; + bar; + + S 4g;b;c+;; + A 4b;4.e+;8d+ bm;e+;c+ ebm; + T g;a; + B e;4c;a-; + LS "o, [e-jus-que"; + LA 4;2.;"li Fi-"; + LT "o, [e-"; + LB "jus-que"; + bar; + +// bar 50 + S 4b;g;b;a~; + A 4d+;4.e+;8d+;4~; + T 2.g;4f#; + B 4b-;c;2d<>; + LS 4;4;2; "so-li Fi-"; + LT "jus-que"; + LB "so-li Fi"; + bar; + + S 8a;g;2;4f#; + A 4d+;c#+;2d+~; + T 4g;;a;; + B 4.e;8;2d; + LS 2.s;4; "li-"; + LA "li-o,]_"; + LT "so-li Fi-li-"; + LB "li-o,]_"; + bar; + + S 1g<>; + A d+;r; + T 8g bm;a;b;c+ ebm; 4d+;4e+~; + B 4r;4.g;8f bm;e;d ebm; + LS "o,]_"; + LT 2.;4; "o,]_ Fi-"; + LB 4s;2.; "Fi-"; + bar; + + S g;r; + A c+;f+; + T 8e+;d+;2c+;4b; + B 4c;e;2d<>; + LA "cum Spi-"; + LT 2.s;4;"li-"; + LB 4s;4;2;"li-o,_"; + bar; + + S g;c+; + A e+;4.f+;8e+; + T 4.c+; 8b bm;a;g ebm;4f; + B c;r; + LS "cum Spi-"; + LA 2;2; "ri-tu_"; + LT 1;"o,_"; + bar; + +// bar 55 + S b;4.c+;8b; + A 8d+ bm; c+ ebm; 4d+;2e+; + T 1g; + B r;c; + LS 2;2;"ri-tu_"; + LA 2s;2; "Pa-"; + LB "cum"; + bar + + S 8a bm;g ebm; 4a;g;8c+ bm;b ebm; + A 4.c+;8d+;2e+; + T r;g; + B f;e; + LS 2s;4;4; "Pa-ra-"; + LA "ra-cli-to,"; + LT "cum"; + LB "Spi-ri-"; + bar; + + S 8a bm;g ebm;2f;4d; + A 4r;c+;2f+; + T c+;b; + B 4.f;8e bm;d;cebm;4d; + LS 2.s;4;"cli-"; + LA "cum Spi-"; + LT "Spi-ri"; + LB 1;"tu_"; + bar; + + S g;4r;d; + A e+;4.f+;8e+; + T 4.c+;8bbm;a;gebm;4a; + B c;d~; + LS "to, [cum"; + LA 2;2; "ri-tu_"; + LT 1; "tu_"; + LB "Pa-ra-"; + bar; + + S 4a;;4.b;8c+; + A 8d+bm;c+ebm;2d+;4e+~; + T f;g~; + B 4d;;2g-; + LS 4;4;2;"Spi-ri-tu_"; + LA 2.s;4;"Pa-"; + LT "Pa-ra-"; + LB "cli-to,"; + bar; + +//bar 60 + S 4b;4.a;8g;4~; + A 8e+;d+;2;4c#+; + T 4g;f;2e<>; + B r;g<>; + LS 4s;2.; "Pa-"; + LT "cli-to,_"; + LB "et_"; + bar; + + S 8gbm;16f#;e ebm;4f;g;fn; + A 4.d+;8c+;4b;a; + T d;r; + B a;4g;d; + LS 2s;4;4; "ra-cli-"; + LA 2.;4; "ra-cli-"; + LB "nunc et"; + bar; + + S 4e;2a;4g~; + A 4g;c+;b;e+~; + T mr; + B 4e;f;2g<>; + LS "to,] et nunc_"; + LA 4;4;2; "to, Pa-ra-"; + LB "in per-pe-"; + bar; + + S 4g;f#;4.g;8fn; + A 8e+;d+;2c+;4b; + T c+<>;d+; + B 4.a;8;2g; + LS 4s;4;2;"et in_"; + LA 2.s;4;"cli-"; + LT 1;"et_"; + LB "tu-um,"; + bar; + + S 4.e;8d;4c;d; + A c+;r; + T 4c+;g;a;b; + B c;4f;d; + LS 2.s;4;"per-"; + LA "to,"; + LT "nunc et in per-"; + LB "[et nunc et"; + bar; + +// bar 65 + S 4e;f;2e; + A mr; + T 4c+;4.d+;8c+;4~; + B 4c;b&-;2c; + LS "pe-tu-um,"; + LT 1;"pe-"; + LB "in per-pe-"; + bar; + + S r;g<>; + A d+<>;e+; + T 4c+;b;c+;g~; + B g-;c; + LS "[et_"; + LA "et_"; + LT "tu-um, et_"; + LB "tu-um,"; + bar; + + S a;4g;d; + A 4d+;a;2b; + T 8gbm;16f#;e ebm;4f;4.g;8fn; + B mr; + LS "nunc et"; + LA "nunc et in"; + LT 2s;2; "nunc_"; + bar; + + S 4e;f;g;a~; + A 4c+;4.d+;8c+;4~; + T 4e;d;e;f; + B mr; + LS 4;4;2;"in per-pe-"; + LA 4;2.; "per-pe-"; + LT 4s;4;4;4; "et in per-"; + bar; + + S 8abm;gebm;2g;4f; + A 4c+;b;d+;; + T g<>;4.a;8; + B r;d<>; + LA "tu-um, [et"; + LT 1;"pe-"; + LB "[et_"; + bar; + +// bar 70 + S 8e bm;f;g;e ebm; fbm;gebm;4a~; + A 4c+;b;d+;c+; + T g;r; + B e;4d;a-; + LA "nunc et in per-"; + LT "um,"; + LB "nunc et"; + bar; + + S 8a;g;2;4f#; + A 4d+;8c+bm;bebm;4a;8d+bm;c+ebm; + T mr; + B 4b-;c;2d<>; + LS 2.s;4;"tu-"; + LA 1;"pe-"; + LB "in per-pe-"; + bar; + + S g;4r;d+; + A 8b bm;gebm;2g+;4f#+; + T g<>;a; + B 4.e;8;2d; + LS "um, [et"; + LA 2.s;4;"tu-"; + LT 1;"[et_"; + LB "tu-um,]"; + bar; + + S 8b bm;c+;d+;c+ ebm; b bm;a;b;aebm; + A g+;4r;g+; + T g;d; + B 1g-; + LS 1; "nunc_"; + LA "um, [et"; + LT "nunc [et"; + LB "et"; + bar; + + S 8gbm;f;e;debm; 4c;; + A 8e+bm;f+;g+;f+ebm; e+bm;d+ebm; 4c+~; + T 2.e;4f; + B 2.c;4a-; + LS 2.s;4;"et"; + LA 1;"nunc_"; + LT "in per-"; + LB "nunc et"; + bar; + +// bar 75 + S 4e;d;8e bm;febm;4g~; + A 4c+;b;c+;; + T 1g<>; + B 4g-;;c;e; + LS 4;4;2;"in per-pe-"; + LA "et in per-"; + LT "pe-"; + LB 4;4;2; "in per-pe-"; + bar; + + S 4g;8f#bm;e ebm;4f;; + A 2.d+;4; + T 2.a;4; + B 2.d;4; + LS 2.s;4;"tu-"; + LA "pe-tu-"; + LT 2.s;4; "tu-"; + LB 2.s;4; "tu-"; + bar; + + S 1g; + A 4.b;8abm;b;c+ebm;4d+; + T 4g;4.d+;8c+bm;b;aebm; + B g-;4.g;8f; + LS "um,]"; + LA 1; "um,]_"; + LT 4;2.;"um,] A-"; + LB 2;2;"um, A-"; + bar; + + S 1g; + A 1e+; + T b<>;c+; + B 4.e;8d;2c; + LS "A-"; + LA "A-"; + bar; + +score + time=4/2n +music + [1;2;3;4]: 1/2gd+bg-; + lyrics 1-4: "men."; + endbar; + +// copyright stuff +block +title "All sharpened and naturalised notes are editorial and thus completely fictional" +title " " +title " " +title " " +title "Engraved by Withburga Music" "http://www.tobit.co.uk/withburga" +title "Edition \(copyright) 2004" "$Id: o-lux-beata.mup,v 1.10 2004/06/03 21:14:55 djk Exp $" + diff --git a/payne/Makefile b/payne/Makefile new file mode 100644 index 0000000..506bafe --- /dev/null +++ b/payne/Makefile @@ -0,0 +1,31 @@ +# +# $Id: Makefile,v 1.3 2004/10/01 07:05:24 djk Exp $ +# +.SUFFIXES: .gif .ps .mup + +OBJ=nobody.ps stealaway.ps +#D=-D TRANSPOSE + +all : ps + +ps : $(OBJ) + touch ps + +nobody.gif : nobody.mup + gs -sDEVICE=ppm -sOutputFile=$*%d.ppm -sPAPERSIZE=a4 $*.ps + ppmtogif < $*1.ppm > $*1.gif + ppmtogif < $*2.ppm > $*2.gif + ppmtogif < $*3.ppm > $*3.gif + ppmtogif < $*4.ppm > $*4.gif + ppmtogif < $*5.ppm > $*5.gif + rm -f $**ppm + ln -s $*1.gif $*.gif + +clean : + rm -f *~ *.ps *.mid + +.mup.ps : + mup $D $< -f $@ +# perl -pi.bak -e 's/^([\d.\s]+ stf)$$/0.2 setgray $$1 0 setgray/' $@ + mup $D $< -m $*.mid + diff --git a/payne/nobody.mup b/payne/nobody.mup new file mode 100644 index 0000000..717d620 --- /dev/null +++ b/payne/nobody.mup @@ -0,0 +1,298 @@ +// +// nobody knows the trouble I've seen +// Jon Payne 2003 +// +// $Id: nobody.mup,v 1.4 2003/06/04 20:07:47 djk Exp $ +// +score + lyricsfontfamily = newcentury + fontfamily = avantgarde + +header + title bold (24) "" "Nobody Knows the Trouble I've Seen" "" + title (14) "" "from 'Reflective Spirituals'" "Jon Payne" + +score + staffs=5 + bracket=1-5 + lyricssize=15 + measnum=y + scale=0.60 + packexp=1.0 + packfact=0.75 + staffsep=14 + scorepad=10 + topmargin=0.75 +// botmargin=0.5 +// panelsperpage=2 + pageheight=11.6944 + pagewidth=8.26389 + vscheme=2f + +// division=48 // midi 'quarter note' size - minims (probably) + +staff 1 + clef=treble + label="Soprano 1" +staff 2 + clef=treble + label="Soprano 2" +staff 3 + clef=treble + label="Alto" +staff 4 + clef=treble8 + label="Tenor" +staff 5 + clef=bass + label="Bass" + +score + time=4/4 + beamstyle=4,4,4,4 + key=4& + +define L lyrics @ + +music + midi 1: 0 "channel=1"; 0 "program=74"; + midi 2: 0 "channel=2"; 0 "program=74"; + midi 3: 0 "channel=3"; 0 "program=74"; + midi 4: 0 "channel=4"; 0 "program=74"; + midi 5: 0 "channel=5"; 0 "program=74"; + + +//bar 1 + 1: mr; + [2;3;4;5]: 8ecba; 4; 8; 2edaf; + L 2-5: "No-bo-dy knows"; + boldital above 2-5: 0 "pp"; + bold above 1: 1 "Calm (\(smup4n) = 80)"; + bar; + + 1: mr; + [2;3;4;5]: 8ecba; 4; 8; 2edaf; + L 2-5: "No-bo-dy knows"; + bar; + + 1: 8c+; 4e; 8f; 4.a; 8b; + L 1: "No-bo-dy knows the"; + [2;3;4;5]: 8ecba; 4; 8; 2edaf; + L 2-5: "No-bo-dy knows"; + boldital above 1: 0 "mf"; + bar; + + 1: 8c+; ; 4; 2; + L 1: "trou-ble I've seen,"; + [2;3;4;5]: 8ecba; 4; 8; 2edaf; + L 2-5: "No-bo-dy knows"; + bar; + +// bar 5 + [1;2;3;4;5]: 8c+ecba; 4eecba; 8fecba; 4aedab-; ; + L 1-5: "no-bo-dy knows but"; + 4 2: 2s; 4f; ; + bar; + + 1: 8f; e~; 2.; + L 1: "Je-sus:"; + [2;3;4;5]: 2db-ab-; db-be; + L 2-5: "Je-sus:"; + 4 2: 2f; g; + bar; + + 1: 8c+; 4e; 8f; 4.a; 8b; + L 1: "No-bo-dy knows the"; + [2;3;4;5]: 8ecba; 4; 8; 2edaf; + L 2-5: "No-bo-dy knows"; + bar; + + 1: 8c+; ; 4; 2; + L 1: "trou-ble I've seen,"; + 2: 4g; f; 2e; + L 2: "none but He,"; + [3;4;5]: 4cae; b-ad; b-<>g&<>c<>; a-nff; + L 3-5: ;;;s; "none but He,_"; + bar; + + [1;2;3;4 1;4 2;5]: 8e+adc+fb-; c+adc+fb- tie; 4; bfdbbe; c+gdbbe; + L 1-5: "Glo-ry_ Hal-le-"; +// 4 2: 8f; ~; 4; 2s; + bar; + +//bar 10 + 1: 4a; 2.; + L 1: "lu-jah!"; + [2;3]: 2ec; 4g<>e<>; fd; + L 2-3: "lu-jah!_"; + [4 1; 4 2; 5]: 2c+aa-; d+bd; + L 4-5: "lu-jah!"; + ital above 1-5: 0 "rit...."; + bar; + + [1;2;3;4]: 8cecb; 4fecb; 8fecb; aeda; rrrr; 4; + L 1-4: "Some-times I'm up,"; + 5: 8a; 2; 8;;r; + L 5: "Some-times I'm up,"; + ital above 1-5: 1.2 "a tempo"; + boldital above 1-5: 0 "fff"; + bar; + + 1: 8a; 4; 8; f<>; 4e; 8r; + [2;3;4]: 8ecb; 4; 8; eda; rrr; 4; + L 1-4: "(Some-times I'm down),"; + 5: 8a; 2; 8d; ; r; + L 5: "(Some-times I'm down),"; + boldital above 1-5: 0 "mp"; + bar; + + 1: 8c+<>; e<>; 4f; 2a; + L 1: "Oh_ yes"; + [2;3;4;5]: 2ecba; edab-; + L 2-5: "Oh yes"; + bar; + + 1: 8f<>; e~; 2.; + 2: 1d; + 3: 1b-; + 4: 2a<>; g; + 5: 2b-<>; e; + L 1-5: 1; "Lord,_"; + bar; + +//bar 15 + [1;2;3;4;5]: 8c+ecba; 4eecba; 8fecba; 4aedaf; bedaf; + L 1-5: "some-times I'm al-most"; + bar; + + 1: 8c+; 4; 8; 2; + L 1: "down to the ground,"; + 2: 4g; 8f; ; 2e; + L 2: "down to the ground,"; + [3;4;5]: 4cae; 8b-ad; ; 4b-g&c slur; a-ff; + L 3-5: 4;8;8;2; "down to the ground,"; + bar; + + 1: 4.e+<>; 8c+; b<>; c+<>; 4; + 2: 2a; 8f<>; g<>; 4; + [3; 4 1; 4 2; 5]: 2dc+fb-; dbbe; + L 1-5: "Oh yes_"; + bar; + + [1;2;3;4 1;4 2;5]: 1aecc+aa-; + L 1-5: "Lord."; + bar; + + [1;2;3]: 2c+ae; bfe; + L 1-3: "(ah)- -"; + 4: 8c+; 4e; 8f; 4a; b; + L 4: "Al-though you see me"; + 5: mr; + boldital above 1-3: 0 "mp"; + boldital above 4: 0 "f"; + bar; + +//bar 20 + [1;2]: 1af; + 3: 2e; d; + 4: 8c+; ~; {; ; ;}3; 2; + L 4: "go-ing a-long so,"; + 5: mr; + bar; + + [1;2]: 1ae; + [3;4]: 2b-c+; ca; + L 4: "Oh yes"; + 5: mr; + bar; + + 1: 2f; g; + 2: 1e; + 3: 2d; c; + 4: 8f<>;b<>;2.; + L 4: 1; "Lord,_"; + 5: mr; + bar; + + 1: 1a; + 2: 1f; + 3: 2c; d; + 4: 8c+; 4e; 8f; a<>; 4b; 8a; + L 4: 8;4;8;4.;8; "I have my tri-als"; + 5: mr; + bar; + + 1: 2b; a; + 2: 4g; 2.f; + 3: 2.e; 4d; + 4: c+; ; 2; + L 4: "here be-low,"; + 5: mr; + bar; + +//bar 25 + [1;2;3]: 1gec; + 4: 2e+; 8b<>; 8c+~; 4; + L 4: 2;2; "Oh yes"; + 5: mr; + bar; + + [1;2;3;4]: 1ffca; + L 1-3: 4;2.s; "-"; + L 4: "Lord."; + 5: mr; + bar; + + [1;2;3;4;5]: 8c+aec+a; 4eca-ba; 8fdb-ad; 4.afdbd; 8bgebe; + L 1-5: "If you get there be-"; + boldital above 1-5: 0 "ff"; + bar; + + [1;2;3;4;5]: c+aec+a; ; 2c+baf+d+; + L 1-5: "fore I do,"; + bar; + + 4: c+<>; b; 2c+; + [1;2;3;5]: 2aeca; afdb; + L 1-5: "Oh_ yes"; + bar; + +//bar30 + 1: 8f<>; e~; 2.; + 2: 8d<>; c~; 4<>; 2d; + 3: 8b-<>; a-~; 2.; + 4: 2a; b; + L 1-4: 1; "Lord_"; + 5: 1e; + L 5: "Lord"; + bar; + + [1;2;3;4;5]: 8c+aec+a; 4eca-aa; 8fdb-aa; 4afdbb-; bgebe; + L 1-5: "Tell all my friends I'm"; + bar; + + [1;2;3;4;5]: c+aec+a; c+aec+c; 2c+afd+b-; + L 1-5: "co-ming too,"; + rom above 1-5: 3 "\(ferm)"; + bar; + + [1;2;3;4;5]: 4.e+c+ec+e slur; 8c+aec+e; bgege slur; c+ged+e tie; 4; + L 1-5: 2;2; "Oh_ yes_"; + ital above 1-5: 1 "rit...."; + bar; + + [1;2;3;4;5]: 1aaec+a-; + L 1-5: "Lord."; + endbar; + + title "" + title "" + title "" + title "" + title "" + title "Engraved by Withburga Music" \ + "$Id: nobody.mup,v 1.4 2003/06/04 20:07:47 djk Exp $" \ + "http://www.tobit.co.uk/withburga" + title "Edition \(copyright) 2003" "" "Music \(copyright) 2003 Jon Payne" + +// last line for white space at EOF diff --git a/payne/stealaway.mup b/payne/stealaway.mup new file mode 100644 index 0000000..25376ab --- /dev/null +++ b/payne/stealaway.mup @@ -0,0 +1,199 @@ +// +// Steal Away +// Jon Payne 2003 +// +// $Id: stealaway.mup,v 1.8 2003/06/04 23:14:06 djk Exp $ +// +score + lyricsfontfamily = newcentury + fontfamily = avantgarde + +header + title bold (24) "" "Steal Away" "" + title (14) "" "from 'Reflective Spirituals'" "Jon Payne" + +score + staffs=5 + bracket=1-5 + lyricssize=15 + measnum=y + scale=0.60 + packexp=1.0 + packfact=0.75 + staffsep=12 + scorepad=10 + topmargin=0.4 +// botmargin=0.5 +// panelsperpage=2 + pageheight=11.6944 + pagewidth=8.26389 + vscheme=1 + + division=48 // midi 'quarter note' size - minims (probably) + +staff 1 + clef=treble + label="Soprano" +staff 2 + clef=treble + label="Alto" +staff 3 + clef=treble8 + label="Tenor 1" +staff 4 + clef=treble8 + label="Tenor 2" +staff 5 + clef=bass + label="Bass" + +score + time=4/4 + beamstyle=4,4,4,4 + key=2# + +define L lyrics @ +define LA lyrics 1-5 @ +define BR bold (18) above 1-5: 4.5 "," @ +define ALL [1;2;3;4;5] @ + +music + midi 1: 0 "channel=1"; 0 "program=74"; + midi 2: 0 "channel=2"; 0 "program=74"; + midi 3: 0 "channel=3"; 0 "program=74"; + midi 4: 0 "channel=4"; 0 "program=74"; + midi 5: 0 "channel=5"; 0 "program=74"; + + 1: 4.d; 8; 2; + 2: 4.d; 8; 4c<>; b-; + 3-4: d<>; 8e; f; 2g; + 5: 4.d; 8; 2; + LA: 4.;8;2; "Steal a-way,"; + bold above 1: 1.5 "(\(smup4n) = 60)"; + boldital above 1-5: 0 "pp"; + BR; + bar; + + [1;2]: 4.fd; 8; 2; + 3-4: 4.a; 8; 4<>; g#; + 5: 4.b-; 8; 4<>; a-#; + LA: 4.;8;2; "Steal a-way,"; + BR; + bar; + + ALL: 4.afc+gna-n; 8afnc+ga-; 4aec+nad; bdbfg-; + LA: "Steal a-way to"; + bar; + + 1: d; 2.f; + L 1: "Je-sus."; + 2: 2b-; 4c<>; cn; + [3;4;5]: 2gea-; afd; + L 2-5: 2;; "Je-sus."; + BR; + bar; + +//bar 5 + 1: 4.d; 8; 4.; 8; + L 1: "Steal a-way, O"; + 2: 4.b-; 8; 4c#; 4b-; + L 2: "Steal a-way, O"; + 3: 4a; g; 2a; + L 3: "Steal a-way,"; + [4;5]: 4.dg-; 8eg-; 2fb-; + L 4-5: "Steal a-way,"; + bar; + + 1: {b;a;f;}3; 4.a; 8d; + L 1: "Steal a-way home, I"; + 2: {f;e;d;}3; fnc slur; ecn; + 3: {d+;c+;b;}3; b&<>; a; + 4: {b;a;g;}3; 2; + 5: {g;f;e;}3; e&<>; d; + L 2-5: {;;;}3;2; "Steal a-way home,"; + rom above 1,4: 3 "\(ferm)"; + rom above 2,3,5: 4 "\(ferm)"; + bold (18) above 2-5: 4.8 ","; + bold (18) above 1: 3.8 ","; + bar; + + ALL: dc#g#g#b-; db-ggb-; 4.fdc+ge; 8fdbge; + LA: "ain't got long to"; + bar; + + 1: e; 2.d; + L 1 : "stay here."; + 2: c; 2b-<>; 4a-; + L 2 : "stay here._"; + [3;4;5]: 2gea-; fdd; + L 3-5: "stay here."; + boldital above 1-5: 3.5 "Fine"; + dblbar; + + ALL: 8bbbbb- slur; d+c+c+bf; 2bbd+bb; 4aae+d+b; + LA: "My Lord, he"; + boldital above 1-5: 1 "ff"; + ital above 1-5: 1.5 "faster"; + bar; + +//bar 10 + ALL: bdf+ac+; 2afd+ac+; 4fdd+c+f; + LA: "calls me, he"; + bold (18) above 1-5: 3 ","; + bar; + +score + time=6/8; + beamstyle=4.,4.; + +music + +//bar 11 + ALL: 4aed+ba; 8fdd+bf; 4aebga; 8bfbgb; + LA: "calls me by the"; + bar; + +score + time=4/4; + beamstyle=4,4,4,4; + +music +//bar 12 + ALL: ace+d+a; 2fce+d+f; 4ddddd; + LA: "thun-der. The"; + bold (18) above 1-5: 3 ","; + boldital above 1-5: 4 "fff"; + bar; + + ALL: fffff; aaaaa; 4.ag#bad+; 8agne+d+b; + LA : "trum-pet sounds with-"; + bar; + + 1: e+; d+; 2a+d+; + [2;3;4;5]: af+d+a; ae+d+g; 2ad+c+f; + LA: "in my soul!"; + BR; + bar; + +//bar 15 + ALL: 8rrrrr; d+gc+be; d+gd+be; ; 4.aef+c+f; 8aef+c+f; + LA: "I ain't got long to"; + ital above 1-5: 1.7 "rall..."; + boldital 1-5: 0.5 "pp"; + bar; + + ALL: bge+be; 2.agd+be; + LA: "stay here."; + boldital 1-5: 3 "DC al fine"; + endbar; + + + title "" + title "" + title "" + title "Engraved by Withburga Music" \ + "$Id: stealaway.mup,v 1.8 2003/06/04 23:14:06 djk Exp $" \ + "http://www.tobit.co.uk/withburga" + title "Edition \(copyright) 2003" "" "Music \(copyright) 2003 Jon Payne" + +// last line for white space at EOF diff --git a/phillips/Makefile b/phillips/Makefile new file mode 100644 index 0000000..a9cb822 --- /dev/null +++ b/phillips/Makefile @@ -0,0 +1,21 @@ +# +# $Id: Makefile,v 1.4 2003/08/25 18:16:05 djk Exp $ +# +.SUFFIXES: .ps .mup + +OBJ=responses.ps +#D=-D TRANSPOSE + +all : ps + +ps : $(OBJ) + touch ps + +clean : + rm -f *~ *.ps *.mid + +.mup.ps : + mup $D $< -f $@ + perl -pi.bak -e 's/^([\d.\s]+ stf)$$/gsave 0 0 255 setrgbcolor $$1 grestore/' $@ + mup $D $< -m $*.mid + ps2pdf -sPAPERSIZE=a4 $*.ps diff --git a/phillips/responses.mup b/phillips/responses.mup new file mode 100644 index 0000000..748bea6 --- /dev/null +++ b/phillips/responses.mup @@ -0,0 +1,422 @@ +// +// Preces and Responses (1996) +// Chris Tollman +// +// $Id: responses.mup,v 1.8 2003/08/25 18:16:05 djk Exp $ +// +score + lyricsfontfamily = newcentury + fontfamily = avantgarde + +header + title bold (24) "Preces and Responses" "" "Tim Phillips" + +score + staffs=2 + bracket=1-2 + lyricssize=15 + measnum=n + scale=0.58 + packexp=1.0 + packfact=0.75 + staffsep=14 + scorepad=8 + scoresep=12 + topmargin=0.75 +// botmargin=0.5 +// panelsperpage=2 + pageheight=11.6944 + pagewidth=8.26389 + vscheme=2o + +// division=48 // midi 'quarter note' size - minims (probably) + +staff 1 + clef=treble +staff 2 + clef=bass + +define L lyrics between 1&2 : @ +define LS lyrics above 1: @ +define LB lyrics below 2: @ +define S 1 1: @ +define A 1 2: @ +define T 2 1: @ +define B 2 2: @ +define SATB [1 1; 1 2; 2 1; 2 2]: @ +define SAT [1 1; 1 2; 2 1]: @ +define CHANT(TIME) +score + time=TIMEn +// lyricsalign=0 +music +@ +define RESP(TIME) +score + time=TIMEn +// lyricsalign=0.25 +music +@ +define TS(TIME) +score + time=TIMEn +music +@ +define BEAM(STYLE) +score beamstyle=STYLE +music +@ +define NOBEAM +score beamstyle= +music +@ + +score + key=6# + +// "O Lord..." +CHANT(1/1) + midi 1 1: 0 "channel=1"; 0 "program=74"; + midi 1 2: 0 "channel=2"; 0 "program=74"; + midi 2 1: 0 "channel=3"; 0 "program=74"; + midi 2 2: 0 "channel=4"; 0 "program=74"; + B 1 f; + L 1; "-10|<^O Lord, open thou our lips: >"; + bold (16) above 1: 1 "Preces"; + dblbar; + +RESP(1/4) + SATB 8ffff; 8gfgf; + L 8;; "and our"; + bar; + +TS(3/4) +BEAM(4\,4\,4) + S 4.a; 8g; a<>; c+; + A 4e; d; e; + T 4.a; 8g; 4f; + B e; d; c; + L 4;4;4; "mouth shall shew"; + bar; + + S 4d+; c+; d+; + A 4f; g; f; + T c+; d+; b; + B b-; b; 8a<>; g; + L 2;4; "forth_ thy"; + bar; + +TS(1/2) + SATB f+ac+f; + L 2; "praise."; + endbar; + +// "O God make speed..." +newscore +CHANT(5/2) + B 1f; [len 0] 4g; [len 0] f; [len 0] 1f; + L 1;4;;1; "-10|<^O God, make> speed to <^save us:>"; + dblbar; + +TS(1/4) +NOBEAM + SATB aaaa; + L 4; "O"; + bar; + +TS(4/4) + S 4.c+; 8; d+<>; 4c+; 8g; + A 8a; 4g; 8f; e<>; 4d; 8; + T 8e+; 4d+; 8; c+<>; 4b; 8c+; + B 8g bm; a; b ebm; g; a<>; 4f; 8e; + L 4.;8;4.;8; "Lord,_ make haste_ to"; + bar; + +TS(3/8) + SATB 4afd+d; 8; + L 4;8; "help us."; + endbar; + +// "Glory be to the Father..." +newscore +RESP(1/1) + B 1f; + L 1; "-10|<^Glory be to the Father, and to the Son, and to the Holy Ghost: >"; + dblbar; + +TS(2/8) + SATB 8ffff; gggg; + L 8;; "As it"; + bar; + +TS(3/4) + SATB 4.aaaa; 8ggag; adgf; bdge; + L 4.;8;;; "was in the be-"; + bar; + + SATB 8c+ead; 4; 8rrrr; 4aefc; + L 8;4;8s;4; "gin-ning is"; + bar; + + S 2d+; 8c+<> bm;d+ ebm; + A 8a bm; g ebm; 4f; d; + T 4.c+<>; 8b; a<> bm ; g ebm; + B 2b-; 4g; + L 2;4; "now,_ and"; + bar; + + SATB f+cad slur; d+ac+f; c+fd+g; + L 2;4; "ev-er"; + bar; + + SATB fdc+f; ; rrrr; + L 4;4;s; "shall be:"; + bar; + + S 4.en+; 8d+; c+<> bm; b ebm; + A 4.g; 8; 4; + T 4.b; 8; <> bm;c+ ebm; + B 8c bm; d; f ebm; e; 4en; + L 4.;8;4; "World with-out"; + bar; + + S 4c+<>; 8d+; r; a<> bm;b ebm; + A 4.f; 8r; e<> bm;d ebm; + T 4c+<>; 8a; r; 4g; + B 4.d; 8r; 4b-; + L 2;4; "end, A-"; + bar; + +TS(1/2) + SATB c+caf; + L 2; "men."; + endbar; + +// "Praise ye the Lord... +newscore +RESP(2/1) + B 1f; 1g; + L 1;; "-10|<^Praise ye the> Lord:"; + dblbar; + +TS(1/8) + SATB aec+a; + L 8; "The"; + bar; + +TS(4/4) + S 2d+; 8c+<>; 4d+; 8; + A 4g; a; 8b<>; 4a; 8g; + T 4f+; e+; 8d+<> bm; c+ ebm; 4b; + B 4b; a; 4.g; 8f; + L 2;4.;8; "Lord's_ name be"; + bar; + +TS(3/4) + SATB 2.f+ac+f; + L 2.; "praised."; + endbar; + +// "The Lord be with you..." +newscore +CHANT(1/1) + B 1f; + L 1; "-10|<^The Lord be with you:>"; + bold (16) above 1: 1 "Responses"; + dblbar; + +TS(3/4) + SATB ffff; ggc+f; bgd+e; + L 4;;; "And with thy"; + bar; + +TS(2/4) + SATB c+fad; ; + L 4;; "spi-rit"; + endbar; + +// "Let us pray..." +newscore +CHANT(1/1) + B 1f; + L 1; "-10|<^Let us pray:>"; + dblbar; + +TS(6/4) + SATB 4.c+ead; 8; 4d+egf; 8c+dgf; bdge; 4c+fad; 8; rrrr; + L 4.;8;4;8;8;4;8;s; "Lord, have mer-cy up-on us."; + bar; + + SAT 4.en+gb; 8; 4f+ad+; 8e+gc+; d+gb; 4c+fa; 8; rrr; + B 8c bm; d; f ebm; fn; 4c; 8; ; 4f-; 8; r; + L 4.;8;4;8;;4;8;s; "Christ, have mer-cy up-on us."; + bar; + +TS(11/8) + S 4d+; c+; b; 8a; g; 4a; 8; + A 4a; g; 8f<> bm; e ebm; d; ; 4f; 8; + T 4f; 8g<> bm; a ebm; 4b; 8c+; d+; 4c+; 8; + B 4b-; c; d; 8b-; ; 4f; 8; + L 4;4;4;8;;4;8; "Lord, have mer-cy up-on us."; + endbar; + +// "Our Father... +newscore +//staff 1 +// visible=n; + +CHANT(1/1) + B 1f; + L 1; "-10|<^Our Father,>"; + bold (16) above 1: 1 "Lord's Prayer"; + bar; + + S mr; + T mr; + endbar; + +// "O Lord, show thy mercy... +newscore +//staff 1 +// visible=y +CHANT(9/4) + B 1f; [len 0] 4d; [len 0] 1e; + L 1;4;1; "-10|<^O Lord, show thy mercy up-> on us:"; + dblbar; + + S mr; + T mr; + endbar; + +// "O Lord, save the Queen" +newscore +CHANT(4/2) + B 1/2f; + L 1/2; "-10|<^O Lord, save the Queen:>"; + dblbar; + + S mr; + T mr; + endbar; + +// "Endue thy meenisters... +newscore +CHANT(5/2) + B 1/2a; [len 0] 4f; [len 0] f; + L 1/2;4;; "-10|<^Endue thy ministers with righ-> tious-ness:"; + dblbar; + + S mr; + T mr; + endbar; + +// "O Lord, save thy people" +newscore +CHANT(9/4) + B 1/2a; [len 0] 4f; + L 1/2;4; "-10|<^O Lord, save thy peo-> ple:"; + dblbar; + + S mr; + T mr; + endbar; + +// "Give peace in our time..." +newscore +CHANT(5/2) + B 1/2a; [len 0] 4f; [len 0] g; + L 1/2;4;; "-10|<^Give peace in our time> O Lord:"; + dblbar; + + S mr; + T mr; + endbar; + +// "O God, make clean... +newscore +CHANT(5/2) + B 1/2a; [len 0] 4f; [len 0] g; + L 1/2;4;; "-10|<^O God, make clean our hearts with> in us:"; + dblbar; + + S mr; + T mr; + endbar; + +// Collects +newscore +CHANT(1/1) + B 1f; + L 1; "-20|<^1st collect:>"; + bold (16) above 1: 1 "Collects"; + dblbar; + +RESP(1/4) + S 4b; + A 4f; + T 4g; + B 8d; e; + L 4; "A-"; + bar; + +TS(1/2) + SATB 2acff; + L 2; "men"; + endbar; + +CHANT(1/1) + B 1f; + L 1; "-20|<^2nd collect:>"; + dblbar; + +RESP(1/4) + S 4d+; + A 4f; + T 8f; g; + B 4b-; + L 4; "A-"; + bar; + +TS(1/2) + SATB 2c+caf-; + L 2; "men."; + endbar; + +CHANT(1/1) + B 1f; + L 1; "-20|<^3rd collect:>"; + dblbar; + +RESP(3/4) + S f; g; a; + A mr; + T a; c+; e+; + B mr; + L 2.; "A-"; + bar; + + S b; c+; d+; + A f; g; b; + T 2d+; 4c+; + B c+; b; a; + bar; + + S en+; f+; gn+; + A c+; b; an; + T bn; dn+; en+; + B an; gn; fn; + bar; + + SATB 2.f+a#c+f#; + L "men."; + endbar; + + +// copyright stuff +left (_win.w, _win.s) "Engraved by Withburga Music" +center "$Id: responses.mup,v 1.1 2003/08/25 18:16:05 djk Exp $" +right "http://www.tobit.co.uk/withburga" +left nl "Edition \(copyright) 2008" +right "Music \(copyright) 1992 Tim Phillips" + + diff --git a/tallis/Makefile b/tallis/Makefile new file mode 100644 index 0000000..ab7539d --- /dev/null +++ b/tallis/Makefile @@ -0,0 +1,24 @@ +# +# $Id: Makefile,v 1.5 2004/04/17 12:33:53 djk Exp $ +# +.SUFFIXES: .ps .mup .mid + +OBJ=ifyeloveme.ps ifyeloveme_orig.ps tallis_3.ps +OBJM=ifyeloveme.mid ifyeloveme_orig.mid tallis_3.mid + +all : ps midi + +ps : $(OBJ) + touch ps + +midi : $(OBJM) + touch midi + +clean : + rm -f *~ *.ps *.mid + +.mup.ps : + mup $< -f $@ + +.mup.mid : + mup $< -m $@ diff --git a/tallis/bookofpsalmsetup.mup b/tallis/bookofpsalmsetup.mup new file mode 100644 index 0000000..08b81a0 --- /dev/null +++ b/tallis/bookofpsalmsetup.mup @@ -0,0 +1,113 @@ +// bookofpsalmsetup.mup + +define CPRGHT(YR) "\s(14)\(copyright)"+YR+" by Christian Mondrup (scancm\@biobase.dk). Typeset with Mup, non-commercial copying welcome." @ + +// Editorial accidentals +define EDACC(PRT) rom(8) above PRT @ +define FLT "\(flat)" @ +define NA "\(nat)" @ +define SH "\(sharp)" @ + +define FULLBAR + score + barstyle = 1-4; + music @ + +define DIVBAR + score + barstyle = ; + music @ + +define STAFFOCT(STF,OCT) + staff STF + defoct = OCT + music @ + +define MTR(ARG) + score + time = ARGn + music @ + +define PARTNMFONT1 "\s(18)\f(TX)" @ +define PARTNMFONT2 "\s(14)\f(TB)" @ +define CANTUS PARTNMFONT1+"CANTVS." @ +define MEDIUS PARTNMFONT1+"MEDIVS." @ +define TENOR1 PARTNMFONT1+"TENOR," @ +define TENOR2 PARTNMFONT2+"or \f(TX)Playnsong." @ +define BASSUS PARTNMFONT1+"BASSVS." @ +define PRTOFFS +2 @ + +define CANTUSLBL(TAG) left(_win.w PRTOFFS,TAG.y-2) CANTUS @ +define MEDIUSLBL(TAG) left(_win.w PRTOFFS,TAG.y-2) MEDIUS @ +define TENORLBL(TAG) + left(_win.w PRTOFFS,TAG.y) TENOR1 + left(_win.w PRTOFFS,TAG.y-5) TENOR2 @ +define BASSUSLBL(TAG) left(_win.w PRTOFFS,TAG.y-2) BASSUS @ + +define RECORDER "74" @ + +define BARLN(TAG,OFFS) line (TAG.x OFFS,TAG.y+4) to (TAG.x OFFS,TAG.y-4) @ + +define SCORETITLE(ARGS) +header + title bold (22) ARGS + title (16) " " +@ + +define SCORESETUP(PCKFACT,KEY) +score + //key = 1& + key = KEY + time = 4/4n + + scale = .6 + + units = cm + leftmargin = 1.2 + topmargin = .5 + packfact = PCKFACT + scoresep = 20 + + measnum = y + + lyricsalign = .5 + lyricssize = 16 + size = 16 + + staffs = 4 + bracket = 1-4 + barstyle = 1-4 + release = 40 + label = " " +staff 1 + clef = soprano +staff 2 + clef = alto +staff 3 + clef = tenor +staff 4 + clef = bass +music + midi all: 0 "tempo="+TEMPO; + midi 1: 0 "channel=2"; 0 "program="+RECORDER; + midi 2: 0 "channel=3"; 0 "program="+RECORDER; + midi 3: 0 "channel=4"; 0 "program="+RECORDER; + midi 4: 0 "channel=5"; 0 "program="+RECORDER; +@ + +define CLEFCHANGE + // clef change +score + time=1/4n + barstyle= + stafflines=5n +staff 1 + clef=treble +staff 2 + clef=treble +staff 3 + clef=treble8 +staff 4 + clef=bass +music +@ diff --git a/tallis/ifyeloveme.mup b/tallis/ifyeloveme.mup new file mode 100644 index 0000000..5fa4b95 --- /dev/null +++ b/tallis/ifyeloveme.mup @@ -0,0 +1,412 @@ + +score + staffs=4 + bracket=1-4 + key=1& major + time=4/2n + lyricsfontfamily=newcentury + fontfamily=avantgarde + lyricssize=15 + measnum=y + scale=0.57 + packexp=1.0 + packfact=0.75 +// staffsep=12 +// scorepad=10 + topmargin=0.3 + botmargin=0.3 +// panelsperpage=2 + pageheight=11.6944 + pagewidth=8.26389 + beamstyle=1, 1 +// division=48 // midi 'quarter note' size - minims (probably) + +header + title bold (20) "If ye love me" "" "" + title (14) "Thomas Tallis (c 1505 - 1585)" "" "Edited by Tigger Burton" + +//header2 +// title (16) "If ye love me" "" "Thomas Tallis" + +//footer +// title "Engraved by Withburga Music" \ +// "$Id: ifyeloveme.mup,v 1.7 2003/08/01 17:06:40 djk Exp $" \ +// "http://www.tobit.co.uk/withburga" +// title "\(copyright) 1995 Tigger Burton" "" + +//footer2 +// title "Engraved by Withburga Music" \ +// "\%" \ +// "http://www.tobit.co.uk/withburga" +// title "\(copyright) 1995 Tigger Burton" "" + + +staff 1 + clef=treble + label="Secundus Contratenor" + +staff 2 + clef=treble + label="Medius" + +staff 3 + clef=treble8 + label="Tenor" + +staff 4 + clef=bass + label="Bass" + +define S 1: @ +define A 2: @ +define T 3: @ +define B 4: @ +define L lyrics @ +define LS lyrics 1: @ +define LA lyrics 2: @ +define LT lyrics 3: @ +define LB lyrics 4: @ + +music + + midi 1: 0 "channel=1"; 0 "program=72"; + midi 2: 0 "channel=2"; 0 "program=72"; + midi 3: 0 "channel=3"; 0 "program=72"; + midi 4: 0 "channel=4"; 0 "program=72"; + + midi 1-4: 0 "param=7,127"; + + midi all: 0 "tempo=200"; + + // 1 + S 1.f; 2; + A 1.c; 2d; + T 1.a; 2f; + B 1.f; 2d; + + L 1-4: "If ye"; + bar + + // 2 + S 1g; 1a~; + A 1e; 1f~; + T 1c+; 1c+~; + B 1c; 1f~; + + L 1-4: "love me"; + bar + + // 3 + S 2a; ;g ;f; + A 2f; ; e; d; + T 2c+; ; ; a; + B 2f; ; c; d; + + L 1-4: "keep my com-"; + bar + + // 4 + S 1b; a; + A 1f; ~; + T 1d+; c+~; + B 1b-; f~; + + L 1-4: "mand-ments."; + bar + + // 5 + S 2r; a; ; ; + A 1f; 1r; + T 1c+; 2r; a; + B 1/2f; + + LS "And I will"; + LT "And"; + bar + + // 6 + S 1c+; 2b; a~; + A mr; + T 2a; ; 2.d+; 4c+; + B mr; + + LS "pray the Fa-"; + LT "I will pray the"; + bar + + // 7 + S 4a; b; 2g; 1a; + A 2r; d; ; ; + T 1b; a~; + B 1r; d; + + LS "--ther"; + LA "And I will"; + LT "Fa-ther,_"; + LB "And"; + bar + + // 8 + S mr; + A 1f; 2e; d~; + T 1a; r; + B 2d; d; 2.g; 4f; + + LA "pray the Fa-"; + LB "I will pray the"; + bar + + // 9 + S 2r; g; f; ; + A 2d; c; d; ; + T 1r; 2r; b; + B 1e; d; + + LS "and he shall"; + LA "-ther, and"; + LT "and"; + LB "Fa-ther."; + bar + + // 10 + S 1.b; 2a~; + A 2b-; ; 1f; + T 2g; ; 1d+; + B 2r; g; d; d; + + LS "give you_"; + LA "He shall give"; + LT "He shall give"; + LB "and He shall"; + bar + + // 11 + S 2a; f; a; g~; + A 2f; c; f; e; + T 2c+; a; 1c+; + B 1f; 2; c; + + LS "a-no-ther_"; + LA "you a-no--"; + LT "you a-no-"; + LB "give you a-"; + bar + + // 12 + S 2g; 1f; 2e; + A 2d; b-; 2.c; 4; + T 4b; a; 2f; 2.g; 4; + B 2d; ; c; ; + + LS "Com-for-"; + LA "-ther Com-for-"; + LT "--ther Com-for-"; + LB "no-ther Com-for-"; + bar + + // 13 + S 1f; r; + A 1c; r; + T 1f; c+; + B 1f; r; + + LS "ter,"; + LA "ter,"; + LT "ter, that"; + LB "ter,"; + repeatstart + + // 14 + S mr; + A 1r; f; + T 1.f+; 2e+; + B 1f; b~; + + LA "that"; + LT "He may"; + LB "that He"; + bar + + // 15 + S mr; + A 1.b; 2a; + T 2d+; c+; b; c+; + B 2b; a; g; f; + + LA "He may"; + LT "'bide with you for"; + LB "may 'bide with"; + bar; + + // 16 + S 2r; f; 1c+~; + A 2g; f; ; e; + T 2c+; a; g; ; + B 2e; f; 1c; + + LS "that He"; + LA "'bide with you for"; + LT "e--ver, [that"; + LB "you for e-"; + bar + + // 17 + S 2c+; b; a; g; + A 1f; 2; c; + T 2a; d+; c+; g; + B 2f; ; ; e; + + LS "may 'bide with"; + LA "e-ver, with"; + LT "he may 'bide with"; + LB "ver, may 'bide with"; + bar; + + // 18 + S 2f; a; 1g; + A 2d; ; 1; + T 2a; ; 1bn; + B 2d; ; 1g; + + L 1-4: "you for e-"; + bar + + // 19 + S 1g; r; + A 1e; ; + T 2c+; 1g+; 2c+; + B 1c; 2r; c+~; + + LS "ver;"; + LA "ver; e'en"; + LT "ver;] e'en the"; + LB "ver; e'en_"; + bar + + // 20 + S mr; + A 2e; 1a; 2g~; + T 2g+; f+; e+; d+; + B 2c+; f; c+; b; + + LA "the Sp'rit of_"; + LT "Sp'rit of truth, the"; + LB "the Sp'rit of"; + bar + + // 21 + S 2r; 1c+; 2f; + A 4g; f; 2; r; f~; + T 1/2c+; + B 1a; 2f; a~; + + LS "e'en the"; + LA "_ truth, [e'en_"; + LT "Sp'rit"; + LB "truth, the Sp'rit_"; + bar + + // 22 + S 2c+; b; 1a; + A 2f; b-; f; ; + T 2a; 1d+; 2c+~; + B 4a; f; 2g; 1f; + + LS "Sp'rit of truth,"; + LA "the Sp'rit of"; + LT "of truth, e'en_"; + LB "of__ truth,"; + bar + + // 23 + S 2g; f; e; d; + A 2e; 1c+; 2f; + T 2c+; f; c+; b; + B 1r; 2; f~; + + LS "e'en the Sp'rit of"; + LA "truth,] e'en the"; + LT "the Sp'rit of"; + LB "[e'en_"; + bar + + // 24 + S 2c; 1f; 2c; + A 2c+; b; a; g~; + T 2a; d+; c+; g; + B 2f; b-; f; e; + + LS "truth, [e'en the"; + LA "Sp'rit of truth, the_"; + LT "truth, the Sp'rit of"; + LB "the Sp'rit of"; + bar + + // 25 + S 2d; b-; 1c; + A 4g; f; 1; 2e; + T 2a; f; g; g; + B 2d; ; c; ; + + LS "Sp'rit of__"; + LA "_ Sp'rit of"; + LT "truth, the Sp'rit of"; + LB "truth,] (the Sp'rit of"; + bar ending "1." + + // 26 + S 1/2c; + A 1/2f; + T 1/2c+; + B 1/2f; + + L 1-3: "truth,"; + LB "truth,)"; + bar + + // start again +score time=2/2n +music + S mr; + A mr; + T 1c+; + B mr; + + LT "that"; + repeatend ending "2." + + // last time +score time=4/2n +music + S 1/2c; + A 1/2f; + T 1/2c+; + B 1/2f; + + L 1-3: "truth"; + LB "truth.)"; + endbar + +//title "" +//title "" +//title "" +//title "" +//title "" +//left nl "\f(AB)Source: \f(AR)Day's Certaine notes ... (1565). (Bodl. Douce B. 248)" +//left nl "\f(AB)Text: \f(AR)The Gospel according to St. John, chapter 14, vv. 15-17." +//left nl "\f(AB)Editorial Method: \f(AR)Bar lines are editorial. Spelling has been" +//print " modernised. Repetitions of underlay shown in the original are enclosed in square" +//left nl " brackets; editorial repetitions are shown in round brackets." +//print " The anthem is transposed up a perfect fourth from written pitch." + +//left nl "" + +title "" +title "" +title "" +title "Engraved by Withburga Music" \ + "$Id: ifyeloveme.mup,v 1.7 2003/08/01 17:06:40 djk Exp $" \ + "http://www.tobit.co.uk/withburga" +title "Edition \(copyright) 1998" "" "Editorial \(copyright) 1995 Tigger Burton" + +// last line for white space at EOF diff --git a/tallis/ifyeloveme_orig.mup b/tallis/ifyeloveme_orig.mup new file mode 100644 index 0000000..fc14f99 --- /dev/null +++ b/tallis/ifyeloveme_orig.mup @@ -0,0 +1,395 @@ +header + title (21) "" + title bold (24) "If ye love me" "" "" + title (16) "Thomas Tallis (c 1505 - 1585)" " \f(TI)(Original pitch)" "Edited by Tigger Burton" + +header2 + title (16) "If ye love me" "" "Thomas Tallis" + +footer + title "Engraved by Withburga Music" \ + "$Id: ifyeloveme_orig.mup,v 1.1 1998/07/11 15:35:44 djk Exp $" \ + "http://www.tobit.co.uk/withburga" + title "\(copyright) 1995 Tigger Burton" "" + +footer2 + title "Engraved by Withburga Music" \ + "\%" \ + "http://www.tobit.co.uk/withburga" + title "\(copyright) 1995 Tigger Burton" "" + + +score + staffs=4 + bracket=1-4 + key=1& major + time=4/2n + lyricsfontfamily = courier + measnum=y + beamstyle=1, 1 + scale=0.7 + staffsep=14 + pageheight=11.5 +// division=48 // midi 'quarter note' size - minims (probably) + +staff 1 + clef=treble8 + label="Secundus Contratenor" + transpose=up perfect 5 + +staff 2 + clef=treble8 + label="Medius" + transpose= up perfect 5 + +staff 3 + clef=bass + label="Tenor" + transpose=down perfect 4 + +staff 4 + clef=bass + label="Bass" + transpose=down perfect 4 + +define S 1: @ +define A 2: @ +define T 3: @ +define B 4: @ +define L lyrics @ +define LS lyrics 1: @ +define LA lyrics 2: @ +define LT lyrics 3: @ +define LB lyrics 4: @ + +music + + midi 1: 0 "channel=1"; 0 "program=40"; + midi 2: 0 "channel=2"; 0 "program=41"; + midi 3: 0 "channel=3"; 0 "program=42"; + midi 4: 0 "channel=4"; 0 "program=43"; + + midi 1-4: 0 "param=7,127"; + + midi all: 0 "tempo=200"; + + // 1 + S 1.f; 2; + A 1.c; 2d; + T 1.a; 2f; + B 1.f; 2d; + + L 1-4: "If ye"; + bar + + // 2 + S 1g; 1a~; + A 1e; 1f~; + T 1c+; 1c+~; + B 1c; 1f~; + + L 1-4: "love me"; + bar + + // 3 + S 2a; ;g ;f; + A 2f; ; e; d; + T 2c+; ; ; a; + B 2f; ; c; d; + + L 1-4: "keep my com-"; + bar + + // 4 + S 1b; a; + A 1f; ~; + T 1d+; c+~; + B 1b-; f~; + + L 1-4: "mand-ments."; + bar + + // 5 + S 2r; a; ; ; + A 1f; 1r; + T 1c+; 2r; a; + B 1/2f; + + LS "And I will"; + LT "And"; + bar + + // 6 + S 1c+; 2b; a~; + A mr; + T 2a; ; 2.d+; 4c+; + B mr; + + LS "pray the Fa-"; + LT "I will pray the"; + bar + + // 7 + S 4a; b; 2g; 1a; + A 2r; d; ; ; + T 1b; a~; + B 1r; d; + + LS "--ther"; + LA "And I will"; + LT "Fa-ther,_"; + LB "And"; + bar + + // 8 + S mr; + A 1f; 2e; d~; + T 1a; r; + B 2d; d; 2.g; 4f; + + LA "pray the Fa-"; + LB "I will pray the"; + bar + + // 9 + S 2r; g; f; ; + A 2d; c; d; ; + T 1r; 2r; b; + B 1e; d; + + LS "and he shall"; + LA "-ther, and"; + LT "and"; + LB "Fa-ther."; + bar + + // 10 + S 1.b; 2a~; + A 2b-; ; 1f; + T 2g; ; 1d+; + B 2r; g; d; d; + + LS "give you_"; + LA "He shall give"; + LT "He shall give"; + LB "and He shall"; + bar + + // 11 + S 2a; f; a; g~; + A 2f; c; f; e; + T 2c+; a; 1c+; + B 1f; 2; c; + + LS "a-no-ther_"; + LA "you a-no--"; + LT "you a-no-"; + LB "give you a-"; + bar + + // 12 + S 2g; 1f; 2e; + A 2d; b-; 2.c; 4; + T 4b; a; 2f; 2.g; 4; + B 2d; ; c; ; + + LS "Com-for-"; + LA "-ther Com-for-"; + LT "--ther Com-for-"; + LB "no-ther Com-for-"; + bar + + // 13 + S 1f; r; + A 1c; r; + T 1f; c+; + B 1f; r; + + LS "ter,"; + LA "ter,"; + LT "ter, that"; + LB "ter,"; + repeatstart + + // 14 + S mr; + A 1r; f; + T 1.f+; 2e+; + B 1f; b~; + + LA "that"; + LT "He may"; + LB "that He"; + bar + + // 15 + S mr; + A 1.b; 2a; + T 2d+; c+; b; c+; + B 2b; a; g; f; + + LA "He may"; + LT "'bide with you for"; + LB "may 'bide with"; + bar; + + // 16 + S 2r; f; 1c+~; + A 2g; f; ; e; + T 2c+; a; g; ; + B 2e; f; 1c; + + LS "that He"; + LA "'bide with you for"; + LT "e--ver, [that"; + LB "you for e-"; + bar + + // 17 + S 2c+; b; a; g; + A 1f; 2; c; + T 2a; d+; c+; g; + B 2f; ; ; e; + + LS "may 'bide with"; + LA "e-ver, with"; + LT "he may 'bide with"; + LB "ver, may 'bide with"; + bar; + + // 18 + S 2f; a; 1g; + A 2d; ; 1; + T 2a; ; 1bn; + B 2d; ; 1g; + + L 1-4: "you for e-"; + bar + + // 19 + S 1g; r; + A 1e; ; + T 2c+; 1g+; 2c+; + B 1c; 2r; c+~; + + LS "ver;"; + LA "ver; e'en"; + LT "ver; e'en the"; + LB "ver; e'en_"; + bar + + // 20 + S mr; + A 2e; 1a; 2g~; + T 2g+; f+; e+; d+; + B 2c+; f; c+; b; + + LA "the Sp'rit of_"; + LT "Sp'rit of truth, the"; + LB "the Sp'rit of"; + bar + + // 21 + S 2r; 1c+; 2f; + A 4g; f; 2; r; f~; + T 1/2c+; + B 1a; 2f; a~; + + LS "e'en the"; + LA "_ truth, [e'en_"; + LT "Sp'rit"; + LB "truth, the Sp'rit_"; + bar + + // 22 + S 2c+; b; 1a; + A 2f; b-; f; ; + T 2a; 1d+; 2c+~; + B 4a; f; 2g; 1f; + + LS "Sp'rit of truth,"; + LA "the Sp'rit of"; + LT "of truth, e'en_"; + LB "of__ truth,"; + bar + + // 23 + S 2g; f; e; d; + A 2e; 1c+; 2f; + T 2c+; f; c+; b; + B 1r; 2; f~; + + LS "e'en the Sp'rit of"; + LA "truth,] e'en the"; + LT "the Sp'rit of"; + LB "[e'en_"; + bar + + // 24 + S 2c; 1f; 2c; + A 2c+; b; a; g~; + T 2a; d+; c+; g; + B 2f; b-; f; e; + + LS "truth, [e'en the"; + LA "Sp'rit of truth, the_"; + LT "truth, the Sp'rit of"; + LB "the Sp'rit of"; + bar + + // 25 + S 2d; b-; 1c; + A 4g; f; 1; 2e; + T 2a; f; g; g; + B 2d; ; c; ; + + LS "Sp'rit of__"; + LA "_ Sp'rit of"; + LT "truth, the Sp'rit of"; + LB "truth,] (the Sp'rit of"; + bar ending "1." + + // 26 + S 1/2c; + A 1/2f; + T 1/2c+; + B 1/2f; + + L 1-3: "truth,"; + LB "truth,)"; + bar + + // start again +score time=2/2n +music + S mr; + A mr; + T 1c+; + B mr; + + LT "that"; + repeatend ending "2." + + // last time +score time=4/2n +music + S 1/2c; + A 1/2f; + T 1/2c+; + B 1/2f; + + L 1-3: "truth"; + LB "truth.)"; + endbar + +title "" +title "" +title "" +title "" +title "" +left nl "\f(TB)Source: \f(TR)Day's Certaine notes ... (1565). (Bodl. Douce B. 248)" +left nl "\f(TB)Text: \f(TR)The Gospel according to St. John, chapter 14, vv. 15-17." +left nl "\f(TB)Editorial Method: \f(TR)Bar lines are editorial. Spelling has been" +print " modernised. Repetitions of underlay shown in the original are enclosed in square" +left nl " brackets; editorial repetitions are shown in round brackets." +print " The anthem is at written pitch." diff --git a/tallis/mensural.mup b/tallis/mensural.mup new file mode 100755 index 0000000..d065e98 --- /dev/null +++ b/tallis/mensural.mup @@ -0,0 +1,340 @@ +// mensural.mup + +// ---------------------------------------------------------------------------- + +// Overall stem length + +define STMLEN 6 @ + +// Notehead used for longa and breve + +define QUDRTOFFS +1.75 @ +//define LO +2 @ +define LO -0 @ +define LNADD -.2 @ +define LNADD2 LNADD LNADD @ +define LNGVERT .7 @ +define LNGVERTU .7 @ +define LNGVERTD 1 @ +//define LNGHOR 2.5 @ +define LNGHOR 3 @ +define HOR2DIST -1.5 @ +define LNGUSTEM STMLEN -LNGVERTU QUDRTOFFS -2 @ +define LNGDSTEM STMLEN +LNGVERT QUDRTOFFS -2 @ + +define UPPERHORLINE + medium line (P1.x LO,P1.y OFFS1 QUDRTOFFS) to (P1.x LO +LNGHOR,P1.y OFFS1 QUDRTOFFS) @ + +define LOWERHORLINE + medium line (P1.x LO,P1.y OFFS1 HOR2DIST QUDRTOFFS) to (P1.x LO +LNGHOR,P1.y OFFS1 HOR2DIST QUDRTOFFS) @ + +define LEFTVERLINE + line (P1.x LO,P1.y OFFS1 +LNGVERTU QUDRTOFFS) to (P1.x LO,P1.y OFFS1 HOR2DIST -LNGVERTD QUDRTOFFS) @ + +define RIGHTVERLINE + line (P1.x LO +LNGHOR,P1.y OFFS1 +LNGVERTU +USTEM QUDRTOFFS) to (P1.x LO +LNGHOR,P1.y OFFS1 HOR2DIST -LNGVERTD -DSTEM QUDRTOFFS) @ + +define QUADRHD(P1,OFFS1,USTEM,DSTEM) + UPPERHORLINE + LOWERHORLINE + LEFTVERLINE + RIGHTVERLINE @ + +define LONGAU(P2,OFFS2) QUADRHD(P2,OFFS2,LNGUSTEM,0) @ +define LONGAD(P2,OFFS2) QUADRHD(P2,OFFS2,0,LNGDSTEM) @ +define BREVE(P2,OFFS2) QUADRHD(P2,OFFS2,0,0) @ + +// ---------------------------------------------------------------------------- + +// noteheads used for semibreve, minima, semiminima, fusa & semifusa + +define DMNDHD "\s(12) \(diamond)" @ +define FILLHD "\s(12) \(filldiamond)" @ +define STMXOFFS +2.4 @ +define STMYUOFFS +2 @ +define STMYDOFFS -0 @ +define FLAGXOFFS1 +2 @ +define FLAGYOFFS1 .2 @ +define FLAGYOFFS2 2 @ +define FLAGYOFFS3 1.4 @ +define FLAGYOFFS4 3.2 @ + +define STEMU line (P1.x STMXOFFS,P1.y OFFS1 STMYUOFFS) to (P1.x STMXOFFS,P1.y OFFS1 STMYUOFFS +STMLEN) @ + +define STEMD line (P1.x STMXOFFS,P1.y OFFS1 STMYDOFFS) to (P1.x STMXOFFS,P1.y OFFS1 STMYDOFFS -STMLEN) @ + +define FLAGU1 line (P1.x STMXOFFS,P1.y OFFS1 STMYUOFFS +STMLEN -FLAGYOFFS1) to (P1.x STMXOFFS FLAGXOFFS1,P1.y OFFS1 STMYUOFFS +STMLEN -FLAGYOFFS2) @ + +define FLAGU2 line (P1.x STMXOFFS,P1.y OFFS1 STMYUOFFS +STMLEN -FLAGYOFFS3) to (P1.x STMXOFFS FLAGXOFFS1,P1.y OFFS1 STMYUOFFS +STMLEN -FLAGYOFFS4) @ + +define FLAGD1 line (P1.x STMXOFFS,P1.y OFFS1 STMYDOFFS -STMLEN +FLAGYOFFS1) to (P1.x STMXOFFS FLAGXOFFS1,P1.y OFFS1 STMYDOFFS -STMLEN +FLAGYOFFS2) @ + +define FLAGD2 line (P1.x STMXOFFS,P1.y OFFS1 STMYDOFFS -STMLEN +FLAGYOFFS3) to (P1.x STMXOFFS FLAGXOFFS1,P1.y OFFS1 STMYDOFFS -STMLEN +FLAGYOFFS4) @ + +define SEMIBREVE(P1,OFFS1) + print (P1.x,P1.y OFFS1) DMNDHD @ + +define CLRDSEMIBREVE(P1,OFFS1) + print (P1.x,P1.y OFFS1) FILLHD @ + +define MINIMU(P1,OFFS1) + print (P1.x,P1.y OFFS1) DMNDHD + STEMU @ + +define MINIMD(P1,OFFS1) + print (P1.x,P1.y OFFS1) DMNDHD + STEMD @ + +define SEMIMINU(P1,OFFS1) + print (P1.x,P1.y OFFS1) FILLHD + STEMU @ + +define SEMIMIND(P1,OFFS1) + print (P1.x,P1.y OFFS1) FILLHD + STEMD @ + +define FUSAU(P1,OFFS1) + print (P1.x,P1.y OFFS1) FILLHD + STEMU + FLAGU1 @ + +define SEMIFUSAU(P1,OFFS1) + print (P1.x,P1.y OFFS1) FILLHD + STEMU + FLAGU1 + FLAGU2 @ + +define FUSAD(P1,OFFS1) + print (P1.x,P1.y OFFS1) FILLHD + STEMD + FLAGD1 @ + +define SEMIFUSAD(P1,OFFS1) + print (P1.x,P1.y OFFS1) FILLHD + STEMD + FLAGD1 + FLAGD2 @ + +// ---------------------------------------------------------------------------- + +// prolongation dots + +define DOT "\s(12) \(dot)" @ +define UDOTYOFFS +1.5 @ +define LDOTYOFFS -.5 @ +define CDOTYOFFS +.5 @ +define DOTXOFFS +3.2 @ + +define UDOT(P1,OFFS1) + print (P1.x DOTXOFFS,P1.y OFFS1 UDOTYOFFS) DOT @ + +define LDOT(P1,OFFS1) + print (P1.x DOTXOFFS,P1.y OFFS1 LDOTYOFFS) DOT @ + +define CDOT(P1,OFFS1) + print (P1.x DOTXOFFS,P1.y OFFS1 CDOTYOFFS) DOT @ + +// ---------------------------------------------------------------------------- + +// Acidentals + +define SHARPXOFFS -2.5 @ +define SHDST .75 @ + +define SHARP(P1,OFFS1) + line (P1.x SHARPXOFFS,P1.y OFFS1+2) to (P1.x SHARPXOFFS+2,P1.y OFFS1); + line (P1.x SHARPXOFFS+SHDST,P1.y OFFS1+2) to (P1.x SHARPXOFFS+SHDST+2,P1.y OFFS1); + line (P1.x SHARPXOFFS,P1.y OFFS1) to (P1.x SHARPXOFFS+2,P1.y OFFS1+2); + line (P1.x SHARPXOFFS+SHDST,P1.y OFFS1) to (P1.x SHARPXOFFS+SHDST+2,P1.y OFFS1+2); @ + +// ---------------------------------------------------------------------------- + +// ledger line + +define LEDGERLEN +4.75 @ + +define LEDGER(P1,OFFS1) + line (P1.x,P1.y OFFS1) to (P1.x LEDGERLEN,P1.y OFFS1) @ + +define PLEDGER(P1,XOFFS,YOFFS) + line (P1.x XOFFS,P1.y YOFFS) to (P1.x XOFFS LEDGERLEN,P1.y YOFFS) @ + +// ---------------------------------------------------------------------------- + +// Rests + +define RXOFFS +2 @ +define RLINEADD +.2 @ +define RLINEADD2 RLINEADD RLINEADD @ + +define RLONGALINELEN 4 @ + +define RLONGA(P1,OFFS1) + medium line (P1.x RXOFFS,P1.y OFFS1) to (P1.x RXOFFS,P1.y OFFS1 -RLONGALINELEN) @ + +define RBREVELINELEN 2 @ + +define RBREVE(P1,OFFS1) + medium line (P1.x RXOFFS,P1.y OFFS1) to (P1.x RXOFFS,P1.y OFFS1 -RBREVELINELEN) @ + +define RLINELEN 1.2 @ + +define RSEMIBREVE(P1,OFFS1) + medium line (P1.x RXOFFS,P1.y OFFS1) to (P1.x RXOFFS,P1.y OFFS1 -RLINELEN) @ + +define RMINIM(P1,OFFS1) + medium line (P1.x RXOFFS,P1.y OFFS1) to (P1.x RXOFFS,P1.y OFFS1 +RLINELEN) @ + +define RFLAGYOFFS1 .1 @ + +define RFLAG1 line (P1.x RLINEADD RXOFFS,P1.y OFFS1 +RLINELEN -RFLAGYOFFS1) to (P1.x RLINEADD +1 RXOFFS,P1.y OFFS1 +RLINELEN -.5) @ + +define RSEMIMINIM(P1,OFFS1) + medium line (P1.x RXOFFS,P1.y OFFS1) to (P1.x RXOFFS,P1.y OFFS1 +RLINELEN) + RFLAG1 @ + +// ---------------------------------------------------------------------------- + +// Clefs + +define GCLF "\s(12) \(gclef)" @ +define CCLF "\s(12) \(cclef)" @ +define FCLF "\s(12) \(fclef)" @ + +define TREBLEOFFS -7 @ + +define TREBLECLF(P1) + print (P1.x, P1.y TREBLEOFFS) GCLF @ + +define PTREBLECLF(P1, TROFFS) + print (P1.x TROFFS, P1.y TREBLEOFFS) GCLF @ + +define TREBLECLF8(P1) + print (P1.x, P1.y TREBLEOFFS) GCLF + print (P1.x +2, P1.y TREBLEOFFS -2.2) "\f(TI) \s(10) 8" +@ + +define PTREBLECLF8(P1, TROFFS) + print (P1.x TROFFS, P1.y TREBLEOFFS) GCLF + print (P1.x +2 TROFFS, P1.y TREBLEOFFS -2.2) "\f(TI) \s(10) 8" +@ + +define BARITONOFFS -0 @ +define TENOROFFS -2 @ +define ALTOOFFS -4 @ +define DESCOFFS -6 @ +define BASSOFFS -4 @ + +define BARITONCLF(P1) + print (P1.x, P1.y BARITONOFFS) CCLF @ + +define TENORCLF(P1) + print (P1.x, P1.y TENOROFFS) CCLF @ + +define ALTOCLF(P1) + print (P1.x, P1.y ALTOOFFS) CCLF @ + +define DESCCLF(P1) + print (P1.x, P1.y DESCOFFS) CCLF @ + +define BASSCLF(P1) + print (P1.x, P1.y BASSOFFS) FCLF @ + +define PBASSCLF(P1,CLOFFS) + print (P1.x CLOFFS, P1.y BASSOFFS) FCLF @ + +// ---------------------------------------------------------------------------- + +// Tempus signatures + +define PRFXOFFS -6 @ +define PRFXOFFS2 -1.125 @ +define PRFYOFFS -1.75 @ +define DUPYOFFS +2.6 @ +define DUPXOFFS -1.05 @ +define DUPLEN -2.7 @ + +define DUP(P1) + line(P1.x DUPXOFFS,P1.y DUPYOFFS) to (P1.x DUPXOFFS,P1.y DUPLEN) @ + +// The "Q" parameter must be the "R" parameter divided by the square root +// of 2. Unfortunately, Mup doesn't support multiplication and division. + +define CIRC(X, Y, R, Q) + curve (X+R,Y) to (X+Q,Y+Q) to (X,Y+R) to (X-Q,Y+Q) to (X-R,Y) \ + to (X-Q,Y-Q) to (X,Y-R) to (X+Q,Y-Q) to (X+R,Y) @ + +define LARC(X, Y, R, Q) + curve (X+Q,Y+Q) to (X,Y+R) to (X-Q,Y+Q) to (X-R,Y) \ + to (X-Q,Y-Q) to (X,Y-R) to (X+Q,Y-Q) @ + +define RARC(X, Y, R, Q) + curve (X-Q,Y+Q) to (X,Y+R) to (X+Q,Y+Q) to (X+R,Y) \ + to (X+Q,Y-Q) to (X,Y-R) to (X-Q,Y-Q) @ + +define CIRCL "\f(AR) \s(14) O" @ +define CIRCR 1.75 @ +define CIRCQ 1.237 @ +define CIRCL2(PS) CIRC(PS.x PRFXOFFS2,PS.y,CIRCR,CIRCQ) @ +define HLFCIRCL "\f(AR) \s(14) C" @ +define HLFCIRCL2(PS) LARC(PS.x PRFXOFFS2,PS.y,CIRCR,CIRCQ) @ +define BULLET "\f(AR) \s(8) \(bullet)" @ + +//define PERF(P1) print(P1.x PRFXOFFS,P1.y PRFYOFFS) CIRCL @ +define PERF(P1) CIRCL2(P1) @ +//define IMPERF(P1) print(P1.x PRFXOFFS,P1.y PRFYOFFS) HLFCIRCL @ +define IMPERF(P1) HLFCIRCL2(P1) @ + +//define PRLXOFFS -4.25 @ +define PRLXOFFS -3.65 @ +define PRLXOFFS2 -4.2 @ +define PRLYOFFS -.85 @ + +define IMPERFDUP(P2) + IMPERF(P2) + DUP(P2) @ + +define PERFDUP(P2) + PERF(P2) + DUP(P2) @ + +define PERFPROL(P2) + PERF(P2) + print(P2.x PRLXOFFS,P2.y PRLYOFFS) BULLET @ + +define PERFDUPPROL(P3) + PERFDUP(P3) + print(P3.x PRLXOFFS,P3.y PRLYOFFS) BULLET @ + +define IMPERFDUPPROL(P3) + IMPERFDUP(P3) + print(P3.x PRLXOFFS,P3.y PRLYOFFS) BULLET @ + +define IMPERFPROL(P3) + IMPERF(P3) + print(P3.x PRLXOFFS2,P3.y PRLYOFFS) BULLET @ + +// ---------------------------------------------------------------------------- + +// Modern time signatures + +define CMMN "\s(12) \(com)" @ +define CT "\s(12) \(cut)" @ + +define MTRFONT "\f(NB)\s(16)" @ +define TRPL MTRFONT+"3" @ + +define TRIPLEOFFS -2 @ +define PTRIPLE(P1,TROFFS) print(P1.x TROFFS,P1.y TRIPLEOFFS) TRPL @ + +define COMMONOFFS -2 @ +define CUTOFFS -3 @ + +define COMMON(P1) print(P1.x,P1.y COMMONOFFS) CMMN @ +define PCOMMON(P1,COFFS) print(P1.x COFFS,P1.y COMMONOFFS) CMMN @ + +define CUT(P1) print(P1.x,P1.y CUTOFFS) CT @ + +define METERFRAC(P1,MOFFS,M1,M2) + print(P1.x MOFFS,P1.y MOFFS) MTRFONT+M1; + print(P1.x MOFFS,P1.y-4) MTRFONT+M2; @ diff --git a/tallis/tallis_3.mup b/tallis/tallis_3.mup new file mode 100644 index 0000000..302bc58 --- /dev/null +++ b/tallis/tallis_3.mup @@ -0,0 +1,152 @@ + +score + staffs=4 + bracket=1-4 +// key=1& major + time=20/4n + lyricsfontfamily=newcentury + fontfamily=avantgarde + lyricssize=15 +// measnum=y + scale=0.57 +// packexp=1.0 +// packfact=0.75 + staffsep=12 +// scorepad=10 +// topmargin=0.3 + botmargin=0.5 +// panelsperpage=2 +// pagewidth=11.6944 +// pageheight=8.26389 + pageheight=11.6944 + pagewidth=8.26389 +// beamstyle=1, 1 +// division=48 // midi 'quarter note' size - minims (probably) + +header + title bold (20) "Third Psalm Tune, words from Psalm 26" "" "" + title (14) "Thomas Tallis (c 1505 - 1585)" "" "Edited by Dirk Koopman" + +//header2 +// title (16) "If ye love me" "" "Thomas Tallis" + +footer + title "" "Edition \(copyright) 2004 Dirk Koopman" "" + title "Engraved by Withburga Music" \ + "$Id: tallis_3.mup,v 1.3 2004/04/18 19:09:48 djk Exp $" \ + "http://www.tobit.co.uk/withburga" + +//footer2 +// title "Engraved by Withburga Music" \ +// "\%" \ +// "http://www.tobit.co.uk/withburga" +// title "\(copyright) 1995 Tigger Burton" "" + + +staff 1 + clef=treble + label="Treble" + +staff 2 + clef=treble + label="Alto" + +staff 3 + clef=treble8 + label="Tenor" + +staff 4 + clef=bass + label="Bass" + +define S 1: @ +define A 2: @ +define T 3: @ +define B 4: @ +define L lyrics @ +define LS lyrics 1: @ +define LA lyrics 2: @ +define LT lyrics 3: @ +define LB lyrics 4: @ +define LST lyrics 1,3: @ +define LAB lyrics 2,4: @ +define LALL lyrics 1-4: @ +define SATB [1;2;3;4]: @ + +music + + midi 1: 0 "channel=1"; 0 "program=72"; + midi 2: 0 "channel=2"; 0 "program=72"; + midi 3: 0 "channel=3"; 0 "program=72"; + midi 4: 0 "channel=4"; 0 "program=72"; + + midi 1-4: 0 "param=7,127"; + + midi all: 0 "tempo=120"; + + // line 1 + SATB rrrr; eb-ee; eb-ge; ; 2.; 4eb-gg; acaf; adaf; 2g#ebe; 4gebe; 2gebe; 4f#d#bb-; gebe; aec+a-; 2gebe; + LALL "Lord judge my deed: as I have lived in thee my hope is all:"; + LALL "For wash I will: my hand e(v)en still, with men of per-fect life"; + + bar; + + // line 2 + SATB rrrr; g#eee; gebe; ; 2.; 4bneg(n)g; aeaf; adaf; 2g#ebe; 4; 2; 4; aec+a-; aeaa-; 2g#ebe; + LALL "I did i-nure: my heart full sure, to truth from lies to go."; + LALL "And this shall I: O Lord so high, fre-quent thine al-tars rife"; + bar; + + // line 3 +score + time=2/4n; +music + SATB rrrr; gnebe; + LALL "Thy"; + LALL "To"; + invisbar; +score + time=3/4n; +music + S 4.g; 8a<>;4b; + A 2e; 4f; + T 4.b; 8c+<>;4d+; + B 2e; 4d; + LST 4.;4.; "cle-men-"; + LST 4.;4.; "God on"; + LAB "cle-men-"; + LAB "God on"; + invisbar; +score + time=15/4n; +music + SATB 2c+ge+c; 4bgd+g-; aec+a-; ; 2gebe; 4gege; 2fcaa-; 4ecec; ea-fd; da-fd; 2ea-ea-; + LALL "cy: was nigh mine eye, to stay, me right to do:"; + LALL "high, in Tri-ni-ty, in u-ni-ty a-gain:"; + bar; + + // line 4 +score + time=21/4n; +music + S r; e; 4.a; 8g<>; 4f; 2e; 4g; 4.c+; 8b<>; 4a; g; e; a; ; ; 8e<> bm; f# ebm; 1g#; + A r; c; 2e; 4c; 2; 4; 2; 4; ; ; a-; d; c; ; 1b-; + T r; a; 4.c+; 8b<>; 4a; 2g; 4e; 4.a; 8g<>; 4f; e; g; f; d; e; ; 1; + B r; a-; 2; 4; 2c; 4; a-; 2f-; 4c; ; f-; ; a-; ; 1ee-; +// LST 4;4.;4.;2;4;4.;4.;4;;;;;;1; "And thus shall I: O Lord so high, fre-quent thine al-tars rife."; + LST "And thus shall I: O Lord so high, fre-quent thine al-tars rife."; + LST "Reign, po(w)er and praise, as due al-ways, to Him be gi(v)en, A-men"; + LA "And thus shall I: O Lord so high, fre-quent thine al-tars rife."; + LA "Reign, po(w)er and praise, as due al-ways, to Him be gi(v)en, A-men"; + LB "And thus shall I: O Lord so high, fre-quent thine al-tars rife."; + LB "Reign, po(w)er and praise, as due al-ways, to Him be gi(v)en, A-men"; + bar; +//title "" "" "" +//title "" "" "" +//title "" "" "" +//title "Engraved by Withburga Music" \ +// "$Id: tallis_3.mup,v 1.3 2004/04/18 19:09:48 djk Exp $" \ +// "http://www.tobit.co.uk/withburga" +//title "Edition \(copyright) 2004" "" "" + +// last line for white space at EOF diff --git a/tollman/Makefile b/tollman/Makefile new file mode 100644 index 0000000..a9cb822 --- /dev/null +++ b/tollman/Makefile @@ -0,0 +1,21 @@ +# +# $Id: Makefile,v 1.4 2003/08/25 18:16:05 djk Exp $ +# +.SUFFIXES: .ps .mup + +OBJ=responses.ps +#D=-D TRANSPOSE + +all : ps + +ps : $(OBJ) + touch ps + +clean : + rm -f *~ *.ps *.mid + +.mup.ps : + mup $D $< -f $@ + perl -pi.bak -e 's/^([\d.\s]+ stf)$$/gsave 0 0 255 setrgbcolor $$1 grestore/' $@ + mup $D $< -m $*.mid + ps2pdf -sPAPERSIZE=a4 $*.ps diff --git a/tollman/responses.mup b/tollman/responses.mup new file mode 100644 index 0000000..fb3346e --- /dev/null +++ b/tollman/responses.mup @@ -0,0 +1,708 @@ +// +// Preces and Responses (1996) +// Chris Tollman +// +// $Id: responses.mup,v 1.8 2003/08/25 18:16:05 djk Exp $ +// +score + lyricsfontfamily = newcentury + fontfamily = avantgarde + +header + title bold (24) "" "Preces and Responses (1996)" "" + title (14) "" "Dedicated to David Squibb and the Trinity Boys' Choir" "Chris Tollman" + +score + staffs=2 + bracket=1-2 + lyricssize=15 + measnum=n + scale=0.58 + packexp=1.0 + packfact=0.75 + staffsep=14 + scorepad=8 + scoresep=12 + topmargin=0.75 +// botmargin=0.5 +// panelsperpage=2 + pageheight=11.6944 + pagewidth=8.26389 + vscheme=2o + +// division=48 // midi 'quarter note' size - minims (probably) + +staff 1 + clef=treble +staff 2 + clef=bass + +define L lyrics between 1&2 : @ +define LS lyrics above 1: @ +define LB lyrics below 2: @ +define S 1 1: @ +define A 1 2: @ +define T 2 1: @ +define B 2 2: @ +define SATB [1 1; 1 2; 2 1; 2 2]: @ +define SAATB [1 1; 1 2; 2 1; 2 2][1 1; 1 2; 1 2; 2 1; 2 2]: @ +define SATTB [1 1; 1 2; 2 1; 2 2][1 1; 1 2; 2 1; 2 1; 2 2]: @ +define SAATTBB [1 1; 1 2; 1 2; 2 1; 2 1; 2 2; 2 2]: @ +define CHANT(TIME) +score + time=TIMEn +// lyricsalign=0 +music +@ +define RESP(TIME) +score + time=TIMEn +// lyricsalign=0.25 +music +@ +define TS(TIME) +score + time=TIMEn +music +@ +define BEAM(STYLE) +score beamstyle=STYLE +music +@ +define NOBEAM +score beamstyle= +music +@ + +score + key=3# + +// "O Lord..." +CHANT(2/1) + midi 1 1: 0 "channel=1"; 0 "program=74"; + midi 1 2: 0 "channel=2"; 0 "program=74"; + midi 2 1: 0 "channel=3"; 0 "program=74"; + midi 2 2: 0 "channel=4"; 0 "program=74"; + B 1/2a; + L 1/2; "-10|<^O Lord, open thou our lips: >"; + dblbar; +RESP(3/4) + SATB 8eeee; ; 4aead; beac; + L "and our mouth shall"; + bar; +TS(4/4) + S d+; 2c+; 4a; + A af; slur; fd; f; + T d+; slur; a; e+d+; + B b-; d<>; f; a; + L 4;2;4; "shew forth thy"; + bar; + S 1e+; + A 1ba; + T 1e+; + B 1c+; + L "praise."; + endbar; + +// "O God make speed..." +newscore +CHANT(4/2) + B 1a; [len 0] 4b; [len 0] a; [len 0] a; [len 0] a; + L 1;4;;;; "-10|<^O God make> speed to save us:"; + dblbar; + +RESP(1/4) + SATB aae+c+; + L "O"; + bar; + +TS(7/8) + S 4f+; 8d+ bm; c+ ebm; 4b; 8a; + A 4a; ; 8f bm; g ebm; e; + T 4f+; f+; d+; 8; + B 4d+; b; e; 8; + L 4;;;8; "Lord make haste to"; + bar; + +TS(3/4) + SATB aec+a-; 2; + L "help us."; + endbar; + +// "Glory be to the Father..." +newscore +RESP(4/4) + SATB 2c+ae+a; ; + L "Glo-ry,"; + bar; + + SATB 2d+ae+gn; d+ad+g; + L "glo-ry"; + bar; + + SATB 2e+fd+d; 4d+ad+f; afd+a; + L "be to the"; + bar; + + S 2a; ; + A 2ec; ; + T 2b; a; + B 2a-; ; + L "Fa-ther"; + bar; + + SATB 2adbgn-; 4agnbg-; aebg-; + L "and to the"; + bar; + + S 2.a; 4d; + A 2f<>; 4d; c; + T 2.a; 4; + B 2d<>; 4f; ; + L "Son_ and"; + bar; + + SATB ddbgn; ; ecbg; eb-bg; + L "to the Ho-ly"; + bar; + + SATB 2fca#f; 4fcaf-; ecfa#-; + L "Ghost. As it"; + bar; + + S d; a; d; c; + A 2d; 4c; 8a-; ; + T 2f; 4; 8; ; + B 2b-; 4a-; 8; ; + L 2;4;8;; "was in the be-"; + LS 4;;;; "[was in the be-"; + bar; + + S d; 2a; 4d; + A 2b-; 4a-; ; + T 2gn; 4d; 8f bm; e ebm; + B 2gn-; 4f-; d; + L 2;4;4; "gin-ning is"; + LS 4;2;4; "gin-ning is]"; + bar; + + S d+; ; b; gn; + A b-; ; d; e; + T 4.gn; 8a; 4b; c+; + B gn-; ; ; ; + L "now and e-ver"; + bar; + + S 2a; 4d; c<>; + A 2a-; 4d<>; a-; + T e+<>; d+; 2f; + B 2f-; 4b-<>; a-; + L 2;2; "shall be-"; + LS 2s;4s;4; "[world-"; + bar; + + S d; e; f<>; gn; + A d; ; <>; e; + T 2b; 4; d+b&; + B 2g(#)-; 4gn-; ; + L 4;4;2; "world with-out"; + LS 4s;4;2; "with-out"; + LB 2;4;4; "[world with-out"; + bar; + + S 2a; d+; + A 2d; f; + T 2.a; 4d+~; + B 2f-; b-; + L "end, A-"; + LS 2; s; "end]"; + LB 2; s; "end]"; + phrase above 1: 3 til 2m + 1; + phrase below 1: 3 til 2m + 1; + phrase above 2: 4 til 2m + 1; + phrase below 2: 3 til 2m + 1; + + bar; + + S e+; d+; 2a; + A 2a; d; + T 2d+; 4b&; gn; + B 4.gn-; 8a-; 2b&-; + bar; + + SATB 1adfa-; + L "men."; + endbar; + +// "Praise ye the Lord... +newscore +RESP(4/4) + S 2d+; 4a; f; + A 4f<>; 8a bm; g# ebm; f bm; e ebm; 4d; + T 2d+; 4a; ; + B 2b-; 4d; f; + L "Praise ye the"; + bar; + +TS(2/4) + SATB 2eebg#; + L "Lord:"; + dblbar; + + S 2a; + A 4.e<>; 8g; + T b<>; a; + B 2c; + L "The"; + bar; + +TS(4/4) + S 2f+; 4e+; b; + A 8f bm; g<> ebm; 2a; 4ge; + T a<>; 8d+ bm; c+ ebm; b bm; c+ ebm; 4d+; + B d<>; b-; e; e-; + L "Lord's name be"; + bar; + +TS(2/4) + S 2c+; + A 2ae; + T 2c+b; + B 2ea-; + L "praised."; + endbar; + +// "The Lord be with you..." +newscore +CHANT(2/1) + B 1/2a =c; + L 1/2; "-10|<^The Lord be with you:>"; + rom (16) above 1: 1 "\f(AB)Creed:\f(AR) I believe in God, the Father Almighty ..."; + dblbar; + +RESP(1/4) + SATB eec+c+; + L "And"; + bar; + +TS(4/4) + SATB 2fdbb; afd+e; + L "with thy"; + bar; + + SAATB 2e+afd+f; ; + L "Spi-rit."; + endbar; + +// "Let us pray..." +newscore +CHANT(2/1) + B 1/2a; + L 1/2; "-10|<^Let us pray:>"; + dblbar; + +RESP(4/4) + SATB edad; ; ; 8; ; + L "Lord have mer-cy up-"; + bar; + + S e; 2.; + A cn; 2.; + T a; <>; 2gn; + B cn; 2.; + L "on us;"; + dblbar; + + SATB fndgnb&-; ; fdfnb-; 8; fdgb-; + L "Christ have mer-cy up-"; + bar; + + S e; 2.; + A d; <>; 2c; + T a; 2e<>; 4a; + B a-; 2.; + L "on us;"; + dblbar; + + SATB acnafn-; ; cn+cgna-; 8acfna-; fncfa-; + L "Lord have mer-cy up-"; + bar; + + S 1gn; + A 1d; + T 2fn; 4b&; a; + B 1b&-; + L "on_"; + phrase above 2: 1 til 4; + bar; + + SATB 1gnegncn; + L "us."; + endbar; + +// "Our Father... +newscore +staff 1 + visible=n; +CHANT(2/1) + B 1/2a; + LB 1/2; "-10|<^Our Father, which art in heaven ... but deliver us from evil>"; + bold (16) above 2: 1 "Lord's Prayer"; + bar; + + B 1a; a; + LB 1;; "A-men"; + endbar; + +// "O Lord, show thy mercy... +newscore +staff 1 + visible=y +CHANT(5/2) + B 1/2a; [len 0] 4f; [len 0] g; + L 1/2;4;; "-10|<^O Lord, show thy mercy up-> on us:"; + dblbar; + +RESP(1/4) + SATB adad; + L "And"; + bar; + +TS(4/4) + S a; gn; d; fn; + A 4.b&-; 8; 4; d; + T 4.gn; 8; 4fn; ; + B 4.e&; 8; 4b&-; ; + L "grant us thy sal-"; + bar; + + S 2fn; ; + A 2cn; e&b&-; + T 2a; gn; + B 2fn?fn-; e&?e&-; + L "va-tion."; + endbar; + +// "O Lord, save the Queen" +newscore +CHANT(4/2) + B 1/2a; + L 1/2; "-10|<^O Lord, save the Queen:>"; + dblbar; + +RESP(4/4) + SATB db(n)-agn; 4.; 8eb-ag; fb-ag; gnb-ag; + L "And mer-ci-ful-ly"; + bar; + + SATB aeaf; 2adaf; 8aec+f; ; + L "hear us when we"; + bar; + + S 4.d+; 8a; 2; + A gn; f; 2e; + T b; d+; <>; c+; + B a; e; 2a; + L "call up-on"; + bar; + + SAATB 1afead; + L "Thee."; + endbar; + +// "Endue thy meenisters... +newscore +CHANT(5/2) + B 1/2a; [len 0] 4f; [len 0] f; + L 1/2;4;; "-10|<^Endue thy ministers with righ-> tious-ness:"; + dblbar; +RESP(1/4) + SATB aec+f; + L "And"; + bar; + +TS(7/8) + S 4b; e; 8c+ bm; a ebm; e; + A 4e; ; ; 8c; + T b bm; c+ ebm; 4d+; c+; 8a; + B 4g; ; a; 8c; + L 4;;;8; "make thy cho-sen"; + bar; + +TS(4/4) + S f; d+; 2e+b; + A d; 8f; 4a; 16g bm; f ebm; 4g; + T a; ; b<>; d+; + B d; b-; 2e; + L "peo-ple joy-"; + phrase below 1: 2.5 til 4; + bar; + + SAATB 1e+c+ae+a-; + L "ful."; + endbar; + +// "O Lord, save thy people" +newscore +CHANT(9/4) + B 1/2a; [len 0] 4f; + L 1/2;4; "-10|<^O Lord, save thy peo-> ple:"; + dblbar; + +RESP(1/4) + SATB c+faf; + L "And"; + bar; + +RESP(4/4) + S 2a; 4; g; + A 2e; 4; ; + T 2c+; 8 bm; b ebm; 4a; + B 2a; 4c; c; + L "bless thine in-"; + bar; + + SATB 4.fdad; 8eb-ad; 2ecaa-; + L "he-ri-tance"; + endbar; + +// "Give peace in our time..." +newscore +CHANT(5/2) + B 1/2a; [len 0] 4f; [len 0] g; + L 1/2;4;; "-10|<^Give peace in our time> O Lord:"; + dblbar; + +RESP(1/4) + SATB edad; + L "Be-"; + bar; + +TS(7/8) + S 4a; b; 8d+ bm; c+ ebm; a; + A 4e; ; d; 8f; + T 4a; ; ; 8; + B 4c; ; b-; 8; + L 4;;;8; "cause there is none"; + bar; + +TS(2/4) +//BEAM(4\,4) + SAATB e+aeba-; 8e+baac; f+baac; + L "o-ther that"; + bar; + +TS(7/8) +//NOBEAM + SAATB 4gn+d+ac+ncn; g+d+ac+gn; 8g+d+bg+c+n; f+d+ag+c+; d+af+b; + L "figh-teth, figh-teth for"; + bar; + +TS(3/4) + S 2e+; 4; + A b<>; g; ae; + T 2e+; 4b; + B 2a; 4c; + L "us, but"; + bar; + +TS(5/8) + S d+ bm; e+ ebm; f+; 4e+; + A 4d+; 8b; c+ bm; a ebm; + T 4a; 8b; 4e+; + B f bm; e ebm; d; 4a; + L 4;8;4; "on-ly Thou,"; + bar; + + S b bm; c+ ebm; d+; 4c+; + A 4g; 8; a bm; g ebm; + T 4e+; 8; 4; + B g bm; e ebm; d; 4c; + L 4;8;4; "on-ly Thou,"; + bar; + +TS(4/4) + S 8d+ bm; e+ ebm; f+; 4e+<>; 8d+; 4b; + A 4a; 8; 4.g; 4a; + T 4f+; 8d+; 4.b; 4d+; + B 4b-; 8; 4.e; 4e-; + L 4;8;4.;4; "on-ly thou O"; + bar; + +TS(2/4) + SAATTBB 2c+aec+bea-; + L "God."; + endbar; + +// "O God, make clean... +newscore +CHANT(5/2) + B 1/2a; [len 0] 4f; [len 0] g; + L 1/2;4;; "-10|<^O God, make clean our hearts with> in us:"; + dblbar; + +RESP(1/4) + SATB e+ad+e; + L "And"; + bar; + +TS(4/4) + SATB 2e+ac+a; 4aac+a; e+ac+a; + L "take not Thy"; + bar; + + SATB 4.e+ad+gn; 8aad+g; 4; e+ad+g; + L "Ho-ly Spi-rit"; + bar; + + SAATB 2e+aed+f; aed+f; + L "from us."; + endbar; + +// Collects +newscore +CHANT(2/2) + B 1a; + L 1; "-20|<^1st collect:>"; + bold (16) above 1: 1 "Collects"; + bar; + +RESP(2/2) + SAATB aed+f; agndbe; + L "A-men;"; + dblbar; + +CHANT(2/2) + B 1a; + L 1; "-20|<^2nd collect:>"; + bar; + +RESP(2/2) + SAATB agndbgn; afdad; + L "A-men;"; + dblbar; + +CHANT(2/2) + B 1a; + L 1; "-20|<^3rd collect:>"; + bar; + +RESP(1/4) + SATB eda~d; + lyrics above 1,2: "A-"; + lyrics below 1,2: "A-"; + phrase above 1: 1 til 4m+1; + phrase below 1: 1 til 3m+1; + phrase above 2: 1 til 1m+4.5; + phrase below 2: 1 til 2m+1; + bar; + +TS(4/4) +BEAM(2\,2) + S a; b; 8d+; c+; a; e; + A 2e; 4f; e; + T 2a; 4d+; 8b; a; + B 2c; 4b-; c; + lyrics above 2: 2s;4s;; "men,"; + bar; + + S f; g; a; b; + A 2d; 4f; d; + T 1a; + B 2d; b-; + lyrics above 2: "A-"; + lyrics below 2: "men, A-"; + phrase below 2: 3 til 2m+1; + phrase above 2: 1 til 2m+1; + bar; + + S c+; d+; 2e+; + A 2a; 4a<>; g; + T 2e+; d+; + B 2e; e-; + lyrics below 1: 2;; "men, A-"; + phrase below 1: 3 til 1m+1; + bar; + + SATB 1e+ac+a-; + lyrics above 1,2: "men."; + lyrics below 1,2: "men."; + endbar; + +// "The Lord be with you" +newscore +CHANT(2/1) + B 1/2a; + L 1/2; "-10|<^The Lord be with you: >"; + bold (16) above 1: 1 "Dismissals"; + dblbar; + +RESP(1/4) + SATB gndba; + L "And"; + bar; + +TS(2/2) + SATB gnebgn; d+dbg; + L "with thy"; + bar; + + SAATB e+afd+d; d+afd+f; + L "spi-rit."; + endbar; + +newscore +CHANT(5/2) + B 1a; [len 0] 4g; [len 0] f; 1b; + L 1;4;;1;"-10|<^Let us> bless the Lord:"; + bar; + +RESP(1/4) + S 8d+ bm; c+ ebm; + A af; + T d+; + B f; + L 4; "Thanks"; + LS 4; "Thanks"; + LB 4; "Thanks"; + bar; + +TS(4/4) + S b; e; c+; 8a bm; g ebm; + A 2.e; 4; + T b; d+; c+; b; + B g; ; a; c; + L 2.;4; "be_ to"; + LS 4;;;; "be to God, Thanks_"; + LB 4;;;; "be to God, Thanks_"; + phrase above 2: 1 til 3; + phrase above 1: 4 til 1m + 2; + phrase below 2: 4 til 1m + 2.5; + bar; + + S f; d+; 4.b; 8a; + A 8e bm; 16d; c ebm; 8d bm; f ebm; 4.af; 8; + T a; ; d+; ; + B d; 8b- bm; d ebm; 4f; a; + L 4;;;; "God, Thanks be to"; + LS 4s;s;4.;8; "be to"; + LB 4s;s;4;; "be to"; + bar; + + S 1e+c+; + A 1ba; + T 1e+; + B 1c+; + L "God"; + LS "God"; + LB "God"; + endbar; + +// copyright stuff +left (_win.w, _win.s) "Engraved by Withburga Music" +center "$Id: responses.mup,v 1.8 2003/08/25 18:16:05 djk Exp $" +right "http://www.tobit.co.uk/withburga" +left nl "Edition \(copyright) 2003" +right "Music \(copyright) 1996 Chris Tollman" + + diff --git a/vivanco/Makefile b/vivanco/Makefile new file mode 100644 index 0000000..2de9fc8 --- /dev/null +++ b/vivanco/Makefile @@ -0,0 +1,30 @@ +# +# $Id: Makefile,v 1.1 2001/01/29 23:51:33 djk Exp $ +# +.SUFFIXES: .gif .ps .mup + +OBJ=cum-ieiunatis.ps +#D=-D TRANSPOSE + +all : ps + +ps : $(OBJ) + touch ps + +cum-ieiunatis.gif : cum-ieiunatis.mup + gs -sDEVICE=ppm -sOutputFile=$*%d.ppm -sPAPERSIZE=a4 $*.ps + ppmtogif < $*1.ppm > $*1.gif + ppmtogif < $*2.ppm > $*2.gif + ppmtogif < $*3.ppm > $*3.gif + ppmtogif < $*4.ppm > $*4.gif + ppmtogif < $*5.ppm > $*5.gif + rm -f $**ppm + ln -s $*1.gif $*.gif + +clean : + rm -f *~ *.ps *.mid + +.mup.ps : + mup $D $< -f $@ + mup $D $< -m $*.mid + diff --git a/vivanco/cum-ieiunatis.mup b/vivanco/cum-ieiunatis.mup new file mode 100644 index 0000000..88e6e54 --- /dev/null +++ b/vivanco/cum-ieiunatis.mup @@ -0,0 +1,835 @@ +// cum-ieiunatis.mup + +// For transposition and part extraction see accompanying shell script all.sh + +ifdef SCORE + define COPYRGHTSZ "14" @ +else + define COPYRGHTSZ "10" @ +endif + +define CPRGHT "\f(TR)\s("+COPYRGHTSZ+")\(copyright)2000 by Christian Mondrup (scancm\@biobase.dk) & Emilio Cano Molina (emiliocano\@mundoclasico.com).\nTypeset with Mup, non-commercial copying welcome." @ + +define TRANSLATION "Moreover when ye fast, be not, as the hypocrites, of a sad countenance:\nfor they disfigure their faces, that they may appear unto men to fast.\nVerily I say unto you, they have their reward.\n\n\f(TI)Matthew 6,16" @ + +define COMPOSER "\s(15)Sebastián de Vivanco (1550-1622)\nLibro 23 del Archivo de la Catedral de Toledo" @ + +ifdef ALTUS1 + define COMPY b.n+12 @ +else ifdef ALTUS2 + define COMPY c.n+18 @ +else ifdef TENOR + define COMPY d.n+18 @ +else ifdef BASSUS + define COMPY e.n+18 @ +else + define COMPY a.n+18 @ +endif endif endif endif + +define ORIGKEY @ +ifdef LOWKEY undef ORIGKEY endif + +define SCORE @ +ifdef SUPERIUS undef SCORE endif +ifdef ALTUS1 undef SCORE endif +ifdef ALTUS2 undef SCORE endif +ifdef TENOR undef SCORE endif +ifdef BASSUS undef SCORE endif + +header + title bold (30) "Cum ieiunatis" + title (20) "Feria IV Cinerum" + ifdef LOWKEY + title (10) " " + title (14) "Orig. a fifth higher" + else + title (20) " " + endif +header2 + title (16) "- \% -" +score + panelsperpage=2 + pageheight=11.7 + pagewidth=8.26 +// pagewidth=11.7 +// pageheight=8.26 + ifdef SCORE + scale = .6 + packfact = 1.2 + else + scale = .8 + ifdef SUPERIUS + packfact = 1.4 + else ifdef ALTUS1 + packfact = 1.4 + else ifdef ALTUS2 + packfact = 1.4 + else ifdef TENOR + packfact = 1.4 + else ifdef BASSUS + packfact = 1.8 + endif endif endif endif endif + endif + units = cm + measnum = y + + lyricsalign = .5 + lyricssize = 16 + + ifdef SCORE + size = 18 + else + size = 14 + endif + + key = 2& + + ifdef ORIGKEY + addtranspose = up major 2 + endif + + ifdef LOWKEY + ifdef MIDI + addtranspose = up perfect 5 + else + addtranspose = down perfect 4 + endif + endif + + time = cut + staffs = 5 + ifdef SCORE + bracket = 1-5 + endif + beamstyle=2,2 +staff 1 + label = "\f(TB)\s(18) Svperius" + ifdef SCORE + label2 = "\f(TR)\s(16)S" + endif + ifdef LOWKEY + //transpose = up perfect 8 + endif + vscheme = 2f; +staff 2 + label = "\f(TB)\s(18) Altvs I" + ifdef SCORE + label2 = "\f(TR)\s(16)AI" + endif + ifdef LOWKEY + clef = treble8 + transpose = up perfect 8 + endif + vscheme = 2f; +staff 3 + label = "\f(TB)\s(18) Altvs II" + ifdef SCORE + label2 = "\f(TR)\s(16)AII" + endif + ifdef LOWKEY + clef = treble8 + transpose = up perfect 8 + endif + vscheme = 2f; +staff 4 + clef = treble8 + label = "\f(TB)\s(18) Tenor" + ifdef SCORE + label2 = "\f(TR)\s(16)T" + endif + vscheme = 2f; +staff 5 + clef = bass + label = "\f(TB)\s(18) Bassus" + ifdef SCORE + label2 = "\f(TR)\s(16)B" + endif + vscheme = 2f; + +music +// title bold (50) "Cum ieiunatis\n" +// title (30) "Feria IV Cinerum\n" +// ifdef LOWKEY +// title (10) " " +// title (14) "Orig. a fifth higher\n" +// else +// title (20) " " +// endif +// title bold (30) "Sebastián de Vivanco (1550-1622)\n" +// title (25) "Libro 23 del Archivo de la Catedral de Toledo\n" +// +// title (30) " " + + + score + barstyle = 1-5; + music + + + define RECORDER "74" @ + + midi all: 0 "tempo=100"; + midi 1: 0 "channel=2"; 0 "program="+RECORDER; + midi 2: 0 "channel=3"; 0 "program="+RECORDER; + midi 3: 0 "channel=4"; 0 "program="+RECORDER; + midi 4: 0 "channel=5"; 0 "program="+RECORDER; + midi 5: 0 "channel=6"; 0 "program="+RECORDER; + + ifndef MIDI + 1 1: [len 0; cue] 8f+; 2..s; + 1 2: [len 0; cue] 8d; 2..s; + 2 1: [len 0; cue] 8b; 2..s; + 2 2: [len 0; cue] 8f-; 2..s; + 3 1: [len 0; cue] 8b; 2..s; + 3 2: [len 0; cue] 8f-; 2..s; + 4 1: [len 0; cue] 8g+; 2..s; + 4 2: [len 0; cue] 8d; 2..s; + 5 1: [len 0; cue] 8d+; 2..s; + 5 2: [len 0; cue] 8b-; 2..s; + else + 1: 1s; + endif + dblbar mnum=1 + + score + barstyle = ; + music + + // 1 + 1: 2f=a; 4f; ; + lyrics 1: "Cum ie-iu-"; + 2: [=b] mr; + 3: [=c] mr; + 4: [=d] mr; + 5: [=e] mr; + right(_win.e,COMPY) COMPOSER + bar + + // 2 + 1: 2c+; d+; + lyrics 1: "na-tis,"; + 2: 2r; b-; + lyrics 2: "Cum"; + 3: mr; + 4: mr; + 5: mr; + bar + + // 3 + 1: 4r; f+; 2f+~; + lyrics 1: "no-li-"; + 2: 4b-; ; 2f; + lyrics 2: "ie-iu-na-"; + 3: mr; + 4: mr; + 5: mr; + bar + + // 4 + 1: 4f+; e+; 2d+; + lyrics 1: "te fi-"; + 2: g; 4r; b; + lyrics 2: "tis, no-"; + 3: 2r; b-=c; + lyrics 3: "Cum"; + 4: mr; + 5: mr; + ifdef ALTUS2 right(_win.e,COMPY) COMPOSER endif + bar + + // 5 + 1: 2d+; c+~; + lyrics 1: "e-ri,_"; + 2: 2.b; 4a~; + lyrics 2: "li-te_"; + 3: 4b-; ; 2f~; + lyrics 3: "ie-iu-na-"; + 4: 2r; f=d; + lyrics 4: "Cum"; + 5: mr; + ifdef TENOR right(_win.e,COMPY) COMPOSER endif + bar + + // 6 + 1: 1c+; + lyrics 1: 2.s;4; "<>"; + 2: 8a; g; 2f; 4e; + lyrics 2: 4s;2;4; "fi-e-"; + 3: 2f; g; + lyrics 3: "tis"; + 4: 4f; ; 2c+; + lyrics 4: "ie-iu-nan-"; + 5: mr; + bar + + // 7 + 1: 4r; d+; 2d+; + lyrics 1: "no-li-"; + 2: 1f; + lyrics 2: "ri,"; + 3: 4r; b; 2~; + lyrics 3: "no-li-"; + 4: 2d+; 4r; f+; + lyrics 4: "tis, no-"; + 5: 2b-=e; 4; ; + lyrics 5: "Cum ie-iu-"; + ifdef BASSUS right(_win.e,COMPY) COMPOSER endif + bar + + // 8 + 1: 2c+; b~; + lyrics 1: "te fi-"; + 2: 4r; f-; 2b-; + lyrics 2: 4s;2.;"no-"; + 3: 4b; a; g; ; + lyrics 3: "te fi-e-"; + 4: 2.f+; 4e+; + lyrics 4: "li-te"; + 5: 2f; g; + lyrics 5: "na-tis,"; + bar + + // 9 + 1: 2b; ~; + lyrics 1: "e-"; + 2: 4b-; f; 4.; 8; + lyrics 2: "li, no-li-te"; + 3: 2f; 8r; d; b-; c; + lyrics 3: "ri no-li-te"; + 4: 2.d+; 4; + lyrics 4: "fi-e-"; + 5: 4r; b; 4.; 8a; + lyrics 5: "no-li-te"; + bar + + // 10 + 1: 2b; 4a; c+~; + lyrics 1: "ri si-"; + 2: 4f; en; f; c; + lyrics 2: "fi-e-ri si-"; + 3: 4d; b-; c; f; + lyrics 3: "fi-e-ri si-"; + 4: 2b; 4r; a; + lyrics 4: "ri si-"; + 5: 4g; ; f; ; + lyrics 5: "fi-e-ri si-"; + bar + + // 11 + 1: 8c+; ; 4; 4.b; 8a; + lyrics 1: 8s;8;4;2; "cut hy-po-"; + 2: 4c; ; d; b-; + lyrics 2,4,5: "cut hy-po-cri-"; + 3: 4e; 2f; 4g; + lyrics 3: "cut hy-po-"; + 4: 4g; a; b; g~; + 5: 4c; f; b-; e~; + bar + + // 12 + 1: 4g; f; 2e~; + lyrics 1: "cri-tae, tris-"; + 2: 4b-; 2; 8a-; g-; + lyrics 2: 4;2.; "tae, tris-"; + 3: 4e; d; 2c; + lyrics 3: "cri-tae, tris-"; + 4: 8g; a; 4b; 8g; f; e; d; + lyrics 4,5: 4s;4;2; "tae, tris-"; + 5: 4e; b-; 2c~; + bar + + // 13 + 1: 2e; d; + lyrics 1: "tes."; + 2: 2a-; b-~; + lyrics 2: 2s;2; "tes._"; + 3: 2c; 4r; d; + lyrics 3: "tes. Ex-"; + 4: 2e; f; + lyrics 4,5: 2s;2; "tes."; + 5: 2c; b-; + bar + + // 14 + 1: 4r; d+; 4.; 8; + lyrics 1,5: "Ex-ter-mi-"; + 2: 2b-; 8r; b; 4~; + lyrics 2: 8s;4.;8s;8;4; "<> Ex-ter-"; + 3: 2d; 4; g-; + lyrics 3: "ter-mi-nant"; + 4: 4f+; 4.; 8; 4d+; + lyrics 4: "Ex-ter-mi-nant"; + 5: 4r; b; 4.; 8; + bar + + // 15 + 1: 4b; 4.c+; 8a; 4b; + lyrics 1: "nant e-nim fa-"; + 2: 8b; ; 4g; a; f; + lyrics 2: "mi-nant e-nim"; + 3: 4g; e; 2f; + lyrics 3: "e-nim fa-"; + 4: 2e+; 4c+; d+; + lyrics 4: "e-nim fa-"; + 5: 4g; c+; f; b; + lyrics 5: "nant e-nim fa-"; + bar + + // 16 + 1: 4b; a; 2c+~; + lyrics 1,4,5: "ci-es su-"; + 2: 4g; f; en; f~; + lyrics 2: "fa-ci-es su-"; + 3: 8e; ; 4c; 2; + lyrics 3: "ci-es su-as,"; + 4: 4g; a; 2g~; + 5: 4e; f; 2c~; + bar + + // 17 + 1: 2c+; a~; + lyrics 1,5: "as,_"; + 2: 4f; en; 4.f; 8e&; + 3: 4r; 2c; 4d; + lyrics 3: "ut ap-"; + 4: 2g; f; + lyrics 4: "as,"; + 5: 2c; f~; + bar + + // 18 + 1: 2a; r; + lyrics 1,5: 4s;2.; "<>"; + 2: 4d; c; 2b-; + lyrics 2: 2s;2; "as,"; + 3: 2f; 4e; d~; + lyrics 3: "pa-re-ant_"; + 4: 4r; f; g; b~; + lyrics 4: "ut ap-pa-"; + 5: 2f; r; + bar + + // 19 + 1: 4r; f; g; b~; + lyrics 1: "ut ap-pa-"; + 2: 2r; 4r; b-; + lyrics 2: "ut"; + 3: 4d; c; e; d~; + lyrics 3: "ho-mi-ni"; + 4: 4b; a; 4.g; 8f; + lyrics 4: "re-ant ho-"; + 5: mr; + bar + + // 20 + 1: 4b; a; g; f; + lyrics 1: "re-ant ho-"; + 2: 4d; f; e; d~; + lyrics 2: "ap-pa-re-ant_"; + 3: 4d; c; 2b-; + lyrics 3: 2s;2; "bus,"; + 4: 4g; a; 2b; + lyrics 4: "mi-ni-bus,"; + 5: 4r; f; g; b~; + lyrics 5: "ut ap-pa-"; + bar + + // 21 + 1: 4g; a; 2b; + lyrics 1: "mi-ni-bus,"; + 2: 4d; c; 2d; + lyrics 2: 16s;8.;4;2; "<> ho-mi-"; + 3: 4r; f; g; b~; + lyrics 3: "ut ap-pa-"; + 4: mr; + 5: 4b; a; 4.g; 8f; + lyrics 5: "re-ant ho-"; + bar + + // 22 + 1: mr; + 2: 2e; d; + lyrics 2: "ni-bus,"; + 3: 4b; a; g; f; + lyrics 3: "re-ant ho-"; + 4: 4r; c+; d+; f+~; + lyrics 4: "ut ap-pa-"; + 5: 4g; a; b; d+; + lyrics 5: "mi-ni-bus ie-"; + bar + + // 23 + 1: 4r; c+; d+; f+~; + lyrics 1: "ut ap-pa-"; + 2: 2r; 4r; f; + lyrics 2: "ut"; + 3: 4g; a; 2b; + lyrics 3: "mi-ni-bus"; + 4: 4f+; e+; 4.d+; 8c+; + lyrics 4: "re-ant ho-"; + 5: 2c+; 4.b; 8a; + lyrics 5: 2;; "iu-nan-"; + bar + + // 24 + 1: 4f+; e+; d+; c+; + lyrics 1: "re-ant ho-"; + 2: 4g; 2b; 4a; + lyrics 2: "ap-pa-re-"; + 3: 4r; b-; d; f~; + lyrics 3: "ut ap-pa-"; + 4: 4d+; e+; f+; f; + lyrics 4: "mi-ni-bus, ut"; + 5: 2g; f; + lyrics 5: 2s;2; "tes"; + bar + + // 25 + 1: 4.b; 8a; 4b; g; + lyrics 1: 2.;4;"mi-ni-"; + 2: 4.g; 8f; 4g; e; + lyrics 2: "ant ho-mi-ni-"; + 3: 4f; e; d; b-~; + lyrics 3: "re-ant ho-"; + 4: 1g; + lyrics 4: "ap-"; + 5: mr; + bar + + // 26 + 1: 2f; 4r; f; + lyrics 1: "bus ie-"; + 2: 2d; f; + lyrics 2: "bus ie-"; + 3: 4b-; 2d; 4c~; + lyrics 3: "mi-ni-"; + 4: 2.b; 4a; + lyrics 4: "pa-re-"; + 5: mr; + bar + + // 27 + 1: 2b; c+; + lyrics 1: "iu-nan-"; + 2: 4g; 2; 8f; e; + lyrics 2: 4;2.; "iu-nan-"; + 3: 8c; b-; 2; 4a-; + 4: 4.g; 8; 4e; f; + lyrics 4: "ant ho-mi-ni-"; + 5: mr; + bar + + // 28 + 1: 4.d+; 8c+; b; a; 4b~; + 2: 2d; e; + lyrics 2: 2s;2; "tes,"; + 3: 4b-; f; g; ~; + lyrics 3: "bus ie-iu-nan-"; + 4: 2b; 4r; g; + lyrics 4: "bus ie-"; + 5: 4r; b-; 2e; + lyrics 5: "ie-iu-"; + bar + + // 29 + 1: 4b; a; 2b; + lyrics 1: 2s;2;"tes,"; + 2: mr; + 3: 8g; f; 2; 4en; + 4: 4c+; 4.d+; 8c+; 4b~; + lyrics 4: 4;2.; "iu-nan-"; + 5: 2f; g; + lyrics 5: 2s;2; "nan-"; + bar + + // 30 + 1: 4r; c+; d+; ~; + lyrics 1: "ie-iu-nan-"; + 2: 4r; 2f; 4g~; + lyrics 2: "ie-iu-"; + 3: 2f; 4r; b-; + lyrics 3: "tes, ie-"; + 4: 4b; a; 2b; + lyrics 4: 2s;2; "tes."; + 5: 4f; ; 2b; + lyrics 5: "tes, ie-iu-"; + bar + + // 31 + 1: 8d+; c+; 2; 4bn; + 2: 4g; 4.; 8f; 4~; + lyrics 2: 4s;2.; "nan-"; + 3: 2e; f; + lyrics 3: 1; "iu-"; + 4: mr; + 5: 2c+; d+; + lyrics 5: 2s;2; "nan-"; + bar + + // 32 + 1: 2c+; r; + lyrics 1: "tes."; + 2: 4f; 8en; d; 2e; + 3: 4.g; 8f; 2g; + lyrics 3: 1; "nan-"; + 4: 4r; 2c+; 4; + lyrics 4: "A-men"; + 5: 2c+; r; + lyrics 5: "tes."; + bar + + // 33 + 1: 4r; c+; a; b~; + lyrics 1: "A-men di-"; + 2: 1f; + lyrics 2: "tes,"; + 3: 2a; r; + lyrics 3: "tes,"; + 4: 2c+; d+; + lyrics 4: "di-co_"; + 5: 2.f; 4; + lyrics 5: "A-men"; + bar + + // 34 + 1: 4b; a; 2b; + lyrics 1: "co vo-"; + 2: mr; + 3: 2f; 4d; e~; + lyrics 3: "A-men di-"; + 4: 2c+; b; + lyrics 4: 8s;4.;2; "<> vo-"; + 5: 2f; g; + lyrics 5: "di-co_"; + bar + + // 35 + 1: 2a; g~; + lyrics 1: 2s;2; "bis,_"; + 2: mr; + 3: 4e; d; 2e; + lyrics 3: "co vo-"; + 4: 4c+; a; b; c+~; + lyrics 4: "bis, di-co vo-"; + 5: 2f; 4.e; 8f; + lyrics 5: 8s;4.;2; "<> vo-"; + bar + + // 36 + 1: 2g; r; + lyrics 1: 8s;2..; "<>"; + 2: 4r; 2g; 4; + lyrics 2: "A-men"; + 3: 2d; 4c; e~; + lyrics 3: 2s; 4;; "bis, di-"; + 4: 4c+; bn; 2c+~; + 5: 2g; c; + lyrics 5: 2s;2; "bis,"; + bar + + // 37 + 1: 2r; c+~; + lyrics 1: "A-"; + 2: 2g; a; + lyrics 2: "di-co"; + 3: 8e; f; 4.g; 8f; 4~; + 4: 1c+~; + 5: mr; + bar + + // 38 + 1: 4c+; ; ; d+; + lyrics 1: "men di-co"; + 2: 2g; f; + lyrics 2: "vo-bis,"; + 3: 4f; 8e; d; 4c; b-; + lyrics 3: 2.s;4; "co"; + 4: 2c+; f; + lyrics 4: 2s;2; "bis,"; + 5: 2c+; 4a; b~; + lyrics 5: "A-men di-"; + bar + + // 39 + 1: 2c+; b; + lyrics 1: "vo-bis"; + 2: 4r; c; 2d; + lyrics 2: "di-co"; + 3: 4c; f-; 2r; + lyrics 3: "vo-bis"; + 4: 4r; 2f+; 4; + lyrics 4: "A-men"; + 5: 4b; a; 2b; + lyrics 5: "co vo-"; + bar + + // 40 + 1: 2r; 4r; g; + lyrics 1: "di-"; + 2: 2c; b-; + lyrics 2: "vo-bis:"; + 3: 4r; c; 2d~; + lyrics 3: "di-co_"; + 4: 2f+; g+; + lyrics 4: "di-co"; + 5: 2a; g; + lyrics 5: 2s;2; "bis,"; + bar + + // 41 + 1: 4a; 2b; 4a; + lyrics 1: 4;2.; "co vo-"; + 2: 2r; 4r; f~; + lyrics 2: "re-"; + 3: 2d; c; + lyrics 3: 8s;4.;2; "<> vo-"; + 4: 1f+; + lyrics 4: "no-"; + 5: 4.d; 8e; 2f; + lyrics 5: "di-co vo-"; + bar + + // 42 + 1: 2b; r; + lyrics 1: "bis:"; + 2: 8f; ; 4; 2b-; + lyrics 2: "ce-pe-runt"; + 3: 4b-; 4.b; 8; 4; + lyrics 3: "bis: re-ce-pe-"; + 4: 1d+; + lyrics 4: "bis:"; + 5: 2b-; 4r; b; + lyrics 5: "bis: re-"; + bar + + // 43 + 1: mr; + 2: 4r; b-; d; e; + lyrics 2: "mer-ce-dem"; + 3: 4a; f; 2g; + lyrics 3: "runt mer-ce-"; + 4: mr; + 5: 4c+; d+; g; c+; + lyrics 5: "ce-pe-runt mer-"; + bar + + // 44 + 1: 4r; 4.b; 8; 4; + lyrics 1: "re-ce-pe-"; + 2: 2f; g; + lyrics 2: "su-am,"; + 3: 4d; 2f; 4en; + lyrics 3: 4;2.; "dem su-"; + 4: 2r; 4r; b; + lyrics 4: "re-"; + 5: 4.b; 8a; 2g; + lyrics 5: "ce-dem su-"; + bar + + // 45 + 1: 4a; f; 2g; + lyrics 1: "runt mer-ce-"; + 2: 2r; 4r; b~; + lyrics 2: "re-"; + 3: 2f; r; + lyrics 3: "am,"; + 4: 4c+; d+; g; g+; + lyrics 4: "ce-pe-runt mer-"; + 5: 2f; 4r; e; + lyrics 5: "am, re-"; + bar + + // 46 + 1: 4c; 2c+; 4bn; + lyrics 1: 4;2.; "dem su"; + 2: 8b; ; 4a; g; d; + lyrics 2: "ce-pe-runt, re-"; + 3: 2r; 4r; g~; + lyrics 3: "re-"; + 4: 4.f+; 8e+; 2d+; + lyrics 4: "ce-dem su-"; + 5: 2f; g; + lyrics 5: "ce-pe-"; + bar + + // 47 + 1: 2c+; 4r; e+~; + lyrics 1: "am, re-"; + 2: 4e; f; b-; 8r; b-; + lyrics 2: "ce-pe-runt, re-"; + 3: 4g; a; b; g; + lyrics 3: "ce-pe-runt,"; + 4: 4c+; ; 8g; a; 4b~; + lyrics 4: "am, mer-ce-dem su-"; + 5: 4c; f; 4.e; 8d; + lyrics 5: "runt mer-ce-dem"; + bar + + // 48 + 1: 8e+; ; 4; d+; b; + lyrics 1: "ce-pe-runt mer-"; + 2: 2c; d; + lyrics 2: "ce-pe-"; + 3: 4r; e; 2f; + lyrics 3: "re-ce-"; + 4: 4b; a; r; b~; + lyrics 4: "am, re-"; + 5: 2c; 4b-; ; + lyrics 5: "su-am, mer-"; + bar + + // 49 + 1: 4b; g; 8a; g; a; b; + lyrics 1: 4;;2; "ce-dem su-"; + 2: 4g-; g; f; ; + lyrics 2: "runt mer-ce-dem"; + 3: 2g; 4c; ; + lyrics 3: "pe-runt mer-"; + 4: 8b; ; 4; 2a; + lyrics 4: "ce-pe-runt"; + 5: 2e; f; + lyrics 5: "ce-dem"; + bar + + // 50 + 1: 1c+~; + 2: 8g; f; e; d; e; d; c; b-; + lyrics 2,5: 1; "su-"; + 3: 4e; 2g; 4f~; + lyrics 3: "ce-dem su-"; + 4: 4g; 4.c+; 8b; 4a; + lyrics 4: 4;2;4; "mer-ce-dem"; + 5: 1c~; + bar + + // 51 + 1: 2c+; g; + 2: 1c; + 3: 4f; 8en; d; 2e; + 4: 1g; + lyrics 4: "su-"; + 5: 1c; + bar + + // 52 + score + time = 4/2n; + music + 1: 1/2a; + lyrics 1-5: "am."; + 2: 1/2 c; + 3: 1/2f; + 4: 1/2f; + 5: 1/2f; + endbar pad -24 =_endsc + + ifdef SCORE + define TRANSLOFFS -30 @ + else + define TRANSLOFFS -22 @ + endif + + print (_win.w +5,_endsc.s TRANSLOFFS) TRANSLATION+" + +"+CPRGHT + diff --git a/watson/Makefile b/watson/Makefile new file mode 100644 index 0000000..04e16e7 --- /dev/null +++ b/watson/Makefile @@ -0,0 +1,20 @@ +# +# $Id: Makefile,v 1.6 1998/08/25 13:54:23 djk Exp $ +# +.SUFFIXES: .gif .ps .mup + +OBJ=atlantic.ps +#D=-D TRANSPOSE + +all : ps + +ps : $(OBJ) + touch ps + +clean : + rm -f *~ *.ps *.mid + +.mup.ps : + mup $D $< -f $@ + mup $D $< -m $*.mid + diff --git a/watson/atlantic.mup b/watson/atlantic.mup new file mode 100644 index 0000000..2426e14 --- /dev/null +++ b/watson/atlantic.mup @@ -0,0 +1,143 @@ +// version 7 +score + lyricsfontfamily = newcentury + fontfamily = avantgarde + +header + title "" "" "" + title (14) "" "\s(24)\f(AB)Oh! 'Twas in the Broad Altantic" "Michael Watson" + +score + staffs=2 + bracket=1-2 + lyricssize=15 + measnum=n + scale=0.7 +// packfact=0.8 +// staffsep=14 +// scorepad=8 +// scoresep=20 + topmargin=0.5 +// botmargin=0.25 +// panelsperpage=2 +ifdef A3 + pageheight=16.54 + pagewidth=11.69 + panelsperpage=2 +else + pageheight=11.6944 + pagewidth=8.26389 +endif + +staff 1 + clef=treble +staff 2 + clef=bass + +define S 1 1: @ +define A 1 2: @ +define T 2 1: @ +define B 2 2: @ + +score + key=1& + time=2/4 + beamstyle=2 + vscheme=2o + +music + midi all: 0 "tempo=90"; + S 4s; 8.a-f; 16cg; + B 4s; 4r; + bar; + + S 8a;a;b;a; + A 4cf;8df;cf; + B 8f-;c;4f; + bar; + + S 8a;4g;16g;a; + A 4ce;e; + B 8c;g;4c+; + bar; + + S 8b;b;c+;d+; + A f;f; + B d+;8a;b; + bar; + + S 4.g; 16a;b; + A e;e; + B 8c+;g;4c; + bar; + +// line 2 + newscore + + S 8c+;;8.;16a; + A f;f; + B 8a-;f;4a; + bar; + + S 8d+;;8.;16b; + A f;f; + B 8b-;f;4b; + bar; + + S 8c+;;b;g; + A f;e; + T a;8g;b; + B c;; + bar; + + S 4.f; 16;g; + T 4.a;8s; + B 8f;c;f;r; + bar; + + S 8a;;b;16a;; + A cf;8;; + B 8f-;c;4f; + bar; + + S 8a;g;g;a; + A ce;e; + B 8c;g;4c+; + bar; + +// line 3 + + newscore + + S 8b;;c+;d+; + A f;; + B d+;8a;b; + bar; + + S 4.g;16a;b; + A 4.e;8s; + B 8c+;g;c;r; + bar; + + S 8c+;;;16a;; + A 2f; + B 8a;c+;a;f; + bar; + + S 8d+;;;16b;; + A 2f; + B 8b;a;b;g; + bar; + + S 16c+;;;;8b;g; + A e;8d;e; + T s;8g;b; + B a;c; + bar; + + S 2f; + A 2f; + T 2a; + B 2f; + endbar; + diff --git a/willis/withburga/Makefile b/willis/withburga/Makefile new file mode 100644 index 0000000..2797619 --- /dev/null +++ b/willis/withburga/Makefile @@ -0,0 +1,21 @@ +# +# $Id: Makefile,v 1.1 1998/08/03 11:14:38 djk Exp $ +# +.SUFFIXES: .ps .mup + +OBJ=kyrie.ps +#D=-D TRANSPOSE + +all : ps + +ps : $(OBJ) + touch ps + +clean : + rm *~ *.ps *.mid + +.mup.ps : + mup $D $< -f $@ + mup $D $< -m $*.mid + + diff --git a/willis/withburga/kyrie.mup b/willis/withburga/kyrie.mup new file mode 100644 index 0000000..773b426 --- /dev/null +++ b/willis/withburga/kyrie.mup @@ -0,0 +1,373 @@ +header + title (21) "" + title bold (24) "St Withburga Service" "\f(TI)Kyrie" "\s(20)\f(TR)Neville Willis" + +header2 + title (16) "St Withburga Service" "" "Neville Willis" + title "" "" "" + +footer2 + title "" "\%" "" + +footer + title "" "\%" "" + +score + key=1& major + lyricsfontfamily = palatino + lyricssize=13 + measnum=y + scale=0.75 + staffsep=14 + pagewidth=8.26 + pageheight=11.7 + + +define S 1 1: @ +define A 1 2: @ +define T 2 1: @ +define B 2 2: @ +define OS 3 1: @ +define OA 3 2: @ +define OT 4 1: @ +define OB 4 2: @ +define L lyrics @ +define L1 lyrics 1: @ +define LS lyrics 1 1: @ +define LA lyrics 1 2: @ +define LT lyrics 2 1: @ +define LB lyrics 2 2: @ +define P phrase @ +define PS phrase above 1: @ +define PA phrase below 1: @ +define PT phrase above 2: @ +define PB phrase below 2: @ +define MS rom above 1: @ +define MA rom above 2: @ +define MT rom above 3: @ +define MB rom above 4: @ +define SMS "\(smsharp)" @ +define SMN "\(smnat)" @ +define SMF "\(smflat)" @ +define BSMS "(\(smsharp))" @ +define BSMN "(\(smnat))" @ +define BSMF "(\(smflat))" @ +define FERM "\(smferm)" @ + +score + time=2/4 + staffs=4 + vscheme=2o + bracket=1-2 ("Choir"); + brace=3-4 ("Organ"); + barstyle = 3-4 + staff 1 + clef=treble + staff 2 + clef=bass + visible=n + staff 3 + clef=treble + staff 4 + clef=bass + + +music + + midi 1 1-2: 0 "channel=1"; 0 "program=56"; + midi 2 1-2: 0 "channel=2"; 0 "program=57"; + midi 3 1-2: 0 "channel=3"; 0 "program=19"; + midi 4 1-2: 0 "channel=4"; 0 "program=19"; + + // 1 + S mr; + OS 2fec; + OT 2ac; + OB 2f-; + bar; + + // 2 + S mr; + OS 2fdb-; + OT 2ac; + OB 2f-; + bar; + + // 3 + S 4f; ; + A 4f; ; + L1 "Lord have"; + OS 4fec; fdb-; + OT 2a~c; + OB 2f-~; + bar; + + // 4 + S 4f; ; + A 4f; ; + L1 "mer-cy;"; + OS 4fec; fdb-; + OT 2ac; + OB 2f-; + bar; + + // 5 + S 4a; ; + A 4a; ; + L1 "Lord have"; + OS 4age; afd; + OT 2a~e; + OB 2f-~; + bar; + + // 6 + S 4a; ; + A 4a; ; + L1 "mer-cy;"; + OS 4age; afd; + OT 2ae; + OB 2f-; + bar; + + // 7 + S 4c+; ; + A 4c+; ; + L1 "Lord have"; + OS 4c+af; c+ge&; + OT 2a~c; + OB 2f-~; + bar; + + // 8 + S 4c+; ; + A 4c+; ; + L1 "mer-cy."; + OS 4c+af; c+ge&; + OT 2ac; + OB 2f-; + bar; + + newscore + +score + time=4/4 + staff 2 + visible=y + +music + + // 9 + S 2.d+; 4e+; + A 4f; g; f; e; + T 4a; b; a; b; + B 2.d; 4c; + + PT 1 til 3; + + L1 2.; 4; "Christ have"; + + OS 2.d+a; 4e+b; + OA 4f; g; f; e; + OT 4a; b; a; bg; + OB 2.d; 4c; + bar; + + // 10 + S 2d+; c+; + A 4f<>; g; 2e; + T 4a<>; b; 2c+; + B 2d; g; + + L1 2; 2; "mer-cy;"; + + OS 2d+; c+g; + OA 4f; g; 2e; + OT 4a; b; 2c+g; + OB 2d; c; + bar; + + // 11 + S 2.d+; 4e+; + A 4f; g; f; b; + T 4a; b; a; g; + B 2.d; 4c; + + PT 1 til 3; + + L1 2.; 4; "Christ have"; + + OS 2.d+a; 4e+b; + OA 4f; g; f; e; + OT 4a; b; a; bg; + OB 2.d; 4c; + bar; + + // 12 + S 2d+; c+; + A 4f<>; g; 2e; + T 4a<>; b; 2g; + B 2d; c; + + L1 2; ; "mer-cy;"; + + OS 2d+; c+; + OA 4f; g; 2e; + OT 4a; b; 2g; + OB 2d; g; + bar; + + // 13 + S 2.b; 4c+; + A 2.d; 4d&; + T 4g; d; g; b; + B 2.g-; 4; + + PT 1 til 3; + + L1 2.; 4; "Christ have"; + + OS 2.bgf; 4c+gf; + OA 2.d; 4d&; + OT 4g; d; g; b; + OB 2.g-; 4; + bar; + + // 14 + S 2b; g; + A 2e; d; + T 2c+; b; + B 4c; d; 2e; + + L1 2; ; "mer-cy."; + + OS 2b; g; + OA 2e; d; + OT 2c+; b; + OB 4c; d; 2e; + bar; + + newscore + +score + time=2/4 + +music + // 15 + S 4f; ; + A 4f; ; + T 4f; ; + B 4f; ; + + L1 "Lord have"; + + OS 4fec; fdb-; + OT 2a~c; + OB 2f-~; + bar; + + // 16 + S 4f; ; + A 4f; ; + T 4f; ; + B 4f; ; + + L1 "mer-cy;"; + + OS 4fec; fdb-; + OT 2ac; + OB 2f-; + bar; + + // 17 + S 4a; ; + A 4a; ; + T 4a; ; + B 4a; ; + + L1 "Lord have"; + + OS 4age; afd; + OT 2a~e; + OB 2f-~; + bar; + + // 18 + S 4a; ; + A 4a; ; + T 4a; ; + B 4a; ; + + L1 "mer-cy;"; + + OS 4age; afd; + OT 2ae; + OB 2f-; + bar; + + // 19 + S 2c+; + A 4f<>; 4e&; + T 4a<>; g; + B 4f<>; c; + + L1 2; "Lord"; + + OS 2c+; + OA 4f; 4e&; + OT 4af; gc; + OB 2f-; + + P below 4: 1 til 3m + 1; + bar; + + // 20 + S 2c+; + A 4f<>; e&; + T 4a<>; b; + B 4f<>; g; + + L1 2; "have"; + + OS 2c+; + OA 4f; be&; + OT 4af; bg; + OB 2f-; + bar; + + // 21 + S 2c+; + A 4f<>; 4e&; + T 4a<>; g; + B 4f<>; c; + + L1 2; "mer-"; + + OS 2c+; + OA 4f; 4ge&; + OT 4af; gc; + OB 2f-; + bar; + + // 22 + S 2c+; + A 2f; + T 2a; + B 2f; + + L1 "cy."; + + OS 2c+af; + OA 2c; + OT 2af; + OB 2f-; + dblbar; + + + title "" + title "" + title "" + title "Engraved by Withburga Music" \ + "$Id: kyrie.mup,v 1.2 1998/08/03 22:09:57 djk Exp $" \ + "http://www.tobit.co.uk/withburga" + title "Edition \(copyright) 1998" "" + -- 2.34.1