\version "2.12.3" #(set-default-paper-size "a4") #(set-global-staff-size 17.2) #(ly:set-option 'point-and-click #f) 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 = 14 htitle="Vides ut alta stet" hcomposer="Hofhaimer" \header { title=\markup{\fontsize #4 \column{" " " " "Vides ut alta stet" }} subtitle=\markup{\column{" " " " " " " " " " " " " " }} composer="Paul Hofhaimer (1459-1537)" 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 #'minimum-Y-extent = #'(-0 . 0) } \context {\Score \override BarNumber #'padding = #2 } \context {\Lyrics %\override LyricText #'font-size = #2 \override LyricHyphen #'minimum-distance = #0.51 } \context {\Voice %melismaBusyProperties = #'() %autoBeaming = ##f } %\context { \RemoveEmptyStaffContext } \context {\Staff \consists Ambitus_engraver \override VerticalAxisGroup #'minimum-Y-extent = #'(-4 . 6) } } %\midi {} } \paper{ page-limit-inter-system-space = ##t %cuando hay 6 voces page-limit-inter-system-space-factor = 1.3 %cuando hay 6 voces 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=8 line-width=19.0\cm between-system-padding = 0 ragged-last-bottom = ##f indent=2.0\cm %foot-separation = 4\mm %head-separation = 4\mm }