\version "0.0.57"; track0 = \melodic{ \octave c'; e'2 e'1 c'1 % New Oysters e'2 e'1 c'1 e'2 f'1 e'2 d'1 c'1 % New Walefleet Oysters c' c' c'2 c2 c1 % At a groat a peck c' c' c'2 c2 c1 % At a groat a peck c2 f1 c2 g2 g2 c1 % Each Oysters worth 2 pence c d e f g g e c g2 % Fetch us bread and wine that we may eate c d e f g g e2 c2 g % Let us loose no time with such good meat g f2. e c'1 b2 c'1 % A banquet for a prince } % track0 text = \lyric{ New2 Oy-1 sters1 New2 Oy-1 sters1 New2 Wale-1 fleet2 oy-1 sters1 at a groat2 a2 pecke1 at a groat2 a2 pecke1 each2 oy-1 ster2 worth2 two2 pence1 fetch vs bread and wine that we may eate2 let vs loose no time with such2 good2 meat a ban-2. quet for1 a2 prince1 } global = \melodic { \meter 18 / 2; } \score{ \staff{ melodicregs global track0 } \staff{ lyricregs global text } \paper{ \unitspace 20\mm } \midi{ \tempo 4:240 } }