The English and Scottish Popular Ballads/Part 10/Ballad Airs from Manuscript/Ballad 100

From Wikisource
Jump to navigation Jump to search
4526753The English and Scottish Popular Ballads, Part 10, Ballad Airs from Manuscript — Ballad 100. Willie o Winsbury1898Francis James Child

100 J. Willie o Winsbury.
Miss M. Macmath.

music = {
    \language "english"
    {
        { \new PianoStaff <<
            { \new Staff <<
                \set Staff.midiInstrument = "violin"
                \relative c'' {
                    \autoBeamOff
                    \set Score.tempoHideNote = ##t \tempo 4 = 100
                    \key d \major
                    \time 4/4 \numericTimeSignature
                    
                    \stemUp \partial 4 a4 |
                    a a8[( b)] \stemDown c[( b)] \stemUp a g |
                    fs[( g)] fs[( e)] d4 \stemDown d'8 e |
                    fs[( e)] d d e4 \stemUp a, |
                    
                    a2. \stemDown d8[( e)] |
                    fs[( e)] d4 e4. \stemUp a,8 |
                    a a a fs a4 a8 a |
                    
                    a a a a b4 a |
                    \stemDown d2 \stemUp a4 a8 g |
                    fs fs fs fs e4 e |
                    d2.
                    \bar "|."
                }
                \addlyrics {
                    There was a lass in the north coun -- trie,
                    And her cloth -- ing it was the green;
                    And she’s looked ower her fa -- ther’s cas -- tle wa’,
                    For to see her fa -- ther’s ships sail in, in,
                    For to see her fa -- ther’s ships on sea.
                }
            >> }
        >> }
    }
}
\header {
    tagline = "" % no footer
}
\score {
  \music
  \layout { }
}
\score {
  \unfoldRepeats {
    \music
  }
  \midi { }
}