\version "2.12.2"

\paper{
    between-system-space = .5\cm
    between-system-padding = #1
    ragged-bottom=##f
    ragged-last-bottom=##f
    indent = 0\cm
}

\header{
  title = "I Like to Bike to the Moon"
  %poet = ""
  composer = "Lyrics and Music by Faré (1973–)"
  tagline = "http://fare.livejournal.com/tag/music"
}

harmonies = \chordmode {
    \partial 2.
  a2. | d1. | g2. a2. | d1. | g2.
  g2. | d1. | g | d2. g | d g |
  d2. g | a g | d1. | s |
  g1. | g | d | d |
  g1. | g | fis:m | fis:dim |
  a2.:7 a4.:7 | cis2.:dim | cis:dim | e:m | e:m | g |
  fis2.:m | g | f | fis:dim | fis | g4. |
  gis4. | a1. | a | a | a |
  d1. | d | d | d |
  a1. | a | d | d | d | d |
  d1. | d | a | a | d |
  d2. a | d1. | g2. a2. | d1. | g2.
  g2. | d1. | g | d2. g | d g |
  d2. g | a g | d1.
}

\book {
\score {
<<
\new ChordNames {
  \set chordChanges = ##t
  \harmonies 
}
\new Staff { \relative c' {
  \override Score.BarNumber #'break-visibility = #'#(#f #f #f)

  \clef "treble" % treble_8
  \key d \major % 8
  \tempo "Allegro"
  \time 12/8
  \partial 2.
  s4 a8 b4 a8 | d4 d8 b4 d8~d2.~ | d2.~d4
  a8 b4 a8 | d4 d8 b4 fis'8~fis2.~ | fis2.~fis4.
  fis4. | a4 d,4. fis8~fis2.~ |  fis2.~fis4.
  fis4 fis8 | a4. fis4 d8~d4. d4 b8 | a'4. fis4 d8~d4.
  d4 b8 | a'4 fis4. d8~d4. b4. | a'4 r8 r4. fis4 r8 r4. | d4 r8 r4. r2. | r1. |\break

  d'4 d8~d4.~d2.~ | d4 d8 e4 d8 e4. fis, |
  a4 a8~a4.~a2.~ | a4 d,8 e4 d8 e4.~e8 d4 |
  d'4 d8~d4.~d2.~ | d4 d8 e4 d8 e4. d |
  cis4 a8 fis4 a8~a4.~a4 c8~ | c4 a8 fis4 a8~a2. | \time 9/8 b4 a8 fis4 a8~a4. |
  \time 6/8 b,8 b a~a4. | b8 b a~a4. |
  cis8_\markup { \italic accel. } cis b~b4. | cis8 cis b~b4. |
  d4 cis8~cis4. |
  e4 d8~d4 d8 |
  fis4 e8~e4. |
  g4 f8~f4. |
  gis4 f8~f4. |
  gis8 gis16 gis fis8~fis4. |
  \time 3/8 a8 a g |
  ais8 ais gis |
  \time 12/8 a4.~a4 a8~a2.~| a4. a a4. a4 a8~| a1.~| a4

  \tempo "Andante"
  a,8 a4. b a | a'1.~ | a4 a8 b4. a4 b4 d,4 | fis1.~ | fis4.
  a, b a | e'1.~ | e4. e4. e4 fis4. b,8 | d1.~ | d4.
  a4. b4 gis a | a'1.~ | a4. a ais4 b d, | fis1.~ | fis4.
  fis4._\markup { \italic accel. }~fis4 fis8 f4 e8~ | e1.~ | e4. fis a fis |
  d d4 d8 d4. d4 b8 | a'4 fis4. d4.

  \tempo "Allegretto"
  a8 b4 a8 | d4 d8 b4 d8~d2.~ | d2.~d4
  a8 b4 a8 | d4 d8 b4 fis'8~fis2.~ | fis2.~fis4.
  fis4. | a4 d,4. fis8~fis2.~ |  fis2.~fis4.
  fis4 fis8 | a4. fis4 d8~d4. d4 b8 | a'4. fis4 d8~d4.
  d4 b8 | a'4 fis4. d8~d4. b4. | a'4 r8 r4. fis4 r8 r4. | d4 r8 r4. r2. | r1. \bar "|."
} }
\addlyrics {
  I like to bike to the moon.
  I like to bike to the moon.
  The cres -- cent moon.
  And I'll know I am where I want to be
  When the moon is full and you're with me.

  Full moon, to -- night there will be full moon,
  I swear there will be full moon,
  though I may have to climb my way there,
  find my way there, grind my way there,
  in the rain, in the mud, in the dark, in the wild,
  up -- hill, off road, with no lights, no maps, no phone,
  no g -- p -- s, no giz -- mo, no no -- thing,
  Some way I'll get to you.

  And when on the moon,
  I'll sing your fav' -- rite tune.

  When on the moon,
  I'll start us to croon.
  We'll swim in the sea
  Of Tran -- qui -- li -- ty,
  But not un -- til
  We feel the thrill
  Of a race
  On the o -- ther face.

  I like to bike to the moon.
  I like to bike to the moon.
  The cres -- cent moon.
  And I'll know I am where I want to be
  When the moon is full and you're with me.
}
>>
\layout {

}

\midi {
\context {
\Score
%  tempoWholesPerMinute = #(ly:make-moment 500 8)
  tempoWholesPerMinute = #(ly:make-moment 1000 8)
} }

} % score
} % book
