summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-11-13 20:40:08 +0100
committerErich Eckner <git@eckner.net>2022-11-13 20:40:08 +0100
commit9f8cc1d819e05b5f86d82190703a42071a945e3b (patch)
tree55a7a3d94de836b75e101ac04579dc1d6c0c4ede
parent7906d61f5ca81ed8d1114b0f61222f29855eb9d1 (diff)
downloadMusik-9f8cc1d819e05b5f86d82190703a42071a945e3b.tar.xz
Messias: cleanup
-rw-r--r--Messias/parts/III.ly2
-rw-r--r--Messias/parts/IX.ly2
-rw-r--r--Messias/parts/LI.ly2
-rw-r--r--Messias/parts/VI.ly2
-rw-r--r--Messias/parts/XII.ly2
-rw-r--r--Messias/parts/XIX.ly2
-rw-r--r--Messias/parts/XLIV.ly2
-rw-r--r--Messias/parts/XX.ly2
-rw-r--r--Messias/parts/XXII.ly2
-rw-r--r--Messias/parts/XXIII.ly2
-rw-r--r--Messias/parts/XXIV.ly2
-rw-r--r--Messias/parts/XXVI.ly2
12 files changed, 12 insertions, 12 deletions
diff --git a/Messias/parts/III.ly b/Messias/parts/III.ly
index 25ac2ca..d714674 100644
--- a/Messias/parts/III.ly
+++ b/Messias/parts/III.ly
@@ -6,7 +6,7 @@ include(parts/texteIII.pre)
\set Score.skipBars = ##t
\new Staff {
\label #'ChorIII
- \new Voice = sopran { \globalIII \sopranMelodieIII \bar "|." }
+ \new Voice = sopran { \globalIII \sopranMelodieIII }
}
\new Lyrics \lyricsto sopran { ifdef(`deutsch',`\sopranTextIIIDeu',`\sopranTextIIIEng') }
\new Staff {
diff --git a/Messias/parts/IX.ly b/Messias/parts/IX.ly
index 6faff41..091499c 100644
--- a/Messias/parts/IX.ly
+++ b/Messias/parts/IX.ly
@@ -6,7 +6,7 @@ include(parts/texteIX.pre)
\set Score.skipBars = ##t
\new Staff {
\label #'ChorIX
- \new Voice = sopran { \globalIX \sopranMelodieIX \bar "|." }
+ \new Voice = sopran { \globalIX \sopranMelodieIX }
}
\new Lyrics \lyricsto sopran { ifdef(`deutsch',`\sopranTextIXDeu',`\sopranTextIXEng') }
\new Staff {
diff --git a/Messias/parts/LI.ly b/Messias/parts/LI.ly
index 1e42624..e77bf4f 100644
--- a/Messias/parts/LI.ly
+++ b/Messias/parts/LI.ly
@@ -6,7 +6,7 @@ include(parts/texteLI.pre)
\set Score.skipBars = ##t
\new Staff {
\label #'ChorLI
- \new Voice = sopran { \globalLI \sopranMelodieLI \bar "|." }
+ \new Voice = sopran { \globalLI \sopranMelodieLI }
}
\new Lyrics \lyricsto sopran { ifdef(`deutsch',`\sopranTextLIDeu',`\sopranTextLIEng') }
\new Staff {
diff --git a/Messias/parts/VI.ly b/Messias/parts/VI.ly
index be6a40c..c01368f 100644
--- a/Messias/parts/VI.ly
+++ b/Messias/parts/VI.ly
@@ -6,7 +6,7 @@ include(parts/texteVI.pre)
\set Score.skipBars = ##t
\new Staff {
\label #'ChorVI
- \new Voice = sopran { \globalVI \sopranMelodieVI \bar "|." }
+ \new Voice = sopran { \globalVI \sopranMelodieVI }
}
ifdef(`deutsch',`',`\new Lyrics \lyricsto sopran { \sopranTextVIEng }')
\new Staff {
diff --git a/Messias/parts/XII.ly b/Messias/parts/XII.ly
index 4155739..c156337 100644
--- a/Messias/parts/XII.ly
+++ b/Messias/parts/XII.ly
@@ -6,7 +6,7 @@ include(parts/texteXII.pre)
\set Score.skipBars = ##t
\new Staff {
\label #'ChorXII
- \new Voice = sopran { \globalXII \sopranMelodieXII \bar "|." }
+ \new Voice = sopran { \globalXII \sopranMelodieXII }
}
\new Lyrics \lyricsto sopran { ifdef(`deutsch',`\sopranTextXIIDeu',`\sopranTextXIIEng') }
\new Staff {
diff --git a/Messias/parts/XIX.ly b/Messias/parts/XIX.ly
index 572ae40..8014924 100644
--- a/Messias/parts/XIX.ly
+++ b/Messias/parts/XIX.ly
@@ -6,7 +6,7 @@ include(parts/texteXIX.pre)
\set Score.skipBars = ##t
\new Staff {
\label #'ChorXIX
- \new Voice = sopran { \globalXIX \sopranMelodieXIX \bar "|." }
+ \new Voice = sopran { \globalXIX \sopranMelodieXIX }
}
ifdef(`deutsch',`',`\new Lyrics \lyricsto sopran { \sopranTextXIXEng }')
\new Staff {
diff --git a/Messias/parts/XLIV.ly b/Messias/parts/XLIV.ly
index c9beb66..8a5621c 100644
--- a/Messias/parts/XLIV.ly
+++ b/Messias/parts/XLIV.ly
@@ -6,7 +6,7 @@ include(parts/texteXLIV.pre)
\set Score.skipBars = ##t
\new Staff {
\label #'ChorXLIV
- \new Voice = sopran { \globalXLIV \sopranMelodieXLIV \bar "|." }
+ \new Voice = sopran { \globalXLIV \sopranMelodieXLIV }
}
\new Lyrics \lyricsto sopran { ifdef(`deutsch',`\frauenTextXLIVDeu',`\frauenTextXLIVEng') }
\new Staff {
diff --git a/Messias/parts/XX.ly b/Messias/parts/XX.ly
index c4fb411..ca89835 100644
--- a/Messias/parts/XX.ly
+++ b/Messias/parts/XX.ly
@@ -6,7 +6,7 @@ include(parts/texteXX.pre)
\set Score.skipBars = ##t
\new Staff {
\label #'ChorXX
- \new Voice = sopran { \globalXX \sopranMelodieXX \bar "|." }
+ \new Voice = sopran { \globalXX \sopranMelodieXX }
}
ifdef(`deutsch',`',`\new Lyrics \lyricsto sopran { \sopranTextXXEng }')
\new Staff {
diff --git a/Messias/parts/XXII.ly b/Messias/parts/XXII.ly
index 2b58f7c..b4ea27f 100644
--- a/Messias/parts/XXII.ly
+++ b/Messias/parts/XXII.ly
@@ -6,7 +6,7 @@ include(parts/texteXXII.pre)
\set Score.skipBars = ##t
\new Staff {
\label #'ChorXXII
- \new Voice = sopran { \globalXXII \sopranMelodieXXII \bar "|." }
+ \new Voice = sopran { \globalXXII \sopranMelodieXXII }
}
\new Lyrics \lyricsto sopran { ifdef(`deutsch',`\textXXIIDeu',`\textXXIIEng') }
\new Staff {
diff --git a/Messias/parts/XXIII.ly b/Messias/parts/XXIII.ly
index 1539ba2..666e04e 100644
--- a/Messias/parts/XXIII.ly
+++ b/Messias/parts/XXIII.ly
@@ -6,7 +6,7 @@ include(parts/texteXXIII.pre)
\set Score.skipBars = ##t
\new Staff {
\label #'ChorXXIII
- \new Voice = sopran { \globalXXIII \sopranMelodieXXIII \bar "|." }
+ \new Voice = sopran { \globalXXIII \sopranMelodieXXIII }
}
\new Lyrics \lyricsto sopran { ifdef(`deutsch',`',`\sopranTextXXIIIEng') }
\new Staff {
diff --git a/Messias/parts/XXIV.ly b/Messias/parts/XXIV.ly
index 61db0b2..d7ed6b9 100644
--- a/Messias/parts/XXIV.ly
+++ b/Messias/parts/XXIV.ly
@@ -6,7 +6,7 @@ include(parts/texteXXIV.pre)
\set Score.skipBars = ##t
\new Staff {
\label #'ChorXXIV
- \new Voice = sopran { \globalXXIV \sopranMelodieXXIV \bar "|." }
+ \new Voice = sopran { \globalXXIV \sopranMelodieXXIV }
}
ifdef(`deutsch',`',`\new Lyrics \lyricsto sopran { \sopranTextXXIVEng }')
\new Staff {
diff --git a/Messias/parts/XXVI.ly b/Messias/parts/XXVI.ly
index 96dddb7..b9123da 100644
--- a/Messias/parts/XXVI.ly
+++ b/Messias/parts/XXVI.ly
@@ -6,7 +6,7 @@ include(parts/texteXXVI.pre)
\set Score.skipBars = ##t
\new Staff {
\label #'ChorXXVI
- \new Voice = sopran { \globalXXVI \sopranMelodieXXVI \bar "|." }
+ \new Voice = sopran { \globalXXVI \sopranMelodieXXVI }
}
ifdef(`deutsch',`',`\new Lyrics \lyricsto sopran { \sopranTextXXVIEng }')
\new Staff {