Comment #1 on issue 1065 by n.puttock: Lyrics syllable followed by \skip is left-aligned instead of center-aligned
http://code.google.com/p/lilypond/issues/detail?id=1065

Hi Dmytro,

Your summary is a bit ambiguous, since \skip works fine:

\version "2.13.19"

\relative c'' {
  c4 c c c
}
\addlyrics { one two \skip 4 three }

\paper { ragged-right = ##f }

According to the docs, an underscore isn't equivalent to a skip: it either continues
a melisma or creates a melisma without generating an extender.

Cheers,
Neil


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to