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

New issue 1222 by brownian.box: If one fingering has "up" orientation, then that what is "left" collides with accidental
http://code.google.com/p/lilypond/issues/detail?id=1222

Reported by Nick Payne:

% -----------------8< --------------------------
If the fingering for the C# is to the left, then the fingering for the
A automatically avoids the accidental. if the fingering for the C# is
above the note, whether placed by using ^ or with a \set command, then
the fingering for the A collides with the accidental.

\version "2.13.30"

\relative c'' {
  \set fingeringOrientations = #'(left)
  <cis-4 a-3>1
  %
  % 3 collides with sharp:
  <cis^4 a-3>
  \set fingeringOrientations = #'(up left)
  %
  % 3 collides with sharp:
  <cis-4 a-3>
}
% -----------------8< --------------------------

Attachments:
        foo.png  1.3 KB


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to