On Saturday 03 June 2006 01:03, Juergen Reuter wrote:
> Hi,
>
> Sect. 7.3.2 (Entering lyrics) of the manual says:
>
> "In order to assign more than one syllable to a single note, you must
> surround them with quotes or use a _ character between the syllables."

AFAIK, the _ is handled by the lexer, so 
de_a
is the same as
"de a"

so
> \addlyrics { gran- \lyricmode { de }_a- mi- go }
is the same as
 \addlyrics { gran- \lyricmode { de } " a-" mi- go }

which strips the leading space.

Perhaps you can try to construct your lyric syllables using \markup?

-- 
Erik


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

Reply via email to