\version "2.0.1" \header { filename = "cym112.ly" % dedication = "St. Peter of the Fields Parish" title = "Y Man Bechdi, Fy Arglwydd Mawr" subtitle = "Lledrod 8.8.8.8" opus = "Welsh Hymn Melody, 1859" % arranger = "" poet = "William Williams" % texttranslator = "" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" footer = "The Ames Hymn Collection" } global = \notes { \key aes \major % \time 4/4 \cadenzaOn \skip 1 \bar "|" \skip 1 \bar "|" \skip 1 \bar "||" \skip 1 \bar "|" \skip 1 \bar "|" \skip 1 \bar "||" \skip 1 \bar "|" \skip 1 \bar "|" \skip 2*3 \bar "||" \skip 2 \bar "|" \skip 2*3 \bar "|" \skip 2*3 \bar "|." } saMusic = \notes { % \cadenzaOff 2 4 4 2 2 4 4 2 2 4 4 2 2 4 4 <> 2 4 4 4.( 8 4) 4 4 4 <<{des''4.( c''8 bes'2)} \\ {f'4( ees'4 g'2)}>> <<{ees''4.( des''8)} \\ {ees'2}>> 4 4 2 2 4 4 1 } tbMusic = \notes { % \cadenzaOff 2 4 4 <> 2 4 4 2 <> 4 4 <> 2 4 4 2 2 4 4 <<{ees'4.( des'8 c'4)} \\ {aes4.( bes8 c'4)}>> 4 4 <> <<{aes2( bes2)} \\ {des4( aes,4 ees2)}>> 2 4 4 2 2 4 4 1 } verseA = \lyrics { Y2 Man4 bech4 di,2 fy2 Ar4 -- glwydd4 mawr,2 Yn2 rhoi4 dy4 ne2 -- fol2 hedd4 i4 lawr,2 Mae2 holl4 ha4 -- us2. -- rwydd4 maith4 y4 byd,1 A'r2 nef4 ei4 hu2 -- nan2 y4 -- no_i4 gid.1 } verseB = \lyrics { Nid2 oes4 na4 haul,2 na2 ser,4 na4 lloer,2 Na2 ddae4 -- ar4 fawr,2 a'i2 holl4 ys4 -- tor,2 Na2 brawd,4 na4 chy2. -- faill,4 da4 na4 dyn,1 A'm2 bo4 -- ddia4 he2 -- bot2 ti4 dy4 hun.1 } verseC = \lyrics { 'Dyw'r2 gair4 'ma4 -- ddeu2 -- ant'2 i4 -- mi4 ddim,2 Nid2 oes4 mewn4 gwe2 -- ddi2 ro4 -- nyn4 grym,2 A2 llais4 heb4 sy2. -- lwedd4 ynt4 i4 gyd,1 Heb2 i4 -- mi4 wel'd2 dy2 wy4 -- neb4 pryd.1 } verseD = \lyrics { Na2 so4 -- niwch4 am2 un2 ple4 -- ser4 mawr,2 Na2 dim4 go4 -- go2 -- niant2 ar4 y4 llawr;2 Nid2 oes4 go4 -- go2. -- niant4 o4 un4 rhyw,1 Na2 phle4 -- ser4 a2 -- rall2 ond4 fy4 Nuw.1 } verseE = \lyrics { Pan2 by4 -- ddo'n4 cu2 -- ddio2 ei_wy4 -- neb4 cu,2 Beth2 w4 -- na4 te2 -- ga2 -- nau'r4 byd4 i_mi?2 Rhith2 a4 breu4 -- ddwy2. -- di4 -- on,4 diau4 yw1 Pob2 peth4 a4 we2 -- lir2 ond4 fy4 Nuw.1 } verseF = \lyrics { Os2 co4 -- llaf4 wedd2 ei2 wy4 -- neb4 pryd,2 'Does2 dim4 wna4 iawn2 o2 fewn4 i'r4 byd;2 'Does2 dim4 yn4 bod2. o'r4 ddae'r4 i'r4 nen1 A2 ddwg4 y4 go2 -- lled2 hon4 i4 ben.1 } \score { << \property Score.timing = ##f \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." \property LyricsVoice . minimumVerticalExtent = #'(-1.0 . 1.0) \verseA} \context Lyrics = lyricsDue {\property LyricsVoice . stanza = "2." \property LyricsVoice . minimumVerticalExtent = #'(-1.0 . 1.0) \verseB} \context Lyrics = lyricsTre {\property LyricsVoice . stanza = "3." \property LyricsVoice . minimumVerticalExtent = #'(-1.0 . 1.0) \verseC} \context Lyrics = lyricsQuattro {\property LyricsVoice . stanza = "4." \property LyricsVoice . minimumVerticalExtent = #'(-1.0 . 1.0) \verseD} \context Lyrics = lyricsCinque {\property LyricsVoice . stanza = "5." \property LyricsVoice . minimumVerticalExtent = #'(-1.0 . 1.0) \verseE} \context Lyrics = lyricsSei {\property LyricsVoice . stanza = "6." \property LyricsVoice . minimumVerticalExtent = #'(-1.0 . 1.0) \verseF} >> } \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 = 112 \translator { \StaffContext \remove Time_signature_engraver % \LyricsVoiceContext % minimumVerticalExtent = #'(-1.0 . 1.0) } } }