\version "2.4.2"
\include "english.ly"
\header {
 title = "Beautiful Butterflies"
 subtitle = "(How I Wish I Could Be There With You)"
 composer = "Unknown"
 mutopiatitle = "Beautiful Butterflies"
 mutopiacomposer = "Unknown"
 mutopiainstrument = "Piano"
 date = "1940s"
 source = "memory"
 style = "Folk"
 copyright = "Creative Commons Attribution-ShareAlike 2.5"
 maintainer = "John Comeau"
 maintainerEmail = "jcomeau@unternet.net"
 maintainerWeb = "http://www.jcomeau.com/"
 lastupdated = "2006/Nov/14"
}

melody = {
 \time 4/4
 \key af \major
 \set Staff.autoBeaming = ##f
 r4 r16 c'16 df' d' ef'8 c''16 c''8 bf'16 bf'8 af'16
 g'8 af'16 bf'8 af'16 f'8 df'16 bf8 r8
 af'16 g'8 g'16 g'8 f'16 f'8 ef'16 d'8
 ef'16 f' ef' ef' d' ef' f' ef' r16
 c'16 c' df' d' ef'8 c''16 c''8 bf'16 bf'8 af'16
 g'8 af'16 bf'16 af'16 f'8 df'16 bf8 r8
 af'16 g'8 g'16 g' f' ef'8 ef'16 g'8 bf'16 af'8 r8
 af'8 f' r16 af'16 g' g' g' f'8 g'16 ef'8 r8
 f'8 df'16 df' df' df'8 ef'8 c' r8
 af'8 f' r16 af'16 g' g' g' f'8 g'16 ef'8 r8
 ef'16 f'8 f'16 f'8 f'16 f'8 f'16 g'8 af'16 bf'8
 r4 r16 c'16 df' d' ef'8 c''16 c''8 bf'16 bf'8 af'16
 g'8 af'16 bf'8 af'16 f'8 df'16 bf8 r8
 af'16 g'8 g'16 g'8 f'16 f'8 ef'16 d'8
 ef'16 f' ef' ef' d' ef' f' ef' r16
 c'16 c' df' d' ef'8 c''16 c''8 bf'16 bf'8 af'16
 g'8 af'16 bf'16 af'16 f'8 df'16 bf8 r8
 af'16 g'8 g'16 g' f' ef'8 ef'16 g'8 bf'16 af'4 r4 r2
}

text = \lyricmode {
 Beau -- ti -- ful but -- ter -- flies are dan -- cing
 In the field a -- cross the way;
 The near -- est thing to hea -- ven on
 This sim -- me -- ry sum -- me -- ry day.
 I'm gon -- na be la -- zy like a dai -- sy
 In the mid -- dle of Ju -- ly;
 And watch the pret -- ty black -- birds in the sky.
 Ho, hum... I'm sim -- mer -- in' in the sun.
 I'm the luck -- y one, it's true.
 Ho, hum... I'm sim -- mer -- in' in the sun.
 Oh, how I wish I could be there with you.
 Beau -- ti -- ful but -- ter -- flies are dan -- cing
 In the field a -- cross the way;
 The near -- est thing to hea -- ven on
 This sim -- me -- ry sum -- me -- ry day.
 I'm gon -- na be la -- zy like a dai -- sy
 In the mid -- dle of Ju -- ly;
 And watch the pret -- ty black -- birds in the sky.
}

\score {
  <<
     \context Voice = tenor {
       \melody
     }
     \lyricsto "tenor" \new Lyrics {
       \text
     }
  >>
  \layout { }
  \midi  { }
}

