diff options
author | Erich Eckner <git@eckner.net> | 2017-06-16 13:37:47 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-06-16 13:37:47 +0200 |
commit | 23c1a830ea63ee09af71b067062db6f69e9e20a7 (patch) | |
tree | 755b2b11c83a370c28139395603fcfb9fd110a38 /Abendruhe | |
parent | a5482a6606ba01aae04d872563960ba23af235e6 (diff) | |
download | Musik-23c1a830ea63ee09af71b067062db6f69e9e20a7.tar.xz |
Abendruhe: artikulation neu
Diffstat (limited to 'Abendruhe')
-rw-r--r-- | Abendruhe/Abendruhe.ly | 3 | ||||
-rw-r--r-- | Abendruhe/artikulation.ly | 21 |
2 files changed, 24 insertions, 0 deletions
diff --git a/Abendruhe/Abendruhe.ly b/Abendruhe/Abendruhe.ly index 6dfd18b..fc3cef5 100644 --- a/Abendruhe/Abendruhe.ly +++ b/Abendruhe/Abendruhe.ly @@ -1,5 +1,6 @@ \include "deutsch.ly" #(ly:set-option 'relative-includes #t) +\include "artikulation.ly" \include "stimmen.ly" \include "texte.ly" #(ly:set-option 'relative-includes #f) @@ -26,6 +27,7 @@ \new Staff << \set Score.skipBars = ##t + \artikulation \new Voice = frauen { \global \oneVoice \pausen } \new Voice = sopran { \global \voiceOne \sopranMelodie } \new Voice = alt { \global \voiceTwo \altMelodie } @@ -34,6 +36,7 @@ \new Lyrics \lyricsto sopran { \textII } \new Lyrics \lyricsto sopran { \textIII } \new Staff << + \artikulation \new Voice = tenor { \global \clef "bass" \oneVoice \pausen } \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } diff --git a/Abendruhe/artikulation.ly b/Abendruhe/artikulation.ly new file mode 100644 index 0000000..eef8b7e --- /dev/null +++ b/Abendruhe/artikulation.ly @@ -0,0 +1,21 @@ +
+ artikulation = {
+ s4^\p |
+ s2.^\< |
+ s2 s4^\! |
+ s2 s4^\> |
+ s s^\! s |
+ s^\f s2 |
+ s2.*2 |
+ s4^\> s s^\! |
+ s^\p s2 |
+ s2. |
+ s4^\< s2 |
+ s4^\! s2 |
+ s4^\p s2 |
+ s2.*3 |
+ s4^\< s2 |
+ s4^\> s2 |
+ s4^\pp s2 |
+ s2 \bar "|."
+ }
|