\version "2.18.0" #(set-default-paper-size "a4") #(set-global-staff-size 16.4) #(ly:set-option 'point-and-click #f) %mobile -s15.5 -i3.5 -ball italicas=\override LyricText.font-shape = #'italic rectas=\override LyricText.font-shape = #'upright ss=\once \set suggestAccidentals = ##t incipitwidth = 20 mtempo={\tempo 4 = 100} mtempob={\tempo 4 = 50} % Uso la transcripcion de Pedrell para completar las partes que faltan colorclaro=#(rgb-color .5 .5 .5) coloroscuro=#(rgb-color 0 0 0) mnon={ \override NoteHead #'color = \colorclaro \override Stem #'color = \colorclaro \override Beam #'color = \colorclaro \override Flag #'color = \colorclaro \override Dots #'color = \colorclaro \override Tie #'color = \colorclaro \override Rest #'color = \colorclaro \override Accidental #'color = \colorclaro } mnoff={ \override NoteHead #'color = \coloroscuro \override Stem #'color = \coloroscuro \override Beam #'color = \coloroscuro \override Flag #'color = \coloroscuro \override Dots #'color = \coloroscuro \override Tie #'color = \coloroscuro \override Rest #'color = \coloroscuro \override Accidental #'color = \coloroscuro } lmnon={ \override LyricText #'color = \colorclaro } lmnoff={ \override LyricText #'color = \coloroscuro } htitle="Requiem a 4 - 9. Peccantem me quotidie" hcomposer="Victoria" \header { title=\markup{\fontsize #3 "9. Peccantem me quotidie"} subtitle="de la Missa pro Defunctis a 4" %subsubtitle=\markup{\null \vspace #1 } subsubtitle=\markup{"Aliud Responsorium pro Defunctis"} composer="Tomás Luis de Victoria (c.1548-1611)" pdfauthor=\composer %opus="(-)" poet=\markup{"1592"} % no aparece en 1583a copyright=\markup{ \fill-line {\line{\italic "Transcribed" "and edited by Nancho Alvarez"} \typewriter "http://tomasluisdevictoria.org"} % transcrito salvo las partes que faltan, tomadas de Pedrell } % tagline="" } \markup{\null \vspace #.1 } %notablet global={\key c \major \time 2/2 \skip 1*6 \bar "||" } cantus={ f'1 | a'2 g' | a'2. a'4 | \[bes'2 a' ~ \] %5 a'4 g'8 f' g'4 g' | a'\breve*1/2 } altus={ d'1 | d'2 \mnon d' | cis' d' | d'2. cis'4 | %5 d'2. d'4 | cis'\breve*1/2 \mnoff } tenor={ a1 | f2 d | e fis | g f4 e | %5 d2. d4 | e\breve*1/2 } bassus={ d1 | d2 bes, | a, d | \[g, a, | %5 bes,2.\] bes,4 | a,\breve*1/2 } textocantus=\lyricmode{ Pec -- can -- tem me quo -- ti -- _ _ _ _ _ di -- e, } textoaltus=\lyricmode{ Pec -- can -- tem me quo -- \lmnon ti -- _ _ di -- e, \lmnoff } textotenor=\lyricmode{ Pec -- can -- tem me quo -- ti -- _ _ _ di -- e, } textobassus=\lyricmode{ % _ Pec Pec -- can -- tem me quo -- ti -- _ _ di -- e, } incipitcantus=\markup{ \score{ { \set Staff.instrumentName="Cantus " \override NoteHead.style = #'neomensural \override Staff.TimeSignature.style = #'neomensural \cadenzaOn \clef "petrucci-c1" \key c \major \time 2/2 f'\breve } \layout { line-width=\incipitwidth indent = 0 } } } incipitaltus=\markup{ \score{ { \set Staff.instrumentName="Altus " \override NoteHead.style = #'neomensural \override Staff.TimeSignature.style = #'neomensural \cadenzaOn \clef "petrucci-c3" \key c \major \time 2/2 d'\breve } \layout { line-width=\incipitwidth indent = 0 } } } incipittenor=\markup{ \score{ { \set Staff.instrumentName="Tenor " \override NoteHead.style = #'neomensural \override Staff.TimeSignature.style = #'neomensural \cadenzaOn \clef "petrucci-c4" \key c \major \time 2/2 a\breve } \layout { line-width=\incipitwidth indent=0 } } } incipitbassus=\markup{ \score{ { \set Staff.instrumentName="Bassus " \override NoteHead.style = #'neomensural \override Staff.TimeSignature.style = #'neomensural \cadenzaOn \clef "petrucci-f4" \key c \major \time 2/2 d\breve } \layout { line-width=\incipitwidth indent = 0 } } } %\layout { % \context {\Voice % \remove Ligature_bracket_engraver % \consists Mensural_ligature_engraver % } % line-width=\incipitwidth % indent = 0 %} \score {\transpose c' c'{ \new ChoirStaff<< \new Staff <<\global \new Voice="v1" { \set Staff.instrumentName=\incipitcantus \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } >> \new Staff <<\global \new Voice="v2" { \set Staff.instrumentName=\incipitaltus \clef "treble" \altus } \new Lyrics \lyricsto "v2" {\textoaltus } >> \new Staff <<\global \new Voice="v3" { \set Staff.instrumentName=\incipittenor \clef "G_8" \tenor } \new Lyrics \lyricsto "v3" {\textotenor } >> \new Staff <<\global \new Voice="v4" { \set Staff.instrumentName=\incipitbassus \clef "bass" \bassus } \new Lyrics \lyricsto "v4" {\textobassus } >> >> } % transpose \layout{ ragged-right = ##f indent = 3.6\cm \context {\Lyrics \override VerticalAxisGroup.staff-affinity = #UP \override VerticalAxisGroup.nonstaff-relatedstaff-spacing = #'((basic-distance . 0) (minimum-distance . 0) (padding . 1)) \override LyricText.font-size = #1.2 \override LyricHyphen.minimum-distance = #0.5 } \context {\Score tempoHideNote = ##t \override BarNumber.padding = #2 } \context {\Voice melismaBusyProperties = #'() %autoBeaming = ##f } \context {\Staff %\RemoveEmptyStaves %\override VerticalAxisGroup.remove-first = ##t \override VerticalAxisGroup.staff-staff-spacing = #'((basic-distance . 11) (minimum-distance . 0) (padding . 1)) %\consists Ambitus_engraver \override LigatureBracket.padding = #1 } } %\midi { \mtempo } } %tablet \pageBreak \markup{\null \vspace #.4 } \score {\transpose c c { << \new Voice = "canto" { %\set Staff.instrumentName="" \override Staff.TimeSignature.transparent = ##t \override Stem.transparent = ##t \set Score.timing = ##f \override NoteHead.style = #'neomensural \clef "G_8" \key c \major f4 a g \[f e\] \[d f\] \[e f g\] f d \[e d\] \[d c\] \bar "|" % f d cortas f \[f a \ss bes a g\] e g \bar "|" \[g a\] \[f e\] \[f e\] d \bar "||" } \new Lyrics \lyricsto "canto" { et non me pæ -- _ ni -- _ ten -- _ _ _ _ _ _ tem __ _ ti -- mor __ _ _ _ _ mor -- tis con -- _ tur -- _ bat _ me: } >> }%transpose \layout { \override LigatureBracket.padding = #1 %line-width=16\cm indent=0\cm ragged-right = ##f %tablet indent=0\cm } } %tablet \pageBreak global={ \set Score.currentBarNumber = #7 \bar "" \key c \major \time 2/2 \skip 1*9 \bar "||" } cantus={ \mark \markup{"Bis"} r2 a' ~ | a' g' | a'1 | %10 f'2 g' | c'4 c''2 b'4 | c'' c'' c''8 b' a' g' | f'4 g'2 fis'8 e' | fis'4 g'2 fis'4 | %15 g'\breve*1/2 | } altus={ d'2. cis'4 | d' a bes c' | f f'2 e'4 | %10 d' \mnon c' d'4. e'8 | f'4 e' r f' ~ | f' e' f' c' | d' g \mnoff r d' ~ | d' e' d'2 | %15 d'\breve*1/2 } tenor={ R1*4/4 | R1*4/4 | r2 a ~ | %10 a g | a f | \[g a | bes2.\] a8 g | a1 | %15 g\breve*1/2 } bassus={ R1*4/4 | R1*4/4 | d2. cis4 | %10 d a, bes,2 | a, d | c f | bes, d ~ | d4 c d2 | %15 \mnon g,\breve*1/2 \mnoff } textocantus=\lyricmode{ Qui -- _ a in in -- fer -- no, qui -- a in in -- fer -- _ _ _ _ _ _ _ _ _ _ no } textoaltus=\lyricmode{ Qui -- a in in -- fer -- _ no, \italicas qui -- a in \lmnon in -- fer -- _ _ no \rectas qui -- _ a in in -- fer -- no \lmnoff in _ in -- fer -- no } textotenor=\lyricmode{ Qui -- _ a in in -- fer -- _ _ _ _ _ no } textobassus=\lyricmode{ Qui -- a in in -- fer -- no, qui -- a in in -- fer -- _ _ _ \lmnon no \lmnoff } \score {\transpose c' c'{ \new ChoirStaff<< \new Staff <<\global \new Voice="v1" { \set Staff.instrumentName="C" \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } >> \new Staff <<\global \new Voice="v2" { \set Staff.instrumentName="A" \clef "treble" \altus } \new Lyrics \lyricsto "v2" {\textoaltus } >> \new Staff <<\global \new Voice="v3" { \set Staff.instrumentName="T" \clef "G_8" \tenor } \new Lyrics \lyricsto "v3" {\textotenor } >> \new Staff <<\global \new Voice="v4" { \set Staff.instrumentName="B" \clef "bass" \bassus } \new Lyrics \lyricsto "v4" {\textobassus } >> >> }%transpose \layout{ indent=0.8\cm \context {\Lyrics \override VerticalAxisGroup.staff-affinity = #UP \override VerticalAxisGroup.nonstaff-relatedstaff-spacing = #'((basic-distance . 0) (minimum-distance . 0) (padding . 1)) \override LyricText.font-size = #1.2 \override LyricHyphen.minimum-distance = #0.5 } \context {\Score tempoHideNote = ##t \override BarNumber.padding = #2 } \context {\Voice melismaBusyProperties = #'() %autoBeaming = ##f } \context {\Staff %\RemoveEmptyStaves %\override VerticalAxisGroup.remove-first = ##t \override VerticalAxisGroup.staff-staff-spacing = #'((basic-distance . 11) (minimum-distance . 0) (padding . 1)) %\consists Ambitus_engraver \override LigatureBracket.padding = #1 } } %\midi { \mtempo } } %tablet \pageBreak \markup{\null \vspace #.4 } \score {\transpose c c { << \new Voice = "canto" { %\set Staff.instrumentName="" \override Staff.TimeSignature.transparent = ##t \override Stem.transparent = ##t \set Score.timing = ##f \override NoteHead.style = #'neomensural \clef "G_8" \key c \major % hay muchas pequeñas pausas f4 a g f d f \[e f g\] f d \[e d\] \[d c\] \bar "|" \break % f d cortas c \[d f\] f \[f d\] \[f g a \ss bes a g\] g e g \bar "|" \[g a\] \[f e\] \[f e\] e d \bar "||" } \new Lyrics \lyricsto "canto" { nul -- la est re -- demp -- ti -- o __ _ _ _ _ _ _ _ _ mi -- se -- _ re -- re __ _ me -- _ _ _ _ _ i De -- us, et __ _ sal -- _ va -- _ _ me. } >> }%transpose \layout { \override LigatureBracket.padding = #1 indent=2.5\cm ragged-right = ##f } } %tablet \pageBreak global={ \set Score.currentBarNumber = #16 \bar "" \key c \major \time 2/2 \skip 1*12 \bar "||" } cantus={ \mark \markup{"Tribus"} R1*4/4 | r2 a' ~ | a' g' | a' c'' ~ | %20 c''4 b' c''2 | a' g'4 c' | g' g' g'2 | c''1 | b'2 \[b' | %25 c''\] a' ~ | a' g' | a'\breve*1/2 | } altus={ d'1 | cis'2 d' | f'2. e'4 | f' e'2 d'8 c' | %20 d'2 c'4 e' ~ | e' f'2 e'8 d' | e'4 d' e' \mnon g' ~ | g' fis'8 e' fis'2 | g'4 d'2 e'4 ~ | %25 e' \mnoff c'2 f'4 ~ | f' e' d'2 | e'\breve*1/2 | } tenor={ R1*4/4 | R1*4/4 | R1*4/4 | a1 | %20 g2 a ~ | a c' ~ | c'4 b c'2 | a1 | g2 \[g | %25 a\] f | bes1 | a\breve*1/2 } textocantus=\lyricmode{ De -- _ us in no -- _ mi -- ne tu -- o, in no -- mi -- ne tu -- o, sal -- _ vum _ me fac: } textoaltus=\lyricmode{ De -- us in no -- mi -- ne tu -- _ _ _ o, in _ no -- _ _ _ mi -- ne \lmnon tu -- _ _ _ _ o, sal -- _ \lmnoff vum _ me __ _ _ _ fac: } textotenor=\lyricmode{ De -- us in _ no -- _ mi -- ne tu -- o, sal -- _ vum me fac: } \score {\transpose c' c'{ \new ChoirStaff<< \new Staff <<\global \new Voice="v1" { \set Staff.instrumentName="C" \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } >> \new Staff <<\global \new Voice="v2" { \set Staff.instrumentName="A" \clef "treble" \altus } \new Lyrics \lyricsto "v2" {\textoaltus } >> \new Staff <<\global \new Voice="v3" { \set Staff.instrumentName="T" \clef "G_8" \tenor } \new Lyrics \lyricsto "v3" {\textotenor } >> >> }%transpose \layout{ %system-count = 2 indent=0.5\cm \context {\Lyrics \override VerticalAxisGroup.staff-affinity = #UP \override VerticalAxisGroup.nonstaff-relatedstaff-spacing = #'((basic-distance . 0) (minimum-distance . 0) (padding . 1)) \override LyricText.font-size = #1.2 \override LyricHyphen.minimum-distance = #0.5 } \context {\Score tempoHideNote = ##t \override BarNumber.padding = #2 } \context {\Voice melismaBusyProperties = #'() %autoBeaming = ##f } \context {\Staff %\RemoveEmptyStaves %\override VerticalAxisGroup.remove-first = ##t \override VerticalAxisGroup.staff-staff-spacing = #'((basic-distance . 12) (minimum-distance . 0) (padding . 1)) %\consists Ambitus_engraver \override LigatureBracket.padding = #1 } } %\midi { \mtempo } } %tablet \pageBreak \score {\transpose c c { << \new Voice = "canto" { %\set Staff.instrumentName="" \override Staff.TimeSignature.transparent = ##t \override Stem.transparent = ##t \set Score.timing = ##f \override NoteHead.style = #'neomensural \clef "G_8" \key c \major \[g4 f\] \[g a\] a a a a \[a g a\] g g f g a %tablet \override Score.RehearsalMark.self-alignment-X = #right \mark \markup{\smaller " «Quia in inferno» ut supra"} \bar "||" } \new Lyrics \lyricsto "canto" { et __ _ in __ _ vir -- tu -- te tu -- a __ _ _ _ li -- be -- ra me. } >> }%transpose \layout { \override LigatureBracket.padding = #1 line-width=16\cm indent=3.2\cm ragged-right = ##f %tablet line-width=16\cm %tablet indent=0\cm } } %tablet \pageBreak global={ \set Score.currentBarNumber = #28 \bar "" \key c \major \time 2/2 \skip 1*7 \bar "||" } cantus={ a'1 ~ | a' | %30 g' | f' | g' | g' | a'\breve*1/2 | } altus={ f'1 ~ | f' | %30 e' | \[d'2 f' ~ \] f'4 e'8 d' e'2 ~ | e' d' | cis'\breve*1/2 | } tenor={ d'1 | c' ~ | %30 c' | \[a | c'\] | \[c2 d\] e\breve*1/2 } bassus={ \[d1 | f\] | %30 c | d | c ~ | % no se ve el puntillo c2 bes, | a,\breve*1/2 } textocantus=\lyricmode{ Ky -- _ ri -- e e -- lei -- son. } textoaltus=\lyricmode{ Ky -- _ ri -- e~e -- _ _ _ _ _ _ lei -- son. } textotenor=\lyricmode{ Ky -- ri -- _ e~e -- _ lei -- _ son. } textobassus=\lyricmode{ Ky -- _ ri -- e e -- _ lei -- son. } \score {\transpose c' c'{ \new ChoirStaff<< \new Staff <<\global \new Voice="v1" { \set Staff.instrumentName="Cantus " \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } >> \new Staff <<\global \new Voice="v2" { \set Staff.instrumentName="Altus " \clef "treble" \altus } \new Lyrics \lyricsto "v2" {\textoaltus } >> \new Staff <<\global \new Voice="v3" { \set Staff.instrumentName="Tenor " \clef "G_8" \tenor } \new Lyrics \lyricsto "v3" {\textotenor } >> \new Staff <<\global \new Voice="v4" { \set Staff.instrumentName="Bassus " \clef "bass" \bassus } \new Lyrics \lyricsto "v4" {\textobassus } >> >> }%transpose \layout{ ragged-right = ##f indent=1.7\cm \context {\Lyrics \override VerticalAxisGroup.staff-affinity = #UP \override VerticalAxisGroup.nonstaff-relatedstaff-spacing = #'((basic-distance . 0) (minimum-distance . 0) (padding . 1)) \override LyricText.font-size = #1.2 \override LyricHyphen.minimum-distance = #0.5 } \context {\Score tempoHideNote = ##t \override BarNumber.padding = #2 } \context {\Voice melismaBusyProperties = #'() %autoBeaming = ##f } \context {\Staff %\RemoveEmptyStaves %\override VerticalAxisGroup.remove-first = ##t \override VerticalAxisGroup.staff-staff-spacing = #'((basic-distance . 11) (minimum-distance . 0) (padding . 1)) %\consists Ambitus_engraver \override LigatureBracket.padding = #1 } } %\midi { \mtempo } } %tablet \pageBreak \markup{\null \vspace #.4 } \score {\transpose c c { << \new Voice = "canto" { \set Staff.instrumentName=\markup{\hspace #30 \center-column{"Cantus" "Tenor"}} % el canto llano esta en las 2 voces \override Staff.TimeSignature.transparent = ##t \override Stem.transparent = ##t \set Score.timing = ##f \override NoteHead.style = #'neomensural \clef "G_8" \key c \major a4 g \[f g\] g a % ultima larga \bar "||" } \new Lyrics \lyricsto "canto" { Chri -- ste e -- _ lei -- son. } >> }%transpose \layout { \override LigatureBracket.padding = #1 line-width=14\cm indent=6\cm ragged-right = ##f %tablet line-width=12\cm %tablet indent=5\cm } } %tablet \pageBreak global={ \set Score.currentBarNumber = #35 \bar "" \override Score.TimeSignature.transparent = ##t \key c \major \time 2/2 \skip 1*6 \bar "|." } cantus={ %35 a'1 | g' ~ | g'2 a' | f'1 | e' | %40 fis'\breve*1/2 } altus={ \[d'2 f'\] | \parenthesize d'1 | % falta esta nota \[e'2 f'4.\] e'8 | d'2 d' ~ | d' cis' | %40 d'\breve*1/2 } tenor={ %35 \[a2 d'\] | b4 c'2 b4 | c'2. a4 | \[bes2 a\] | a1 | %40 a\breve*1/2 } bassus={ \[d1 | g\] | c2 f | \[bes, d\] | % no se ve el re a,1 | %40 d\breve*1/2 } textocantus=\lyricmode{ Ky -- ri -- _ e e -- lei -- son. } textoaltus=\lyricmode{ Ky -- _ ri -- e __ _ _ _ e -- _ lei -- son. } textotenor=\lyricmode{ Ky -- _ ri -- e \italicas e -- _ _ _ _ \rectas lei -- son. } textobassus=\lyricmode{ Ky -- _ ri -- e e -- _ lei -- son. } \score {\transpose c' c'{ \new ChoirStaff<< \new Staff <<\global \new Voice="v1" { %\set Staff.instrumentName="Cantus " \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } >> \new Staff <<\global \new Voice="v2" { %\set Staff.instrumentName="Altus " \clef "treble" \altus } \new Lyrics \lyricsto "v2" {\textoaltus } >> \new Staff <<\global \new Voice="v3" { %\set Staff.instrumentName="Tenor " \clef "G_8" \tenor } \new Lyrics \lyricsto "v3" {\textotenor } >> \new Staff <<\global \new Voice="v4" { % \set Staff.instrumentName="Bassus " \clef "bass" \bassus } \new Lyrics \lyricsto "v4" {\textobassus } >> >> }%transpose \layout{ ragged-right = ##f indent=0\cm \context {\Lyrics \override VerticalAxisGroup.staff-affinity = #UP \override VerticalAxisGroup.nonstaff-relatedstaff-spacing = #'((basic-distance . 0) (minimum-distance . 0) (padding . 1)) \override LyricText.font-size = #1.2 \override LyricHyphen.minimum-distance = #0.5 } \context {\Score tempoHideNote = ##t \override BarNumber.padding = #2 } \context {\Voice melismaBusyProperties = #'() %autoBeaming = ##f } \context {\Staff %\RemoveEmptyStaves %\override VerticalAxisGroup.remove-first = ##t \override VerticalAxisGroup.staff-staff-spacing = #'((basic-distance . 11) (minimum-distance . 0) (padding . 1)) %\consists Ambitus_engraver \override LigatureBracket.padding = #1 } } %\midi { \mtempo } } \paper{ evenHeaderMarkup=\markup \fill-line { \fromproperty #'page:page-number-string \htitle \hcomposer } oddHeaderMarkup= \markup \fill-line { \on-the-fly #not-first-page \hcomposer \on-the-fly #not-first-page \htitle \on-the-fly #not-first-page \fromproperty #'page:page-number-string } %system-count=10 %page-count = 8 ragged-last-bottom = ##f indent=3.6\cm system-system-spacing = #'((basic-distance . 20) (minimum-distance . 0) (padding . 5)) top-system-spacing = % header #'((basic-distance . 10) (minimum-distance . 0) (padding . 0)) last-bottom-spacing = % footer #'((basic-distance . 14) (minimum-distance . 0) (padding . 0)) markup-system-spacing.padding = #1.5 first-page-number=28 oddHeaderMarkup=\markup \fill-line {\hcomposer \htitle \fromproperty #'page:page-number-string } evenHeaderMarkup=\markup \fill-line {\on-the-fly #not-first-page \fromproperty #'page:page-number-string \on-the-fly #not-first-page \htitle \on-the-fly #not-first-page \hcomposer } }