Status: Accepted
Owner: ----
Labels: Type-Collision Priority-Medium

New issue 1076 by brownian.box: Connected arpeggios collide with previos chord or note
http://code.google.com/p/lilypond/issues/detail?id=1076

Reported by Robert Clausecker:
http://lists.gnu.org/archive/html/bug-lilypond/2010-04/msg00234.html

% -----------------------------
\version "2.13.20"
\score {
  \new PianoStaff {
    \key des \major
      \time 3/4
      \set PianoStaff.connectArpeggios = ##t
      c'''
      << <ges''  ges'''> \arpeggio \\ <es'' des''> \arpeggio >>
  }
}
\paper { ragged-right = ##t }
% -----------------------------

This one may appear similar to issue 880 (fixed in 2.13.12), but it's still
different (to me). It does not look like a regression (2.12.3 shows this
collision, too).

Attachments:
        test.png  1.3 KB



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to