\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="DOMINE AD ADJUVARDUM ME" subtitle="Falsobordone \\\\ \\ \\\\ \\ " footer="Editado con LilyPond" tagline="Copia: Nancho Alvarez" poet = "Transcripción: Felipe Pedrell" } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 global=\notes{\key c \major \time 2/2 \skip 1*11 \bar "|." } cantus=\notes{ e''1 f''^\fermata \bar "|" e'' \bar "" d''^\fermata \bar "|" \break %5 f'' e''^\fermata \bar"|" f'' f''2 e'' \bar "|" d'' e''^\fermata \bar "|" %10 f''1 e''^\fermata } altus=\notes{ g'1 a'^\fermata g' g'^\fermata %5 a' a'^\fermata a' a'2 g' g' g'^\fermata %10 a'1 g'^\fermata } tenor=\notes{ c'1 c'^\fermata c' b^\fermata %5 d' c'^\fermata c' c'2 c' b c'^\fermata %10 c'1 c'^\fermata } bassus=\notes{ c1 f^\fermata c g^\fermata %5 d a^\fermata f f2 c g c^\fermata %10 f1 c^\fermata } textocantus=\lyrics{ Domine4. ad8 adjuvardum4 me_festi4 -- na.1 Gloria4 Patri,4 et_Filio_et4 Spiritui_san4 -- cto.1 Sicut_erat4 in_principio,4 et_nunc,4 et_sem4 -- per,1 et4 in4 saecula4 saecu4 -- lo2 -- rum.2 A -- men. Allelu1 -- ia. } \score{ \context ChoirStaff < \property Score.timing = ##f % \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" \textocantus % \addlyrics \context Staff = "v3"< \property Staff.VerticalExtent = #'(0 . 0) \property Staff.instrument="Tenor " \global \clef "G_8" \tenor > \context Lyrics="l3" \textocantus % \addlyrics \context Staff ="v4"< \property Staff.instrument="Bassus " \global \clef bass \bassus > \context Lyrics="l4" \textocantus > \paper { linewidth=19.0 \cm interscoreline= 0.0 \cm interscorelinefill= 1.0 textheight= 24.5 \cm pagenumber=no \translator { \LyricsContext LyricText \override #'font-relative-size = #1 } % \translator { \HaraKiriStaffContext } \translator { \ScoreContext BarNumber \override #'padding = #2 } } %\midi {\tempo 4 = 120} }