summaryrefslogtreecommitdiff
path: root/In_geselliger_Runde/In_geselliger_Runde.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2014-09-05 20:57:14 +0200
committerErich Eckner <git@eckner.net>2014-09-05 20:57:14 +0200
commitc951c7f390c4291dd41294e0bf1ff0b6abacc28d (patch)
tree92c35b3138eb94c40b9d8f2329373cd04d573af5 /In_geselliger_Runde/In_geselliger_Runde.ly
parentcd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd (diff)
downloadMusik-c951c7f390c4291dd41294e0bf1ff0b6abacc28d.tar.xz
neue Lieder:
Dass Erde und Himmel dir blühen In geselliger Runde
Diffstat (limited to 'In_geselliger_Runde/In_geselliger_Runde.ly')
-rw-r--r--In_geselliger_Runde/In_geselliger_Runde.ly58
1 files changed, 58 insertions, 0 deletions
diff --git a/In_geselliger_Runde/In_geselliger_Runde.ly b/In_geselliger_Runde/In_geselliger_Runde.ly
new file mode 100644
index 0000000..d6b4cea
--- /dev/null
+++ b/In_geselliger_Runde/In_geselliger_Runde.ly
@@ -0,0 +1,58 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\header {
+ title = "In geselliger Runde"
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Lyrics = "textInterS" {}
+ \new Staff <<
+ \pausen
+ \new Voice = "sopran1" { \global \voiceOne \sopranIMelodie }
+ \new Voice = "sopran2" { \global \voiceTwo \sopranIIMelodie }
+ >>
+ \new Lyrics = "textEinsS" {}
+ \new Lyrics = "textZweiS" {}
+ \new Lyrics = "textDreiS" {}
+ \new Staff = "alt" <<
+ \new Voice = "alt" { \global \altMelodie }
+ >>
+ \new Lyrics = "textEinsA" {}
+ \new Lyrics = "textZweiA" {}
+ \new Lyrics = "textDreiA" {}
+ \new Staff = "maenner" <<
+ \pausen
+ \new Voice = "maenner" { \global \clef "bass" \maennerMelodie }
+ >>
+ \new Lyrics = "textEinsM" {}
+ \new Lyrics = "textZweiM" {}
+ \new Lyrics = "textDreiM" {}
+ \context Lyrics = "textInterS" \lyricsto "sopran1" \textInterSopranI
+ \context Lyrics = "textEinsS" \lyricsto "sopran1" \textISopran
+ \context Lyrics = "textZweiS" \lyricsto "sopran1" \textIISopran
+ \context Lyrics = "textZweiS" \lyricsto "sopran2" \textInterSopranII
+ \context Lyrics = "textDreiS" \lyricsto "sopran1" \textIIISopran
+ \context Lyrics = "textEinsA" \lyricsto "alt" \textIAlt
+ \context Lyrics = "textZweiA" \lyricsto "alt" \textIIAlt
+ \context Lyrics = "textZweiA" \lyricsto "alt" \textInterAlt
+ \context Lyrics = "textDreiA" \lyricsto "alt" \textIIIAlt
+ \context Lyrics = "textEinsM" \lyricsto "maenner" \textIMaenner
+ \context Lyrics = "textZweiM" \lyricsto "maenner" \textIIMaenner
+ \context Lyrics = "textZweiM" \lyricsto "maenner" \textInterMaenner
+ \context Lyrics = "textDreiM" \lyricsto "maenner" \textIIIMaenner
+ >>
+ \layout {
+ indent = #0
+ }
+}