Re: Issue 1514 in lilypond: In tight situations slurs may collide with dots

2012-02-03 Thread lilypond

Updates:
Status: Verified

Comment #5 on issue 1514 by elu...@gmail.com: In tight situations slurs may  
collide with dots

http://code.google.com/p/lilypond/issues/detail?id=1514

no more collision with 2.15.27 -> verified


___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 1514 in lilypond: In tight situations slurs may collide with dots

2012-02-03 Thread lilypond


Comment #4 on issue 1514 by d...@gnu.org: In tight situations slurs may  
collide with dots

http://code.google.com/p/lilypond/issues/detail?id=1514

The mentioned issue has fixed_2_15_15 and no commit specified.

I have no clue how the "fixed_2_15_27" label would come about and how to  
verify.



___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 1514 in lilypond: In tight situations slurs may collide with dots

2011-02-14 Thread lilypond

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

New issue 1514 by brownian.box: In tight situations slurs may collide with  
dots

http://code.google.com/p/lilypond/issues/detail?id=1514

Reported by Jay Anderson,
http://lists.gnu.org/archive/html/bug-lilypond/2011-02/msg00244.html :

In tight situations slurs may collide with dots, badly:

%---8<-

\version "2.13.50"

\score
{
  \new Staff \relative c'''
  {
\time 6/8
{
  g4. e8( f8. c16) | % Collision between dot and slur
}
  }
}

\paper {
  % with 2.5 dot is above slur,
  % with 4.5 it's right under, very nice:
  line-width = 4.5\cm
}

%---8<-

It is possibly related to 868, 1091, 1174, 1175, 1230, 1352.

Attachments:
test2.png  1.2 KB


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