diff options
author | Erich Eckner <git@eckner.net> | 2018-02-28 08:17:46 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-02-28 08:17:46 +0100 |
commit | a7b003e4ff0414739fe84cbfb601fc3b73cb762f (patch) | |
tree | 0baf26ab9d018fb2d5e71d297aa14eb6024d48ac | |
parent | 483000c81560cf52469351f9596f3deb9fcbd9a9 (diff) | |
download | Musik-a7b003e4ff0414739fe84cbfb601fc3b73cb762f.tar.xz |
Messias: cleanup
-rw-r--r-- | Messias/parts/XV.ly | 6 |
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 } -} % }}} +} |