\version "2.11.32" #(set-default-paper-size "a4") #(set-global-staff-size 16) #(ly:set-option 'point-and-click #f) ss=\once \set suggestAccidentals = ##t \header { title=\markup{\bigger \bigger \bigger "Es ist ein' Ros' entsprungen" } subtitle = " " composer="Michael Prætorius (1571-1621)" poet="1609" copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key f \major \time 2/2 \partial 2 \skip 2 \skip 1*4 \skip 2 \bar ":|" \break \skip 2 \skip 1*7 \bar "|." } cantus={ c''2 | c''4 c'' d'' c'' | c''2 a' | bes' a'4 g' ~ | %5 g' f'2 e'4 | f'2 r4 a' | g' e' f' d' | c'2 r4 c'' | c'' c'' d'' c'' | %10 c''2 a' | bes' a'4 g' ~ | g' f'2 e'4 | f'1 } altus={ a'2 | a'4 f' f' f' | e'2 d' | d' c'4 c' | %5 d'4.( a8) c'2 | c' r4 f' | d' c' c' b | c'8( d' e'4) r e' | g' f' f' f' | %10 e'2 d' | d' f'4 d' | e'( f' g') c' | c'1 } tenor={ c'2 | c'4 a bes a | g2 f | f a4 c' | %5 bes( a2) g4 | a2 r4 c' | bes a a g | g2 r4 g | g a bes a | %10 g2 fis | g c'4 bes | a2 g | a1 } bassus={ f2 | f4 f bes f | c2 d | bes, f4 e | %5 d2 c | <\parenthesize f, f> r4 f | g a f g | c2 r4 c | e f bes, f | %10 c2 d | g, a,4 bes, | c2 c | <\parenthesize f, f>1 } textouno=\lyricmode{ \set stanza = "1. " Es ist ein' Ros' ent -- sprun -- gen aus ei -- ner Wur -- zel zart, Und hat ein Blüm -- lein bracht mit -- ten im kal -- ten Win -- ter, wohl zu der hal -- ben Nacht. } textounob=\lyricmode{ wie uns die Al -- ten sun -- gen: von Jes -- se kam die Art. } textodos=\lyricmode{ \set stanza = "2. " Das Blüm -- lein, das ich mei -- ne, da -- von Je -- sa -- ias sagt Aus Got -- tes ew' -- gem Rat hat sie ein Kind ge -- bo -- ren wel -- ches uns se -- lig macht. } textodosb=\lyricmode{ hat uns ge -- bracht al -- lei -- ne Ma -- rie, die rei -- ne Magd. } textotres=\lyricmode{ \set stanza = "3. " Wir bit -- ten dich von Her -- zen Ma -- ri -- a Ro -- se zart: wollst uns ver -- hilf -- lich sein, dass wir ihm mö -- gen schaf -- fen ein' Wohn -- ung hübsch und fein. } textotresb=\lyricmode{ Durch die -- ses Blüm -- leins Schmer -- zen, die es emp -- pfun -- den hat, } \score { \new ChoirStaff<< \new Staff <<\global \new Voice="v1" { \set Staff.instrumentName="Soprano " \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textouno } \new Lyrics \lyricsto "v1" {\textounob } \new Lyrics \lyricsto "v1" {\textodos } \new Lyrics \lyricsto "v1" {\textodosb } \new Lyrics \lyricsto "v1" {\textotres } \new Lyrics \lyricsto "v1" {\textotresb } >> \new Staff << \global \new Voice="v2" { \set Staff.instrumentName="Alto " \clef "treble" \altus} \new Lyrics \lyricsto "v2" {\textouno } \new Lyrics \lyricsto "v2" {\textounob } \new Lyrics \lyricsto "v2" {\textodos } \new Lyrics \lyricsto "v2" {\textodosb } \new Lyrics \lyricsto "v2" {\textotres } \new Lyrics \lyricsto "v2" {\textotresb } >> \new Staff <<\global \new Voice="v3" { \set Staff.instrumentName="Tenor " \clef "G_8" \tenor } \new Lyrics \lyricsto "v3" {\textouno } \new Lyrics \lyricsto "v3" {\textounob } \new Lyrics \lyricsto "v3" {\textodos } \new Lyrics \lyricsto "v3" {\textodosb } \new Lyrics \lyricsto "v3" {\textotres } \new Lyrics \lyricsto "v3" {\textotresb } >> \new Staff <<\global \new Voice="v4" { \set Staff.instrumentName="Bajo " \clef "bass" \bassus } \new Lyrics \lyricsto "v4" {\textouno } \new Lyrics \lyricsto "v4" {\textounob } \new Lyrics \lyricsto "v4" {\textodos } \new Lyrics \lyricsto "v4" {\textodosb } \new Lyrics \lyricsto "v4" {\textotres } \new Lyrics \lyricsto "v4" {\textotresb } >> >> \layout{ %\context {\Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-0 . 0) } \context {\Score \override BarNumber #'padding = #2 } %\context {\Lyrics \override LyricText #'font-size = #2 } \context {\Voice %melismaBusyProperties = #'() } %\context { \RemoveEmptyStaffContext } \context {\Staff \consists Ambitus_engraver } } %\midi {} } \paper{ system-count=2 line-width=19.0\cm between-system-padding = 0 ragged-last-bottom = ##f head-separation = 0\mm foot-separation = 2\mm }