Originally created by: *anonymous
Originally created by: v.villenave
If fingeringOrientations is set to 'right, the arpeggio mark is moved to the left and can collide with the barline.
:::TeX
\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?)
Originally posted by: v.villenave
A new example from Jonathan:
Labels: -Priority-Low Priority-Medium
Last edit: Simon Albrecht 2015-09-18
Originally posted by: pkx1...@gmail.com
Still an issue for 2.15.15 - with some very subtle differences
Labels: -Type-Defect -Priority-Medium Type-Ugly
Owner: ---
Same for 2.19.27.
Diff: