summaryrefslogtreecommitdiff
path: root/Messias/parts/XX.ly
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2022-10-28 09:50:55 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2022-10-28 09:50:55 +0200
commit4f00781b82452c5f7418d14b8624af4f7245fc01 (patch)
tree82f93f8993da2e7aab06cee74ce231f7af1336d6 /Messias/parts/XX.ly
parent72ccc79368168ced95925ec1b2014166fb415715 (diff)
downloadMusik-4f00781b82452c5f7418d14b8624af4f7245fc01.tar.xz
Messias: XX angelegt
Diffstat (limited to 'Messias/parts/XX.ly')
-rw-r--r--Messias/parts/XX.ly35
1 files changed, 35 insertions, 0 deletions
diff --git a/Messias/parts/XX.ly b/Messias/parts/XX.ly
new file mode 100644
index 0000000..c4fb411
--- /dev/null
+++ b/Messias/parts/XX.ly
@@ -0,0 +1,35 @@
+include(parts/stimmenXX.pre)
+include(parts/texteXX.pre)
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ \label #'ChorXX
+ \new Voice = sopran { \globalXX \sopranMelodieXX \bar "|." }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto sopran { \sopranTextXXEng }')
+ \new Staff {
+ \new Voice = alt { \globalXX \altMelodieXX }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto alt{ \altTextXXEng }')
+ \new Staff {
+ \new Voice = tenor { \globalXX \tenorMelodieXX }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto tenor { \tenorTextXXEng }')
+ \new Staff {
+ \new Voice = bass { \globalXX \bassMelodieXX }
+ }
+ ifdef(`deutsch',`',`\new Lyrics \lyricsto bass { \bassTextXXEng }')
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "Messias"
+ subtitle = ##f
+ piece = "Nr. 20 Chor"
+ composer = "Georg Friedrich Händel"
+ tagline = ##f
+ }
+}