\version "2.0.1" \header { filename = "cym1083.ly" % dedication = "St. Peter of the Fields Parish" title = "Dacw Gariad Nefoedd W\^en" subtitle = "Gethsemane (Schop) 7.7.7.7.7.7" opus = "Johan Schop, 1590-1667" % arranger = "" poet = "William Williams (Pant-y-celyn)" % texttranslator = "" copyright = "2004, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-06-03" style = "Hymn" footer = "The Ames Hymn Collection" } global = \notes { \key c \minor \time 4/4 \skip 4*8 \bar "||" \skip 4*8 \bar "||" \skip 4*8 \bar "||" \skip 4*8 \bar "||" \skip 4*8 \bar "||" \skip 4*8 \bar "|." } saMusic = \notes { <> 8[ 8] 4 4 4 4 2 4 4 4 4 4 <> <> <> 4 4 4 4 4 2 <> 4 4 <> 4 4 2 <> 4 4 <> 4 4 2 4 4 4 4 4 <<{b'4} \\ {g'8[ f'8]}>> 2 } tbMusic = \notes { 4 <<{g4} \\ {c8 d8}>> 4 4 <> <> 2 4 4 4 4 4 4 2 4 4 4 4 4 4 2 4 4 4 4 4 4 2 4 4 4 4 4 4 2 4 4 <> 4 4 4 2 } verseA = \lyrics { Dac4 -- w4 gar4 -- iad4 nef4 -- oedd4 w\`en2 Yn4 disg4 -- lier4 -- io4 ar4 y4 pren;2 Dac4 -- w4 dal4 -- ed4 -- ig4 -- aeth4 lawn2 I4 o4 -- fyn4 -- ion4 trym4 -- -ion4 iawn:2 Ie4 -- su4 goll4 -- odd4 ddwy4 -- fol4 waed,2 Min4 -- au4 gaf4 -- odd4 wir4 iach4 -- \^ad.2 } verseB = \lyrics { Na4 ddoed4 gwael4 wrth4 -- rych4 -- au'r4 byd2 I4 gar4 -- tref4 -- u4 yn4 fy4 mryd;2 Dig4 -- on,4 f'en4 -- aid,4 dig4 -- on4 yw2 Myf4 -- yr4 -- dod4 -- au4 dwyf4 -- ol4 friw:2 Mae4 mwy4 ples4 -- er4 yn4 Dy4 glwy'2 Na'u4 llaw4 -- en4 -- ydd4 pen4 -- af4 hwy.2 } verseC = \lyrics { Ie4 -- su4 goll4 -- odd4 ddwyf4 -- ol4 waed,2 Min4 -- au4 gaf4 -- odd4 wir4 iach4 -- \^ad;2 Dar4 -- fu4 ymff4 -- rost4 mawr4 y4 byd,2 Ie4 -- su4 b\"i4 -- au'r4 cl\^od4 i4 gyd;2 Wrth4 Ei4 draed4 dym4 -- un4 -- wn4 fyw,2 Holl4 hap4 -- us4 -- rwydd4 f'en4 -- aid4 yw.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 Staff = tb { << \property Staff.TimeSignature \set #'style = #'numbered \clef bass \global \context Voice = VC { \tbMusic } >> } >> \midi { \tempo 4=88 } \paper { indent = 0.0\pt pagenumber = 83 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }