summaryrefslogtreecommitdiff
path: root/Schoen_ist_die_Erde/Schoen_ist_die_Erde.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Schoen_ist_die_Erde/Schoen_ist_die_Erde.ly')
-rw-r--r--Schoen_ist_die_Erde/Schoen_ist_die_Erde.ly60
1 files changed, 60 insertions, 0 deletions
diff --git a/Schoen_ist_die_Erde/Schoen_ist_die_Erde.ly b/Schoen_ist_die_Erde/Schoen_ist_die_Erde.ly
new file mode 100644
index 0000000..2549a34
--- /dev/null
+++ b/Schoen_ist_die_Erde/Schoen_ist_die_Erde.ly
@@ -0,0 +1,60 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+%spezifisch%
+
+\pointAndClickOff
+
+\header {
+ title = "Schön ist die Erde"
+ poet = "Schwedischer Text: B. S. Ingemann, 1850"
+ meter = "Deutscher Text: Christoph Hartlieb"
+ composer = "Schlesische Volksweise"
+ arranger = "Satz: Anders Öhrwall (1932-2012)"
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new Staff <<
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Lyrics = textSopran { }
+ \new Staff <<
+ \new Voice = frauen { \global \oneVoice \pausenFrauen }
+ \new Voice = sopran { \global \voiceOne \melodieSopran }
+ \new Voice = alt { \global \voiceTwo \melodieAlt }
+ >>
+ \context Lyrics = textSopran \lyricsto sopran { \textSopran }
+ \new Lyrics \lyricsto alt { \textAlt }
+ \new Lyrics = textTenor { }
+ \new Staff <<
+ \new Voice = maenner { \global \clef "bass" \oneVoice \pausenMaenner }
+ \new Voice = tenor { \global \clef "bass" \voiceOne \melodieTenor }
+ \new Voice = bass { \global \clef "bass" \voiceTwo \melodieBass }
+ >>
+ \context Lyrics = textTenor \lyricsto tenor { \textTenor }
+ \new Lyrics \lyricsto bass { \textBass }
+ >>
+ \new PianoStaff <<
+ \new Staff <<
+ \new Voice { \global \melodieOrgelRechts }
+ >>
+ \new Staff <<
+ \new Voice { \global \clef "bass" \melodieOrgelLinks }
+ >>
+ >>
+ >>
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup #'remove-first = ##t
+ }
+ }
+}
+