\version "2.0.1"
\header {
filename = "cym1017.ly"
% dedication = "St. Peter of the Fields Parish"
title = "Disgyn, Iesu, O'th Gynteddoedd"
subtitle = "Ardudwy 8.7.8.7.4.7"
opus = "Ieuan Gwyllt"
% arranger = ""
poet = "William Williams (Pant-y-celyn)"
% texttranslator = ""
copyright = "2004, Brian M. Ames"
enteredby = "Brian M. Ames"
lastupdated = "2004-05-31"
style = "Hymn"
% footer = "The Ames Hymn Collection"
}
global = \notes {
\key d \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 {
4. 8 4 4 4 4 4 <>
4. 8 4 4 4 4 2
4. 8 4 <<{a'8[ b'8]} \\ {f'4}>> 4 4 4 4
4. 8 4 4 <<{f'8.[ g'16]} \\ {f'4}>> <<{a'8.[ b'16]} \\ {f'4}>> 2
4. 8 4 4 4. 8 4 4
4. 8 4 8[ 8] 4 4 <>
}
tbMusic = \notes {
4. 8 4 4 4 4 4 4
<> 8 4 4 4 4 2
4. 8 <> <<{d'4} \\ {f8[ g8]}>> 4 <<{b4} \\ {g8[ f8]}>> 4 4
4. 8 4 4 4 4 2
4. 8 4 4 <> 8 4 4
4. 8 4 8[ 8] <> 4 2
}
verseA = \lyrics {
Dis4. -- gyn,8 Ie4 -- su,4 o'th4 gyn4 -- tedd4 -- oedd,4
Lle4. mae8 mor4 -- oedd4 mawr4 o4 hedd;2
Gw\^el4. bech8 -- ad4 -- ur4 sydd4 yn4 gor4 -- wedd4
Ar4. ym8 -- yl4 -- on4 oer4 y4 bedd;2
Rho_i4. mi8 brof4 -- i,4 rho_i4. mi8 brof4 -- i4
Peth4. -- au8 nad4 ad4 -- nab4 -- u'r4 byd.2
}
verseB = \lyrics {
Rho4. ol8 -- eun4 -- i4 rho4 ddoeth4 -- in4 -- eb,4
Rho4. dang8 -- nef4 -- edd4 f'o'n4 parh4 -- au,2
Rho4. law8 -- en4 -- ydd4 heb4 ddim4 diw4 -- edd,4
Rho4. fadd8 -- eu4 -- ant4 am4 bob4 bai;2
Trig4. -- ed8 D'Ys4 bryd,4 trig4. -- ed8 D'ys4 bryd4
Yn4. Ei8 de4 -- ml4 d\`an4 fy4 mron.2
}
verseC = \lyrics {
Yn4. y8 ffyn4 -- on4 hon4 ag4 -- or4 -- wyd4
Yn4. Dy8 yst4 -- lys4 ar4 y4 pren,2
'R_wyf4. fi'n8 d'od4 \^a'm4 gwisg4 yn4 af4 -- lan,4
Idd4. ei8 ch\`an4 -- u'n4 awr4 yn4 w\^`en:2
Mi4. dd\^of8 all4 -- an,4 Mi4. dd\^of8 all4 -- an,4
Fel4. yr8 eir4 -- a4 ar4 y4 bryn.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=96 }
\paper {
indent = 0.0\pt
pagenumber = 17
\translator {
\LyricsVoiceContext
minimumVerticalExtent = #'(-1.0 . 1.0)
}
}
}