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

Reply via email to