summaryrefslogtreecommitdiff
path: root/Abends_will_ich_schlafen_gehn/Abends_will_ich_schlafen_gehn.ly
blob: 1f44ab9c4b26767db933ba6771230b2b44de22c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
\include "deutsch.ly"
include(stimmen.pre)
include(texte.pre)

%spezifisch%

\pointAndClickOff

\header {
  title = "Abends will ich schlafen gehn"
  subtitle = "(Abendsegen)"
  poet = "Text: Adelheid Wette"
  composer = "Originaltonart: D-Dur"
  meter = "Melodie und Satz: Engelbert Humperdinck 1891"
  tagline = ""
}
\paper {
  top-margin = 5
}

\score {
  \new ChoirStaff <<
    \new Staff <<
      \new Voice = erste        { \global \melodieI }
    >>
    \new Lyrics \lyricsto erste  { \textI }
    \new Staff <<
      \new Voice = zweite       { \global \melodieII }
    >>
    \new Lyrics \lyricsto zweite { \textII }
  >>
  \layout {
    indent = #0
    \context { \Staff \RemoveEmptyStaves }
  }
}