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

From Wikisource
Jump to navigation Jump to search

98 B. Brown Adam.
Mrs Harris.

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 4/4 \numericTimeSignature
                    
                    \partial 4 \stemUp d4 |
                    d8 d e4 fs4. e8 |
                    d4. e8 fs4. fs8 |
                    \stemDown d'4. c8 b4. b8 |
                    
                    \stemUp a2. fs4 |
                    e4. fs8 a4. a8 |
                    \stemDown b4 c d b |
                    \stemUp a4. fs8 e4. fs8 |
                    d2.
                    \bar "|."
                }
            >> }
        >> }
    }
}
\header {
    tagline = "" % no footer
}
\score {
  \music
  \layout { }
}
\score {
  \unfoldRepeats {
    \music
  }
  \midi { }
}