Issue 556: fingeringOrientations affects cross-voices arpeggio
http://code.google.com/p/lilypond/issues/detail?id=556

Comment #1 by v.villenave:
A new example from Jonathan:

% setting fingering Orientations to "left also triggers a bug.

\version "2.11.62"

melody = \relative c'' {
  \voiceOne
  \set fingeringOrientations = #'(left)
  <g-0 c-1>2\arpeggio
  \set fingeringOrientations = #'(right)
  <g-0 c-1>\arpeggio
 \set fingeringOrientations = #'(up)
  <g-0 c-1>1\arpeggio
}

bass = \relative c' {
 \voiceTwo
 \set fingeringOrientations = #'(left)
 <c-3>2\arpeggio
 \set fingeringOrientations = #'(right)
 <c-3>\arpeggio
 \set fingeringOrientations = #'(down)
 <c-3>1\arpeggio
}

\score {
   \context Staff \with {
       \consists "Span_arpeggio_engraver"
   }
    <<
       \set Staff.connectArpeggios = ##t
       \context Voice = "melody" { \melody }
       \context Voice = "bass"   { \bass   }
    >>
}


Attachments:
        arpeggio-fingering-prob.png  2.7 KB


Issue attribute updates:
        Labels: -Priority-Low Priority-Medium

--
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

Reply via email to