bug-lilypond
[Top][All Lists]
Advanced

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

Connected polyphonic arpeggio collides with bar line


From: Dénes Harmath
Subject: Connected polyphonic arpeggio collides with bar line
Date: Thu, 23 Jul 2009 19:32:47 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

% When a connected arpeggio spans multiple voices in one staff after a bar line,
they collide.

\version "2.12.2"

\paper {
        ragged-right = ##t
}

\new PianoStaff <<
        \new Staff {
                \set PianoStaff.connectArpeggios = ##t
                R1
                << { a'1 \arpeggio } \\ { f'2\arpeggio e' } >>
        }
        \new Staff {
                R1
                d'\arpeggio
        }
>>





reply via email to

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