summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-28 22:57:58 +0200
committerErich Eckner <git@eckner.net>2018-06-28 22:57:58 +0200
commitc3ee65733e787b82b61b7d7e28fb96aebee58e68 (patch)
tree58c159eda339bf1a8e6f21f2475979cc07d7e98b
parent636688e0d4f702c39c85bae6297a57c24ddf378c (diff)
downloadMusik-c3ee65733e787b82b61b7d7e28fb96aebee58e68.tar.xz
In_dieser_lieben_Sommerzeit: artikulation separiert
-rw-r--r--In_dieser_lieben_Sommerzeit/In_dieser_lieben_Sommerzeit.ly10
1 files changed, 6 insertions, 4 deletions
diff --git a/In_dieser_lieben_Sommerzeit/In_dieser_lieben_Sommerzeit.ly b/In_dieser_lieben_Sommerzeit/In_dieser_lieben_Sommerzeit.ly
index e1af775..508914f 100644
--- a/In_dieser_lieben_Sommerzeit/In_dieser_lieben_Sommerzeit.ly
+++ b/In_dieser_lieben_Sommerzeit/In_dieser_lieben_Sommerzeit.ly
@@ -27,8 +27,9 @@
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff <<
- \new Voice = sopran { \global \voiceOne << \melodieSopran \artikulation >> }
- \new Voice = alt { \global \voiceTwo << \melodieAlt >> }
+ \new Voice = sopran { \global \voiceOne \melodieSopran }
+ \new Voice = alt { \global \voiceTwo \melodieAlt }
+ \new Voice = fArtik { \global \voiceOne \artikulation }
>>
\new Lyrics \lyricsto sopran { \textSI }
\new Lyrics \lyricsto sopran { \textSII }
@@ -37,8 +38,9 @@
\new Lyrics \lyricsto sopran { \textDII }
\new Lyrics \lyricsto sopran { \textDIII }
\new Staff <<
- \new Voice = tenor { \clef "bass" \global \voiceOne << \melodieTenor \artikulation >> }
- \new Voice = bass { \clef "bass" \global \voiceTwo \melodieBass }
+ \new Voice = tenor { \clef "bass" \global \voiceOne \melodieTenor }
+ \new Voice = bass { \clef "bass" \global \voiceTwo \melodieBass }
+ \new Voice = mArtik { \clef "bass" \global \voiceOne \artikulation }
>>
>>
\layout {