\version "2.0.1" \header { filename = "cym011.ly" % dedication = "St. Peter of the Fields Parish" title = "Galw'r Wyf Arnat, Am Dy Fod" subtitle = "Dymuniad 8.7.8.7" opus = "R. H. Williams" % arranger = "" poet = "Hobarch Edmund Prys" % texttranslator = "" copyright = "2004, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-05-09" style = "Hymn" footer = "The Ames Hymn Collection" } global = \notes { \key g \minor \time 4/4 \partial 4 \skip 8*16 \bar "||" \skip 8*16 \bar "||" \skip 8*16 \bar "||" \skip 8*16 \bar "|." } saMusic = \notes { 4 4 4 <> 4 4 4 4 4 4 4 4 8[ 8] <<{a'2} \\ {d'4( c'4)}>> 4 4 4 4 4 4 4 4 4 4 4 4 4 <<{c''8[ bes'8]} \\ {ees'4}>> <<{a'2} \\ {ees'4( d'8[ c'8])}>> 4 } tbMusic = \notes { 4 4 4 4 4 4 4 4 4 <> 4 <<{bes8[ a8]} \\ {bes,4}>> 4 <<{g4( fis4)} \\ {d2}>> 4 4 <> <> 4 <<{a4} \\ {f8[ ees8]}>> 4 4 4 4 <> 4 4 4 <<{g4( fis4)} \\ {d2}>> 4 } verseA = \lyrics { Ga4 -- lw'r4 wyf4 ar4 -- nat,4 am4 dy4 fod4 Yn4 Dduw4 pa4 -- rod4 i_w4 -- ran2 -- do;4 Gos4 -- twng4 dy4 glust4 a4 chlyw4 yn4 rhodd4 Fy4 holl4 y4 -- mad4 -- rodd4 et2 -- to.4 } verseB = \lyrics { Cyf4 -- ra4 -- na4 dy4 ddai4 -- o4 -- nus4 r\^ad,4 Ti,_r4 hwn4 wyt4 gei4 -- wad4 ffydd2 -- lon,4 I'r4 rhai4 sy'n4 ym4 -- roi4 dan4 dy4 law4 Rhag4 broch4 a4 braw4 y4 traw2 -- sion.4 } verseC = \lyrics { Ca4 -- dw4 fi'n4 a4 -- nwyl4 rhag4 eu4 twyll,4 Fel4 a4 -- nwyl4 ga4 -- nwyll4 lly2 -- gad;4 Yn4 nghys4 -- god4 dy4 a4 -- de4 -- nydd4 di,4 O!4 ca4 -- dw4 fi4 yn4 was2 -- tad.4 } verseD = \lyrics { Min4 -- nau4 mewn4 my4 -- fyr,4 fel4 mewn4 h\^un,4 A4 we4 -- laf4 lun4 d'_wy4 -- neb2 -- pryd;4 A4 phan4 ddi4 -- hu4 -- nwyf4 o'r4 h\^un4 hon4 Y4 by4 -- ddaf4 ddi4 -- gon4 hyf2 -- ryd.4 } \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=72 } \paper { indent = 0.0\pt pagenumber = 11 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }