\version "2.11.16" #(set-default-paper-size "a4") #(set-global-staff-size 16) #(ly:set-option 'point-and-click #f) \paper{ between-system-space=#60 } \header { title="Hail, glorious Saint Patrick" subtitle="Himno tradicional irlandés" composer="Texto: Hermana Agnes" copyright=\markup{\fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"}} tagline="" } global={\key g \major \time 3/4 \partial 4 \skip 4 \skip 1*3/4*15 \skip 2 \bar "||" \break \skip 4 \skip 1*3/4*7 \skip 2 \bar "|." } cantus={ b'4 | b' c'' b' | a' e' g' | fis' b' a' | %5 g'2 g'4 | g' e' fis' | g' d' b' | b' a' g' | a'2 d''4 | %10 d'' c'' b' | b' a' g' | a' e' a' | c''2 c''4 | b' a' g' | %15 a' e' g' | fis' b' a' | g'2 d''4 | d'' a' c'' | c'' b'^\fermata b' | %20 b' fis' g' | fis' e'^\fermata d' | d' g' fis' | e' a' g' | fis' b' a' | %25 g'2 } altus={ d'4 | d' e' d' | e' c' e' | d' fis' fis' | %5 g'2 g'4 | e' c' d' | d'2 d'4 | e'2 e'4 | d'2 d'4 | %10 b' a' g' | g' d' d' | e' c' e' | e'2 e'4 | d' d' d' | %15 e' c' e' | d' fis' fis' | g'2 g'4 | fis' fis' a' | a' g' g' | %20 dis' dis' dis' | b2 c'4 | d'2 d'4 | e'2 e'4 | d' fis' fis' | %25 d'2 } tenor={ g4 | g2 g4 | a2 a4 | c'2 c'4 | %5 b2 b4 | g2 g4 | g2 g4 | g2 a4 | fis2 fis4 | %10 d'2 d'4 | d' c' b | g2 g4 | g2 g4 | d' c' b | %15 c'2 c'4 | c'2 c'4 | b2 b4 | a2 d'4 | d'2 d'4 | %20 b2 b4 | a g a | b2 b4 | c'2 c'4 | c'2 c'4 | %25 b2 } bassus={ g,4 | g,2 g,4 | c2 c4 | d2 d4 | %5 g2 g4 | c2 c4 | b,2 b,4 | cis2 cis4 | d2 d4 | %10 g2 g4 | g2. | c2 c4 | a,2 a,4 | d2. | %15 c2 c4 | d2 d4 | g2 g4 | d2 d4 | g2 g4 | %20 b,2 b,4 | e2 fis4 | g2 g4 | c2 c4 | d2 d4 | %25 g2 } textocantus=\lyricmode{ \set stanza = "1. " Hail, glo -- rious Saint Pat -- rick, dear saint of our isle, on us thy poor chil -- dren bes -- tow a sweet smile; and now thou art high in the man -- sions a -- bove, on E -- rin's green val -- leys look down in thy love. On E -- rin's green val -- leys, on E -- rin's green val -- leys, on E -- rin's green val -- leys look down in thy love. } \score { \new ChoirStaff<< \new Staff <<\global \new Voice="v1" { \set Staff.instrumentName="Soprano " \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } >> \new Staff << \global \new Voice="v2" { \set Staff.instrumentName="Alto " \clef "treble" \altus} \new Lyrics \lyricsto "v1" {\textocantus } >> \new Staff <<\global \new Voice="v3" { \set Staff.instrumentName="Tenor " \clef "G_8" \tenor } \new Lyrics \lyricsto "v1" {\textocantus } >> \new Staff <<\global \new Voice="v4" { \set Staff.instrumentName="Bajo " \clef "bass" \bassus } \new Lyrics \lyricsto "v1" {\textocantus} >> >> \layout{ %\context {\Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-0 . 0) } %\context {\Lyrics \override LyricText #'font-size = #2 } \context {\Voice melismaBusyProperties = #'() } \context { \Score \remove "Bar_number_engraver" } } } \markup { " " } \markup { " " } \markup { \fill-line { \hspace #0.1 % moves the column off the left margin; can be removed if % space on the page is tight \column { \line { \bold "2." \column { "Hail, glorious Saint Patrick, thy words were once strong" "against Satan's wiles and an infidel throng;" "not less is thy might where inheaven thou art;" "O, come to our aid, in our battle take part." } } \hspace #0.1 % adds vertical spacing between verses \line { \bold "3." \column { "In the war against sin, in the fight for the faith," "dear saint, may thy children resist unto death;" "may their strength be in meekness, in penance, their prayer," "their banner the cross which they glory to bear." } } } \hspace #0.1 % adds horizontal spacing between columns; if they are % still too close, add more " " pairs until the result % looks good \column { \line { \bold "4." \column { "Thy people, now exiles on many a shore," "shall love and revere thee till time be no more;" "and the fire thou hast kindled shall ever burn bright," "its warmth undiminished, undying its light." } } \hspace #0.1 % adds vertical spacing between verses \line { \bold "5." \column { "Ever bless and defend the sweet land of our birth," "where the shamrock still blooms as when thou wert on earth," "and our hearts shall yet burn, wherever we roam," "for God and Saint Patrick, and our native home." } } } \hspace #0.1 % gives some extra space on the right margin; can % be removed if page space is tight } }