\version "0.0.57"; track0 = \melodic{ \octave c'; c. d8 e f g2 g g a c' c' b c'2 g. a8 b c' d' e' f' e' d'2 e'1 d'2. g f c g2 } % track0 text = \lyric { Goe4. no8 more to Brain-2 ford, vn- lesse you loue a Punke,2 for4. that8 wick- ed sinne- full towne hath made2 me1 drunke,2. come fol- low me.2 } global = \melodic { \meter 3 / 2; } \score{ \staff{ melodicregs global track0 } \staff{ lyricregs global text } \paper{ \unitspace 20\mm } \midi{ \tempo 4:180 } }