\version "2.12.2" #(set-default-paper-size "a4") #(set-global-staff-size 15.6) #(ly:set-option 'point-and-click #f) ss=\once \set suggestAccidentals = ##t cresc=\markup{\italic "cresc."} dim=\markup{\italic "dim."} rit=\markup{\italic "rit."} htitle="Domine Iesu Christe" hcomposer="Robledo" \header { title=\markup{\larger \larger "Domine Jesu Christe" } composer="Melchor Robledo (c.1510-1586)" %opus="(-)" copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key c \major \time 2/2 \skip 1*23 \bar "||" \skip 1*22 \bar "|." } cantus=\relative c'{ e1 e2 e f1 e2 e ~ e e r a ~ a1 g2 e f a gis a ~ a4 gis8 fis gis2 a1 r2 g g1 r2 a ~ a1 gis1 ~ gis a g2 g f e ~ e4 d8 c d2 e1 e2 e e1 d2 c f1 e f2 e d1 cis e1 e2 e f4 g a2 ~ a4 b c2 b2 a ~ a gis a1 gis a gis b c2 b a1 gis\breve*1/2 } altus=\relative c'{ b1 c2 c a b c1 b a2 a ~ a4 b c d e2 c d f e d e1 e r2 e e1 r2 c f1 e ~ e c2 d e e d b a1 b e2 e e1 f2 e d4 c8 b a4 b c2 g a4 b c a ~ a g8 f g2 a1 cis cis2 cis d1 c2 e r4 e c d e2 e e1 r4 e b e ~ e d8 c d2 e1 e e2 e c d e\breve*1/2 } tenor=\relative c{ e1 g2 g f f g a ~ a4 gis8 fis gis2 a c ~ c a b g a d b a b1 a r2 b b1 r2 a d1 b ~ b a b2 c a \ss gis a1 gis a a a2 a a f g1 f2 c d1 e a a2 a a f e a gis a b4 c b2 a1 e f e gis a2 gis a1 b\breve*1/2 } bassus=\relative c{ e1 c2 c d d c a e'1 a, f'1 e d2 d e f e1 a, r2 e' e1 r2 f d1 e ~ e f e2 c d e f1 e a, a d2 a d1 c a2 a bes1 a a a2 a d1 a e'2 f e1 a, R1*3 e'1 a,2 e' f1 e\breve*1/2 } textocantus=\lyricmode{ Do -- mi -- ne Ie -- su Chri -- ste qui in __ _ cru -- ce cla -- ma -- _ _ _ sti: 'He -- li He -- li lam -- ma sa -- ba -- chta -- _ _ _ ni'. Et cum pœ -- na et do -- lo -- _ _ _ re: 'In ma -- nus tu -- _ _ _ _ as, Do -- mi -- ne, com -- men -- do spi -- ri -- tum me -- um'. } textoaltus=\lyricmode{ Do -- mi -- ne Ie -- su Chri -- _ ste qui __ _ in __ _ cru -- _ ce cla -- ma -- _ _ sti: 'He -- li He -- _ li lam -- _ ma sa -- ba -- _ chta -- ni'. Et cum pœ -- na, et cum __ _ _ pœ -- _ _ na et __ _ do -- lo -- _ _ _ re: 'In ma -- nus tu -- _ as Do -- _ _ _ mi -- ne com -- _ men -- _ _ _ do spi -- ri -- tum me -- _ um'. } textotenor=\lyricmode{ Do -- mi -- ne Ie -- su Chri -- _ _ _ _ ste qui in cru -- _ ce cla -- ma -- _ _ sti: 'He -- li He -- _ li lam -- ma sa -- ba -- _ chta -- ni'. Et cum pœ -- na et do -- lo -- _ _ _ re: 'In ma -- nus tu -- _ _ as, Do -- _ _ _ mi -- ne, com -- men -- do spi -- ri -- tum me -- um'. } textobassus=\lyricmode{ Do -- mi -- ne Ie -- su Chri -- _ _ ste qui in cru -- ce cla -- ma -- _ sti: 'He -- li He -- _ li lam -- ma sa -- ba -- _ chta -- ni'. Et cum pœ -- na et do -- _ lo -- _ re: 'In ma -- nus tu -- as, Do -- _ mi -- ne spi -- ri -- tum me -- um'. } \score { \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 "G_8" \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 } >> >> \layout{ \context {\Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-0 . 0) } \context {\Score \override BarNumber #'padding = #2 } \context {\Lyrics \override LyricText #'font-size = #1.2 \override LyricHyphen #'minimum-distance = #0.33 } \context {\Voice %melismaBusyProperties = #'() } %\context { \RemoveEmptyStaffContext } \context {\Staff \consists Ambitus_engraver } } %\midi {} } \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=8 line-width=19.0\cm between-system-padding = 0 ragged-last-bottom = ##f foot-separation = 3\mm }