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