\version "2.0.1" \header { filename = "cym382.ly" % dedication = "St. Peter of the Fields Parish" title = "Darparwyd Gwledd I'r Tlodion" subtitle = "Talyllyn 7.6.7.6.7.6.7.6" opus = "Traditional Welsh Melody" % arranger = "" poet = "Thomas Jones" % texttranslator = "" copyright = "2004, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-04-19" style = "Hymn" footer = "The Ames Hymn Collection" } global = \notes { \key aes \major \time 4/4 \skip 8*16 \bar "||" \skip 8*16 \bar "||" \skip 8*16 \bar "||" \skip 8*16 \bar "||" \skip 8*16 \bar "||" \skip 8*16 \bar "||" \skip 8*16 \bar "||" \skip 8*16 \bar "|." } saMusic = \notes { \partial 4 <> 4 4 4 4 4( 4) <> 4 4 4 4 4 2. <> 4 4 4 4 4( 4) <> 4 4 4 4 4 2. 4 4 4 4 4 2 4 <> 4 4 4 4 <> 4 4 4 4 8 8 2 4 4 4 <<{aes'4} \\ {aes'8 g'8}>> 4 4 2. } tbMusic = \notes { <> 4 4 4 4 <<{bes4( aes4)} \\ {bes,2}>> 4 4 <> 4 4 4 2. <> 4 4 4 4 <<{bes4( aes4)} \\ {bes,2}>> 4 4 <> 4 4 4 2. 4 <> 4 4 4 2 4 4 4 4 <<{bes4} \\ {g,8[ aes,8]}>> 4 2. <<{ees'8 des'8} \\ {g4}>> 4 <> 4 4 2 4 4 <> 4 4 4 2. } verseA = \lyrics { Dar4 -- parwyd4 gw4 -- ledd4 i'r4 tlo2 -- dion,4 I'r4 e4 -- nog4 llawn4 o4 fai;2. Mae'n4 gyf4 -- lawn4 o4 ddan4 -- thei2 -- thion4 I'r4 gwael4 ang4 -- he4 -- nus4 rai;2. O!4 dewch4 ar4 frys4 i'w4 pro2 -- fi-4 -- Ben4 -- di4 -- thion4 pur4 y4 ne';2. Mae4 ga4 -- lwad4 Daw'n4 cy4 -- hoe2 -- ddi4 Fod4 he4 -- ddyw4 et4 -- to4 le.2. } \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 Staff = tb { << \property Staff.TimeSignature \set #'style = #'numbered \clef bass \global \context Voice = VC { \tbMusic } >> } >> \paper { indent = 0.0\pt pagenumber = 382 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }