summaryrefslogtreecommitdiff
path: root/Wie_soll_ich_dich_empfangen/Wie_soll_ich_dich_empfangen.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-09-09 21:04:08 +0200
committerErich Eckner <git@eckner.net>2018-09-09 21:04:08 +0200
commit51e82bc0f8158ed21d0c51e9ae311613252e2f1e (patch)
treeddbdb0ef7340533e287e53f6509ecff76463b3a6 /Wie_soll_ich_dich_empfangen/Wie_soll_ich_dich_empfangen.ly
parent36046530c0bb1d46a66b3fc0c4690e0340c9209c (diff)
downloadMusik-51e82bc0f8158ed21d0c51e9ae311613252e2f1e.tar.xz
Wie_soll_ich_dich_empfangen neu
Diffstat (limited to 'Wie_soll_ich_dich_empfangen/Wie_soll_ich_dich_empfangen.ly')
-rw-r--r--Wie_soll_ich_dich_empfangen/Wie_soll_ich_dich_empfangen.ly43
1 files changed, 43 insertions, 0 deletions
diff --git a/Wie_soll_ich_dich_empfangen/Wie_soll_ich_dich_empfangen.ly b/Wie_soll_ich_dich_empfangen/Wie_soll_ich_dich_empfangen.ly
new file mode 100644
index 0000000..169f3c8
--- /dev/null
+++ b/Wie_soll_ich_dich_empfangen/Wie_soll_ich_dich_empfangen.ly
@@ -0,0 +1,43 @@
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmen.ly"
+\include "texte.ly"
+#(ly:set-option 'relative-includes #f)
+
+%spezifisch%
+
+\pointAndClickOff
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+ print-all-headers = ##t
+}
+
+\score {
+ \header {
+ title = "Wie soll ich dich empfangen"
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = frauen { \global \oneVoice \pausen }
+ \new Voice = sopran { \global \voiceOne \melodieSopran }
+ \new Voice = alt { \global \voiceTwo \melodieAlt }
+ >>
+ \new Lyrics \lyricsto sopran { \textI }
+ \new Lyrics \lyricsto sopran { \textII }
+ \new Lyrics \lyricsto sopran { \textIII }
+ \new Lyrics \lyricsto sopran { \textIV }
+ \new Lyrics \lyricsto sopran { \textV }
+ \new Staff <<
+ \new Voice = maenner { \global \clef "bass" \oneVoice \pausen }
+ \new Voice = tenor { \global \clef "bass" \voiceOne \melodieTenor }
+ \new Voice = bass { \global \clef "bass" \voiceTwo \melodieBass }
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}