diff options
author | Erich Eckner <git@eckner.net> | 2014-09-09 23:41:49 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2014-09-09 23:41:49 +0200 |
commit | 646f69a657326ca8dd733dfa579a90f89823d677 (patch) | |
tree | 3f1642061701cddb05718b7ad9bcdd453d9685b3 /Ach_wie_fluechtig | |
parent | 92535b45fe189ffb59bdd3a54415bd299875f278 (diff) | |
download | Musik-646f69a657326ca8dd733dfa579a90f89823d677.tar.xz |
Awf,MdeDg,NkdHH repariert
Diffstat (limited to 'Ach_wie_fluechtig')
-rw-r--r-- | Ach_wie_fluechtig/Ach_wie_fluechtig.ly | 3 | ||||
-rw-r--r-- | Ach_wie_fluechtig/artikulation.ly | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/Ach_wie_fluechtig/Ach_wie_fluechtig.ly b/Ach_wie_fluechtig/Ach_wie_fluechtig.ly index b7e73a1..f4ca356 100644 --- a/Ach_wie_fluechtig/Ach_wie_fluechtig.ly +++ b/Ach_wie_fluechtig/Ach_wie_fluechtig.ly @@ -1,6 +1,7 @@ \include "deutsch.ly" \include "stimmen.ly" \include "texte.ly" +\include "artikulation.ly" \pointAndClickOff @@ -56,11 +57,13 @@ \new ChoirStaff << \set Score.skipBars = ##t \new Staff << + \new Voice = frArti { \globalVI \oneVoice \artikulationVI } \new Voice = sopran { \globalVI \voiceOne \sopranMelodieVI } \new Voice = alt { \globalVI \voiceTwo \altMelodieVI } >> \new Lyrics \lyricsto sopran { \TextVI } \new Staff << + \new Voice = maArti { \globalVI \oneVoice \clef "bass" \artikulationVI } \new Voice = tenor { \globalVI \voiceOne \clef "bass" \tenorMelodieVI } \new Voice = bass { \globalVI \voiceTwo \clef "bass" \bassMelodieVI } >> diff --git a/Ach_wie_fluechtig/artikulation.ly b/Ach_wie_fluechtig/artikulation.ly new file mode 100644 index 0000000..670096f --- /dev/null +++ b/Ach_wie_fluechtig/artikulation.ly @@ -0,0 +1,5 @@ + artikulationVI = {
+ s4\breathe s2. |
+ s4\breathe s2. |
+ s1*7 | \bar "|."
+ }
\ No newline at end of file |