\version "2.10.5" \header { composer = "Thomas Ravenscroft" poet = \markup{From \italic{ Melismata} (1611)} crossRefNumber = "1" footnotes = "" tagline = "Printed on April 6, 2007" copyright = "© Serpent Publications 2007 www.laymusic.org" title = "He that will an alehouse keep" subtitle = "Round in three parts" } tune = { \override NoteHead #'style = #'baroque \override Staff.Custos #'style = #'mensural \override Score.RehearsalMark #'extra-offset = #'( -3 . 0 ) \override Score.RehearsalMark #'visibility-lambda = #begin-of-line-invisible \set Staff.midiInstrument = "oboe" \set Staff.autoBeaming = ##f \override Staff.TimeSignature #'style = #'C \transpose c a { \key f \major c c c c f f f f g a bes c' f2 r4 f \bar "||" c' c' c' c' d' c' a f bes c' d' e' f' e'8 d'8 c'4 a \bar "||" c' bes8 a8 g4 e a a8 g8 f4 f' e'8 d'8 c'4 bes8 d'8 c'8 bes8 a1 \bar "|." } } % track0 words = \lyricmode { He that will an Ale- house keepe, must haue three things in store. a Cham- ber and a fea- ther Bed a Chim- ney and a hey no- ny no- ny, hay no- ny no- ny, hey no- ny no, hey no- ny no, he- _ no- ny no. } \score{ << \context Staff="default" { \tune } \addlyrics{ \words } >> \layout { \context { \Voice \consists Ambitus_engraver } \context{ \Staff \consists Custos_engraver } } \midi {} } % Local Variables: % coding: utf-8 % End: