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

From Wikisource
Jump to navigation Jump to search
4526770The English and Scottish Popular Ballads, Part 10, Ballad Airs from Manuscript — Ballad 235. The Earl of Aboyne1898Francis James Child

235 E. The Earl of Aboyne.
Mrs Harris.

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
                    
                    \stemUp \partial 8 a8 |
                    a[( fs)] e8.[ fs16] a4. b8 |
                    a[( fs)] e[( fs)] a4. a8 |
                    b4 \stemDown e d cs8[( b)] |
                    \stemUp a2 \fermata b4 \stemDown cs8 cs |
                    
                    d d d fs \stemUp d,4 \fermata d8. b'16 |
                    a8[( fs)] e d e4 \fermata fs8 a |
                    b4 \fermata b8 \stemDown d \stemUp cs[( a)] e[( d)] |
                    g,2 d'4 r8 |
                    \bar "|."
                }
            >> }
        >> }
    }
}
\header {
    tagline = "" % no footer
}
\score {
  \music
  \layout { }
}
\score {
  \unfoldRepeats {
    \music
  }
  \midi { }
}