Lyrics attached to a Voice are center-aligned if attached to a single
note, and left-aligned if attached to a melisma. Lyrics attached to a
Devnull context, however, are always left-aligned. The following example
illustrates:

\version "2.10.11"
text = \lyricmode { foo bar baz quux }
notes = { c'4 c' c' c' }
\score {
  <<
    \new Staff { \new Voice = "staffVoice" \notes }
    \new Devnull = "devnullVoice" \notes
    \new Lyrics \lyricsto "staffVoice" \text
    \new Lyrics \lyricsto "devnullVoice" \text
  >>
}


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to