\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="P.L. da Palestrina" title="O DOMINE JESU CHRISTE \\\\ \\ " footer="Editado con LilyPond" tagline="Copia: Nancho Alvarez" } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 global=\notes{\key c \major \time 2/2 \skip 1*16 \bar "||" \skip 1*12 \bar "|." } cantus=\notes{ a'1 | gis'2. a'4 | b'2 c'' ~ | c'' b' | %5 a'1 | gis' | r2 gis' | a'2. a'4 | b'2 b'4 c'' ~ | %10 c'' b' a' a' | gis'2 a' | r c'' ~ | c'' b' | r4 c''2 b'4 | %15 a'2 a'4 a' | a'2. gis'4 | c''2 d''4 d'' | e''2 r4 e'' | d''4. c''8 b'4 b' | %20 a'2 c'' ~ | c''4 c'' d'' d'' | b'2. b'4 | c'' b'4. a'8 a'4 ~ | a' gis'8 fis' gis'2 | %25 a' a' | a'4 a' a'2 ~ | a'1 | a' } altus=\notes{ e'1 | e'2. e'4 | g'2 g' ~ | g' g' | %5 f'4 e'4. d'16 c' d'4 | e'1 | r2 e' | e'2. e'4 | g'2 g'4 g' ~ | %10 g' g' e' d' | e'2 e' | r a' ~ | a' gis' | r4 a'2 e'4 | %15 f'2 f'4 f' | c' d' e'2 | a' a'4 b' | c''2 r4 c'' | b'4. a'8 a'4 gis' | %20 a'2 a' ~ | a'4 a' a' a' | gis'2. gis'4 | a' e' f'2 | e'1 | %25 cis'2. e'4 | f' e' f'2 ~ | f' e'4. d'8 | e'1 } tenor=\notes{ c'1 | b2. c'4 | d'2 e' ~ | e' d' | %5 c'4. b8 a2 | b1 | r2 b | c'2. c'4 | d'2 d'4 e' ~ | %10 e' d' c' a | b2 c' | r e' ~ | e' e' | r4 e'2 b4 | %15 c'2 d'4 d' | a4. b8 c'4 b | a2 f'4 f' | e'2 r4 c' | g4. a8 e'4 e' | %20 a2 r4 f' ~ | f' f' f' f' | e'2. e'4 ~ | e' b c' d' | b1 | %25 a2 r4 cis' | d' e' d'2 ~ | d' cis'4. b8 | cis'1 } bassus=\notes{ a1 | e2. a4 | g2 c' ~ | c' g | %5 a4. g8 f2 | e1 | r2 e | a2. a4 | g2 g4 c' ~ | %10 c' g a f | e2 a | r a | e e | r4 a2 g4 | %15 f2 d4 d | f2 e | f d4 d' | c'2 r | R1*4/4 | %20 r2 f ~ | f4 f d d | e2. e4 | a g f d | e1 | %25 a2 a | d'4 cis' d'2 | a1 | a } textocantus=\lyrics{ O Do -- mi -- ne Ie -- _ su Chri -- ste ad -- o -- ro Te in cru -- _ ce vul -- ne -- ra -- tum fel -- _ le et a -- ce -- to po -- ta -- tum: de -- pre -- cor Te ut tu -- a vul -- ne -- ra sint _ re -- me -- di -- um a -- ni -- mæ_ _ me -- _ _ _ _ æ, a -- ni -- mæ_ me -- _ æ. } textoaltus=\lyrics{ O Do -- mi -- ne Ie -- _ su Chri -- _ _ _ _ ste ad -- o -- ro Te in cru -- _ ce vul -- ne -- ra -- tum fel -- _ le et a -- ce -- to po -- ta -- _ tum: de -- pre -- cor Te ut tu -- a vul -- ne -- ra sint _ re -- me -- di -- um a -- _ ni -- mæ_ me -- æ, a -- ni -- mæ_ me -- _ _ _ æ. } textotenor=\lyrics{ O Do -- mi -- ne Ie -- _ su Chri -- _ _ ste ad -- o -- ro Te in cru -- _ ce vul -- ne -- ra -- tum fel -- _ le et a -- ce -- to po -- ta -- _ _ tum: de -- pre -- cor Te ut tu -- a vul -- ne -- ra sint _ re -- me -- di -- um a -- _ ni -- mæ_ _ me -- æ a -- ni -- mæ_ me -- _ _ _ æ. } textobassus=\lyrics{ O Do -- mi -- ne Ie -- _ su Chri -- _ _ ste ad -- o -- ro Te in cru -- _ ce vul -- ne -- ra -- tum fel -- _ le et a -- ce -- to po -- ta -- tum: de -- pre -- cor Te sint _ re -- me -- di -- um a -- _ ni -- mæ_ _ me -- æ, a -- ni -- mæ_ me -- _ æ. } \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.1 \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} }