summaryrefslogtreecommitdiff
path: root/Ehre_sei_Gott_in_der_Hoehe/Ehre_sei_Gott_in_der_Hoehe.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Ehre_sei_Gott_in_der_Hoehe/Ehre_sei_Gott_in_der_Hoehe.ly')
-rw-r--r--Ehre_sei_Gott_in_der_Hoehe/Ehre_sei_Gott_in_der_Hoehe.ly53
1 files changed, 53 insertions, 0 deletions
diff --git a/Ehre_sei_Gott_in_der_Hoehe/Ehre_sei_Gott_in_der_Hoehe.ly b/Ehre_sei_Gott_in_der_Hoehe/Ehre_sei_Gott_in_der_Hoehe.ly
new file mode 100644
index 0000000..4525aa2
--- /dev/null
+++ b/Ehre_sei_Gott_in_der_Hoehe/Ehre_sei_Gott_in_der_Hoehe.ly
@@ -0,0 +1,53 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+%spezifisch%
+
+\pointAndClickOff
+
+\header {
+ title = "Ehre sei Gott in der Höhe"
+ %poet = "aus: Sechs vierstimmige Hymnen oder Figuralgesänge, op. 9,2"
+ composer = "Friedrich Silcher (1789-1860)"
+ arranger = "Text: Lukas 2,14 / Paul Gerhardt (1607-1676)"
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Lyrics = sopranText { }
+ \new Staff <<
+ \new Voice = frauen { \global \oneVoice \pausen }
+ \new Voice = sopran { \global \voiceOne \melodieSopran }
+ \new Voice = alt { \global \voiceTwo \melodieAlt }
+ >>
+ \new Lyrics = altText { }
+ \new Lyrics = altTextB { }
+ \new Lyrics = tenorText { }
+ \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 }
+ >>
+ \new Lyrics = bassText { }
+ \context Lyrics = sopranText \lyricsto sopran { \textSopran }
+ \context Lyrics = altText \lyricsto alt { \textAlt }
+ \context Lyrics = altTextB \lyricsto alt { \textAltB }
+ \context Lyrics = tenorText \lyricsto tenor { \textTenor }
+ \context Lyrics = bassText \lyricsto bass { \textBass }
+ >>
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup #'remove-first = ##t
+ }
+ }
+}
+