summaryrefslogtreecommitdiff
path: root/Freude_grosze_Freude/Freude_grosze_Freude.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Freude_grosze_Freude/Freude_grosze_Freude.ly')
-rw-r--r--Freude_grosze_Freude/Freude_grosze_Freude.ly45
1 files changed, 45 insertions, 0 deletions
diff --git a/Freude_grosze_Freude/Freude_grosze_Freude.ly b/Freude_grosze_Freude/Freude_grosze_Freude.ly
new file mode 100644
index 0000000..8feec6b
--- /dev/null
+++ b/Freude_grosze_Freude/Freude_grosze_Freude.ly
@@ -0,0 +1,45 @@
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmen.ly"
+\include "texte.ly"
+#(ly:set-option 'relative-includes #f)
+
+%spezifisch%
+
+\pointAndClickOff
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+ print-all-headers = ##t
+}
+
+\score {
+ \header {
+ title = "Wie soll ich dich empfangen"
+ composer = "Margret Birkenfeld"
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new ChordNames \akkorde
+ \new Staff <<
+ \new Voice = frauen { \global \oneVoice \pausen }
+ \new Voice = sopran { \global \voiceOne \melodieSopran }
+ \new Voice = alt { \global \voiceTwo \melodieAlt }
+ >>
+ \new Lyrics \lyricsto sopran { \textI }
+ \new Lyrics \lyricsto sopran { \textII }
+ \new Lyrics \lyricsto sopran { \textIII }
+ \new Lyrics \lyricsto sopran { \textIV }
+ \new Lyrics \lyricsto sopran { \textV }
+ \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 }
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}