\version "2.7.40" \header { composer = "Composer: " crossRefNumber = "1 " footnotes = "\\\\Remarks: " tagline = "Lily was here 2.10.2 -- automatically converted from ABC" title = "Title" } voiceB = { \set Score.defaultBarType = "empty" % !STAVE 0 'Melody' @ % !INSTR 'Piano 1' 0 0 @ % Meter \time 4/4 \key c \major << g'4 e'4 >> << f'4 a'4 >> << g'4 b'4 >> << a'4 f'4 >> \bar "|" << e'1 g'1 >> \bar "|." % End of file } voicedefault = { \set Score.defaultBarType = "empty" % !HARMONY ABC @ % Harmony/Melody File to ABC Vers 3.0.0 April 1998-June 2005 % Written by Guillion Bros. on a Chris Walshaw format % Please e-mail us your comments and bugs reports : address@hidden % Monday, December 18, 2006 9:58:48 % Music % Tune name % Tune composer % Tune infos % Tempo } \score{ << \context Staff="1" { \voicedefault \voiceB } >> \layout { } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4 ) } } }