bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1546 in lilypond: breve collides with heads in other voice in shor


From: lilypond
Subject: Issue 1546 in lilypond: breve collides with heads in other voice in short intervals
Date: Wed, 02 Mar 2011 07:46:24 +0000

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

New issue 1546 by brownian.box: breve collides with heads in other voice in short intervals
http://code.google.com/p/lilypond/issues/detail?id=1546

\version "2.13.52"

% c''\breve collides with bes2, c1 in voiceTwo.
% With 'altdefault style collision is even worse.

<<
  {
    \key d \minor
    \time 2/1
    c'' \breve
    \override Score.NoteHead #'style = #'altdefault
    c''\breve
    c''\breve
    c''\breve
  }
   \\
  {
    bes'2 bes' bes' bes'
    bes'2 bes' bes' bes'
    c''1 c''
    c''4 % ...
  }


% Actually i don't know how it _should_ be,
% but this is a collision anyway. I believe so.)
%
% << { c''\breve } \\ { bes'1 } >> looks quite
% acceptable? (see test2.png)


Attachments:
        test.png  1.6 KB
        test2.png  916 bytes




reply via email to

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