From cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 4 Sep 2014 10:59:12 +0200 Subject: initialer Commit --- .../Abend_ward_bald_kommt_die_Nacht.ly | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Abend_ward_bald_kommt_die_Nacht/Abend_ward_bald_kommt_die_Nacht.ly (limited to 'Abend_ward_bald_kommt_die_Nacht/Abend_ward_bald_kommt_die_Nacht.ly') diff --git a/Abend_ward_bald_kommt_die_Nacht/Abend_ward_bald_kommt_die_Nacht.ly b/Abend_ward_bald_kommt_die_Nacht/Abend_ward_bald_kommt_die_Nacht.ly new file mode 100644 index 0000000..4daadb6 --- /dev/null +++ b/Abend_ward_bald_kommt_die_Nacht/Abend_ward_bald_kommt_die_Nacht.ly @@ -0,0 +1,39 @@ +\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 = "Abend ward, bald kommt die Nacht" + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Lyrics = "textDrei" {} + \new Lyrics = "textVier" {} + \new Staff = "maenner" << + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = "textEins" \lyricsto "bass" \textI + \context Lyrics = "textZwei" \lyricsto "bass" \textII + \context Lyrics = "textDrei" \lyricsto "bass" \textIII + \context Lyrics = "textVier" \lyricsto "bass" \textIV + >> + \layout { + indent = #0 + } +} -- cgit v1.2.3-54-g00ecf