bug-lilypond
[Top][All Lists]
Advanced

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

Issue 728 in lilypond: Fingerings collide with accidentals.


From: codesite-noreply
Subject: Issue 728 in lilypond: Fingerings collide with accidentals.
Date: Sun, 11 Jan 2009 13:15:58 +0000

Status: Accepted
Owner: v.villenave
Labels: Type-Collision Priority-Medium

New issue 728 by v.villenave: Fingerings collide with accidentals.
http://code.google.com/p/lilypond/issues/detail?id=728

% Some accidentals may collide with fingerings.
% Comments follow (thanks to Trevor D):

\version "2.12.1"

\relative c' {
 \time 2/4
 \set fingeringOrientations = #'(left)
 <a-3 cis-4>  % first chord in bar - collision
 <a-3 cis!-4> % not first chord in bar - no collision

 <a-3 cis!-4> % first chord in bar - collision
 <a-3 cis!-4> % not first chord in bar - no collision

 <cis-4 a-3>  % reverse order - no collision
}


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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