summaryrefslogtreecommitdiff
path: root/scm
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2006-07-26 12:58:31 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2006-07-26 12:58:31 +0000
commit8c1e7d0d9cd07810c543eceafdbc8191353c1432 (patch)
tree32ea83cebc0671e0ec2c37183edba46e1c93040f /scm
parent253a1dd07920f9d41e4926a35b5cb2b7a2a78194 (diff)
*** empty log message ***
Diffstat (limited to 'scm')
-rw-r--r--scm/output-lib.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scm/output-lib.scm b/scm/output-lib.scm
index e407ef8b2c..dbc41d287d 100644
--- a/scm/output-lib.scm
+++ b/scm/output-lib.scm
@@ -375,8 +375,8 @@ centered, X==1 is at the right, X == -1 is at the left."
(ly:make-stencil
exp
(cons 0 dx)
- (cons (min 0 delta)
- (max 0 delta)))))
+ (cons (min 0 delta-y)
+ (max 0 delta-y)))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; grace spacing