\version "2.0.1" \header { filename = "cym120.ly" % dedication = "St. Peter of the Fields Parish" title = "Rhyfeddol Byth, Rhyfeddol" subtitle = "Meirionydd 7.6.7.6.7.6.7.6" opus = "Welsh Hymn Melody" arranger = "arr. William Lloyd" poet = "Michael Roberts" % texttranslator = "" copyright = "2004, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" footer = "The Ames Hymn Collection" } global = \notes { \key ees \major \time 4/4 \skip 8*18 \bar "||" \skip 8*14 \bar "||" \skip 8*18 \bar "||" \skip 8*14 \bar "||" \skip 8*18 \bar "||" \skip 8*14 \bar "||" \skip 8*18 \bar "||" \skip 8*14 \bar "|." } saMusic = \notes { \partial 4*2 4.( 8) 4 <<{g'8 f'8} \\ {d'4}>> 4 4 2 4 4 4 4 <<{aes'8[ g'8]} \\ {ees'4}>> 4 <> <<{bes'4.( aes'8)} \\ {f'2}>> 4 <<{g'8 f'8} \\ {d'4}>> 4 4 2 4 4 4 4 8 8 4 <> 2 4 4 4 4 2 4 4 4 4 4 <<{g'4} \\ {bes8 c'8}>> 2 <<{g'4.( f'8)} \\ {d'2}>> 4 <<{ees'8 f'8} \\ {ees'4}>> 4 <<{g'8 f'8} \\ {ees'4}>> <<{g'4( a'4)} \\ {ees'2}>> 4 4 4 4 <<{aes'8 g'8} \\ {ees'4}>> <> <> } tbMusic = \notes { 2 4 <<{bes8 aes8} \\ {bes,4}>> 4 4 2 4 <> 4 4 <<{c'8[ bes8]} \\ {aes,4}>> 4 2 2 4 <<{bes8 aes8} \\ {bes,4}>> 4 4 2 4 4 4 4 4 4 2 2 4 4 8 8 4 <<{g4( a4)} \\ {c2}>> 4 4 <> <> <> 4 2 2 4 4 4 4 <<{bes4( ees4)} \\ {ees8( d8 c4)}>> 4 4 4 4 4 4 2 } verseA = \lyrics { Rhy2 -- fe4 -- ddol4 byth,4 rhy4 -- fe2 -- ddol4 Yw4 ca4 -- riad4 rhad4 fy4 Nuw,2 A2 re4 -- dodd4 yn4 yr4 ar2 -- faeth4 At4 ddy4 -- nion4 gwael4 eu4 rhyw,2 A'u2 de4 -- wis4 mewn4 Cyf4 -- ry2 -- ngwr4 A'u4 rho4 -- ddi4 i4 -- ddo'n4 had,2 Ac2 yn4 -- tau4 yn4 ym4 -- rwy2 -- mo4 I'w4 dwyn4 yn4 un4 a'i4 Dad.2 } verseB = \lyrics { E2 -- tho4 -- liad,4 heb4 un4 am2 -- mod4 Yn4 se4 -- fyll4 ar4 y4 dyn2 Yn2 tar4 -- ddu4 o4 fodd4 -- lon2 -- rwydd4 Ew4 -- y4 -- llis4 Duw4 ei4 hun2 Tra2 -- gwy4 -- ddol,4 heb4 un4 dech2 -- reu,4 Ang4 -- hyf4 -- ne4 -- wi4 -- diol4 yw;2 Mae'r2 syl4 -- faen4 a'r4 a4 -- dei2 -- lad4 I4 gyd4 o4 gyng4 -- hor4 Duw.2 } verseC = \lyrics { E2 -- tho4 -- lwyd4 i4 fe4 -- ddian2 -- nu'r4 Holl4 ra4 -- gor4 -- frein4 -- tiau4 drud2 Y2 mo4 -- roedd4 o4 fen4 -- di2 -- thion4 Sy4 'ngwaed4 Ia4 -- chaw4 -- dwr4 byd:2 Cy2 -- fiawn4 -- der4 a4 sanc4 -- teidd2 -- rwydd,4 A4 go4 -- go4 -- ne4 -- ddiad4 llawn;2 Rhad,2 rhad!4 fydd4 an4 -- them4 Sei2 -- on4 Am4 fath4 an4 -- nhrae4 -- thol4 ddawn.2 } verseD = \lyrics { Mae'r2 mo4 -- ddion4 a'r4 dy4 -- be2 -- nion4 Mewn4 cw4 -- lwm4 sicr4 ia4 -- wn;2 'Does2 modd4 fod4 gwell4 se4 -- fyd2 -- liad4 Mae'n4 ddoeth,4 o4 ras4 yn4 llawn:2 Prif2 ddy4 -- ben4 e4 -- thol4 y2 -- doedd4 Dyr4 -- cha4 -- fu4 gras4 fy4 nuw2 Ac2 wrth4 wneyd4 hy4 -- ny,4 a2 -- chub4 Myr4 -- ddiy4 -- nau_o4 ddy4 -- nol4 -- ryw.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 } >> } >> \paper { indent = 0.0\pt pagenumber = 120 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }