summaryrefslogtreecommitdiff
path: root/Staendchen/Staendchen.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Staendchen/Staendchen.ly')
-rw-r--r--Staendchen/Staendchen.ly37
1 files changed, 37 insertions, 0 deletions
diff --git a/Staendchen/Staendchen.ly b/Staendchen/Staendchen.ly
new file mode 100644
index 0000000..b5d04e5
--- /dev/null
+++ b/Staendchen/Staendchen.ly
@@ -0,0 +1,37 @@
+\include "deutsch.ly"
+include(stimmen.pre)
+include(texte.pre)
+
+%spezifisch%
+
+\pointAndClickOff
+
+\header {
+ title = Ständchen
+ tagline = ##f
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = tenorI { \global \clef "G_8" \tenorIMelodie }
+ >>
+ \new Lyrics \lyricsto tenorI { \tenorIText }
+ \new Staff <<
+ \new Voice = tenorII { \global \clef "G_8" \tenorIIMelodie }
+ >>
+ \new Lyrics \lyricsto tenorII { \tenorIIText }
+ \new Staff <<
+ \new Voice = bassI { \global \clef "bass" \bassIMelodie }
+ >>
+ \new Lyrics \lyricsto bassI { \bassIText }
+ \new Staff <<
+ \new Voice = bassII { \global \clef "bass" \bassIIMelodie }
+ >>
+ \new Lyrics \lyricsto bassII { \bassIIText }
+ >>
+ \layout {
+ indent = #0
+ }
+}