\version "2.22.0" #(set-default-paper-size "a4") #(set-global-staff-size 16.8) #(ly:set-option 'point-and-click #f) %mobile -s15.5 -i0.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="Canticorum Iubilo" hcomposer="Haendel" \header { title=\markup{\fontsize #3 "Canticorum Iubilo"} subtitle="del oratorio «Joshua» (1748)" subsubtitle=\markup{\null \vspace #2 } composer="Georg Friedrich Haendel (1685-1759)" pdfauthor=\composer %opus="(-)" %poet=\markup{} copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key g \major \time 2/2 \skip 1*8 \bar ":|." \override Score.RehearsalMark.self-alignment-X=#RIGHT \override Score.RehearsalMark.break-visibility=#end-of-line-visible \mark \markup{"Fine"} \skip 1*8 \bar "|." \mark \markup{"D.C."} } cantus={ d''2 b'4.( c''8) | d''2 g' | a'8( b' c'' d'' c''4) b' | a'1 \breathe %5 d''8( c'' d'' e'' d''4) d'' | g''2 d'' | c''4( b') a'2 | g'1 b'8( a' b' c'' b'4) b' | %10 a'2 g' | c''4( b' a') g' | fis'1 | g'8( fis' g' a' g'4) g' | e''2 cis'' | %15 d''4( e''8 d'' cis''4.) d''8 | d''1 } altus={ g'2 g'4.( fis'8) | g'2 d' | fis'8( g' a' b' a'4) g' | fis'1 \breathe %5 g'2. g'4 | g'2 g' | fis'4( g'2) fis'4 | g'1 | g'8( fis' g' a' g'4) g' | %10 fis'2 e' | a'4( g' fis') e' | dis'1 | e'8( dis' e' fis' e'4) e' | g'2. g'4 | %15 fis'( g'8 fis' e'4) a' | a'1 } tenor={ b2 d'4.( c'8) | b2 d' | c'4( a d') d' | d'1 \breathe %5 d'2. d'4 | d'2 b | c'4( d'2) c'4 | b1 | d'2. d'4 | %10 c'2 b | dis'4( e' c') b | b1 | b2. b4 | cis'2 e' | %15 d'4( b e') e' | fis'1 } bassus={ g2 b4.( a8) | g2 b | a4.( g8 fis4) g | d1 \breathe %5 b8( a b c' b4) b | b2 g | a4( b8 c' d'4) d | g1 | g2. g4 | %10 d2 e | fis4( g a) e | b1 | e2. d'4 | cis'2 a | %15 b4( g a) a | d1 } textocantus=\lyricmode{ Can -- ti -- co -- rum iu -- bi -- lo re -- gi ma -- gno psal -- li -- te. Iam __ re -- sul -- tent mu -- si -- ca, un -- da te -- lus si -- de -- ra. } textocantusdos=\lyricmode{ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Per -- so -- nan -- tes or -- ga -- nis, iu -- bi -- la -- te plau -- di -- te. } textoaltus=\lyricmode{ Can -- ti -- co -- rum iu -- bi -- lo re -- gi ma -- gno psal -- li -- te. Iam __ re -- sul -- tent mu -- si -- ca, un -- da te -- lus si -- de -- ra. } textoaltusdos=\lyricmode{ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Per -- so -- nan -- tes or -- ga -- nis, iu -- bi -- la -- te plau -- di -- te. } textotenor=\lyricmode{ Can -- ti -- co -- rum iu -- bi -- lo re -- gi ma -- gno psal -- li -- te. Iam re -- sul -- tent mu -- si -- ca, un -- da te -- lus si -- de -- ra. } textotenordos=\lyricmode{ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Per -- so -- nan -- tes or -- ga -- nis, iu -- bi -- la -- te plau -- di -- te. } textobassus=\lyricmode{ Can -- ti -- co -- rum iu -- bi -- lo re -- gi ma -- gno psal -- li -- te. Iam re -- sul -- tent mu -- si -- ca, un -- da tel -- lus si -- de -- ra. } textobassusdos=\lyricmode{ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Per -- so -- nan -- tes or -- ga -- nis, iu -- bi -- la -- te plau -- di -- te. } \score {\transpose c' c'{ \new ChoirStaff<< \new Staff <<\global \new Voice="v1" { \set Staff.instrumentName="S " \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } \new Lyrics \lyricsto "v1" {\textocantusdos } >> \new Staff <<\global \new Voice="v2" { \set Staff.instrumentName="A " \clef "treble" \altus } \new Lyrics \lyricsto "v2" {\textoaltus } \new Lyrics \lyricsto "v2" {\textoaltusdos } >> \new Staff <<\global \new Voice="v3" { \set Staff.instrumentName="T " \clef "G_8" \tenor } \new Lyrics \lyricsto "v3" {\textotenor } \new Lyrics \lyricsto "v3" {\textotenordos } >> \new Staff <<\global \new Voice="v4" { \set Staff.instrumentName="B " \clef "bass" \bassus } \new Lyrics \lyricsto "v4" {\textobassus } \new Lyrics \lyricsto "v4" {\textobassusdos } >> >> } % 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 %systems-per-page = 3 ragged-last-bottom = ##f indent=0.7\cm system-system-spacing = #'((basic-distance . 20) (minimum-distance . 0) (padding . 5)) top-system-spacing = % header #'((basic-distance . 10) (minimum-distance . 0) (padding . 0)) last-bottom-spacing = % footer #'((basic-distance . 12) (minimum-distance . 0) (padding . 0)) markup-system-spacing.padding = #1.5 }