| [ << Templates ] | [Top][Contents][Index][ ? ] | [ GNU Free Documentation License >> ] | ||
| [ < Notes and chords ] | [ Up : Single staff templates ] | [ Piano templates > ] | ||
A.1.4 Notes, lyrics, and chords
This template allows the preparation of a song with melody, words, and chords.
melody = \relative c' {
  \clef treble
  \key c \major
  \time 4/4
  a4 b c d
}
text = \lyricmode {
  Aaa Bee Cee Dee
}
harmonies = \chordmode {
  a2 c
}
\score {
  <<
    \new ChordNames {
      \set chordChanges = ##t
      \harmonies
    }
    \new Voice = "one" { \autoBeamOff \melody }
    \new Lyrics \lyricsto "one" \text
  >>
  \layout { }
  \midi { }
}
| [ << Templates ] | [Top][Contents][Index][ ? ] | [ GNU Free Documentation License >> ] | ||
| [ < Notes and chords ] | [ Up : Single staff templates ] | [ Piano templates > ] | ||
 Other languages: español, italiano, 日本語, nederlands.
 
 About automatic language selection.