\version "0.0.57"; track0 = \melodic{ \octave c''; G1 c2 c2 d2 d2 c2 c2 g2 d2 e2 e2 d1 c1 } % track0 text = \lyric { La-1 dy2 come2 down2 and2 see2 the2 Cat2 sits2 in2 the2 Plum1 tree.1 } global = \melodic { \meter 8 / 2; } \score{ \staff{ melodicregs global track0 } \staff{ lyricregs global text } \paper{ \unitspace 20\mm } \midi{ \tempo 4:180 } }