Comment #1 on issue 1579 by tdaniels...@googlemail.com: Overextended lyrics extenders
http://code.google.com/p/lilypond/issues/detail?id=1579

Here's a minimal example showing the same problem.

Interestingly, note the Lyrics context has to be named to show the bug.

% The extender on the "oo" is too long.
%
% If the final note is removed or the name on the
% Lyrics context is removed the behaviour is correct.

\version "2.13.53"
\new Voice {
  <<
    { c''1 c'' }
    \new Voice = B { d'2( c') }
    \new Lyrics = C
    \lyricsto B \lyricmode { oo __ }
  >>
  c''1
}

Trevor

Attachments:
        incorrect.jpg  7.2 KB


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to