bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1256 in lilypond: Extra SlurEvent modifies extents of broken slurs


From: lilypond
Subject: Issue 1256 in lilypond: Extra SlurEvent modifies extents of broken slurs
Date: Fri, 10 Sep 2010 00:09:14 +0000

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




reply via email to

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