bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1792 in lilypond: dot-notehead collision


From: lilypond
Subject: Issue 1792 in lilypond: dot-notehead collision
Date: Sun, 31 Jul 2011 04:26:45 +0000

Status: Started
Owner: address@hidden
Labels: Type-Collision Priority-Medium Patch-new

New issue 1792 by address@hidden: dot-notehead collision
http://code.google.com/p/lilypond/issues/detail?id=1792

%% Dots should move where we can see them,
%% or, if dots need to move and we ask for prefer-dotted-right,
%% then the dotted chord should go on the right.

\relative c {
   \clef bass
  s1*0^"prefer-dotted-right = #t"
  << <b g' >4 \\ { c8. d16 } >>
  << <b g' >4 \\ { d8. d16 } >>
  << <b g' >4 \\ { f'8. d16 } >>
  << <c a' >4 \\ { g'8. d16 } >>
  \override Staff.NoteCollision #'prefer-dotted-right = ##f
  s1*0^"prefer-dotted-right = #f"
  << <b g' >4 \\ { c8. d16 } >>
  << <b g' >4 \\ { d8. d16 } >>
  << <b g' >4 \\ { f'8. d16 } >>
  << <c a' >4 \\ { g'8. d16 } >>
}
Patch at <http://codereview.appspot.com/4293054/> changes nothing in the regression tests except the test for this issue.

Attachments:
        before.png  6.7 KB
        after.png  6.8 KB




reply via email to

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