Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1256 by pnorcks: Extra SlurEvent modifies extents of broken slurs
http://code.google.com/p/lilypond/issues/detail?id=1256

Original report:
http://lists.gnu.org/archive/html/bug-lilypond/2010-08/msg00559.html

When an extra opening parenthesis (indicating a SlurEvent) occurs at the beginning of a line in the middle of a broken slur, the extents are modifiedly unexpectedly.

See the snippet below.

This issue is likely related to issue 379 and issue 427.

%% BEGIN
\version "2.13.32"

\paper { ragged-right = ##t }

\relative c' {
  \key fis \major
  c1(
  \break
  a2 b4 c)
}

\relative c' {
  \key fis \major
  c1(
  \break
  a2( b4 c)
%   ^ extra SlurEvent
}
%% END


Attachments:
        slur.png  4.4 KB


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to