summaryrefslogtreecommitdiff
path: root/Nun_singet_und_seid_froh/Nun_singet_und_seid_froh.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Nun_singet_und_seid_froh/Nun_singet_und_seid_froh.ly')
-rw-r--r--Nun_singet_und_seid_froh/Nun_singet_und_seid_froh.ly45
1 files changed, 45 insertions, 0 deletions
diff --git a/Nun_singet_und_seid_froh/Nun_singet_und_seid_froh.ly b/Nun_singet_und_seid_froh/Nun_singet_und_seid_froh.ly
new file mode 100644
index 0000000..166ce02
--- /dev/null
+++ b/Nun_singet_und_seid_froh/Nun_singet_und_seid_froh.ly
@@ -0,0 +1,45 @@
+\include "deutsch.ly"
+include(stimmen.pre)
+include(texte.pre)
+
+%spezifisch%
+
+\version "2.19.80"
+
+\pointAndClickOff
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+ print-all-headers = ##t
+}
+
+\score {
+ \header {
+ title = "Nun singet und seid froh"
+ composer = "Wolfram Otto"
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice { \oneVoice \global \pausen }
+ \new Voice = sopran { \voiceOne \global \sopranMelodie }
+ \new Voice = alt { \voiceTwo \global \altMelodie }
+ >>
+ ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \textI }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto sopran { \textII }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto sopran { \textIII }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto sopran { \textIV }')
+ \new Staff <<
+ \clef bass
+ \new Voice { \oneVoice \global \pausen }
+ \new Voice = tenor { \voiceOne \global \tenorMelodie }
+ \new Voice = bass { \voiceTwo \global \bassMelodie }
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}