\version "2.18.0" #(set-default-paper-size "a4") #(set-global-staff-size 19.0) #(ly:set-option 'point-and-click #f) %mobile -s17 -i1.8 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="Domine Deus" hcomposer="Lasso" \header { title=\markup{\fontsize #3 "Domine Deus"} 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 c \major \time 4/4 \skip 1*22 \bar "|." } cantus=\relative c''{ g2 a4 b c2 b r4 a b c d2 c r4 b c d e2 d r4 c2 b4 a2 g r4 a2 g4 f4. g8 a2 d,4 d'2 c4 bes2 a r4 a4. a8 c4 a2 e r4 a4. a8 c4 a2 g r4 b4. b8 d4 b a r c ~ c8 \noBeam c e4 c4. b8 e d c b c b a g a g g2 fis4 g1 } altus=\relative c'{ R1 c2 d4 e f2 e r4 d e f g2 f r4 e f g a2 g r4 f2 e4 d2 c r4 d2 c4 bes2 a r4 d4. d8 f4 d2 a r4 a4. a8 c4 a4. b8 c d e c d e f d e b c4 g2 r4 b ~ b8 \noBeam b d4 b a r4 c4. c8 e4 c8 b c d e d c b c b a g a4 a g1 } textocantus=\lyricmode{ Do -- mi -- ne De -- us Do -- mi -- ne De -- us Do -- mi -- ne De -- us A -- gnus De -- i A -- gnus De -- _ _ i, A -- gnus De -- i Fi -- li -- us Pa -- tris Fi -- li -- us Pa -- tris Fi -- li -- us Pa -- tris mi -- se -- re -- re __ _ _ _ _ _ _ _ _ _ _ _ _ no -- bis. } textoaltus=\lyricmode{ Do -- mi -- ne De -- us Do -- mi -- ne De -- us Do -- mi -- ne De -- us A -- gnus De -- i A -- gnus De -- i Fi -- li -- us Pa -- tris Fi -- li -- us Pa -- _ _ _ _ _ _ _ _ _ _ _ _ tris Fi -- li -- us Pa -- tris mi -- se -- re -- re __ _ _ _ _ _ _ _ _ _ _ _ _ no -- bis. } \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=20 %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)) }