Hello list,

I meet a buglet in partcombine: a slur is drawn across a rest when it shouldn't. This happens with 2.15.40 on ubuntu-64bit. The bug doesn't occur with 2.14.

I attach a hopefully minimal example.

Rutger
\version "2.15.40"

obI = {
    \key d \major
    \relative c'' {
	g4( fis g fis) |
	fis2( e4) r |
	R1 |
	% e1\p |
	% f1 |
	e2( fis4) r |
    }
}

obII = {
    \key d \major
    \relative c' {
	e4( d e d) |
	d2( e4) r |
	R1 |
	% e1\p |
	% f1 |
	e2( fis4) r |
    }
}

\score {
    \new Staff <<
	\partcombine
	    \obI
	    \obII
    >>
}

<<attachment: pc-bug.png>>

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

Reply via email to