summaryrefslogtreecommitdiff
path: root/Messias/parts/XXIII.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Messias/parts/XXIII.ly')
-rw-r--r--Messias/parts/XXIII.ly10
1 files changed, 10 insertions, 0 deletions
diff --git a/Messias/parts/XXIII.ly b/Messias/parts/XXIII.ly
index 666e04e..db3bc97 100644
--- a/Messias/parts/XXIII.ly
+++ b/Messias/parts/XXIII.ly
@@ -2,6 +2,7 @@ include(parts/stimmenXXIII.pre)
include(parts/texteXXIII.pre)
\score {
+ ifdef(`midi',`\unfoldRepeats {')
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff {
@@ -22,6 +23,14 @@ include(parts/texteXXIII.pre)
}
\new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextXXIIIEng') }
>>
+ifdef(`midi',`}
+ `\midi' {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ }
+ }
+',`
\layout {
indent = #0
}
@@ -32,4 +41,5 @@ include(parts/texteXXIII.pre)
composer = "Georg Friedrich Händel"
tagline = ##f
}
+')
}