| [ << Templates ] | [Top][Contents][Index][ ? ] | [ GNU Free Documentation License >> ] | ||
| [ < Solo piano ] | [ Up : Piano templates ] | [ Piano centered lyrics > ] | ||
A.2.2 Piano and melody with lyrics
Here is a typical song format: one staff with the melody and lyrics, with piano accompaniment underneath.
melody = \relative c'' {
  \clef treble
  \key c \major
  \time 4/4
  a b c d
}
text = \lyricmode {
  Aaa Bee Cee Dee
}
upper = \relative c'' {
  \clef treble
  \key c \major
  \time 4/4
  a4 b c d
}
lower = \relative c {
  \clef bass
  \key c \major
  \time 4/4
  a2 c
}
\score {
  <<
    \new Voice = "mel" { \autoBeamOff \melody }
    \new Lyrics \lyricsto mel \text
    \new PianoStaff <<
      \new Staff = "upper" \upper
      \new Staff = "lower" \lower
    >>
  >>
  \layout {
    \context { \Staff \RemoveEmptyStaves }
  }
  \midi { }
}
| [ << Templates ] | [Top][Contents][Index][ ? ] | [ GNU Free Documentation License >> ] | ||
| [ < Solo piano ] | [ Up : Piano templates ] | [ Piano centered lyrics > ] | ||
 Other languages: español, français, italiano, 日本語, nederlands.
 
 About automatic language selection.