]> git.donarmstrong.com Git - lilypond.git/commit
Fix #1156.
authorPatrick McCarty <pnorcks@gmail.com>
Sun, 27 Jun 2010 19:57:22 +0000 (12:57 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Sun, 27 Jun 2010 19:57:22 +0000 (12:57 -0700)
commit301db9e8fafc31b76d4a974b2e7a56924f0e80d2
treea376ee40b812c175667b425bdcf5ac3b93e47b97
parent2e581052026c48aed3e44fd32de74b8308f8434d
Fix #1156.

Sometimes the check for the *left* broken neighbor may be a spacer rest,
which appears to be a generic Spanner with direction CENTER.

An additional check is needed to make sure the grob in question is a
Slur or PhrasingSlur, or else an assertion will be raised -- slurs must
have a direction of either UP or DOWN.
lily/slur-scoring.cc