\version "2.7.40" \header { composer = "Thomas Ravenscroft" poet = \markup{From \italic{ Pammelia} (1609)} crossRefNumber = "1" footnotes = "\\\\original clef, C on third line" copyright = "© 2007 Serpent Publications www.laymusic.org" tagline = "Transcribed on March 26, 2007" title = "As I mee walked in a May Morning," subtitle = "Canon in the unison for 4 voices" } wordsdefaultVA = \lyricmode { As I mee walk- _ ed in a _ May _ Morn- ing, I heard a birde _ sing Cu- ckow. } wordsdefaultVB = \lyricmode { Shee nod ded up and downe, and swore _ all by her crowne Shee had friends in the towne, Cu- ckow. } wordsdefaultVC = \lyricmode { All you that mar- ried be, learne this _ song _ of me, So shall we not a- gree, Cu- ckow. } wordsdefaultVD = \lyricmode { All young men in this throng, to mar- ry that thinke it long, Come learne of me this song, Cu- ckow. } voicedefault = { \transpose c' g' { \set Staff.melismaBusyProperties = #'(melismaBusy) \slurDashed #(set-accidental-style 'forget) \override NoteHead #'style = #'baroque \set Staff.midiInstrument = "oboe" \set Score.defaultBarType = "empty" % %pageheight 11in % %topmargin 1 in % %leftmargin 1 in % %staffwidth 6.5 in % %botmargin 1 in % %-g shrink % %MIDI nobarlines % %MIDI ratio 3 1 % %MIDI gchordoff \override Staff.TimeSignature #'style = #'C \time 4/4 \key c \major \clef "G_8" \bar "|" c2 \bar "|" f2 e2 d2( d2) c2 e2 ^\segno d4( d4) c2( c2) b,2 c2 c2 f,2 a,2 g,2( g,2) c,2 r2 r2 r2 g1 e2 \bar "|." }} \score{ << \context Staff="default" { \voicedefault } \addlyrics { \wordsdefaultVA } \addlyrics { \wordsdefaultVB } \addlyrics { \wordsdefaultVC } \addlyrics { \wordsdefaultVD } >> \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: