Page:Popular Music of the Olden Time, Volume 1.pdf/204

From Wikisource
Jump to navigation Jump to search
This page has been proofread, but needs to be validated.
170
English Song and Ballad Music.


All a long summer's day rode the king pleasantlye,
With all his princes and nobles eche one;
Chasing the bart and hind, and the bucke gallantlye,
Till the darke evening forc'd all to turne home.
Then at last, riding fast, he had lost quite
All his lords in the wood, late in the night.
Wandering thus wearilye, all alone, up and downe,
With a rude miller he mett at the last:
Asking the ready way unto faire Nottingham;
Sir, quoth the miller, I meane not to jest,
Yet I thinke, what I thinke, sooth for to say,
You doe not lightlye ride out of your way.
Why, what dost thou thinke of me, quoth our king merrily
Passing thy judgment upon me so briefe ?
Good faith, sayd the miller, I meane not to flatter thee;
I guess thee to be but some gentleman thiefe ;
Stand thee backe, in the darke; light not adowne,
Lest that I presentlye crack thy knaves crowne.
&c.


Little Musgrave and Lady Barnard.

This ballad is quoted in Fletcher’s Knight of the Burning Pestle, and Monsieur Thomas; in The Varietie, 1649; and in Davenant’s The Wits, where Twack, an antiquated beau, boasting of his qualifications, says—

Besides, I sing Little Musgrove; and then
For Chevy Chase no lark comes near me.”

A copy of the ballad is in the Bagford Collection, entitled “A lamentable ballad of Little Musgrove and the Lady Barnet, to an excellent new tune.” It is also in Wit restored, 1658; in Dryden’s Miscellany Poems, iii. 312 (1716); and in Percy’s Reliques, series 3, book i.

The tune is the usual traditional version.


music = {
    \language "english"
    {
        { \new ChoirStaff <<
            { \new Staff <<
                \set Staff.midiInstrument = "piano"
                { \new Voice <<
                    \relative c' {
                        \set Score.tempoHideNote = ##t \tempo 4 = 130
                        \clef treble \key e \minor
                        \time 4/4
                        
                        ^\markup{\italic{Gracefully.}}
                        
                        \partial 4 \stemUp d4 |
                        g g8.( fs16) e4 c'8. b16 |
                        a8.[( g16) fs8. a16] d,4 d |
                        g g8. fs16 e4 c'8. b16 |
                        a2. d,4 |
                        
                        g8.[( a16) b8. c16] d4 c8( b) |
                        c4 b8 a b4 g8 a |
                        b4 g8. g16 d4 fs |
                        <g b,>2. |
                        \bar "||"
                    }
                    \addlyrics {
                        As it fell out on a high ho -- li -- day,
                        As ma -- ny there be in the year,
                        When young men and maids to -- ge -- ther do go,
                        Their _ mass -- es and matins to hear.
                    }
                >> }
                { \new Voice <<
                    \relative c' {
                        \clef treble \key e \minor
                        \time 4/4
                        
                        \partial 4 \stemDown s4 |
                        s b c c |
                        d s s a |
                        d s c c |
                        d s2. |
                        
                        s4 g a fs |
                        g d d d8 fs |
                        g4 d b a |
                        s2. |
                    }
                >> }
            >> }
            { \new Staff <<
                \set Staff.midiInstrument = "piano"
                { \new Voice <<
                    \relative c' {
                        \clef bass \key e \minor
                        \time 4/4
                        
                        \partial 4 \stemDown r4 |
                        r <g g,> <g c,> <a a,> |
                        <fs d> r r \stemUp fs |
                        g r \stemDown <g c,> <a a,> |
                        <fs d> \stemUp a, d, r |
                        
                        r \stemDown g' fs d |
                        e fs g \stemUp b,8 a |
                        g4 b d d, |
                        g2( \stemDown g'4) |
                    }
                >> }
                { \new Voice <<
                    \relative c {
                        \clef bass \key e \minor
                        \time 4/4
                        
                        \partial 4 s4 |
                        s1 |
                        s2. \stemDown d8. c16 |
                        b4 s2. |
                        s1 |
                        
                        s |
                        s |
                        s |
                        s2. |
                    }
                >> }
            >> }
        >> }
    }
}
\header {
    tagline = "" % no footer
}
\score {
  \music
  \layout { }
}
\score {
  \unfoldRepeats {
    \music
  }
  \midi { }
}