bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1222 in lilypond: If one fingering has "up" orientation, then that


From: lilypond
Subject: Issue 1222 in lilypond: If one fingering has "up" orientation, then that what is "left" collides with accidental
Date: Mon, 16 Aug 2010 07:42:38 +0000

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




reply via email to

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