\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="Tomás Luis de Victoria" title="5. BENEDICTUS" subtitle="de la misa Trahe me post te" footer="Editado con LilyPond" tagline="Copia: Nancho Alvarez" poet = "(original en claves altas)" } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 global=\notes{\key g \major \time 2/2 \skip 1*29 \bar "|." } altus=\notes{ \transpose g{ r2 g' ~ | g' f' | a' g'4 g' | a'8 b' c'' a' b'4 c'' ~ | %5 c''8 b' a' g' f'4 e' | d'2 r4 g' | a'4. g'8 [f' e'] [e' d'16 c'] | d'2 c'4 e' | d' f' e' d' | %10 e'8 f' g' e' f' g' a'4 ~ | a'8 g' f'2 e'4 | d'2 r4 g' | a'8 b' c'' a' b'4 a'8 g' | a'2 b' ~ | %15 b' r4 g' | c''2. a'4 | a'2 c'' ~ | c''4 b'8 a' b'4 b' | c''4. b'16 a' g'2 | %20 r4 e' a'2 ~ | a'4 f' f'2 | a'2. g'8 f' | g'4 g' a'2 | r4 a' c''2 ~ | %25 c''4 b' b'2 | a'2. g'8 f' | e' f' g'2 f'4 | e' d'8 c'^"Hosanna ut supra" d'4 d' | e'1 } } tenor=\notes{ \transpose g{ c'1 | b2 d' | c'4 d' e'8 f' g' e' | f' g' a'4 g' e' | %5 f'4. e'8 d'4 c' ~ | c' b8 a b c' d' b | c'4 d'4. c'8 c'4 ~ | c' b c'2 | r g' ~ | %10 g' f' | a' g' | r4 d' e'8 f' g' e' | f' g' a'4. g'8 g'4 ~ | g' fis' g' d' | %15 g'2. e'4 | e'2 a'4. g'8 | f'4 e'8 d' e'4. f'8 | g'4 a'2 gis'4 | a' a e'2 ~ | %20 e'4 c' c'2 | f'4. e'8 d'4 c'8 b | c'4. d'8 e'4 f' ~ | f' e' f' c' | f'2. e'4 | %25 e' d'4. c'8 d' e' | f'4 e' e'4. f'8 | g'4 g c'4. c'8 | b4 c'2 b4 | c'1 } } bassus=\notes{ \transpose g{ R1*4/4 | R1*4/4 | R1*4/4 | R1*4/4 | %5 R1*4/4 | g1 | f2 a | g4 g a8 b c' a | b c' d'4 c' b | %10 c'8 d' e' c' d'4. e'8 | f'2 c'4 c' | b d' c' c | f2 e | d g | %15 r4 g c'2 ~ | c'4 a a d' ~ | d' c'8 b a b c' d' | e'4 f' e'2 | a r4 e | %20 a2. f4 | f bes2 a8 g | f g a b c'4 d' | c' c f2 ~ | f4 d a4. b8 | %25 c'4 g4. a8 b c' | d'4 [c'8 b a b] c'4 ~ | c' b a2 | g2. g4 | c1 } } textoaltus=\lyrics{ Be -- _ ne -- di -- ctus qui ve -- _ _ _ _ _ _ _ _ _ _ _ nit, qui ve -- _ _ _ _ _ _ _ nit, be -- ne -- di -- ctus qui ve -- _ _ _ _ _ _ _ _ _ _ nit, qui ve -- _ _ _ _ _ _ _ nit _ in no -- mi -- ne Do -- _ _ _ _ mi -- ni, _ _ _ in no -- _ mi -- ne Do -- _ _ _ mi -- ni, in no -- _ mi -- ne Do -- _ _ _ _ _ _ _ _ _ _ mi -- ni. } textotenor=\lyrics{ Be -- ne -- di -- ctus qui ve -- _ _ _ _ _ _ nit, qui ve -- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ nit, be -- _ ne -- di -- ctus qui ve -- _ _ _ _ _ _ _ _ _ _ nit in no -- mi -- ne Do -- _ _ _ _ _ _ _ _ mi -- ni, in no -- _ mi -- ne Do -- _ _ _ _ _ _ _ _ _ mi -- ni, in no -- mi -- ne Do -- _ _ _ _ mi -- ni, _ _ in no -- mi -- ne Do -- mi -- ni. } textobassus=\lyrics{ Be -- ne -- di -- ctus qui ve -- _ _ _ _ _ _ nit, qui ve -- _ _ _ _ _ _ nit, be -- ne -- di -- ctus qui ve -- _ _ nit in no -- _ mi -- ne Do -- _ _ _ _ _ _ _ _ mi -- ni, _ in no -- mi -- ne Do -- _ _ _ _ _ _ _ mi -- ni, in no -- _ mi -- ne _ _ Do -- _ _ _ _ _ _ _ _ _ _ _ _ _ mi -- ni. } \score{ \context ChoirStaff < \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.2 \cm pagenumber=no \translator { \LyricsContext LyricText \override #'font-relative-size = #1 } % \translator { \HaraKiriStaffContext } \translator { \ScoreContext BarNumber \override #'padding = #2 } } %\midi {\tempo 4 = 120} }