\version "2.0.1" \header { filename = "cym882.ly" % dedication = "St. Peter of the Fields Parish" title = "Mae Brodyr I Mi Aeth Yn Mlaen" subtitle = "Martyrdom 8.6.8.6" opus = "Hugh Wilson, ca. 1800" arranger = "" poet = "David Morris" texttranslator = "" copyright = "2003, Brian M. Ames" enteredby = "Brian M. Ames" lastupdated = "2004-01-05" style = "Hymn" footer = "The Ames Hymn Collection" } global = \notes { \key g \major \time 3/4 \skip 8*24 \bar "||" \skip 8*18 \bar "||" \skip 8*24 \bar "||" \skip 8*18 \bar "|." } saMusic = \notes { \partial 4 <> 2 4 2 8 8 2 <<{a'4} \\ {d'8 c'8}>> 2 4 2 <<{b'8 a'8} \\ {d'4}>> 2 4 2\fermata 4 2 4 2 4 2 4 2 4 <> 4 8 8 2 <<{a'4} \\ {d'8 c'8}>> 2 } tbMusic = \notes { \partial 4 4 2 4 2 <<{g4} \\ {b,8 c8}>> 2 4 2 <> 2 8 8 2 4 2\fermata 4 <> 4 2 4 2 4 2 4 <<{g2} \\ {b,4( c4)}>> 4 <<{g4( e4)} \\ {d2}>> 4 2 } verseA = \lyrics { Mae4 bro2 -- dyr4 i2 mi4 aeth2 yn4 mlaen2 Yn4 ho2 -- lliach4 a2 chyt4 tun;2 Deng4 mil2 o4 fil2 -- oedd4 yw2 eu4 can,2 Er4 hyn2 nid4 yw2 ond4 un.2 } verseB = \lyrics { Mae4 pawb2 o'r4 bro2 -- dyr4 yn2 -- o'n4 un,2 Heb4 neb2 yn4 ty2 -- nu'n4 groes;2 Yn4 mo2 -- li'r4 Duw2 -- dod4 yn2 y4 dyn,2 A4 cho2 -- fio'i4 ang2 -- eu4 loes.2 } verseC = \lyrics { Ni4 thei2 -- mlir4 yn2 -- o4 un2 -- rhyw4 boen,2 Na4 chwy2 -- no4 gan2 un4 clwy';2 Ond4 pawb2 mewn4 hwyl2 yn4 mo2 -- li'r4 Oen,2 I4 dra2 -- gwydd4 -- ol2 -- deb4 mwy.2 } verseD = \lyrics { Daw'r4 holl2 dduw4 -- io2 -- lion4 yn2 -- o4 "'nghyd"2 O'r4 gog2 -- ledd,4 de,2 heb4 ri',2 A'u4 holl2 ga4 -- dwy2 -- nau'n4 chwil2 friw4 man,2 A'u4 can2 am4 Gal2 fa4 ri.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 } >> } >> \paper { indent = 0.0\pt pagenumber = 862 \translator { \LyricsVoiceContext minimumVerticalExtent = #'(-1.0 . 1.0) } } }