summaryrefslogtreecommitdiff
path: root/Freut_euch_von_Herzen/Freut_euch_von_Herzen.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Freut_euch_von_Herzen/Freut_euch_von_Herzen.ly')
-rw-r--r--Freut_euch_von_Herzen/Freut_euch_von_Herzen.ly46
1 files changed, 46 insertions, 0 deletions
diff --git a/Freut_euch_von_Herzen/Freut_euch_von_Herzen.ly b/Freut_euch_von_Herzen/Freut_euch_von_Herzen.ly
new file mode 100644
index 0000000..79e571f
--- /dev/null
+++ b/Freut_euch_von_Herzen/Freut_euch_von_Herzen.ly
@@ -0,0 +1,46 @@
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmen.ly"
+\include "texte.ly"
+#(ly:set-option 'relative-includes #f)
+
+%spezifisch%
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+ print-all-headers = ##t
+}
+\pointAndClickOff
+
+\score {
+ \header {
+ title = "Freut euch von Herzen"
+ poet = "Text: volkstümlich"
+ composer = "Musik: Josef Michel (1928-2002)"
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Lyrics = "textSopran" {}
+ \new Staff <<
+ \new Voice = "frauen" { \global \oneVoice \frauenPausen }
+ \new Voice = "sopran" { \global \voiceOne \sopranMelodie }
+ \new Voice = "alt" { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics = "textAlt" {}
+ \new Staff <<
+ \new Voice = "maenner" { \global \clef "bass" \oneVoice \maennerPausen }
+ \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie }
+ \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie }
+ >>
+ \new Lyrics = "textBass" {}
+ \context Lyrics = "textSopran" \lyricsto "sopran" \textSopran
+ \context Lyrics = "textAlt" \lyricsto "alt" \textAlt
+ \context Lyrics = "textBass" \lyricsto "bass" \textBass
+ >>
+ \layout {
+ indent = #0
+ }
+}