\version "0.0.57"; track0 = \melodic{ \octave c'; c' c'8 c'8 b2 c' c g2 c'8 d'8 e'8 c'8 d'4. d'8 g'8 g'8 g' g'2 } % track0 text = \lyric { Ban- ber-8 y8 Ale2 where where where2 at8 the8 Blacke8 Smithes8 house,4. I8 would8 I8 were there.2 } global = \melodic { \meter 4 / 4; } \score{ \staff{ melodicregs global track0 } \staff{ lyricregs global text } \paper{ \unitspace 20\mm } \midi{ \tempo 4:180 } }