Dear Joram,
Il 17/04/15 09.52, Noeck ha scritto:
\relative { c' d r f }
\addlyrics { a __ _ "" }
thanks, this does what I want.
I didn't try with "" before posting my question, but I did try with " ".
Why are the following staves different?
\version "2.19.15"
<<
\relative { c' d r f }
\a
Dear Davide,
Am 17.04.2015 um 09:40 schrieb Davide Liessi:
> How can I achieve the desired result, i.e. a melisma with lyric extender
> line followed by a note with no syllable and no extender line?
How about this:
\relative { c' d r f }
\addlyrics { a __ _ "" }
Cheers,
Joram
_
Hi.
Please consider the following example.
\version "2.19.15"
<<
\relative { c' d e f }
\addlyrics { a __ _ \skip 1 a }
\relative { c' d e f }
\addlyrics { a __ _ a a }
\relative { c' d r f }
\addlyrics { a __ _ \skip 1 }
\relative { c' d r f }
\addlyrics { a __ _ a }
>>
I would