summaryrefslogtreecommitdiff
path: root/Stern_ueber_Bethlehem_/Stern_ueber_Bethlehem_.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Stern_ueber_Bethlehem_/Stern_ueber_Bethlehem_.ly')
-rw-r--r--Stern_ueber_Bethlehem_/Stern_ueber_Bethlehem_.ly47
1 files changed, 47 insertions, 0 deletions
diff --git a/Stern_ueber_Bethlehem_/Stern_ueber_Bethlehem_.ly b/Stern_ueber_Bethlehem_/Stern_ueber_Bethlehem_.ly
new file mode 100644
index 0000000..0d3d968
--- /dev/null
+++ b/Stern_ueber_Bethlehem_/Stern_ueber_Bethlehem_.ly
@@ -0,0 +1,47 @@
+\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 = "Stern über Bethlehem"
+ composer = "Alfred Hans Zoller"
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ <<
+ \new Voice = "sopran" { \global \voiceOne \sopranMelodie }
+ \new Voice = "alt" { \global \voiceTwo \altMelodie }
+ >>
+ }
+ \new Lyrics = "textEins" {}
+ \new Lyrics = "textZwei" {}
+ \new Lyrics = "textDrei" {}
+ \new Lyrics = "textVier" {}
+ \new Staff <<
+ \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie }
+ \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie }
+ >>
+ \context Lyrics = "textEins" \lyricsto "sopran" \textI
+ \context Lyrics = "textZwei" \lyricsto "sopran" \textII
+ \context Lyrics = "textDrei" \lyricsto "sopran" \textIII
+ \context Lyrics = "textVier" \lyricsto "sopran" \textIV
+ >>
+ \layout {
+ indent = #0
+ }
+}