\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="DIXIT DOMINUS I \\\\ III Dominica adventus \\\\ \\ " subtitle="\\small Munich, Bayersche Staatsbibliothek, Manuscript addendum to \\emph{2 Mus. pr. 23}\\ and \\\\ Regensburg, Bischöfliche Zentralbibliothek, \\emph{Mappe Victoria I, N. 27a} \\\\ \\ " footer="Editado con LilyPond" tagline="Copia: Nancho Alvarez" poet = "Transcripción: Eugene C. Cramer" } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 global=\notes{\key c \major \time 2/2 \skip 1*7 \bar "||" \break \skip 1*4 \bar "|" \break \skip 1*4 \bar "|." } cantus=\notes{ f'1 | e'2 f' | g' a' | a'1 | %5 a'2. c''4 | b'2 a' | a'1 | a' | b'2 a'4 c'' ~ | %10 c''8 b' a'2 g'4 | a'1 | a' | g'2. f'4 ~ | f' e'8 d' e'2 | %15 f'1^"Sicut erat eod." } altus=\notes{ d'1 | c'2 d' | e' f' | f'1 | %5 e'2 f'4 a' | g'4. f'8 e'2 | f'1 | f' | g'2 e' ~ | %10 e'4 f'2 e'8 d' | e'1 | f' | e'2. d'4 ~ | d' c'8 b c'2 | %15 d'1 } tenor=\notes{ a1 | a2 a4 f | c'2 c' | d'1 | %5 c'2. a4 | d' d'2 c'4 | d'1 | d' | d'2 c'4. b8 | %10 c'2 d' | c'1 | c' | c'2. a4 ~ | [a8 g16 f] [g8 f] a2 | %15 a1 } bassus=\notes{ d1 | a,2 d | c f | d1 | %5 a2 f | g a | d1 | d | g2 a4 a ~ | %10 a8 g f2 b4 | a1 | f | c2. d4 | b,2 a, | %15 d1 } textocantus=\lyrics{ Dixit Dominus Do- mi -- no me -- o: sede a dex -- tris me -- _ o. "Gloria Patri et" fi -- _ _ _ _ _ li -- o: "et spiritu" san -- _ _ _ _ _ cto. } textoaltus=\lyrics{ Dixit Dominus Do- mi -- no me -- o: sede a dex -- _ tris me -- _ _ o. "Gloria Patri et" fi -- _ _ _ li -- _ o: "et spiritu" san -- _ _ _ _ _ cto. } textotenor=\lyrics{ Dixit Dominus Do- mi -- no _ me -- o: sede a dex -- _ tris me -- _ o. "Gloria Patri et" fi -- _ _ _ li -- o: "et spiritu" san -- _ _ _ _ _ _ _ cto. } textobassus=\lyrics{ Dixit Dominus Do- mi -- no me -- o: sede a dex -- tris me -- _ o. "Gloria Patri et" fi -- _ _ _ _ _ li -- o: "et spiritu" san -- _ _ _ cto. } \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=17.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} }