From c951c7f390c4291dd41294e0bf1ff0b6abacc28d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 5 Sep 2014 20:57:14 +0200 Subject: neue Lieder: Dass Erde und Himmel dir blühen In geselliger Runde MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- In_geselliger_Runde/In_geselliger_Runde.ly | 58 ++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 In_geselliger_Runde/In_geselliger_Runde.ly (limited to 'In_geselliger_Runde/In_geselliger_Runde.ly') 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 + } +} -- cgit v1.2.3-54-g00ecf