\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="Juan del Encina" title="MI LIBERTAD EN SOSIEGO \\\\ \\ \\\\ \\ " subtitle="" footer="Editado con LilyPond" tagline="Copia: Nancho Alvarez" } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 global=\notes{\key c \major \time 4/4 \skip 1*13 \bar "|." } cantus=\notes{ e'2 f'4 g' | a'2 g'4 f'8 a' ~ | a'16 g' f' e' f'4 e'2 | g' g'4 a' | %5 b'2 b'4 a' | c''2 b' | c''4 c'' d'' d'' | c'' c'' a'2 | gis' b'4 b' | %10 b' c'' a' a' | g' a' b'2 | a'2. g'8 f' | e'1 } altus=\notes{ cis'2 d'4 e' | f'2 e'4 d'8 f' ~ | f'16 e' d' cis' d'4 cis'2 | e' e'4 f' | %5 g'2 g'4 f' | a'4. b'8 gis'2 | a'4 a'8 a'4 gis'16 fis' gis'4 | a' e'8 f' ~ f'16 e' d' c' d'4 | e'2 gis'4 gis' | %10 gis' a' f' f' | e' f'8 a' ~ a' g'16 f' g'4 | [a'8. g'16] [f'8 e'16 d'] cis'2 ~ | cis'1 } tenor=\notes{ a2 a4 c' | c'2 c'4 a | a2 a | b b4 c' | %5 d'2 d'4 d' | e'2 e' | e'4 e' d' d' | e' c' ~ c'8 b a4 | b2 e'4 e' | %10 e' e' d' d' | b8 c' d'4 e'8 f' e'4 | c' d' e' a | a1 } bassus=\notes{ a,2 d4 c | f2 c4 d | d2 a, | e e4 a | %5 g2 g4 d | a2 e | a,4 a, b, b, | a, a f2 | e e4 e | %10 e a d d | e d8 f e d e4 | [f8. e16] [d8 c16 bes,] a,2 ~ | a,1 } textocantus=\lyrics{ < { Mi li -- ber -- tad en so -- sie -- _ _ _ _ _ go, mi co -- ra -- çón des -- cui -- da -- do, sus mu -- ros y for -- ta -- le -- ça, a -- mo -- res me lo_han çer -- ca -- _ _ _ _ _ do. } \context Lyrics \lyrics{ Ra -- zón y se -- so_y cor -- du -- _ _ _ _ _ ra, que te -- ní -- a_a mi man -- da -- do, hi -- cie -- ron tra -- to con e -- llos; ¡Ma -- la -- men -- te m'han bur -- la -- _ _ _ _ _ do! } > } textoaltus=\lyrics{ < { Mi li -- ber -- tad en so -- sie -- _ _ _ _ _ go, mi co -- ra -- çón des -- cui -- da -- _ do, sus mu -- ros _ _ y for -- ta -- le -- _ _ _ _ _ ça, a -- mo -- res me lo_han çer -- ca -- _ _ _ _ _ _ _ _ _ _ _ do. _ } \context Lyrics \lyrics{ Ra -- zón y se -- so_y cor -- du -- _ _ _ _ _ ra, que te -- ní -- a_a mi man -- da -- _ do, hi -- cie -- ron _ _ tra -- to con e -- _ _ _ _ _ llos; ¡Ma -- la -- men -- te m'han bur -- la -- _ _ _ _ _ _ _ _ _ _ _ do! _ } > } textotenor=\lyrics{ < { Mi li -- ber -- tad en so -- sie -- go, mi co -- ra -- çón des -- cui -- da -- do, sus mu -- ros y for -- ta -- _ _ le -- ça, a -- mo -- res me lo_han çer -- ca -- _ _ _ _ _ _ _ _ _ do. } \context Lyrics \lyrics{ Ra -- zón y se -- so_y cor -- du -- ra, que te -- ní -- a_a mi man -- da -- do, hi -- cie -- ron tra -- to con _ _ e -- llos; ¡Ma -- la -- men -- te m'han bur -- la -- _ _ _ _ _ _ _ _ _ do! } > } textobassus=\lyrics{ < { Mi li -- ber -- tad en so -- sie -- go, mi co -- ra -- çón des -- cui -- da -- do, sus mu -- ros y for -- ta -- le -- ça, a -- mo -- res me lo_han çer -- ca -- _ _ _ _ _ _ _ _ _ _ do. _ } \context Lyrics \lyrics{ Ra -- zón y se -- so_y cor -- du -- ra, que te -- ní -- a_a mi man -- da -- do, hi -- cie -- ron tra -- to con e -- llos; ¡Ma -- la -- men -- te m'han bur -- la -- _ _ _ _ _ _ _ _ _ _ do! _ } > } \score{ \context ChoirStaff < \addlyrics \context Staff = "v1"< \property Staff.instrument="Cantus " \global \clef treble \cantus > \context Lyrics="l1" \textocantus \addlyrics \context Staff = "v2"< \property Staff.instrument="Altus " \global \clef treble \altus > \context Lyrics="l2" \textoaltus \addlyrics \context Staff = "v3"< \property Staff.VerticalExtent = #'(0 . 0) \property Staff.instrument="Tenor " \global \clef "G_8" \tenor > \context Lyrics="l3" \textotenor \addlyrics \context Staff ="v4"< \property Staff.instrument="Bassus " \global \clef bass \bassus > \context Lyrics="l4" \textobassus > \paper { linewidth=19.0 \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} }