From acbc280a48fe02c9475131569bc183dc1d51f01f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 22 Sep 2017 14:44:11 +0200 Subject: Alle_Tage_Alle_Naechte: Korrektur und Umbenennung --- Alle_Tage_alle_Naechte/Alle_Tage_alle_Naechte.ly | 49 ++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 Alle_Tage_alle_Naechte/Alle_Tage_alle_Naechte.ly (limited to 'Alle_Tage_alle_Naechte/Alle_Tage_alle_Naechte.ly') diff --git a/Alle_Tage_alle_Naechte/Alle_Tage_alle_Naechte.ly b/Alle_Tage_alle_Naechte/Alle_Tage_alle_Naechte.ly new file mode 100644 index 0000000..37687da --- /dev/null +++ b/Alle_Tage_alle_Naechte/Alle_Tage_alle_Naechte.ly @@ -0,0 +1,49 @@ +\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 = "All Night, All Day" + } + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + \new Voice = sopran { \global \sopranMelodie } + } + \new Lyrics \lyricsto sopran { \sopranTextI } + \new Lyrics \lyricsto sopran { \sopranTextII } + \new Staff { + \new Voice = alt { \global \altMelodie } + } + \new Lyrics \lyricsto alt { \altTextI } + \new Lyrics \lyricsto alt { \altTextII } + \new Staff { + \new Voice = tenor { \clef "G_8" \global \tenorMelodie } + } + \new Lyrics \lyricsto tenor { \tenorTextI } + \new Lyrics \lyricsto tenor { \tenorTextII } + \new Staff { + \new Voice = bass { \clef "bass" \global \bassMelodie } + } + \new Lyrics \lyricsto bass { \bassTextI } + \new Lyrics \lyricsto bass { \bassTextII } + >> + \layout { + indent = #0 + } +} -- cgit v1.2.3-54-g00ecf