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: Sat, 12 Jan 2008 08:55:13 -0800

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




reply via email to

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