\version "0.0.57"; track0 = \melodic{ \octave c'; c c c c f f f f g a bes c' f2. f c' c' c' c' d' c' a f bes c' d' e' f' e'8 d'8 c' a c' bes8 a8 g e a a8 g8 f f' e'8 d'8 c' bes8 d'8 c'8 bes8 a1 } % track0 text = \lyric { He that will an Ale- house keepe, must haue three things in store.2. a Cham- ber and a fea- ther Bed a Chim- ney and a hey no-8 ny8 no- ny, hay no-8 ny8 no- ny, hey no-8 ny8 no, hey no-8 ny8 no, he-8 y8 no-8 ny8 no.1 } global = \melodic { \meter 4 / 4; } \score{ \staff{ melodicregs global track0 } \staff{ lyricregs global text } \paper{ \unitspace 20\mm } \midi{ \tempo 4:180 } }