|
From: | Auto mailings of changes to Lily Issues via Testlilyissues-auto |
Subject: | [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #2890 Fingering collision and wrong order in polyphonic passage without explicit orientation |
Date: | Thu, 03 May 2018 08:09:15 -0000 |
[issues:#2890] Fingering collision and wrong order in polyphonic passage without explicit orientation
Status: Accepted
Created: Wed Oct 10, 2012 02:00 PM UTC by Anonymous
Last Updated: Thu Apr 11, 2013 08:38 PM UTC
Owner: nobody
Attachments:
Originally created by: *anonymous
Originally created by: address@hidden
Reported by Nick Payne:
http://lists.gnu.org/archive/html/bug-lilypond/2012-10/msg00077.html
See example below:
a) without any fingering orientation specified, the fingerings are
incorrectly placed, such that the two fingerings above the staff
collide, and the fingerings also appear in the wrong order (the 0 should
not appear next to the E and the 2 should not appear above).
b) with fingering set to be on the left, the fingerings in the treble
voice are spaced slightly away from each other, causing a collision
between the 0 on the G and the 2 on the E.
\version "2.17.4"
\relative c'' {
<<
{
<b-0 g-0>2
}
\\
{
<e,-2>
}
>>
<<
{
\set fingeringOrientations = #'(left)
<b'-0 g-0>2
}
\\
{
\set fingeringOrientations = #'(left)
<e,-2>
}
>>
}
Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Testlilyissues-auto mailing list address@hidden https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto
[Prev in Thread] | Current Thread | [Next in Thread] |