\renameinput "/var/fred/cvs/savannah/lilypond/lilypond-2.0/input/template/melody-lyrics-chords.ly" % Generated automatically by: lilypond-book.py % options are filename=/var/fred/cvs/savannah/lilypond/lilypond-2.0/input/template/melody-lyrics-chords.ly printfilename \include "paper16.ly" \paper { linewidth = 455.244096\pt } \version "1.9.8" \header { texidoc = "Popsong format: chords, melody and lyrics." } melody = \notes \relative c' { a b c d } text = \lyrics { Aaa Bee Cee Dee } accompaniment = \chords { a2 c2 } \score { << \context ChordNames \accompaniment \addlyrics \context Staff = one { \property Staff.autoBeaming = ##f \property Staff.automaticMelismata = ##t \melody } \context Lyrics \text >> \paper { } \midi { } }