summaryrefslogtreecommitdiff
path: root/Weiszt_du_wieviel_Sternlein_stehen_/Weiszt_du_wieviel_Sternlein_stehen_.ly
blob: f47b4e23779d1e44bc64840284c8bf53fcefc5ee (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
\include "deutsch.ly"
include(stimmen.pre)
include(texte.pre)

%spezifisch%

\pointAndClickOff

\header {
  title = "Weißt du, wieviel Sternlein stehen"
  poet = "Text: Wilhelm Hey 1837"
  meter = "Melodie: Volkslied um 1818"
  composer = "EG 511, GL 712"
  arranger = "Satz: Georg L. Sothilander 2014"
  tagline = ""
}
\paper {
  top-margin = 5
}

\score {
  \new ChoirStaff <<
    \new Staff <<
      \new Voice = erste        { \global \voiceOne \melodieI }
      \new Voice = zweite       { \global \voiceTwo \melodieII }
    >>
    ifdef(`STR_1',`\new Lyrics \lyricsto erste { \textI }')
    ifdef(`STR_2',`\new Lyrics \lyricsto erste { \textII }')
    ifdef(`STR_3',`\new Lyrics \lyricsto erste { \textIII }')
  >>
  \layout {
    indent = #0
    \context { \Staff \RemoveEmptyStaves }
  }
}