\version "2.0.1" \header { filename = "cym042.ly" % dedication = "St. Peter of the Fields Parish" title = "Erglyw, O Duw! Fy Llefain I" 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-11" 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 { Er4 -- glyw,4 O4 Dduw!4 fy4 lle4 -- fain4 i,4 Ac4 ar4 fy4 ngwe4 -- ddi4 gwran2 do;4 Rhof4 lef4 o4 ei4 -- tha'r4 ddae4 -- ar4 gron,4 A'm4 ca4 -- lon4 yn4 lles4 -- mei2 -- rio.4 } verseB = \lyrics { Dwg4 fi4 i4 dal4 -- graig4 uwch4 na4 mi,4 Ac4 i4 -- ddi4 bydd4 i'm4 der2 -- byn;4 Can's4 craig4 o4 o4 -- baith,4 t\^wr4 di4 -- f\^ost,4 Im4 fu4 -- ost4 rhag4 y4 ge2 -- lyn.4 } verseC = \lyrics { O4 fewn4 dy4 ba4 -- bell4 y4 bydd4 byth4 Fy4 nhrig4 -- fan4 di4 -- lyth,4 de2 -- dwydd;4 A'm4 holl4 ym4 -- ddi4 -- ried4 a4 f\`yn4 fod4 Yn4 nghys4 -- god4 dy4 a4 -- de2 -- nydd.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 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 = 42 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }