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>>
_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
