]> git.donarmstrong.com Git - lilypond.git/commit
Fix alignment problem with text crescendi
authorReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 26 Feb 2008 17:04:51 +0000 (18:04 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Wed, 27 Feb 2008 14:42:38 +0000 (15:42 +0100)
commit4d096d8d410469c24762b52baebcfe7c52418f09
treea3891af400e8dc6c878e8a62e45921237ed14708
parent7809d61c31b3d8530fc45f369cdf222e6f6ac321
Fix alignment problem with text crescendi

Text crescendi starting at skips caused a
"Programmierfehler: Improbable offset for stencil: nan staff space"
error message and moved the text crescendi to the very beginning of the
staff.
Instead of grob->extent(...), use robust_relative_extent (grob, ...), which
also works with skips.

Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
lily/line-spanner.cc