\version "2.0.1" \header { filename = "cym094.ly" % dedication = "St. Peter of the Fields Parish" title = "O Brysa, Arglwydd! Clyw Fy Llais" 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 { O4 Bry4 -- sia,4 Ar4 -- glwydd!4 clyw4 fy4 llais,4 O4 bry4 -- sur4 ge4 -- lwais4 ar2 -- nat;4 O'r4 man4 lle4 bwyf,4 gwran4 -- do4 fy4 llef,4 A4 doed4 i'r4 nef4 hyd4 a2 -- tat.4 } verseB = \lyrics { O4 Ar4 -- glwydd!4 go4 -- sod,4 rhag4 gair4 ffraeth,4 Ga4 -- dw4 -- raeth4 ar4 fy4 nge2 -- nau;4 Rhag4 im4 gam4 -- dd'we4 -- dyd,4 go4 -- sod4 dd\^or4 ar4 gy4 -- for4 fy4 ngwe4 -- fu2 -- sau.4 } verseC = \lyrics { Mae4 'ngo4 -- lwg4 a'm4 holl4 o4 -- baith4 i,4 Duw,4 ar4 -- nat4 ti4 dy4 hu2 -- nan;4 O!4 bydd4 di'n4 un4 -- ig4 yn4 fy4 mhlaid!4 Na4 fw4 -- rw4 f'e4 -- naid4 a2 -- llan.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 = 94 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }