Originally created by: *anonymous
Originally created by: brownian.box@gmail.com
\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".
Originally posted by: brownian.box@gmail.com
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 .)
Originally posted by: brownian.box@gmail.com
Added last two as Issue 1174 and Issue 1175.
Originally posted by: brownian.box@gmail.com
Another one is Issue 1514.
Originally posted by: k-ohara5...@oco.net
The collision between b and a in comment 3 is fixed (voiceOne and voiceTwo collisions are resolved with the fix to issue 1792) but the original issue remains.
Dots still collide with stems between voiceOne and voiceThree
Originally posted by: percival.music.ca@gmail.com
(No comment was entered for this change.)
Labels: -type-Collision Type-Ugly
Originally posted by: k-ohara5...@oco.net
The stem end-locations were mistakenly double-converted to half-staff-spaces, fixed in commit fbbe9c7928995
Labels: fixed_2_15_27
Status: Fixed
Originally posted by: PhilEHol...@googlemail.com
Verified using code from initial report. Nice job.
Status: Verified