\version "0.0.57"; track0 = \melodic{ g2 a2 b1 | b2 c'2 d'2. g' | g' g' fis' e' g'2 d'. c'8 | b2 a2 g1 } % track0 text = \lyric { Oh2 My2 Loue,1 lou'st2 thou2 mee?2. then quick- ly come and saue2 him4. that8 dyes2 for2 thee1 } global = \melodic { \meter 4 / 2; } \score{ \staff{ melodicregs global track0 } \staff{ lyricregs global text } \paper{ \unitspace 20\mm } \midi{ \tempo 4:180 } }