summaryrefslogtreecommitdiff
path: root/Missa_brevis/parts/Gloria.ly
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/Gloria.ly
parentce6e830775ea00e96368aed5392315e4d4e69bcb (diff)
downloadMusik-f6437380f48a45dccd8897de38ceaae6d847ac43.tar.xz
Missa_brevis: Gloria begonnen
Diffstat (limited to 'Missa_brevis/parts/Gloria.ly')
-rw-r--r--Missa_brevis/parts/Gloria.ly29
1 files changed, 29 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"
+ }
+}