\version "2.0.1" \header { filename = "cym062.ly" % dedication = "St. Peter of the Fields Parish" title = "Duw, Buost In Yn Arglwydd Da" subtitle = "Dymuniad 8.7.8.7" opus = "R. H. Williams " % arranger = "" poet = "Edmund Prys" % texttranslator = "" copyright = "2004, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-05-12" 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 { Duw,4 bu4 -- ost4 in4 yn4 Ar4 -- glwydd4 da,4 Ac4 yn4 bre4 -- swyl4 -- fa_i4 dri2 -- go4 O4 bryd4 i4 bryd,4 fe4 -- lly4 yr4 aeth4 Pob4 rhyw4 gen4 -- hed4 -- laeth4 hei2 -- bio.4 } verseB = \lyrics { Er4 cyn4 rhoi4 sail4 un4 my4 -- nydd4 mawr,4 Cyn4 llu4 -- nio4 lawr4 cwm4 -- pas2 -- fyd,4 Duw4 o4 dra4 -- gwy4 -- ddol4 wyt4 cyn4 neb.,4 Hyd4 dra4 -- gwy4 -- ddol4 -- deb4 he2 -- fyd.4 } verseC = \lyrics { Wei4 -- thiau4 i4 ddi4 -- nystr4 y4 troi4 ni,4 Ac4 we4 -- di'n4 troi4 yn4 nodd2 -- fa;4 A4 d'we4 -- di4 cyn4 ein4 myn'd4 i'r4 llwch,4 Dy4 -- chwe4 -- lwch,4 fei4 -- bion4 A2 -- dda.4 } verseD = \lyrics { Can's4 deg4 can4 mly4 -- nedd4 fel4 doe4 \^ynt,4 Pan4 elo4 'i4 he4 -- lynt4 hei2 -- bio,4 O'th4 flaen4 dy4 me4 -- gys4 gwel4 -- fa4 nos,4 Ni4 chaiff4 ym4 -- dda4 -- ngos4 et2 -- to.4 } verseE = \lyrics { Nid4 yw4 dyn4 ond4 fel4 h\^un,4 neu4 ail4 I4 a4 -- ddail,4 neu4 le4 -- fei2 -- rant,4 Neu4 me4 -- gys4 glas4 ly4 -- sie4 -- uyn4 gwan,4 Mor4 fuan4 y4 new4 -- i4 -- di2 -- ant.4 } verseF = \lyrics { Yr4 hwn4 y4 bo4 -- reu4 gwyrdd4 -- las4 fydd4 A4 gwawr4 o4 ne4 -- wydd4 ar2 -- no;4 Ond4 pan4 y4 to4 -- rer4 ef4 bryd4 -- nawn,4 Yn4 fu4 -- an4 iawn4 mae'n4 gwy2 -- wo.4 } verseG = \lyrics { Dysg4 fe4 -- lly'n4 ri4 -- fo'n4 dy4 -- ddiau4 gwael,4 I'n4 ca4 -- lon4 gael4 doe4 -- thi2 -- neb;4 O4 Dduw!4 pa4 hyd?4 tyr'd,4 dod4 yn4 hawdd4 I'th4 wei4 -- sion4 nawdd4 ac4 un2 -- deb.4 } verseH = \lyrics { Yn4 fo4 -- reu4 iawn4 diw4 -- a4 -- lla4 ni4 A'th4 fawr4 ddai4 -- o4 -- ni4 ei2 -- soes,4 Fel4 ca4 -- fio'n4 ca4 -- lon4 law4 -- en4 fyd,4 Yn4 hy4 -- frd4 dros4 ein4 hei2 -- nioes.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 Lyrics = lyricsCinque {\property LyricsVoice . stanza = "5." \verseE} \context Lyrics = lyricsSei {\property LyricsVoice . stanza = "6." \verseF} \context Lyrics = lyricsSette {\property LyricsVoice . stanza = "7." \verseG} \context Lyrics = lyricsOtto {\property LyricsVoice . stanza = "8." \verseH} >> } \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 = 62 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }