\version "2.18.0" #(set-default-paper-size "a4") #(set-global-staff-size 16.5) #(ly:set-option 'point-and-click #f) %mobile -s13.5 -i3.2 italicas=\override LyricText.font-shape = #'italic rectas=\override LyricText.font-shape = #'upright ss=\once \set suggestAccidentals = ##t incipitwidth = 17 mtempo={\tempo 4 = 100} mtempob={\tempo 4 = 50} htitle="Un dolor tengo en el alma" hcomposer="Anónimo" \header { title=\markup{\fontsize #3 "11. Un dolor tengo en el alma"} subtitle="Cancionero de Uppsala" subsubtitle=\markup{\null \vspace #1 } composer="Anónimo" pdfauthor=\composer %opus="(-)" poet=\markup{"Venecia 1556"} copyright=\markup{ \fill-line {"Transcribed and edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key c \major \time 2/2 \skip 1*15 \bar ".|:-||" \break \skip 1*11 \bar ":|." } cantus=\relative c''{ g2 a g r4 g ~ g f e c e4. d8 e4 d ~ d8[ c] c2 \ss b4 c1 r4 g'2 e4 f e g2 a4 g4. f8 e4 d2 c4 g' ~ g e f e g2 a4 g ~ g8 f e4 d e d4 c2 b4 c\breve*1/2 \override Score.RehearsalMark.self-alignment-X=#right \override Score.RehearsalMark.break-visibility = #'#(#t #t #f) \mark \markup{"Fin"} g'2 g a g e4 f g a ~ a g f2 e r4 c d e f2 e r4 c d e f2 e4 g2 f4 e4 d8[ c] d2 c\breve*1/2 \mark \markup{"D.C."} } altus=\relative c''{ R1 r2 g a g r4 g2 f4 e4 c d2 c4 g'2 e4 f e g2 a4 g4. f8 e4 d e d c4 ~ c b c2~ c r4 g' ~ g e f e g2 a4 g ~ g8[ f] e4 d2 c\breve*1/2 r4 e2 e4 c4 f2 e4 c d e f ~ f8[ e] e2 d4 e c d e f e2 d4 e c d e f4 e2 d4 g4. f8 e4 d ~ d8 c c2 b4 c\breve*1/2 } textocantus=\lyricmode{ Un do -- lor ten -- _ go~en el al -- _ _ _ _ _ _ ma no sal -- drá sin qu'e -- lla sal -- _ _ _ ga, no sal -- drá sin qu'e -- lla sal -- _ _ _ _ _ _ _ ga. Que no s'a de pre -- su -- mir __ _ _ _ _ sien -- do el mal __ _ de tal ma -- ne -- ra, \italicas de tal ma -- _ _ ne -- ra, } textocantusb=\lyricmode{ Y~aun -- que la ra -- _ zón me val -- _ _ _ _ _ _ ga " " _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ qu'el do -- lor pue -- da sa -- lir __ _ _ _ _ que __ _ no sal -- ga e -- lla pri -- me -- ra, % sin que salga \italicas e -- lla pri -- _ _ me -- ra. } textoaltus=\lyricmode{ Un do -- lor ten -- _ go~en el al -- ma, no sal -- drá sin qu'e -- lla sal -- _ _ ga, \italicas sin qu'e -- lla sal -- ga \rectas no sal -- drá sin qu'e -- lla sal -- _ _ _ ga. Que no s'a de __ _ pre -- su -- mir, __ _ _ _ _ _ sien -- do el mal __ _ _ _ de tal ma -- ne -- ra, \italicas de tal ma -- ne -- _ _ _ _ ra. } textoaltusb=\lyricmode{ Y~aun -- que la ra -- _ zón me val -- ga, " " _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ qu'el do -- lor pue -- _ da sa -- lir, __ _ _ _ _ _ que __ _ no sal -- _ _ ga e -- lla pri -- me -- ra, \italicas e -- lla pri -- me -- _ _ _ _ ra. } incipitcantus=\markup{ \score{ { \set Staff.instrumentName="Altus I " \override NoteHead.style = #'neomensural \override Staff.TimeSignature.style = #'neomensural \cadenzaOn \clef "petrucci-c2" \key c \major \time 4/4 g'1 } \layout { line-width=\incipitwidth indent = 0 } } } incipitaltus=\markup{ \score{ { \set Staff.instrumentName="Altus II " \override NoteHead.style = #'neomensural \override Staff.TimeSignature.style = #'neomensural \cadenzaOn \clef "petrucci-c2" \key c \major \time 4/4 g'1 } \layout { line-width=\incipitwidth indent = 0 } } } %\layout { % \context {\Voice % \remove Ligature_bracket_engraver % \consists Mensural_ligature_engraver % } % line-width=\incipitwidth % indent = 0 %} \score {\transpose es' es'{ \new ChoirStaff<< \new Staff <<\global \new Voice="v1" { \set Staff.instrumentName=\incipitcantus \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } \new Lyrics \lyricsto "v1" {\textocantusb } >> \new Staff <<\global \new Voice="v2" { \set Staff.instrumentName=\incipitaltus \clef "treble" \altus } \new Lyrics \lyricsto "v2" {\textoaltus } \new Lyrics \lyricsto "v2" {\textoaltusb } >> >> } % transpose \layout{ \context {\Lyrics \override VerticalAxisGroup.staff-affinity = #UP \override VerticalAxisGroup.nonstaff-relatedstaff-spacing = #'((basic-distance . 0) (minimum-distance . 0) (padding . 1.5)) %\override VerticalAxisGroup.nonstaff-nonstaff-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 . 12) (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=5 page-count = 1 ragged-last-bottom = ##f indent=3.1\cm system-system-spacing = #'((basic-distance . 19) (minimum-distance . 0) (padding . 5)) top-system-spacing = % header #'((basic-distance . 8) (minimum-distance . 0) (padding . 0)) last-bottom-spacing = % footer #'((basic-distance . 17) (minimum-distance . 0) (padding . 0)) markup-system-spacing.padding = #2 }