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

From Wikisource
Jump to navigation Jump to search

89 C. Fause Foodrage.
Harris MS.

music = {
    \language "english"
    {
        { \new PianoStaff <<
            { \new Staff <<
                \set Staff.midiInstrument = "violin"
                \relative c'' {
                    \autoBeamOff
                    \set Score.tempoHideNote = ##t \tempo 4 = 100
                    \key b \minor
                    \time 4/4 \numericTimeSignature
                    
                    \stemUp b4 b \stemDown d4. e8 |
                    fs4 fs e4. d8 |
                    b4 e fs e |
                    \stemUp b2. a4 |
                    
                    \stemDown d4. cs8 \stemUp b4 a |
                    fs a fs4. d8 |
                    e4 e fs4. a8 |
                    b1 |
                    \bar "|."
                }
            >> }
        >> }
    }
}
\header {
    tagline = "" % no footer
}
\score {
  \music
  \layout { }
}
\score {
  \unfoldRepeats {
    \music
  }
  \midi { }
}