\version "2.18.0" #(set-default-paper-size "a4") #(set-global-staff-size 16.8) #(ly:set-option 'point-and-click #f) %mobile -s16.0 -i1.5 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="Mass for three voices: 5. Benedictus" hcomposer="Byrd" \header { title=\markup{\fontsize #3 "5. Benedictus"} subtitle="from the Mass for three voices" subsubtitle=\markup{\null \vspace #2 } composer="William Byrd (c.1539-1623)" pdfauthor=\composer %opus="(-)" poet=\markup{\fontsize #-2 "Original pitch a tone and a half higher"} copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key ees \major \time 2/2 \skip 1*16 \bar "|." } altus={ ees'2. bes4 | ees'8 f' g'2 f'4 | g'2 aes' | g' r4 c' | %5 g'4. bes'8 aes'4 g' ~ | g' g' c'8 ees'4 d'8 | b4 r8 d' g'4. \ss bes'8 | aes'4 g'2 f'4 | d'2 r4 ees' | %10 c' bes ees' f' | g'2 f'4 f' | d' bes r bes' | aes' f' g'4. aes'8 | bes'2 bes4 r | %15 d' ees' f'2 | g'\breve*1/2 } tenor={ R1*4/4 | r2 bes ~ | bes4 ees aes8 bes c'4 ~ | c' bes c' ees' ~ | %5 ees' d' c'2 | bes r4 bes | d'4. f'8 ees'4 d' ~ | d'8 c' c'4. b8 d' c' | b a b4 c' r8 c' | %10 \ss aes4 g c' d' | ees'2 d' | r4 f' d' bes | c' d' ees'2 | bes4 d'4. ees'8 f'4 ~ | %15 f'8 ees' ees'2 d'4 | ees'\breve*1/2 } bassus={ r2 ees ~ | ees bes, | ees8 f g4 f2 | ees aes | %5 g r4 c | g4. bes8 aes4 g ~ | g g c bes, | c4. ees8 d2 | g4. g8 c2 | %10 r4 ees c bes, | ees g bes2 | bes,1 | r4 bes g ees | g2. aes4 | %15 bes1 | ees\breve*1/2 } textoaltus=\lyricmode{ Be -- ne -- di -- _ _ ctus qui ve -- nit in no -- mi -- ne Do -- mi -- ni, Do -- mi -- ni in no -- mi -- ne Do -- mi -- ni. Ho -- san -- na in ex -- cel -- sis, ho -- san -- na ho -- san -- na in ex -- cel -- sis in ex -- cel -- sis. } textotenor=\lyricmode{ Be -- ne -- di -- _ _ ctus qui ve -- _ _ nit in no -- mi -- ne Do -- _ _ mi -- _ _ _ _ _ ni. Ho -- san -- na in ex -- cel -- sis ho -- san -- na in ex -- cel -- sis, in ex -- cel -- _ _ _ sis. } textobassus=\lyricmode{ Be -- ne -- di -- _ _ ctus qui ve -- nit in no -- mi -- ne Do -- mi -- ni, in no -- mi -- ne Do -- mi -- ni. Ho -- san -- na in ex -- cel -- sis ho -- san -- na in ex -- cel -- sis. } \score {\transpose c' b{ \new ChoirStaff<< \new Staff <<\global \new Voice="v2" { \set Staff.instrumentName="Alto " \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="Bass " \clef "bass" \bassus } \new Lyrics \lyricsto "v4" {\textobassus } >> >> } % 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)) markup-system-spacing.padding = #3 first-page-number=14 oddHeaderMarkup=\markup \fill-line {\hcomposer \htitle \fromproperty #'page:page-number-string } evenHeaderMarkup=\markup \fill-line {\on-the-fly #not-first-page \fromproperty #'page:page-number-string \on-the-fly #not-first-page \htitle \on-the-fly #not-first-page \hcomposer } }