summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-11-17 13:55:36 +0100
committerErich Eckner <git@eckner.net>2022-11-17 13:55:36 +0100
commit1b87efef66f8c21828bd0e969f2e235467e390c6 (patch)
tree9057e823ada13b144e3a5ff0e9dd4a79a6831915
parent04f4ebdea5f29f07d198d6196db99873170c48c2 (diff)
downloadMusik-1b87efef66f8c21828bd0e969f2e235467e390c6.tar.xz
Messias: nun alles als midi
-rw-r--r--Messias/parts/IX.ly10
-rw-r--r--Messias/parts/LI.ly10
-rw-r--r--Messias/parts/LII.ly10
-rw-r--r--Messias/parts/VI.ly10
-rw-r--r--Messias/parts/XII.ly10
-rw-r--r--Messias/parts/XIX.ly10
-rw-r--r--Messias/parts/XLII.ly10
-rw-r--r--Messias/parts/XLIV.ly10
-rw-r--r--Messias/parts/XLIX.ly10
-rw-r--r--Messias/parts/XV.ly10
-rw-r--r--Messias/parts/XX.ly10
-rw-r--r--Messias/parts/XXII.ly10
-rw-r--r--Messias/parts/XXIII.ly10
-rw-r--r--Messias/parts/XXIV.ly10
-rw-r--r--Messias/parts/XXVI.ly10
-rw-r--r--Messias/parts/XXXI.ly10
-rw-r--r--Messias/parts/XXXII.ly10
-rw-r--r--Messias/parts/XXXIV.ly10
-rw-r--r--Messias/parts/XXXVI.ly10
-rw-r--r--Messias/parts/XXXVIII.ly10
20 files changed, 200 insertions, 0 deletions
diff --git a/Messias/parts/IX.ly b/Messias/parts/IX.ly
index da72163..50d8db5 100644
--- a/Messias/parts/IX.ly
+++ b/Messias/parts/IX.ly
@@ -2,6 +2,7 @@ include(parts/stimmenIX.pre)
include(parts/texteIX.pre)
\score {
+ ifdef(`midi',`\unfoldRepeats {')
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff {
@@ -22,6 +23,14 @@ include(parts/texteIX.pre)
}
\new Lyrics \lyricsto bass { ifdef(`deutsch',`\bassTextIXDeu',`\bassTextIXEng') }
>>
+ifdef(`midi',`}
+ `\midi' {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ }
+ }
+',`
\layout {
indent = #0
}
@@ -32,4 +41,5 @@ include(parts/texteIX.pre)
composer = "Georg Friedrich Händel"
tagline = ##f
}
+')
}
diff --git a/Messias/parts/LI.ly b/Messias/parts/LI.ly
index 3785a01..205bc14 100644
--- a/Messias/parts/LI.ly
+++ b/Messias/parts/LI.ly
@@ -2,6 +2,7 @@ include(parts/stimmenLI.pre)
include(parts/texteLI.pre)
\score {
+ ifdef(`midi',`\unfoldRepeats {')
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff {
@@ -22,6 +23,14 @@ include(parts/texteLI.pre)
}
\new Lyrics \lyricsto bass { ifdef(`deutsch',`\bassTextLIDeu',`\bassTextLIEng') }
>>
+ifdef(`midi',`}
+ `\midi' {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ }
+ }
+',`
\layout {
indent = #0
}
@@ -32,4 +41,5 @@ include(parts/texteLI.pre)
composer = "Georg Friedrich Händel"
tagline = ##f
}
+')
}
diff --git a/Messias/parts/LII.ly b/Messias/parts/LII.ly
index 9672cb5..ad272b0 100644
--- a/Messias/parts/LII.ly
+++ b/Messias/parts/LII.ly
@@ -2,6 +2,7 @@ include(parts/stimmenLII.pre)
include(parts/texteLII.pre)
\score {
+ ifdef(`midi',`\unfoldRepeats {')
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff {
@@ -22,6 +23,14 @@ include(parts/texteLII.pre)
}
\new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextLIIEng') }
>>
+ifdef(`midi',`}
+ `\midi' {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ }
+ }
+',`
\layout {
indent = #0
}
@@ -32,4 +41,5 @@ include(parts/texteLII.pre)
composer = "Georg Friedrich Händel"
tagline = ##f
}
+')
}
diff --git a/Messias/parts/VI.ly b/Messias/parts/VI.ly
index 029af0a..8efb524 100644
--- a/Messias/parts/VI.ly
+++ b/Messias/parts/VI.ly
@@ -2,6 +2,7 @@ include(parts/stimmenVI.pre)
include(parts/texteVI.pre)
\score {
+ ifdef(`midi',`\unfoldRepeats {')
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff {
@@ -22,6 +23,14 @@ include(parts/texteVI.pre)
}
\new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextVIEng') }
>>
+ifdef(`midi',`}
+ `\midi' {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ }
+ }
+',`
\layout {
indent = #0
}
@@ -32,4 +41,5 @@ include(parts/texteVI.pre)
composer = "Georg Friedrich Händel"
tagline = ##f
}
+')
}
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
}
+')
}
diff --git a/Messias/parts/XIX.ly b/Messias/parts/XIX.ly
index c7a6163..f506c31 100644
--- a/Messias/parts/XIX.ly
+++ b/Messias/parts/XIX.ly
@@ -2,6 +2,7 @@ include(parts/stimmenXIX.pre)
include(parts/texteXIX.pre)
\score {
+ ifdef(`midi',`\unfoldRepeats {')
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff {
@@ -22,6 +23,14 @@ include(parts/texteXIX.pre)
}
\new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextXIXEng') }
>>
+ifdef(`midi',`}
+ `\midi' {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ }
+ }
+',`
\layout {
indent = #0
}
@@ -32,4 +41,5 @@ include(parts/texteXIX.pre)
composer = "Georg Friedrich Händel"
tagline = ##f
}
+')
}
diff --git a/Messias/parts/XLII.ly b/Messias/parts/XLII.ly
index 2cf48a2..80f5eb1 100644
--- a/Messias/parts/XLII.ly
+++ b/Messias/parts/XLII.ly
@@ -2,6 +2,7 @@ include(parts/stimmenXLII.pre)
include(parts/texteXLII.pre)
\score {
+ ifdef(`midi',`\unfoldRepeats {')
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Lyrics = "sopranText"
@@ -25,6 +26,14 @@ include(parts/texteXLII.pre)
\context Lyrics = "tenorText" \lyricsto tenor { ifdef(`deutsch',`\tenorTextXLIIDeu',`\tenorTextXLIIEng') }
\context Lyrics = "bassText" \lyricsto bass { ifdef(`deutsch',`\bassTextXLIIDeu',`\bassTextXLIIEng') }
>>
+ifdef(`midi',`}
+ `\midi' {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ }
+ }
+',`
\layout {
indent = #0
}
@@ -35,4 +44,5 @@ include(parts/texteXLII.pre)
composer = "Georg Friedrich Händel"
tagline = ##f
}
+')
}
diff --git a/Messias/parts/XLIV.ly b/Messias/parts/XLIV.ly
index f473eae..9df3107 100644
--- a/Messias/parts/XLIV.ly
+++ b/Messias/parts/XLIV.ly
@@ -2,6 +2,7 @@ include(parts/stimmenXLIV.pre)
include(parts/texteXLIV.pre)
\score {
+ ifdef(`midi',`\unfoldRepeats {')
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff {
@@ -22,6 +23,14 @@ include(parts/texteXLIV.pre)
}
\new Lyrics \lyricsto bass { ifdef(`deutsch',`\bassTextXLIVDeu',`\bassTextXLIVEng') }
>>
+ifdef(`midi',`}
+ `\midi' {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ }
+ }
+',`
\layout {
indent = #0
}
@@ -32,4 +41,5 @@ include(parts/texteXLIV.pre)
composer = "Georg Friedrich Händel"
tagline = ##f
}
+')
}
diff --git a/Messias/parts/XLIX.ly b/Messias/parts/XLIX.ly
index faf64da..a929322 100644
--- a/Messias/parts/XLIX.ly
+++ b/Messias/parts/XLIX.ly
@@ -2,6 +2,7 @@ include(parts/stimmenXLIX.pre)
include(parts/texteXLIX.pre)
\score {
+ ifdef(`midi',`\unfoldRepeats {')
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff {
@@ -22,6 +23,14 @@ include(parts/texteXLIX.pre)
}
\new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextXLIXEng') }
>>
+ifdef(`midi',`}
+ `\midi' {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ }
+ }
+',`
\layout {
indent = #0
}
@@ -32,4 +41,5 @@ include(parts/texteXLIX.pre)
composer = "Georg Friedrich Händel"
tagline = ##f
}
+')
}
diff --git a/Messias/parts/XV.ly b/Messias/parts/XV.ly
index 2e42c29..7c8c313 100644
--- a/Messias/parts/XV.ly
+++ b/Messias/parts/XV.ly
@@ -2,6 +2,7 @@ include(parts/stimmenXV.pre)
include(parts/texteXV.pre)
\score {
+ ifdef(`midi',`\unfoldRepeats {')
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff {
@@ -22,6 +23,14 @@ include(parts/texteXV.pre)
}
\new Lyrics \lyricsto bass { ifdef(`deutsch',`\bassTextXVDeu',`\bassTextXVEng') }
>>
+ifdef(`midi',`}
+ `\midi' {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ }
+ }
+',`
\layout {
indent = #0
}
@@ -32,4 +41,5 @@ include(parts/texteXV.pre)
composer = "Georg Friedrich Händel"
tagline = ##f
}
+')
}
diff --git a/Messias/parts/XX.ly b/Messias/parts/XX.ly
index a22d3b4..73fc1c9 100644
--- a/Messias/parts/XX.ly
+++ b/Messias/parts/XX.ly
@@ -2,6 +2,7 @@ include(parts/stimmenXX.pre)
include(parts/texteXX.pre)
\score {
+ ifdef(`midi',`\unfoldRepeats {')
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff {
@@ -22,6 +23,14 @@ include(parts/texteXX.pre)
}
\new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextXXEng') }
>>
+ifdef(`midi',`}
+ `\midi' {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ }
+ }
+',`
\layout {
indent = #0
}
@@ -32,4 +41,5 @@ include(parts/texteXX.pre)
composer = "Georg Friedrich Händel"
tagline = ##f
}
+')
}
diff --git a/Messias/parts/XXII.ly b/Messias/parts/XXII.ly
index 6c04a0a..9be7cc9 100644
--- a/Messias/parts/XXII.ly
+++ b/Messias/parts/XXII.ly
@@ -2,6 +2,7 @@ include(parts/stimmenXXII.pre)
include(parts/texteXXII.pre)
\score {
+ ifdef(`midi',`\unfoldRepeats {')
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff {
@@ -22,6 +23,14 @@ include(parts/texteXXII.pre)
}
\new Lyrics \lyricsto bass { ifdef(`deutsch',`\textXXIIDeu',`\textXXIIEng') }
>>
+ifdef(`midi',`}
+ `\midi' {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ }
+ }
+',`
\layout {
indent = #0
}
@@ -32,4 +41,5 @@ include(parts/texteXXII.pre)
composer = "Georg Friedrich Händel"
tagline = ##f
}
+')
}
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
}
+')
}
diff --git a/Messias/parts/XXIV.ly b/Messias/parts/XXIV.ly
index 56c95ee..2126d4a 100644
--- a/Messias/parts/XXIV.ly
+++ b/Messias/parts/XXIV.ly
@@ -2,6 +2,7 @@ include(parts/stimmenXXIV.pre)
include(parts/texteXXIV.pre)
\score {
+ ifdef(`midi',`\unfoldRepeats {')
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff {
@@ -22,6 +23,14 @@ include(parts/texteXXIV.pre)
}
\new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextXXIVEng') }
>>
+ifdef(`midi',`}
+ `\midi' {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ }
+ }
+',`
\layout {
indent = #0
}
@@ -32,4 +41,5 @@ include(parts/texteXXIV.pre)
composer = "Georg Friedrich Händel"
tagline = ##f
}
+')
}
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
}
+')
}
diff --git a/Messias/parts/XXXI.ly b/Messias/parts/XXXI.ly
index 0bf5ac2..0112dac 100644
--- a/Messias/parts/XXXI.ly
+++ b/Messias/parts/XXXI.ly
@@ -2,6 +2,7 @@ include(parts/stimmenXXXI.pre)
include(parts/texteXXXI.pre)
\score {
+ ifdef(`midi',`\unfoldRepeats {')
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff <<
@@ -24,6 +25,14 @@ include(parts/texteXXXI.pre)
}
\new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextXXXIEng') }
>>
+ifdef(`midi',`}
+ `\midi' {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ }
+ }
+',`
\layout {
indent = #0
}
@@ -34,4 +43,5 @@ include(parts/texteXXXI.pre)
composer = "Georg Friedrich Händel"
tagline = ##f
}
+')
}
diff --git a/Messias/parts/XXXII.ly b/Messias/parts/XXXII.ly
index c34553d..0883685 100644
--- a/Messias/parts/XXXII.ly
+++ b/Messias/parts/XXXII.ly
@@ -2,6 +2,7 @@ include(parts/stimmenXXXII.pre)
include(parts/texteXXXII.pre)
\score {
+ ifdef(`midi',`\unfoldRepeats {')
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff {
@@ -22,6 +23,14 @@ include(parts/texteXXXII.pre)
}
\new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextXXXIIEng') }
>>
+ifdef(`midi',`}
+ `\midi' {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ }
+ }
+',`
\layout {
indent = #0
}
@@ -32,4 +41,5 @@ include(parts/texteXXXII.pre)
composer = "Georg Friedrich Händel"
tagline = ##f
}
+')
}
diff --git a/Messias/parts/XXXIV.ly b/Messias/parts/XXXIV.ly
index a72e0af..ad72977 100644
--- a/Messias/parts/XXXIV.ly
+++ b/Messias/parts/XXXIV.ly
@@ -2,6 +2,7 @@ include(parts/stimmenXXXIV.pre)
include(parts/texteXXXIV.pre)
\score {
+ ifdef(`midi',`\unfoldRepeats {')
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff {
@@ -22,6 +23,14 @@ include(parts/texteXXXIV.pre)
}
\new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextXXXIVEng') }
>>
+ifdef(`midi',`}
+ `\midi' {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ }
+ }
+',`
\layout {
indent = #0
}
@@ -32,4 +41,5 @@ include(parts/texteXXXIV.pre)
composer = "Georg Friedrich Händel"
tagline = ##f
}
+')
}
diff --git a/Messias/parts/XXXVI.ly b/Messias/parts/XXXVI.ly
index a3df8b6..738d053 100644
--- a/Messias/parts/XXXVI.ly
+++ b/Messias/parts/XXXVI.ly
@@ -2,6 +2,7 @@ include(parts/stimmenXXXVI.pre)
include(parts/texteXXXVI.pre)
\score {
+ ifdef(`midi',`\unfoldRepeats {')
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff {
@@ -22,6 +23,14 @@ include(parts/texteXXXVI.pre)
}
\new Lyrics \lyricsto bass { ifdef(`deutsch',`',`\bassTextXXXVIEng') }
>>
+ifdef(`midi',`}
+ `\midi' {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ }
+ }
+',`
\layout {
indent = #0
}
@@ -32,4 +41,5 @@ include(parts/texteXXXVI.pre)
composer = "Georg Friedrich Händel"
tagline = ##f
}
+')
}
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
}
+')
}