Re: Issue 1091 in lilypond: Dot in \voiceOne collides with stem in \voiceThree in short intervals

2012-01-29 Thread lilypond

Updates:
Status: Verified

Comment #7 on issue 1091 by philehol...@gmail.com: Dot in \voiceOne  
collides with stem in \voiceThree in short intervals

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

Verified using code from initial report.  Nice job.


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


Re: Issue 1091 in lilypond: Dot in \voiceOne collides with stem in \voiceThree in short intervals

2012-01-20 Thread lilypond

Updates:
Status: Fixed
Labels: fixed_2_15_27

Comment #6 on issue 1091 by k-ohara5...@oco.net: Dot in \voiceOne collides  
with stem in \voiceThree in short intervals

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

The stem end-locations were mistakenly double-converted to  
half-staff-spaces, fixed in commit fbbe9c7928995



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


Re: Issue 1091 in lilypond: Dot in \voiceOne collides with stem in \voiceThree in short intervals

2011-02-14 Thread lilypond


Comment #3 on issue 1091 by brownian.box: Dot in \voiceOne collides with  
stem in \voiceThree in short intervals

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

Another one is Issue 1514.


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


Re: Issue 1091 in lilypond: Dot in \voiceOne collides with stem in \voiceThree in short intervals

2010-07-05 Thread lilypond


Comment #2 on issue 1091 by brownian.box: Dot in \voiceOne collides with  
stem in \voiceThree in short intervals

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

Added last two as Issue 1174 and Issue 1175.


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


Re: Issue 1091 in lilypond: Dot in \voiceOne collides with stem in \voiceThree in short intervals

2010-07-05 Thread lilypond


Comment #1 on issue 1091 by brownian.box: Dot in \voiceOne collides with  
stem in \voiceThree in short intervals

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

For the record:

J. F. Lucarelli posted an another example of collision when voices are  
crossed:

http://lists.gnu.org/archive/html/bug-lilypond/2010-06/msg00628.html

And i've proposed another example:

\version "2.13.26"
<<
  \relative a' { a4 a8 a4..( g16) }
  \\
  \relative c'' { b4. b4. }


Here the first dot in second voice is hidden under the first a's notehead.
And  there is noticeable collision between slur and dot.

I am not sure that this is the same issue. I will try to test a bit more,  
when i'll have spare 15 minutes .)


Attachments:
sample.png  1.3 KB


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


Issue 1091 in lilypond: Dot in \voiceOne collides with stem in \voiceThree in short intervals

2010-05-17 Thread lilypond

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

New issue 1091 by brownian.box: Dot in \voiceOne collides with stem in  
\voiceThree in short intervals

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

\version "2.13.21"  % 2.12 does the same

{
  % \clef "treble"  % --- quite OK!
  \clef "bass"  % --- collision occurs
  <<
\relative d' {
  \voiceOne
  d4. d4.
}
\new Voice \relative g {
  \voiceThree
  g4 s8 b4 s8
}
  >>
}

\paper { ragged-right = ##t }

%--

Above, dot in the first d4. does not collide with g's stem in \voiceThree,
but dot in the second one does collide with b's stem. When clef is "bass".

Attachments:
test.png  761 bytes


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