\version "2.18.0" #(set-default-paper-size "a4") #(set-global-staff-size 18.4) #(ly:set-option 'point-and-click #f) %mobile -s17 -i2.0 italicas=\override LyricText.font-shape = #'italic rectas=\override LyricText.font-shape = #'upright ss=\once \set suggestAccidentals = ##t mtempo={\tempo 4 = 100} mtempob={\tempo 4 = 50} htitle="Ipsa te cogat" hcomposer="Lasso" \header { title=\markup{\fontsize #3 "Ipsa te cogat"} subtitle="a 2 voces" subsubtitle=\markup{\column{" " " "}} composer="Orlando di Lasso (1532-1594)" pdfauthor=\composer %opus="(-)" %poet=\markup{} copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key g \major \time 4/4 \skip 1*26 \bar "|." } cantus=\relative c'{ e2 e4 g fis2 e4 c' ~ c8 b a2 gis4 a1 r4 a a b c2 b4 d ~ d8 c b a g a b g c b a g a4 g fis2 r4 g fis e r c' b a r d ~ d b2 g4 a8 b c d e4. d16 c b8 c d4. c8 c4 ~ c b c2 ~ c r4 a c d e d c4. b16 a b4 b a4 e' c b a b c d e4. d16 c b2 r4 g a b c a e8 fis g e fis g a fis g a b c b a a2 gis4 a1 } altus=\relative c'{ R1 r2 a a4 c b2 a4 f'4. e8 d4 ~ d cis d2 r4 e e fis g2 e a,4. b8[ c d] e4 ~ e dis e2 r4 c b a r4 f' e d g2 e4. d8 c8 b a b c d e fis g4 f e4. d16 c d4 d c2 r4 a c d e d c b a a'2 gis4 % a4 ~ a a2 r4 e c b a b c a e' g f e d2 a4 a8 b c a b c d b c d e c d e d[ c] c[ b16 a] b4 b a1 } % es una estrofa del himno "Jesu nostra redemptio" textocantus=\lyricmode{ I -- psa te co -- gat pi -- _ _ e -- tas ut ma -- la no -- stra su -- _ _ _ _ _ _ _ _ _ _ _ _ pe -- res par -- cen -- do par -- cen -- do et vo -- ti com -- _ _ _ _ _ _ _ _ _ _ _ po -- tes nos tu -- o vul -- tu sa -- _ _ _ ti -- es, nos tu -- o vul -- tu sa -- ti -- es __ _ _ _ nos tu -- o vul -- tu sa -- _ _ _ _ _ _ _ _ _ _ _ _ _ _ ti -- es. } textoaltus=\lyricmode{ I -- psa te co -- gat pi -- _ _ e -- tas ut ma -- la no -- stra su -- _ _ _ _ pe -- res par -- cen -- do par -- cen -- do et vo -- _ _ _ _ _ _ _ _ _ _ ti com -- _ _ _ po -- tes nos tu -- o vul -- tu sa -- ti -- es, sa -- ti -- es nos tu -- o vul -- tu sa -- ti -- es, nos tu -- o vul -- tu sa -- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ti -- es. } \score {\transpose c' c'{ \new ChoirStaff<< \new Staff <<\global \new Voice="v1" { \set Staff.instrumentName="Soprano " \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } >> \new Staff <<\global \new Voice="v2" { \set Staff.instrumentName="Alto " \clef "treble" \altus } \new Lyrics \lyricsto "v2" {\textoaltus } >> >> } % transpose \layout{ \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=5 %page-count = 8 ragged-last-bottom = ##f indent=1.7\cm system-system-spacing = #'((basic-distance . 20) (minimum-distance . 0) (padding . 5)) top-system-spacing = % header #'((basic-distance . 8) (minimum-distance . 0) (padding . 0)) last-bottom-spacing = % footer #'((basic-distance . 12) (minimum-distance . 0) (padding . 0)) }