summaryrefslogtreecommitdiff
path: root/Du_bists_dem_Ruhm_und_Ehre_gebuehret/Du_bists_dem_Ruhm_und_Ehre_gebuehret.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Du_bists_dem_Ruhm_und_Ehre_gebuehret/Du_bists_dem_Ruhm_und_Ehre_gebuehret.ly')
-rwxr-xr-xDu_bists_dem_Ruhm_und_Ehre_gebuehret/Du_bists_dem_Ruhm_und_Ehre_gebuehret.ly44
1 files changed, 44 insertions, 0 deletions
diff --git a/Du_bists_dem_Ruhm_und_Ehre_gebuehret/Du_bists_dem_Ruhm_und_Ehre_gebuehret.ly b/Du_bists_dem_Ruhm_und_Ehre_gebuehret/Du_bists_dem_Ruhm_und_Ehre_gebuehret.ly
new file mode 100755
index 0000000..8f2937c
--- /dev/null
+++ b/Du_bists_dem_Ruhm_und_Ehre_gebuehret/Du_bists_dem_Ruhm_und_Ehre_gebuehret.ly
@@ -0,0 +1,44 @@
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmen.pre"
+\include "texte.ly"
+#(ly:set-option 'relative-includes #f)
+
+%spezifisch%
+
+\paper {
+ top-margin = 5
+ print-all-headers = ##t
+}
+
+\header {
+ tagline = ##f
+}
+\pointAndClickOff
+
+\score {
+ \header {
+ title = "Du bist's, dem Ruhm und Ehre gebühret"
+ composer = "Joseph Haydn (1732-1809)"
+ }
+ \new ChoirStaff <<
+ \new Staff <<
+ \new Voice = "Sopran" \transpose c %TRANSPOSE% { \global \oneVoice \sopranMelodie }
+ >>
+ \new Lyrics \lyricsto "Sopran" \sopranText
+ \new Staff <<
+ \new Voice = "Alt" \transpose c %TRANSPOSE% { \global \oneVoice \altMelodie }
+ >>
+ \new Lyrics \lyricsto "Alt" \altText
+ \new Staff <<
+ \clef "G_8"
+ \new Voice = "Tenor" \transpose c %TRANSPOSE% { \global \oneVoice \tenorMelodie }
+ >>
+ \new Lyrics \lyricsto "Tenor" \tenorText
+ \new Staff <<
+ \clef "bass"
+ \new Voice = "Bass" \transpose c %TRANSPOSE% { \global \oneVoice \bassMelodie }
+ >>
+ \new Lyrics \lyricsto "Bass" \bassText
+ >>
+}