\version "2.0.1" \header { filename = "cym041.ly" % dedication = "St. Peter of the Fields Parish" title = "Dy Ras, Dy Nawdd, Fy Nuw, Im Dod" 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 { Dy4 ras,4 dy4 nawdd,4 fy4 Nuw,4 im4 dod,4 Sef4 y4 -- nod4 ym4 -- ddi4 -- rie2 -- daf;4 Nes4 my4 -- ned4 hei4 -- bio'r4 af4 -- lwydd4 hyn,4 Dan4 d'e4 -- dyn4 ym4 -- gys4 -- go2 -- daf.4 } verseB = \lyrics { Ym4 -- ddyr4 -- cha,4 Dduw,4 y4 nef4 uwch4 law,4 O4 -- ddi_y4 -- no4 daw4 d'a4 -- rwy2 -- ddion;4 A4 by4 -- dded4 dy4 o4 -- go4 -- niant4 ar4 Y4 ddae4 -- ar4 a'i4 thri4 -- go2 -- lion.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=96 } \paper { indent = 0.0\pt pagenumber = 41 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }