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

From Wikisource
Jump to navigation Jump to search

17 I. Hind Horn.
Miss M. Macmath.

music = {
    \language "english"
    {
        { \new PianoStaff <<
            { \new Staff <<
                \set Staff.midiInstrument = "violin"
                \relative c' {
                    \autoBeamOff
                    \set Score.tempoHideNote = ##t \tempo 4 = 80
                    \key bf \major
                    \time 2/4 \numericTimeSignature
                    
                    \stemUp f8 bf bf bf |
                    \stemDown bf bf16[( c)] d4 |
                    ef8 ef16 c d8 d16[( bf)] |
                    c8 c16[( bf)] \stemUp g8. \stemDown ef'16 |
                    
                    d8 f bf,8. bf16 |
                    bf8 bf16 c d8 c16 bf |
                    d4 d8 c16 c |
                    d8 f16( ef) d8 c |
                    \bar "|."
                }
                \addlyrics {
                    She gave him a gay gold ring,
                    hey lil -- le -- lu and how lo lan,
                    and he gave her a far bet -- ter thing,
                    Wi my hey down and a he did -- dle down -- ie.
                }
            >> }
        >> }
    }
}
\header {
    tagline = "" % no footer
}
\score {
  \music
  \layout { }
}
\score {
  \unfoldRepeats {
    \music
  }
  \midi { }
}