\version "2.4.0"
\header {
  title = "Dever The Dancer"
  subtitle = "The Humours of Whiskey"
  composer = "Traditional"
}
#(set-global-staff-size 26)
melody =  \relative c' {
  \time 9/8 \key b \minor
  \partial 8
  a'8
  \repeat volta 2 {
    b e, e b' e, fis g4 a8
    b e, e b' a g fis g a
    \break
    b e, e b' e, fis g4 a8
    b cis d a b g fis e d
  }
  \break
  \repeat volta 2 {
    d'8 cis d c a fis g4 a8
    d cis d d e fis g fis e
    \break
  }
  \alternative {
    {
      d cis d c a fis g4 a8
      b cis d a b g fis e d
      \break
    }
    {
      a'' g fis g fis e fis4 d8
      e fis d c a g fis g a
      \bar "|."
    }
  }
}
\score {
  \context Staff = "one" {
    \melody
  }
  \layout { }
}
