summaryrefslogtreecommitdiff
path: root/Messias/parts/XV.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-02-28 08:17:46 +0100
committerErich Eckner <git@eckner.net>2018-02-28 08:17:46 +0100
commita7b003e4ff0414739fe84cbfb601fc3b73cb762f (patch)
tree0baf26ab9d018fb2d5e71d297aa14eb6024d48ac /Messias/parts/XV.ly
parent483000c81560cf52469351f9596f3deb9fcbd9a9 (diff)
downloadMusik-a7b003e4ff0414739fe84cbfb601fc3b73cb762f.tar.xz
Messias: cleanup
Diffstat (limited to 'Messias/parts/XV.ly')
-rw-r--r--Messias/parts/XV.ly6
1 files changed, 3 insertions, 3 deletions
diff --git a/Messias/parts/XV.ly b/Messias/parts/XV.ly
index 6f5e00e..6e2743f 100644
--- a/Messias/parts/XV.ly
+++ b/Messias/parts/XV.ly
@@ -1,11 +1,11 @@
\include "deutsch.ly"
-\score { % XV % {{{
+\score {
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff {
\label #'ChorXV
- \new Voice = sopran { \globalXV \sopranMelodieXV \bar "|." }
+ \new Voice = sopran { \globalXV \sopranMelodieXV }
}
\new Lyrics \lyricsto sopran { \sopranTextXV }
\new Staff {
@@ -31,4 +31,4 @@
composer = "Georg Friedrich Händel"
tagline = ##f
}
-} % }}}
+}