diff options
-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 } -} % }}} +} |