File talk:Day Tripper.jpg

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

I like the way the following lilypond snippet looks better than the Finale output:

\version "2.10.33"

\paper {
  indent = 0\mm
  line-width = 150\mm - 2.0 * 0.4\in
}

\relative e {
  \time 4/4
  \key e \major
  e4. g8 gis b e d~
  d4 b8 fis'4 b,8 d e
}