\version "2.0.1" \header { filename = "cym602.ly" % dedication = "St. Peter of the Fields Parish" title = "'Rwy'n Edych, Dros Y Bryniau Pell" subtitle = "Bangor 8.6.8.6" opus = "William Tans'ur, 1734" % arranger = "" poet = "William Williams" % texttranslator = "" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-04-20" style = "Hymn" footer = "The Ames Hymn Collection" } global = \notes { \key c \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 <<{bes'8 aes'8} \\ {d'4}>> 4 <> 4 8 8 4 4 2. <> 4 4 4 <<{ees''8 d''8} \\ {ees'4}>> 4 <<{bes'8 aes'8} \\ {d'4}>> 4 <<{g'4} \\ {c'8 d'8}>> 4 <<{g'8 f'8} \\ {c'4}>> 4 4 <> } tbMusic = \notes { 4 4 4 <<{ees8 g8} \\ {c4}>> 4 4 <<{f8 bes8} \\ {bes,4}>> 4 4 4 8 8 4 4 2. <<{b4} \\ {g8 f8}>> 4 4 4 4 4 <<{f8 bes8} \\ {bes,4}>> 4 <<{g4} \\ {ees8 d8}>> 4 8 8 <<{g4. f8} \\ {g4 g,4}>> 2. } verseA = \lyrics { "'Rwy'n"4 ed4 -- rych,4 dros4 y4 bry4 -- niau4 pell,4 Am4 da4 -- nat4 bob4 yr4 awr;2. Tyr'd,4 fy4 A4 -- nwy4 lyd,4 mae'n4 hwy4 -- rhau,4 A'm4 haul4 bron4 myn'd4 i4 lawr.2. } verseB = \lyrics { Trodd4 fy4 ngha4 -- ria4 -- dau4 oll4 i4 gyd4 "'Nawr"4 yn4 an4 -- ffydd4 -- lon4 im;2. Ond4 yr4 wyf4 fin4 -- nau'n4 hyf4 -- ryd4 glaf4 O4 ga4 -- riad4 mwy4 ei4 rym.2. } verseC = \lyrics { Tyn4 fy4 ser4 -- chia4 -- dau'n4 gry4 -- no4 iawn4 Od4 -- di4 wrth4 -- ddry4 -- chau4 gau,2. At4 yr4 un4 gwrth4 -- ddrych4 ag4 sydd4 fyth4 Yn4 ffydd4 -- lon4 yn4 par4 -- hau.2. } verseD = \lyrics { "'Does"4 gyf4 -- lwr4 dan4 yr4 aw4 -- yr4 las4 "'Rwyf"4 yn4 -- ddo'n4 chwen4 -- nych4 byw;2. Ond4 fy4 hy4 -- fry4 -- dwch4 fyth4 gaiff4 fod4 O4 fewn4 cyn4 -- te4 -- ddau'm4 Duw.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 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=98 } \paper { indent = 0.0\pt pagenumber = 602 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }