Next: , Previous: Chord names, Up: Instrument-specific notation


7.3 Vocal music

Since LilyPond input files are text, there are two issues to consider when working with vocal music:

There are a few different ways to define lyrics; the simplest way is to use the \addlyrics function.

Commonly tweaked properties

Checking to make sure that text scripts and lyrics are within the margins is a relatively large computational task. To speed up processing, lilypond does not perform such calculations by default; to enable it, use

\override Score.PaperColumn #'keep-inside-line = ##t

To make lyrics avoid barlines as well, use

\layout {
  \context {
    \Lyrics
      \consists "Bar_engraver"
      \consists "Separating_line_group_engraver"
      \override BarLine #'transparent = ##t
  }
}


Next: , Previous: Chord names, Up: Instrument-specific notation

This page is for LilyPond-2.10.33 (stable-branch).

Report errors to http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.