bug-lilypond
[Top][All Lists]
Advanced

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

Arpeggio overlaps barline


From: Trond
Subject: Arpeggio overlaps barline
Date: Fri, 10 Dec 2010 15:41:44 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting

I have an arpeggio that overlaps the barline. Is it a bug?

\version "2.12.2"

\score {
    \new PianoStaff <<
        \new Staff {
            e'1 |
            d'1~\arpeggio |
            c'1~\arpeggio |
        }
        \new Staff {
            \clef bass
            a1
            \set PianoStaff.connectArpeggios = ##t % required to show problem
            <<d,,2\arpeggio d,>> d2 % not ok (overlaps barline)
            <<g,,2\arpeggio g,>> g2 % ok
        }
    >>
}




reply via email to

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