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 _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
