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/XXXVIII.ly | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Messias/parts/XXXVIII.ly') diff --git a/Messias/parts/XXXVIII.ly b/Messias/parts/XXXVIII.ly index 7e8f9c9..419c811 100644 --- a/Messias/parts/XXXVIII.ly +++ b/Messias/parts/XXXVIII.ly @@ -2,6 +2,7 @@ include(parts/stimmenXXXVIII.pre) include(parts/texteXXXVIII.pre) \score { + ifdef(`midi',`\unfoldRepeats {') \new ChoirStaff << \set Score.skipBars = ##t \new Staff { @@ -22,6 +23,14 @@ include(parts/texteXXXVIII.pre) } \new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextXXXVIIIEng') } >> +ifdef(`midi',`} + `\midi' { + \context { + \Score + tempoWholesPerMinute = #(ly:make-moment 72 2) + } + } +',` \layout { indent = #0 } @@ -32,4 +41,5 @@ include(parts/texteXXXVIII.pre) composer = "Georg Friedrich Händel" tagline = ##f } +') } -- cgit v1.2.3-54-g00ecf