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

From Wikisource
Jump to navigation Jump to search
4526727The English and Scottish Popular Ballads, Part 10, Ballad Airs from Manuscript — Ballad 9. The Fair Flower of Northumberland1898Francis James Child

9 G. The Fair Flower of Northumberland.
Sharpe MS.

music = {
    \language "english"
    {
        { \new PianoStaff <<
            { \new Staff <<
                \set Staff.midiInstrument = "violin"
                \relative c' {
                    \autoBeamOff
                    \set Score.tempoHideNote = ##t \tempo 4 = 100
                    \key f \major
                    \time 6/8
                    
                    f4 f'8 f4 g8 |
                    f g f c4. |
                    c8 d f g f g |
                    a f a g4 \bar "||"
                    
                    e8 |
                    f8.([ g16]) f8 f4 d8 |
                    \stemUp c([ a]) c f,4 f8
                    \bar "|"
                    \repeat segno 2 {
                        \mark \markup { \musicglyph "scripts.segno" }
                        \stemUp g8 f g \stemDown d'4 d8 |
                        c \stemUp a f g4.^\markup \italic "D.S."
                    }
                    \bar ":|."
                }
            >> }
        >> }
    }
}
\header {
    tagline = "" % no footer
}
\score {
  \music
  \layout { }
}
\score {
  \unfoldRepeats {
    \music
  }
  \midi { }
}