
\version "2.8.6"

\header{
  title = "Starset Waltz"
  composer =    "Joshua P. Bowman"
  copyright =   "Copyright © 2006 Joshua P. Bowman"
}


melody = {
  \key a \major
  \time 3/4
  \partial 4
  \relative c'{

  cis8 d | e4 a gis8 a~ | a4 e cis8 e | fis4. e8 d e | e2 
  cis8 e | fis4. gis8 a4 | e d cis8 cis | fis4. gis8 a gis | gis4.
  d8 cis d | e4 a gis8 a~ | a4 e cis8 e | fis4. gis8 a b | b2
  a8 b | cis2 cis4 | cis16 b a8~ a gis4 e8 | fis4 a gis8 a~ | a2
  \bar "||"

  \break

  a8 b | cis4. d8 e4 | b a gis8 gis | a4. a8 a b | b2
  a8 b | cis4. d8 e4 | b a a8 b | cis b a4 a | a4.
  e8 a b | cis4 d e8 b~ | b4 a gis8 gis | a4. a8 a b | b2
  a8 b | cis2 cis4 | cis16 b a8~ a gis4 e8 | fis8 a4. gis4 | a2
  \bar "|."

  }
}

harmony = {
  \chords {
    a1  a2./cis  d  a
    d  a  d  e
    a  a/cis d  e
    a  fis:m  d2  e4  a1.
    e2./gis  fis:m  e
    a  e  d  a1.
    e2./gis  fis:m  e
    fis:m  d  d2/e  e4  a2
  }
}

\score {
  <<
	\harmony
	\melody
  >>
}

\paper {
	left-margin = 1.3\in
    line-width = 6\in
}

