\version "2.10.17" \header{ title = "title " tagline=\markup {Music engraving by \with-url #"http://www.lilypond.org" {Lilypond} } copyright = \markup { \with-url #"http://www.gnu.org" {GNU}} } sopranoMusic = \relative c' { \clef treble \key c \major \time 4/4 a4 b c d } sopranoLyrics = \lyricmode { Aaa Bee Cee Dee } celloMusic = \relative c { \clef bass \key c \major \time 4/4 d4 g fis8 e d4 } \score{ << << \new Voice = "one" { \autoBeamOff \sopranoMusic } \new Lyrics \lyricsto "one" \sopranoLyrics >> \new Staff \celloMusic >> \layout { } \midi { \tempo 4=60 } }