\version "1.4.12" \include "paper16.ly" italicas=\property Lyrics . LyricText \override #'font-shape = #'italic rectas=\property Lyrics . LyricText \override #'font-shape = #'upright \header{ composer="Anónimo inglés\\\\ \\ " title="THER IS NO ROSE OF SWYCH VIRTU" subtitle="Siglo XV" footer="Editado con LilyPond" tagline="Copia: Nancho Alvarez" poet = "" } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 global=\notes{\key c \major \time 3/4 \skip 1*3/4*10 \bar "||" \break \skip 1*3/4*17 \bar "|." } altus=\notes{ r2 c'4 | e'2 f'4 | g' a'4. g'8 | g'4. fis'8 fis' e' | %5 g'2. | r2 g'4 | g' f'2 | e'4. d'8 f' e' | c'4. b8 b a | %10 c'2.^"\quad FIN" | r2 g'4 | e'4. d'8 e' f' | g'4 a'2 | g' e'4 | %15 f' e'4. d'8 | e'4 r d'8 e' | c'4. b8 c' b | g4. a8 b4 | c'2 b4 | %20 c'2 r4 | c'4. [d'8 e' f'] | g'4 f'8 e' d'4 | c'2 b4 | d' c' a | %25 b8 c' d' c' f' e' | c'4. b8 b a | c'2.^"\qquad \quad D.C." } tenor=\notes{ r2 c'4 | b c'2 | d'4 e'2 | d' c'4 | %5 d'2. | r2 d'4 | d' c'2 | b a4 | g2 f4 | %10 g2. | R1*3/4 | R1*3/4 | R1*3/4 | R1*3/4 | %15 R1*3/4 | R1*3/4 | R1*3/4 | R1*3/4 | R1*3/4 | %20 R1*3/4 | R1*3/4 | R1*3/4 | R1*3/4 | R1*3/4 | %25 R1*3/4 | R1*3/4 | R1*3/4 } bassus=\notes{ r2 c4 | g a2 | g4 c'2 | b a4 | %5 g2. | r2 g4 | b a2 | g d4 | c e d | %10 c2. | r2 c'4 | c' b a | g d2 | g a4 | %15 a g f | e r g | a4. g8 a f | g2 f4 | e2 d4 | %20 c2 r4 | c'4. [b8 c' a] | g4 a b | c' a g ~ | g a2 | %25 g e4 | g f d | c2. } textoaltus=\lyrics{ Ther is no rose of _ swych _ vir -- _ tu as is the rose _ that _ bar _ Jhe -- _ su. < { Ther is _ no _ rose of swych _ vir -- _ _ tu as _ is _ the _ rose _ that bar Jhe -- su. Al -- _ _ _ le -- _ _ _ lu -- _ _ _ _ _ _ _ _ _ _ _ _ _ _ ia. } \context Lyrics \lyrics{ For in _ this _ rose con -- tey -- _ ned _ _ was he -- _ ven _ and _ erthe _ in ly -- tyl space, Res _ _ _ mi -- _ _ _ ran -- _ _ _ _ _ _ _ _ _ _ _ _ _ _ da. } \context Lyrics \lyrics{ Be that _ _ _ rose we may _ weel _ _ see that _ he _ is _ God _ in per -- sonys thre, Pa -- _ _ _ ri _ _ _ for -- _ _ _ _ _ _ _ _ _ _ _ _ _ _ ma. } \context Lyrics \lyrics{ The aun -- _ gelys _ sun -- gyn the _ shep -- _ herds to: `Glo -- _ ri -- _ a _ in -- _ ex -- celsis De -- o'. Gau -- _ _ _ de -- _ _ _ a -- _ _ _ _ _ _ _ _ _ _ _ _ _ _ mus. } > } textotenor=\lyrics{ Ther is no rose of swych vir -- tu as is the rose that bar Jhe -- su. } textobassus=\lyrics{ Ther is no rose of swych vir -- tu as is the rose that bar _ Jhe -- su. < { Ther is _ no rose of swych _ vir -- _ _ tu as is _ the _ rose that bar Jhe -- su. Al -- _ _ _ le -- _ _ lu -- _ _ _ _ _ _ _ _ _ ia. } \context Lyrics \lyrics{ For in _ this rose con -- tey -- _ ned _ _ was he -- ven _ and _ erthe in ly -- tyl space, Res _ _ _ mi -- _ _ ran -- _ _ _ _ _ _ _ _ _ da. } \context Lyrics \lyrics{ Be that _ _ rose we may _ weel _ _ see that he _ is _ God in per -- sonys thre, Pa -- _ _ _ ri _ _ for -- _ _ _ _ _ _ _ _ _ ma. } \context Lyrics \lyrics{ The aun -- _ gelys sun -- gyn the _ shep -- _ herds to: `Glo -- ri -- _ a _ in -- ex -- celsis De -- o'. Gau -- _ _ _ de -- _ _ a -- _ _ _ _ _ _ _ _ _ mus. } > } \score{ \context ChoirStaff < \addlyrics \context Staff = "v2"< \property Staff.instrument="Altus " \property Staff.instr="A " \global \clef treble \altus > \context Lyrics="l2" \textoaltus \addlyrics \context Staff = "v3"< \property Staff.VerticalExtent = #'(0 . 0) \property Staff.instrument="Tenor " \property Staff.instr="T " \global \clef "G_8" \tenor > \context Lyrics="l3" \textotenor \addlyrics \context Staff ="v4"< \property Staff.instrument="Bassus " \property Staff.instr="B " \global \clef bass \bassus > \context Lyrics="l4" \textobassus > \paper { linewidth=19.6 \cm interscoreline= 0.0 \cm interscorelinefill= 1.0 textheight= 26.0 \cm pagenumber=no \translator { \LyricsContext LyricText \override #'font-relative-size = #1 } \translator { \HaraKiriStaffContext } \translator { \ScoreContext BarNumber \override #'padding = #2 } } %\midi {\tempo 4 = 120} }