bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 556 in lilypond: fingeringOrientations affects cross-voices arpeg


From: codesite-noreply
Subject: Issue 556 in lilypond: fingeringOrientations affects cross-voices arpeggio
Date: Thu, 16 Oct 2008 04:03:50 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]