From 1b87efef66f8c21828bd0e969f2e235467e390c6 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 17 Nov 2022 13:55:36 +0100 Subject: Messias: nun alles als midi --- Messias/parts/XXVI.ly | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Messias/parts/XXVI.ly') diff --git a/Messias/parts/XXVI.ly b/Messias/parts/XXVI.ly index 5b6f06d..48e0ae1 100644 --- a/Messias/parts/XXVI.ly +++ b/Messias/parts/XXVI.ly @@ -2,6 +2,7 @@ include(parts/stimmenXXVI.pre) include(parts/texteXXVI.pre) \score { + ifdef(`midi',`\unfoldRepeats {') \new ChoirStaff << \set Score.skipBars = ##t \new Staff { @@ -22,6 +23,14 @@ include(parts/texteXXVI.pre) } \new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextXXVIEng') } >> +ifdef(`midi',`} + `\midi' { + \context { + \Score + tempoWholesPerMinute = #(ly:make-moment 72 2) + } + } +',` \layout { indent = #0 } @@ -32,4 +41,5 @@ include(parts/texteXXVI.pre) composer = "Georg Friedrich Händel" tagline = ##f } +') } -- cgit v1.2.3-54-g00ecf