\version "2.0.1" \header { filename = "cym1126.ly" % dedication = "St. Peter of the Fields Parish" title = "Mor Hardd, Mor Deg, Mor Hyfryd Yw" subtitle = "Wareham 8.8.8.8" opus = "William Knapp, 1739" % arranger = "" poet = "B. Francis" % texttranslator = "" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-05-08" style = "Hymn" footer = "The Ames Hymn Collection" } global = \notes { \key bes \major \time 3/4 \skip 8*24 \bar "||" \skip 8*24 \bar "||" \skip 8*24 \bar "||" \skip 8*24 \bar "|." } saMusic = \notes { \partial 4 4 4( 4) 4 <<{f'2} \\ {ees'4( d'4)}>> 4 4( 4) 4 2 4 4( 4) <<{bes'4} \\ {d'8 e'8}>> <<{a'4( bes'4)} \\ {f'2}>> 4 4( 4) 4 <> <> <<{g'4( f'4)} \\ {ees'4 f'4}>> <<{g'8 a'8} \\ {ees'4}>> 2 <<{a'4} \\ {f'8 ees'8}>> 2 4 2 <<{c''8 d''8} \\ {f'4}>> 4( 4) 4 4( 4) 4 4( 4) 4 2 } tbMusic = \notes { 4 2 <<{g8 a8} \\ {bes,4}>> 2 4 4( 4) 4 2 4 <<{bes4( c'4)} \\ {bes4( a4)}>> 4 4( 4) 4 4( 4) 4 2 4 <<{bes2} \\ {ees4( d4)}>> 4 <<{ees'4( d'4)} \\ {bes,2}>> 4 2 4 <> 4 <> <<{g8 a8} \\ {ees4}>> 4( 4) 4 4( 4) 4 2 } verseA = \lyrics { Mor4 hardd,2 mor4 deg,2 mor4 hy2 -- fryd4 yw2 Dy4 ba2 -- bell4 sanc2 -- taidd4 Di,2 O4 Dduw!2 Mor4 lo2 y4 y2 dys4 -- glei2 -- ria4 hi2 Gan4 lew2 -- yrch4 gwedd2 dy4 wy2 -- neb4 Di!2 } verseB = \lyrics { Pan4 we2 -- lwn4 y2 -- no4 'th_a2 -- nwyl4 wedd,2 Pan4 bro2 -- fwn4 y2 -- no4 'th_hy2 -- fryd4 hedd,2 Cyd4 -- ga2 -- nu4 w-nawn2 ar4 la2 -- far4 lef,2 _"Ti'n4 dy2 -- gaist4 ni2 i4 borth2 y4 nef!"2 } verseC = \lyrics { Mae4 un2 di4 -- wr2 -- nod4 yn2 dy4 d\^y,2 Dan4 di2 -- rion4 w\^en2 dy4 wy2 -- neb4 cu,2 Yn4 well2 na4 mil2 yn4 ngw2 -- ledd_y4 ffol.2 Sy'n4 ga2 -- dael4 chwe2 -- rwedd4 blin2 ar4 ol.2 } verseD = \lyrics { Rho4 i2 -- ni_'r4 fraint2 o'th4 wel'd2 ar4 frys2 O4 fewn2 dy4 l\^an2 fen4 -- di2 -- gaid4 lys;2 Pryd4 -- fer2 -- thwch4 mw2 -- ya'th4 bab2 bell4 yw2 Dy4 bre2 -- se4 -- nol2 -- deb4 Di,2 ein4 Duw!2 } \score { \notes << \context Staff = sa { << \addlyrics \property Staff.TimeSignature \set #'style = #'numbered \clef treble \global \context Voice = VA { \saMusic } \context Lyrics = lyricsUno {\property LyricsVoice . stanza = "1." \verseA} \context Lyrics = lyricsDue {\property LyricsVoice . stanza = "2." \verseB} \context Lyrics = lyricsTre {\property LyricsVoice . stanza = "3." \verseC} \context Lyrics = lyricsQuattro {\property LyricsVoice . stanza = "4." \verseD} >> } \context Staff = tb { << \property Staff.TimeSignature \set #'style = #'numbered \clef bass \global \context Voice = VC { \tbMusic } >> } >> \midi { \tempo 4=96 } \paper { indent = 0.0\pt pagenumber = 126 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }