\version "2.18.0" #(set-default-paper-size "a4") #(set-global-staff-size 17.2) #(ly:set-option 'point-and-click #f) %mobile -s15.5 -i2.0 ss=\once \set suggestAccidentals = ##t cresc=\markup{\italic "cresc."} dim=\markup{\italic "dim."} rit=\markup{\italic "rit."} italicas=\override LyricText.font-shape = #'italic rectas=\override LyricText.font-shape = #'upright incipitwidth = 20 htitle="Vides ut alta stet" hcomposer="Hofhaimer" \header { title=\markup{\fontsize #5 \column{"Vides ut alta stet" }} subtitle=\markup{\null \vspace #7 } composer="Paul Hofhaimer (1459-1537)" pdfauthor=\composer poet=\markup{"Horacio, " \italic "Odas"} copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\cadenzaOn \key f \major \skip 4*68 \bar "|." } % \key c en tenor y bassus % escrito octava alta en el original cantus=\relative c'''{ \override Score.TimeSignature.stencil = ##f g4 g2 f4 e2 d e d4 e f2 f4 e2^\fermata \bar ";" e2 d e4 f2 d e d4 d c2 c4 bes2^\fermata \break \bar ";" % sugerido b becuadro en la cadencia bes2 c d4 e2 e f f4 e2 e^\fermata \bar ";" % sugerido b becuadro al principio e2 d4 d c2 c4 c d2 a4 bes2 c1 } altus=\relative c''{ c4 c2 a4 c2 bes c a4 c d2 d4 c2^\fermata c2 bes c4 a2 bes c bes4 bes a2 f4 g2^\fermata g a a4 c2 c d a4 c2 c^\fermata c2 a4 bes a2 a4 a f2 f4 g2 g1 } tenor=\relative c''{ g4 e2 f4 g2 g g f4 g bes2 a4 g2^\fermata g2 g g4 f2 g g g4 g e2 c4 d2^\fermata d2 e f4 g2 g a f4 g2 a^\fermata g2 f4 g e2 f4 e d2 c4 d2 c1 } bassus=\relative c'{ c4 c2 d4 c2 g c d4 c bes2 f'4 c2^\fermata c2 g c4 d2 g, c g4 g a2 a4 g2^\fermata bes2 a d4 c2 e d d4 c2 a^\fermata c2 d4 g, a2 a4 a bes2 a4 g2 c1 } textocantus=\lyricmode{ Vi -- des ut al -- ta stet ni -- ve can -- di -- dum So -- ra -- cte nec jam sus -- ti -- ne -- ant o -- nus syl -- væ la -- bo -- ran -- tes ge -- lu -- que flu -- mi -- na con -- sti -- te -- rint a -- cu -- to. } textoaltus=\lyricmode{ Vi -- des ut al -- ta stet ni -- ve can -- di -- dum So -- ra -- cte nec jam sus -- ti -- ne -- ant o -- nus syl -- væ la -- bo -- ran -- tes ge -- lu -- que flu -- mi -- na con -- sti -- te -- rint a -- cu -- to. } textotenor=\lyricmode{ Vi -- des ut al -- ta stet ni -- ve can -- di -- dum So -- ra -- cte nec jam sus -- ti -- ne -- ant o -- nus syl -- væ la -- bo -- ran -- tes ge -- lu -- que flu -- mi -- na con -- sti -- te -- rint a -- cu -- to. } textobassus=\lyricmode{ Vi -- des ut al -- ta stet ni -- ve can -- di -- dum So -- ra -- cte nec jam sus -- ti -- ne -- ant o -- nus syl -- væ la -- bo -- ran -- tes ge -- lu -- que flu -- mi -- na con -- sti -- te -- rint a -- cu -- to. } incipitcantus=\markup{ \score{ { \set Staff.instrumentName="C " \override NoteHead.style = #'neomensural \override Rest.style = #'neomensural \override Staff.TimeSignature.style = #'neomensural \override Staff.TimeSignature.stencil = ##f \cadenzaOn \clef "petrucci-g" \key f \major \time 2/2 g''4 % g''2 ?? } \layout { \context {\Voice \remove Ligature_bracket_engraver \consists Mensural_ligature_engraver } line-width=\incipitwidth indent = 0 } } } incipitaltus=\markup{ \score{ { \set Staff.instrumentName="A " \override NoteHead.style = #'neomensural \override Rest.style = #'neomensural \override Staff.TimeSignature.style = #'neomensural \override Staff.TimeSignature.stencil = ##f \cadenzaOn \clef "petrucci-c1" \key c \major % creo que el bemol se refiere solo al cantus \time 2/2 c''4 % c''2 ?? } \layout { \context {\Voice \remove Ligature_bracket_engraver \consists Mensural_ligature_engraver } line-width=\incipitwidth indent = 0 } } } incipittenor=\markup{ \score{ { \set Staff.instrumentName="T " \override NoteHead.style = #'neomensural \override Rest.style = #'neomensural \override Staff.TimeSignature.style = #'neomensural \override Staff.TimeSignature.stencil = ##f \cadenzaOn \clef "petrucci-c3" \key c \major \time 2/2 g'4 % g'2 ?? } \layout { \context {\Voice \remove Ligature_bracket_engraver \consists Mensural_ligature_engraver } line-width=\incipitwidth indent=0 } } } incipitbassus=\markup{ \score{ { \set Staff.instrumentName="B " \override NoteHead.style = #'neomensural \override Rest.style = #'neomensural \override Staff.TimeSignature.style = #'neomensural \override Staff.TimeSignature.stencil = ##f \cadenzaOn \clef "petrucci-c2" \key c \major \time 2/2 c'4 % c'2 ?? } \layout { \context {\Voice \remove Ligature_bracket_engraver \consists Mensural_ligature_engraver } line-width=\incipitwidth indent = 0 } } } \score {\transpose c' g{ \new ChoirStaff<< \new Staff <<\global \new Voice="v1" { \set Staff.instrumentName=\incipitcantus \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } >> \new Staff << \global \new Voice="v2" { \set Staff.instrumentName=\incipitaltus \clef "treble" \altus} \new Lyrics \lyricsto "v2" {\textoaltus } >> \new Staff <<\global \new Voice="v3" { \set Staff.instrumentName=\incipittenor \clef "G_8" \tenor } \new Lyrics \lyricsto "v3" {\textotenor } >> \new Staff <<\global \new Voice="v4" { \set Staff.instrumentName=\incipitbassus \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=2\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)) top-markup-spacing = #'((basic-distance . 6) (minimum-distance . 0) (padding . 0)) }