summaryrefslogtreecommitdiff
path: root/Es_ist_ein_Ros_entsprungen/satz.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Es_ist_ein_Ros_entsprungen/satz.ly')
-rw-r--r--Es_ist_ein_Ros_entsprungen/satz.ly31
1 files changed, 31 insertions, 0 deletions
diff --git a/Es_ist_ein_Ros_entsprungen/satz.ly b/Es_ist_ein_Ros_entsprungen/satz.ly
new file mode 100644
index 0000000..06d566e
--- /dev/null
+++ b/Es_ist_ein_Ros_entsprungen/satz.ly
@@ -0,0 +1,31 @@
+\score {
+ \header {
+ title = "Es ist ein Ros entsprungen"
+ composer = "Melodie: Köln 1599"
+ arranger = "Satz: Michael Praetorius 1609"
+ poet = "Text Str. 1+2: Trier 1587/1588"
+ meter = "Text Str. 3: Fridrich Layritz 1844"
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = frauen { \global \oneVoice \pausen }
+ \new Voice = sopran { \global \voiceOne \sopranMelodie }
+ \new Voice = alt { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics \lyricsto alt { \textI }
+ \new Lyrics \lyricsto alt { \textIa }
+ \new Lyrics \lyricsto alt { \textII }
+ \new Lyrics \lyricsto alt { \textIIa }
+ \new Lyrics \lyricsto alt { \textIII }
+ \new Lyrics \lyricsto alt { \textIIIa }
+ \new Staff <<
+ \new Voice = maenner { \global \clef "bass" \oneVoice \pausen }
+ \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie }
+ \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie }
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}