summaryrefslogtreecommitdiff
path: root/Missa_brevis/parts
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-08-15 12:48:41 +0200
committerErich Eckner <git@eckner.net>2018-08-15 12:48:41 +0200
commitf6437380f48a45dccd8897de38ceaae6d847ac43 (patch)
tree5a505bf7bd534a775d9a2bc3e30f71a66d873e17 /Missa_brevis/parts
parentce6e830775ea00e96368aed5392315e4d4e69bcb (diff)
downloadMusik-f6437380f48a45dccd8897de38ceaae6d847ac43.tar.xz
Missa_brevis: Gloria begonnen
Diffstat (limited to 'Missa_brevis/parts')
-rw-r--r--Missa_brevis/parts/Gloria.ly29
-rw-r--r--Missa_brevis/parts/artikulation_Gloria.ly4
-rw-r--r--Missa_brevis/parts/stimmen_Gloria.ly27
-rw-r--r--Missa_brevis/parts/texte_Gloria.ly28
4 files changed, 88 insertions, 0 deletions
diff --git a/Missa_brevis/parts/Gloria.ly b/Missa_brevis/parts/Gloria.ly
new file mode 100644
index 0000000..9c5cd0c
--- /dev/null
+++ b/Missa_brevis/parts/Gloria.ly
@@ -0,0 +1,29 @@
+\include "deutsch.ly"
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \label #'Gloria
+ \new Voice = frauen { \globalBenedictus \oneVoice \pausenGloria }
+ \new Voice = sopran { \globalBenedictus \voiceOne << \sopranMelodieGloria \artikulationGloria >> }
+ \new Voice = alt { \globalBenedictus \voiceTwo \altMelodieGloria }
+ >>
+ \new Lyrics = text { }
+ \new Staff <<
+ \new Voice = maenner { \globalBenedictus \oneVoice \pausenGloria }
+ \new Voice = tenor { \globalBenedictus \clef "bass" \voiceOne \tenorMelodieGloria }
+ \new Voice = bass { \globalBenedictus \clef "bass" \voiceTwo << \bassMelodieGloria \artikulationGloria >> }
+ >>
+ \context Lyrics = text \lyricsto sopran \textGloria
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "Missa Brevis"
+ composer = "Jacob de Haan"
+ tagline = ##f
+ piece = "Gloria"
+ }
+}
diff --git a/Missa_brevis/parts/artikulation_Gloria.ly b/Missa_brevis/parts/artikulation_Gloria.ly
new file mode 100644
index 0000000..47ea7af
--- /dev/null
+++ b/Missa_brevis/parts/artikulation_Gloria.ly
@@ -0,0 +1,4 @@
+
+artikulationGloria = {
+ s1*7 |
+}
diff --git a/Missa_brevis/parts/stimmen_Gloria.ly b/Missa_brevis/parts/stimmen_Gloria.ly
new file mode 100644
index 0000000..db67381
--- /dev/null
+++ b/Missa_brevis/parts/stimmen_Gloria.ly
@@ -0,0 +1,27 @@
+\version "2.12"
+
+globalGloria = {
+ \time 4/4
+ \key b \major
+ \autoBeamOff
+}
+
+pausenGloria = {
+ R1*5 |
+}
+
+sopranMelodieGloria = \relative a' {
+ s1*5 |
+}
+
+altMelodieGloria = \relative a' {
+ s1*5 |
+}
+
+tenorMelodieGloria = \relative a {
+ s1*5 |
+}
+
+bassMelodieGloria = \relative a {
+ s1*5 |
+}
diff --git a/Missa_brevis/parts/texte_Gloria.ly b/Missa_brevis/parts/texte_Gloria.ly
new file mode 100644
index 0000000..dfae715
--- /dev/null
+++ b/Missa_brevis/parts/texte_Gloria.ly
@@ -0,0 +1,28 @@
+
+textGloria = \lyricmode {
+ Glo -- ri -- a in ex -- cel -- sis De -- o
+ et in ter -- ra pax ho -- mi -- ni -- bus
+ bo -- nae vo -- lun -- ta -- tis.
+ Lau -- da -- mus Te.
+ Be -- ne -- di -- ci -- mus Te.
+ Ad -- o -- ra -- mus Te.
+ Glo -- ri -- fi -- ca -- mus Te.
+ Gra -- ti -- as a -- gi -- mus Ti -- bi
+ prop -- ter mag -- nam glo -- ri -- am tu -- am.
+ Do -- mi -- ne De -- us Rex coe -- les -- tis,
+ De -- us Pa -- ter om -- ni -- po -- tens.
+ Do -- mi -- ne Fi -- li u -- ni ge -- ni -- te, Je -- su Chris -- te.
+ Do -- mi -- ne De -- us Ag -- nus De -- i, Fi -- li -- us Pa -- tris.
+ Qui tol -- lis pec -- ca -- ta mun -- di,
+ mi -- se -- re -- re no -- bis.
+ Qui tol -- lis pec -- ca -- ta mun -- di,
+ sus -- ci -- pe de -- pre -- ca -- ti -- o -- nem nos -- tram.
+ Qui se -- des ad dex -- te -- ram Pa -- tris,
+ mi -- se -- re -- re no -- bis.
+ Quo -- ni -- am Tu so -- lus Sanc -- tus.
+ Tu so -- lus Do -- mi -- mus.
+ Tu so -- lus al -- tis -- si -- mus,
+ Je -- su Chris -- te, Je -- su Chris -- te.
+ Cum Sanc -- to Spi -- ri -- tu in glo -- ri -- a De -- i Pa -- tris.
+ A -- men.
+}