\version "2.0.1" \header { filename = "cym271.ly" % dedication = "St. Peter of the Fields Parish" title = "Daeth Llywydd Nef A Llawr" subtitle = "Alun 6.6.6.6.8.8" opus = "J. Ambrose Lloyd" % arranger = "" poet = "Thomas Jones" % texttranslator = "" copyright = "2004, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-05-02" style = "Hymn" footer = "The Ames Hymn Collection" } global = \notes { \key ees \major \time 4/4 \partial 4 \skip 8*16 \bar "||" \skip 8*16 \bar "||" \skip 8*16 \bar "||" \skip 8*50 \bar "|." } saMusic = \notes { \partial 4 4 4 4 4 4 2. 4 <> 4 4 4 2. 4 4 4 4 4 2. 4 4 4 4 4 <> 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 <> } tbMusic = \notes { 4 4 4 4 4 2. 4 4 4 4 4 2. 4 <> 4 4 4 2. 4 4 4 4 4 2. 4 <> 4 4 4 4 4 4 4 4 4 4 4 <<{bes4. aes8} \\ {bes,4 bes,4}>> 2 } verseA = \lyrics { Daeth4 Llyw4 -- ydd4 nef4 a4 llawr2. I4 wis4 -- go4 dyn4 -- ol4 gnawd;2. Wel,4 hen4 -- ffych,4 Ar4 -- glwydd4 mawr,2. A4 hen4 -- ffych,4 dir4 -- ion4 Frawd;2. Hen4 -- ffych4 i'n4 Duw4 a'n4 Ceid4 -- wad4 hael4 A4 wel4 -- wyd4 yn4 y4 pre4 -- seb4 gwael.2 } verseB = \lyrics { Mewn4 cnawd,4 i'n4 tyn4 -- u'n4 rhydd,2. Daeth4 y4 Trag4 -- wydd4 -- ol4 Air;2. Wel,4 hen4 -- ffych4 fyth4 i'r4 dydd2. Y4 gan4 -- wyd4 ef4 o4 Fair;2. O'i4 ras4 fe4 ddaeth4 o4 uch4 -- der4 ne'4 I4 brof4 -- i'r4 lladd4 -- fa4 yn4 ein4 lle.2 } verseC = \lyrics { I4 groth4 y4 wyr4 -- yf4 wan,2. I4 gar4 -- char4 ac4 i'r4 bedd,2. Y4 daeth4 ef4 ar4 ein4 rhan,2. I4 haedd4 -- u4 gras4 a4 hedd:2. Mewn4 ing4 a4 loes4 ar4 Gal4 -- far4 -- i,4 Ag4 -- oryd4 wn4 -- aeth4 y4 nef4 i4 ni.2 } verseD = \lyrics { Pa4 daf4 -- od,4 neu4 pa4 ddawn,2. A4 fedd4 ang4 -- yl4 -- aidd4 lu,2. A4 ddyw4 -- ed4 byth4 yn4 llawn2. Am4 ras4 ein4 Ceid4 -- wad4 cu?2. Ei4 waed4 fe4 rodd,4 o'i4 gar4 -- iad4 gwiw,4 I4 g\`an4 -- u'r4 lleidd4 -- ia4 -- id4 dua'u4 lliw.2 } verseE = \lyrics { Mae4 car4 -- iad4 yn4 ei4 wedd2. At4 wael,4 goll4 -- ed4 -- ig,4 fyd;2. Cyf4 -- iawn4 -- der4 llym4 a4 hedd2. Yn4 ym4 -- gu4 -- sa4 -- nu4 'nghyd;2. Trug4 -- ar4 -- edd4 a4 gwir4 -- ion4 -- edd4 pur4 Yn4 ym4 -- ddis4 -- gleir4 -- io4 yn4 ei4 gur.2 } \score { \notes << \context Staff = sa { << \addlyrics \property Staff.TimeSignature \set #'style = #'numbered \property Staff.midiInstrument = "oboe" \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 Lyrics = lyricsCinque {\property LyricsVoice . stanza = "5." \verseE} % \context Lyrics = lyricsSei {\property LyricsVoice . stanza = "6." \verseF} % \context Lyrics = lyricsSette {\property LyricsVoice . stanza = "7." \verseG} >> } \context Staff = tb { << \property Staff.TimeSignature \set #'style = #'numbered \property Staff.midiInstrument = "bassoon" \clef bass \global \context Voice = VC { \tbMusic } >> } >> \midi { \tempo 4=92 } \paper { indent = 0.0\pt pagenumber = 271 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }