\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 htitle="Missa pro defunctis: Communio" hcomposer="Guerrero" \header { title=\markup{\fontsize #3 "10. Communio"} subtitle="de la Missa pro defunctis" subsubtitle=\markup{\null \vspace #2 } composer="Francisco Guerrero (1528-1599)" pdfauthor=\composer %opus="(-)" poet=\markup{\smaller "Missarum liber secundus 1582"} copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } % tagline="" } \score {\transpose c d { << \new Voice = "canto" { \override Staff.TimeSignature.stencil = #'() \override Stem.transparent = ##t \set Score.timing = ##f \override NoteHead.style = #'neomensural \clef "G" \key a \minor a'4 \[g' f'\] \[g' a' g'\] g' \bar "|" } \new Lyrics \lyricsto "canto" { Lux æ -- _ ter -- _ _ na. } >> }%transpose \layout { line-width=13\cm %tablet line-width=12\cm indent=5.5\cm %tablet indent = 4\cm ragged-right = ##f \override LigatureBracket.padding = #0 } } %tablet \pageBreak global={\key c \major \time 2/2 \skip 1*18 \bar "||" } cantus=\relative c''{ R1*2 a2 c ~ c b c a a g ~ g fis g r a1 c b2 c a b ~ b4 c a2 g e \[f a\] a g ~ g fis g1 } altus=\relative c'{ R1 r2 d f e f2 d4 e ~ e c c f e f d e e c d2 r2 d f1 e2 f d4 e4. c8 f4 e2 r4 g g g f8 e d c d4 e c c d4. e8 f2 e2 e4 e d2. d4 d1 } tenor=\relative c'{ r2 a c2. b4 c d g, g a2 r r a c b4 c ~ c g a a g4. a8 b2 r4 d d d c8 b a g a4 f g e a4. b8 c2 d4 e e e d a b c g2 a r4 d ~ d c2 c4 b a8 g a2 g1 } bassus=\relative c{ d2 f ~ f4 e f g f d c2 f2 g a f4. g8 a4 f g c, ~ c8 d e4 d2 r4 g g g f8 e d c d2 a \parenthesize r r2 r4 a' a a g8 f e d e4 c d2 g,4 c4. d8 e4 d1 a2 c d d g,1 } textocantus=\lyricmode{ Lu -- ce -- at e -- is Do -- _ mi -- ne: Cum San -- ctis tu -- is in æ -- ter -- num, qui -- a __ _ pi -- _ us es. } textoaltus=\lyricmode{ Lu -- ce -- at e -- is Do -- mi -- ne, lu -- ce -- at e -- is Do -- mi -- ne: Cum San -- ctis tu -- is in æ -- ter -- num cum San -- ctis tu -- _ _ _ _ _ _ is in æ -- ter -- num, qui -- a pi -- us es. } textotenor=\lyricmode{ Lu -- ce -- at e -- is Do -- mi -- ne lu -- ce -- at e -- is Do -- mi -- ne: __ _ _ Cum San -- ctis tu -- _ _ _ _ is in æ -- ter -- _ _ num, cum San -- ctis tu -- is in æ -- ter -- num qui -- a pi -- us __ _ _ _ es. } textobassus=\lyricmode{ Lu -- ce -- at e -- is Do -- mi -- ne, lu -- ce -- at e -- _ _ is Do -- _ _ mi -- ne: Cum San -- ctis tu -- _ _ _ _ is cum San -- ctis tu -- _ _ _ _ is in æ -- ter -- _ _ num, qui -- a pi -- us es. } incipitcantus=\markup{ \score{ { \set Staff.instrumentName="Cantus " \override NoteHead.style = #'neomensural \override Rest.style = #'neomensural \override Staff.TimeSignature.style = #'neomensural \cadenzaOn \clef "petrucci-c1" \key c \major \time 2/2 a'1 } \layout { \context {\Voice \remove Ligature_bracket_engraver \consists Mensural_ligature_engraver } line-width=\incipitwidth indent = 0 } } } incipitaltus=\markup{ \score{ { \set Staff.instrumentName="Altus " \override NoteHead.style = #'neomensural \override Rest.style = #'neomensural \override Staff.TimeSignature.style = #'neomensural \cadenzaOn \clef "petrucci-c3" \key c \major \time 2/2 d'1 } \layout { \context {\Voice \remove Ligature_bracket_engraver \consists Mensural_ligature_engraver } line-width=\incipitwidth indent = 0 } } } incipittenor=\markup{ \score{ { \set Staff.instrumentName="Tenor " \override NoteHead.style = #'neomensural \override Rest.style = #'neomensural \override Staff.TimeSignature.style = #'neomensural \cadenzaOn \clef "petrucci-c4" \key c \major \time 2/2 a1 } \layout { \context {\Voice \remove Ligature_bracket_engraver \consists Mensural_ligature_engraver } line-width=\incipitwidth indent=0 } } } incipitbassus=\markup{ \score{ { \set Staff.instrumentName="Bassus " \override NoteHead.style = #'neomensural \override Rest.style = #'neomensural \override Staff.TimeSignature.style = #'neomensural \cadenzaOn \clef "petrucci-f4" \key c \major \time 2/2 d1 } \layout { \context {\Voice \remove Ligature_bracket_engraver \consists Mensural_ligature_engraver } line-width=\incipitwidth indent=0 } } } \score {\transpose c' d'{ \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{ \context {\Lyrics \override VerticalAxisGroup.minimum-Y-extent = #'(-0.0 . 0.0) %\override LyricText.font-size = #1.2 \override LyricHyphen.minimum-distance = #0.33 } \context {\Score \override BarNumber.padding = #2 } \context {\Voice %melismaBusyProperties = #'() } %\context { \Staff \RemoveEmptyStaves } \context {\Staff \override VerticalAxisGroup.staff-staff-spacing = #'((basic-distance . 11) (minimum-distance . 0) (padding . 1)) \consists Ambitus_engraver \override LigatureBracket.padding = #1 } } %\midi {} } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %tablet \pageBreak \score {\transpose c d { << \new Voice = "canto" { \override Staff.TimeSignature.stencil = #'() \override Stem.transparent = ##t \set Score.timing = ##f \override NoteHead.style = #'neomensural \clef "G" \key a \minor g'4 a' c'' c'' c'' c'' c'' c'' c'' c'' d'' c'' c'' \bar "|" } \new Lyrics \lyricsto "canto" { Re -- qui -- em æ -- ter -- nam do -- na e -- is Do -- mi -- ne. } >> }%transpose \layout { line-width=15.6\cm %tablet line-width=14.5\cm indent=3.2\cm %tablet indent = 2\cm ragged-right = ##f } } %tablet \pageBreak global={\key c \major \time 2/2 \skip 1*16 \bar "|." } cantus=\relative c''{ \set Score.currentBarNumber = #19 \bar "|" a2 c c4 c2 c4 c c b c \[a2 g ~ \] g4 fis g2 ~ \break g r a1 c2. b4 c a b2 c a g1 e2 \[f g\] \[a ~ a g ~ \] g fis g\breve*1/2 } altus=\relative c'{ f2 f g4 f2 e4 e2 r4 e c4 a d e d4. c8 b4 e d2 r4 d f4 e f2 e1 ~ e r4 e e d e2 d c2 a d e e4 f e2 d1 d\breve*1/2 } tenor=\relative c'{ c2 a g4 a2 g4 g1 r4 c b c a2 g r4 b d2 ~ d4 cis d2 a r \parenthesize r4 a4 a gis a4 c2 a4 b4 c2 b8 a g2 f4. e8 d4 d'2 \ss cis8 b cis4 d b \ss c ~ c b a2 g\breve*1/2 } bassus=\relative c{ f2 f e4 f2 c4 c2 e f4 f g c, d2 r4 e g2 fis4 g a2 d, r4 a' a gis a2 e r4 a a f e4. f8 g2 c,2 d4. c8 bes2 a4 a' ~ a d, e c d1 g,\breve*1/2 } textocantus=\lyricmode{ Et lux per -- pe -- tu -- a lu -- ce -- at e -- _ _ is. Cum San -- ctis tu -- is in æ -- ter -- num, qui -- a __ _ pi -- _ us es. } textoaltus=\lyricmode{ Et lux per -- pe -- tu -- a lu -- ce -- at e -- _ _ _ _ _ is. Cum San -- ctis tu -- is cum San -- ctis tu -- is in æ -- ter -- num, qui -- a pi -- us es. } textotenor=\lyricmode{ Et lux per -- pe -- tu -- a lu -- ce -- at e -- is. Cum San -- ctis tu -- is cum San -- ctis tu -- is in æ -- ter -- _ _ _ num, __ _ _ qui -- _ _ _ a pi -- _ _ us es. } textobassus=\lyricmode{ Et lux per -- pe -- tu -- a lu -- ce -- at e -- _ is. cum San -- ctis __ _ tu -- is cum San -- ctis tu -- is cum San -- ctis tu -- _ _ is in æ -- ter -- num, qui -- a pi -- _ us es. } \score {\transpose c' d'{ \new ChoirStaff<< \new Staff <<\global \new Voice="v1" { \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } >> \new Staff <<\global \new Voice="v2" { \clef "treble" \altus } \new Lyrics \lyricsto "v2" {\textoaltus } >> \new Staff <<\global \new Voice="v3" { \clef "G_8" \tenor } \new Lyrics \lyricsto "v3" {\textotenor } >> \new Staff <<\global \new Voice="v4" { \clef "bass" \bassus } \new Lyrics \lyricsto "v4" {\textobassus } >> >> }%transpose \layout{ 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=20 %page-count = 8 ragged-last-bottom = ##f indent=3.8\cm system-system-spacing = #'((basic-distance . 20) (minimum-distance . 0) (padding . 5)) top-system-spacing = % header #'((basic-distance . 12) (minimum-distance . 0) (padding . 0)) last-bottom-spacing = % footer #'((basic-distance . 12) (minimum-distance . 0) (padding . 0)) markup-system-spacing.padding = #1.5 score-system-spacing.basic-distance = #10 }