]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4611: Don't give RepeatTieColumn a `cause' event
authorDavid Kastrup <dak@gnu.org>
Wed, 16 Sep 2015 19:43:50 +0000 (21:43 +0200)
committerDavid Kastrup <dak@gnu.org>
Wed, 23 Sep 2015 12:54:34 +0000 (14:54 +0200)
commit65a11dcd2f9e8d8535afae6a5844599e3a22e2aa
treef2abb46c3c69ca10ee00baf13ecc3e1d16e476e6
parent6ea18ce2f407ee754947a4fa18596bb38c8087f5
Issue 4611: Don't give RepeatTieColumn a `cause' event

Rationale: the cause is used for point-and-click information and for
stuff like \parenthesize, and a RepeatTieColumn does not have metrics
that would be useful for that.  In particular, this causes code like

{ c'1-\parenthesize\repeatTie }

to compile without spurious parens and error messages.
input/regression/repeat-tie-parenthesize.ly [new file with mode: 0644]
lily/repeat-tie-engraver.cc