\version "2.18.0" #(set-default-paper-size "a4") #(set-global-staff-size 20) #(ly:set-option 'point-and-click #f) %mobile -s14.0 -i0 -bnone htitle="Ave verum" hcomposer="Gregoriano" \header { title=\markup{\fontsize #5 "Ave verum"} subtitle=" " subsubtitle=\markup{\null \vspace #1 } composer="Gregoriano" pdfauthor=\composer %opus="(-)" %poet=\markup{} copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key f \major \cadenzaOn } cantus=\relative c'{ f8[ g a] f g f4 bes8 a g a4 \bar ";" g8 f e f g[ a] g g4( f) \bar ";" \break f8[ g a] f8 g f4 bes8 a g a4 \bar ";" g8 f e f g[ a] g g4( f) \bar "|" \break a8 c d c4 bes8 a g8[ f g] a4 \bar ";" bes8 bes[ a8 g] a8 a[ g] f[ e] g8[ a] g g4( f) \bar ";" \break a8 c d c4 bes8 a g8[ f g] a4 \bar ";" bes8 bes[ a8 g] a[ g] f[ e] g[ a] g g4( f) \bar "|" \break f8[ g a] f bes4 bes8[ a g] a4 \bar ";" f8[ g a] f bes4 bes8[ a g] a4 \bar ";" \break a4( c8[ d c]) bes8[ a g] a4 f8 g[ a] bes a[ g] g4( f) \bar "||" } textocantus=\lyricmode{ A -- ve ve -- rum cor -- pus na -- tum de Ma -- ri -- a Vir -- gi -- ne __ ve -- re pas -- sum im -- mo -- la -- tum in cru -- ce pro ho -- mi -- ne. __ Cu -- ius la -- tus per -- fo -- ra -- tum flu -- xit __ a -- qua __ et __ san -- gui -- ne __ es -- to no -- bis præ -- gus -- ta -- tum mor -- tis __ in __ e -- xa -- mi -- ne. __ O __ Ie -- su dul -- cis, O __ Ie -- su pi -- e, O __ Ie -- su fi -- li __ Ma -- ri -- æ. __ } \score {\transpose c' c'{ \new Staff <<\global \new Voice="v1" { %\set Staff.instrumentName="Soprano " \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } >> } % 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 \override TimeSignature #'stencil = ##f } \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)) }