projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f860822
)
balloon-text: robust with empty stencils; issue 4447
author
Keith OHara
<k-ohara5a5a@oco.net>
Sat, 20 Jun 2015 03:41:10 +0000
(20:41 -0700)
committer
Keith OHara
<k-ohara5a5a@oco.net>
Sun, 28 Jun 2015 05:48:54 +0000
(22:48 -0700)
lily/balloon.cc
patch
|
blob
|
history
diff --git
a/lily/balloon.cc
b/lily/balloon.cc
index 2b898c3d25958d4a5c30c1748ca55c13c8278289..7e8067a577ac5db20ceb8129e977a2edf27ee819 100644
(file)
--- a/
lily/balloon.cc
+++ b/
lily/balloon.cc
@@
-88,8
+88,8
@@
Balloon_interface::print_spanner (SCM smob)
SCM
Balloon_interface::internal_balloon_print (Grob *me, Grob *p, Offset off)
{
- Box b (
p->extent (
p, X_AXIS),
-
p->extent (
p, Y_AXIS));
+ Box b (
robust_relative_extent (p,
p, X_AXIS),
+
robust_relative_extent (p,
p, Y_AXIS));
Real padding = robust_scm2double (me->get_property ("padding"), .1);
b.widen (padding, padding);