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

From Wikisource
Jump to navigation Jump to search

75. Lord Lovel.

As sung in Aberdeen above forty years ago.

W. Walker.

music = {
    \language "english"
    {
        { \new PianoStaff <<
            { \new Staff <<
                \set Staff.midiInstrument = "violin"
                \relative c' {
                    \autoBeamOff
                    \set Score.tempoHideNote = ##t \tempo 4 = 100
                    \key g \major
                    \time 6/8
                    
                    \partial 8 \stemUp d8 |
                    g8.[( a16)] g8 b8. \stemDown c16 b8 |
                    \stemUp a8.[( g16)] a8 g4. |
                    \stemDown d'8. e16 d8 g b, b |
                    d4. ~ d4 d8 |
                    g4 g8 e4 c8 |
                    
                    d8.[ e16] d8 \stemUp g,4 \stemDown g'8 |
                    d8.[( e16)] d8 b8. c16 \stemUp a8 |
                    g4( a8 b4) \stemDown g'8 |
                    d8.[( e16)] c8 b8. c16 \stemUp a8 g4. ~ g4 |
                    \bar "|."
                }
                \addlyrics {
                    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
                    speed,
                    And wished Lord Lov -- el much speed.
                }
            >> }
        >> }
    }
}
\header {
    tagline = "" % no footer
}
\score {
  \music
  \layout { }
}
\score {
  \unfoldRepeats {
    \music
  }
  \midi { }
}