summaryrefslogtreecommitdiff
path: root/Schoen_ist_die_Erde/Schoen_ist_die_Erde.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-11-19 09:57:01 +0100
committerErich Eckner <git@eckner.net>2016-11-20 23:13:41 +0100
commit02c14758339f16a42fa844888d23b8a2827289d2 (patch)
treeebbdba1b4affa2a3767dd454297ee67ecfa1d959 /Schoen_ist_die_Erde/Schoen_ist_die_Erde.ly
parent93f8d407c089ef53fe0f55b868342631cdee6ab1 (diff)
downloadMusik-02c14758339f16a42fa844888d23b8a2827289d2.tar.xz
Schoen_ist_die_Erde angefangen
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
+ }
+ }
+}
+