bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1091 in lilypond: Dot in \voiceOne collides with stem in \voiceTh


From: lilypond
Subject: Issue 1091 in lilypond: Dot in \voiceOne collides with stem in \voiceThree in short intervals
Date: Mon, 17 May 2010 07:59:03 +0000

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




reply via email to

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