\version "2.11.23" #(set-default-paper-size "a4") #(set-global-staff-size 16) #(ly:set-option 'point-and-click #f) \header { title=\markup{\bigger \bigger \bigger \column { " " " " " " "5. Benedictus" }} subtitle=\markup {\bigger \bigger \column{ " " "de la misa para tres voces" " " " " " " " " " " " " " " }} composer=\markup{\column{ "William Byrd" "(c.1539-1623)" " " }} poet="(original un tono y medio más alto)" 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. 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'1 } 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 aes?4 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'1 } 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 } 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="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} >> >> }%transpose \layout{ %\context {\Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-0 . 0) } \context {\Score \override BarNumber #'padding = #2 } %\context {\Lyrics \override LyricText #'font-size = #2 } \context {\Voice melismaBusyProperties = #'(tieMelismaBusy ) % autoBeaming = ##f } %\context { \RemoveEmptyStaffContext } \context {\Staff \consists Ambitus_engraver \override AccidentalCautionary #'font-size = #-2 \override AccidentalCautionary #'parenthesized = ##f } } %\midi {} } \paper{ %system-count=8 %between-system-space=5.0\cm %between-system-padding = #0 %ragged-bottom=##f ragged-last-bottom=##f %line-width=19.0\cm %paper-height=30.0\cm %after-title-space=2.5\cm }