bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1579 in lilypond: Overextended lyrics extenders


From: lilypond
Subject: Re: Issue 1579 in lilypond: Overextended lyrics extenders
Date: Mon, 28 Mar 2011 07:53:40 +0000


Comment #1 on issue 1579 by address@hidden: 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




reply via email to

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