bug-lilypond
[Top][All Lists]
Advanced

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

Re: lyric extenders again


From: Erik Sandberg
Subject: Re: lyric extenders again
Date: Wed, 4 Feb 2004 14:39:56 +0100
User-agent: KMail/1.5.4

On Wednesday 04 February 2004 14.20, Han-Wen Nienhuys wrote:
> address@hidden writes:
> > Hi,
> >
> > An unterminated extender at the end of a file results in a programming
> > error.
> >
> > And also, there is a warning about unterminated extender. Shouldn't it be
> > possible to end a piece with a lyric extender? IMHO, it could be
> > reasonable to use an extender in this example:
>
> Yes, but LilyPond can't figure that this voice & lyricsvoice should be
> coupled. (You have Voice="" and LyricsVoice="uniqueContextId0").
>
> I've added a note to the manual.

It was not my intention to couple them, I didn't use lyricsto.
I added the staff there just to show what kind of musical event I referred to. 
The same problem does however also occur with lyricsto:

\version "2.1.17"
\score {<<
  \new Staff \context Voice=A \notes \relative c' {c4( d16 e d b c2)^
\fermata }
  \lyricsto A \new LyricsVoice \lyrics { bye __ }
>>}

and also without a staff:

\score {\new LyricsVoice \lyrics { bye1 __ }}

& from the error messages, I guess the actual problem is that the extender is 
represented in such a way that the end of its span is defined to be right 
before the beginning of the next note, which then requires that this next 
note exists.

Erik






reply via email to

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