]> git.donarmstrong.com Git - lilypond.git/commit
Fix #909.
authorPatrick McCarty <pnorcks@gmail.com>
Thu, 17 Dec 2009 08:09:14 +0000 (00:09 -0800)
committerPatrick McCarty <pnorcks@gmail.com>
Thu, 17 Dec 2009 08:31:30 +0000 (00:31 -0800)
commitfc4d3f999aa4044bab4d26be3922a5441a6a6891
tree45847318e23621538daa047aa0c92849800c1ca3
parent3f9747662521ff79fc68df3adcd4716616b558a1
Fix #909.

In the acknowledger for the bar-line-interface, a check to see if the
acknowledged grob contains the bar-line-interface is superfluous.

Instead, filter out SpanBar grobs (with a span-bar-interface check) in
the acknowledger so that SpanBars are not added to bars_ if more than
one Span_bar_engraver exists in a context.
lily/span-bar-engraver.cc