\version "2.0.1" \header { filename = "cym037.ly" % dedication = "St. Peter of the Fields Parish" title = "Gwelir Mai'r Bedd Yw Llett'r" 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-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 { Gwe4 -- lir4 mai'r4 bedd4 yw4 llet4 -- ty'r4 doeth,4 Y4 ffol4 a'r4 an4 -- noeth4 u2 -- nwedd;4 Ma4 -- rw4 yw'r4 naill,4 a_ma4 -- rw4 yw'r4 llall,4 I4 a4 -- rall4 g\^ad4 ei4 an2 -- nedd.4 } verseB = \lyrics { Daw4 dydd4 i'r4 cy4 -- fiawn,4 tra4 noeth4 teg,4 Daw4 im4 y4 -- chwa4 -- neg4 es2 -- tyn,4 Daw4 im4 o'r4 bedd4 go4 -- diad4 i4 fyw,4 De4 -- heu4 -- law4 Duw4 a'm4 der2 -- byn.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 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 = 37 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }