lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug?] Concatening syllables


From: Erik Sandberg
Subject: Re: [Bug?] Concatening syllables
Date: Sat, 3 Jun 2006 13:27:49 +0200
User-agent: KMail/1.9.1

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]