Issue 556: fingeringOrientations affects cross-voices arpeggio
http://code.google.com/p/lilypond/issues/detail?id=556
New issue report by v.villenave:
% when setting the fingeringOrientations to 'right,
% the arpeggio mark is moved to the left and can
% collide with the barline.
\new Staff <<
\relative c'' { \voiceOne
\set fingeringOrientations = #'(right)
\set Staff.connectArpeggios = ##t
a1 < a-1 >\arpeggio
}
\new Voice \relative c' { \voiceTwo
a1 <a>\arpeggio
}
>>
\layout {
ragged-right = ##t %% otherwise the problem won't show.
\context {
\Staff
\consists "Span_arpeggio_engraver"
}
}
% (possibly related to #328?)
Issue attributes:
Status: Accepted
Owner: v.villenave
Labels: Type-Defect Priority-Low
--
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