summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Abendruhe/Abendruhe.ly3
-rw-r--r--Abendruhe/artikulation.ly21
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 "|."
+ }