\version "2.10.5" \header { composer = "Thomas Ravenscroft" poet = \markup{From \italic{Pammelia} (1609)} crossRefNumber = "1" footnotes = "" tagline = "© 2005, Serpent Publications www.laymusic.org" title = "To Portsmouth" subtitle = "A round in 4 parts" } wordsdefaultVA = \lyricmode { To Ports- mouth, to Ports- mouth it is a gal- lant towne, and there wee will have a quart of wine with a nut- meg browne, did- dle downe, The gal- lant shippe, the Mer- maid, the Li- on hang- ing stout, did make us to spend there our sixe- teen pence all out. } voicedefault = { \transpose c' a { \set Staff.autoBeaming = ##f \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(-4 . 4) #(set-accidental-style 'forget) \override NoteHead #'style = #'baroque \override Score.RehearsalMark #'extra-offset = #'( -3 . 0 ) \override Score.RehearsalMark #'visibility-lambda = #begin-of-line-invisible \set Staff.melismaBusyProperties = #'(melismaBusy) \set Staff.midiInstrument = "oboe" \set Score.defaultBarType = "empty" \override Staff.TimeSignature #'style = #'C \time 4/4 \key f \major r4 f'4 \bar "|" c''2 a'4 f'4 c''2 a'4 f'4 bes'4 a'4 g'4 g'4 f'2 r4 ^\segno f'4 a'4 a'8 a'8 f'4 c''4 a'4 a'4 f'4 c''8 c''8 d''4 c''4 bes'4 a'8 g'8 a'2 r4 ^"*" f'4 f'4. f'8 f'4 f'4 f'2 f'4 f'4 f'4 f'4 bes4 c'4 f'2 r4 ^"*" c''4 f''2 c''4 f''4 f''2 c''4 f''4 d''4 f''4 f''4 e''4 f''2 \bar "|." }}\score{ << \context Staff="default" { \voicedefault } \addlyrics { \wordsdefaultVA } >> \layout { \context{ \Staff \consists Custos_engraver \override Custos #'style = #'mensural }\context{ \Score \override SpacingSpanner #'base-shortest-duration = #(ly:make-moment 1 4) } \context { \Voice \consists Ambitus_engraver } } \midi {} } % Local Variables: % coding: utf-8 % End: