bug-lilypond
[Top][All Lists]
Advanced

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

More lyrics extender problems


From: Erik Sandberg
Subject: More lyrics extender problems
Date: Thu, 5 Feb 2004 10:51:21 +0100
User-agent: KMail/1.5.4

With 2.1.18 there are still the same problems with __ . When playing around 
with the extender example at The-Lyrics-context.html, I got to this another 
example. Removing the explicit \time 4/4, that overrides the default \time 
4/4, *does* change the apperance of the extender in this case, *and* it gives 
a programming error. This should be considered a bug.

\version "2.1.18"
% This works; extender is output as it should
\score { << \context Voice = A \notes \relative c' { 
\time 4/4
         g8 \melisma
         f e f \melismaEnd }
       \lyricsto A \new LyricsVoice \lyrics { bye __ } >>
}
% This doesn't work; extender is not output.
\score { << \context Voice = A \notes \relative c' { 
         g8 \melisma
         f e f \melismaEnd }
       \lyricsto A \new LyricsVoice \lyrics { bye __ } >>
}



/tmp$ lilypond --png foo
lilypond (GNU LilyPond) 2.1.18
Running usr...
Now processing: `foo.ly'
Parsing...Interpreting music...[1]
Preprocessing graphical objects...
Calculating line breaks... [2]
paper output to `foo.tex'...

Interpreting music...[1]
/tmp/foo.ly:13:51: warning: unterminated extender:
       \lyricsto A \new LyricsVoice \lyrics { bye _
                                                   _ } >>

/tmp/foo.ly:13:51: warning: Programming error: Must have Item for spanner 
bound.:
       \lyricsto A \new LyricsVoice \lyrics { bye _
                                                   _ } >>

/tmp/foo.ly:13:51: warning: unbound spanner `LyricExtender':
       \lyricsto A \new LyricsVoice \lyrics { bye _
                                                   _ } >>

Preprocessing graphical objects...
Calculating line breaks... [2]
paper output to `foo-1.tex'...



Analyzing foo.tex...
Analyzing foo-1.tex...
Running latex...
Running dvips...
Running ps2pdf...
Running gs...
DVI output to `foo.dvi'...
PDF output to `foo.pdf'...
PS output to `foo.ps'...
PNG output to `foo-page1.png'...

Attachment: foo-page1.png
Description: PNG image


reply via email to

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