\version "2.0.1" \header { filename = "cym002.ly" % dedication = "St. Peter of the Fields Parish" title = "O Arglwydd! Amled Ydyw'r Gwyr" subtitle = "Mary 8.7.8.7" opus = "J. Ambrose Lloyd" % arranger = "" poet = "Edmund Prys" % texttranslator = "" copyright = "2004, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-05-24" style = "Hymn" footer = "The Ames Hymn Collection" } global = \notes { \key a \major \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 <<{b'8 b'8} \\ {fis'4}>> <<{gis'4} \\ {b8[ e'8]}>> <<{a'4} \\ {e'8[ dis'8]}>> 4 4 4 4 4 4 2 4 4 4 4 4 8 8 4 4 4 <<{cis''8[ b'8]} \\ {e'4}>> 4 <<{b'4} \\ {e'8[ d'8]}>> <<{cis''4} \\ {cis'8[ e'8]}>> 4 4( 4) 4 } tbMusic = \notes { 4 4 4 <> <<{d'8[ cis'8]} \\ {d4}>> 4 4 4 4 4 4 <> 4 2 4 4 <> 4 4 4 4 <> 4 <<{e'8[ d'8]} \\ {e4}>> 4 4 <> 4 <<{a4( gis4)} \\ {e2}>> 4 } verseA = \lyrics { O4 Ar4 -- glwydd!4 am4 -- led4 yd4 -- yw'r4 gw\^yr4 Y4 sydd4 drall4 -- od4 -- wyr4 im2 -- i!4 A4 llaw4 -- er4 iawn4 i'm4 her4 -- byn4 sydd4 O4 ddydd4 i4 ddydd4 yn4 cod2 -- i.4 } verseB = \lyrics { Tith4 -- au,4 O4 Ar4 -- glwydd!4 yn4 mhob4 man,4 Yd4 -- wyt4 yn4 dar4 -- ian4 im2 -- i;4 Ti4 yw4 'm4 gog4 -- on4 -- iant;4 tua'r4 nen4 Y4 cod4 -- i4 'mhen4 i4 fy2 -- ny.4 } verseC = \lyrics { Ar4 Dduw,4 yr4 Ar4 -- glwydd,4 \^a'm4 holl4 lais4 Y4 gel4 -- wais4 yn4 dos4 -- tur2 -- aidd;4 Ac4 ef4 a'm4 clyb4 -- u4 i4 ar4 frys4 O'i4 uch4 -- el4 frein4 -- lys4 sanct2 -- aidd.4 } verseD = \lyrics { I'r4 Ar4 -- glwydd4 byth4 o4 ach4 -- os4 hyn4 Y4 per4 -- thyn4 iach4 -- awd4 -- wr2 -- iaeth;4 Ac4 ar4 ei4 bobl4 y4 dis4 -- gyn4 gwlith4 Ei4 fen4 -- dith4 yn4 dra4 hel2 -- aeth.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 Staff = tb { << \property Staff.TimeSignature \set #'style = #'numbered \clef bass \global \context Voice = VC { \tbMusic } >> } >> \midi { \tempo 4=92 } \paper { indent = 0.0\pt pagenumber = 2 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }