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

From Wikisource
Jump to navigation Jump to search
This page has been proofread, but needs to be validated.
Reign of Elizabeth.
157


Reverting to the pavan and galliard, Morley says, “The pavan” (derived from pavo, a peacock) “for grave dancing; galliards, which usually follow pavans, they are for a lighter and more stirring kind of dancing.” The pavan was sometimes danced by princes and judges in their robes, and by ladies with long trains held up behind them; but usually the galliard followed the pavan, much in the same manner as the gavotte follows the minuet. Butler, in his Principles of Musick, 1636, says, “Of this sort (the Ionic mood) are pavans, invented for a slow and soft kind of dancing, altogether in duple proportion [common time]. Unto which are framed galliards for more quick and nimble motion, always in triple proportion: and, therefore, the triple is oft called galliard time, and the duple pavan time. In this kind is also comprehended the infinite multitude of Ballads, set to sundry pleasant and delightful tunes by cunning and witty composers, with country dances fitted unto them,… and which surely might and would be more freely permitted by our sages, were they used as they ought, only for health and recreation.”—(p. 8.) At this time Puritanism was nearly at its height.


With My Flock as Walked I.

Stafford Smith found this song, with the tune, in a manuscript of about the year 1600, and printed it in his Musica Antiqua, p. 57. I discovered a second copy of the tune in Elizabeth Rogers’ MS. Virginal book, in the British Museum, under the name of The faithful Brothers.

The song is evidently in allusion to Queen Elizabeth, and in the usual complimentary style to her beauty, to her vow of virginity, &c.


music = {
    \language "english"
    {
        { \new ChoirStaff <<
            { \new Staff <<
                \set Staff.midiInstrument = "piano"
                \autoBeamOff
                { \new Voice <<
                    \relative c'' {
                        \set Score.tempoHideNote = ##t \tempo 4 = 130
                        \clef treble \key g \minor
                        \time 6/8
                        ^\markup{\italic{Gracefully.}}
                        
                        \stemUp d4 g,8 <fs c>4 <g bf,>8 |
                        a4 g8 fs8.[( e16) d8] |
                        <bf' fs d>8.[( a16) <g d>8] <fs c>4 <g bf,>8 |
                        <a fs c>4. <g bf,> |
                        
                        d'4 g,8 <fs c>4 <g bf,>8 |
                        a4 g8 fs8.[( e16 d8)] |
                        <bf' fs d>8.[ a16 <g d>8] <fs c>4 <g d bf>8 |
                        <a fs c>4. <g bf,>4 d'8 |
                        
                        <f d bf f>8.[ ef16 <d bf f>8] <c a f>4 <a ef>8 |
                        <bf d,>4 <c g>8 <d a fs>4 d8 |
                        <d g,>4 g,8 <fs c>4 <g bf,>8 |
                        <a fs c>4. <g bf,> |
                        \bar "||"
                    }
                    \addlyrics {
                        With my flock as walk -- ed I,
                        The plains and moun -- tains o -- ver,
                        Late, a dam -- sel pass’d me by;
                        With an in -- tent to move her,
                        I stept in her way;
                        She stept a -- wry,
                        But oh!_I shall e -- ver love her.
                    }
                >> }
                { \new Voice <<
                    \relative c' {
                        \clef treble \key g \minor
                        \time 6/8
                        
                        \stemUp d4. r |
                        \stemDown ef a, |
                        s2. |
                        s |
                        
                        s |
                        ef'4. s |
                        s2. |
                        s |
                        
                        s |
                        s |
                        s |
                        s |
                    }
                >> }
                
            >> }
            { \new Staff <<
                \set Staff.midiInstrument = "piano"
                { \new Voice <<
                    \relative c' {
                        \clef bass \key g \minor
                        \time 6/8
                        
                        \stemDown bf4. a4 g8 |
                        \stemUp c,4. d |
                        d8.[ c16 bf8] a4 g8 |
                        d4. g |
                        
                        \stemDown bf' a4 g8 |
                        \stemUp c,4. d |
                        d8.[ c16 bf8] a4 g8 |
                        \stemUp d'4. \stemDown g |
                        
                        \stemUp bf,4 d8 \stemDown f4 f8 |
                        g4 ef8 \stemUp d4 c8 |
                        bf4. a4 g8 |
                        d4. g |
                    }
                >> }
            >> }
        >> }
    }
}
\header {
    tagline = "" % no footer
}
\score {
  \music
  \layout { }
}
\score {
  \unfoldRepeats {
    \music
  }
  \midi { }
}