]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-lib.scm
Merge remote branch 'origin/master' into release/unstable
[lilypond.git] / scm / output-lib.scm
index 02170918a1bec6af6e72481c9f7256c59ba651fc..89d20b95509febf0f89ce443f0bd26282f9d5c29 100644 (file)
@@ -912,8 +912,8 @@ and duration-log @var{log}."
 
          (left-x (+ padding
                     (max
-                     (interval-end (ly:grob-robust-relative-extent
-                                    left-span common X))
+                     (interval-end (ly:generic-bound-extent
+                                    left-span common))
                      (if
                       (and dots
                            (close
@@ -923,7 +923,7 @@ and duration-log @var{log}."
                        (ly:grob-robust-relative-extent dots common X))
                       (- INFINITY-INT)))))
          (right-x (max (- (interval-start
-                           (ly:grob-robust-relative-extent right-span common X))
+                           (ly:generic-bound-extent right-span common))
                           padding)
                        (+ left-x minimum-length)))
          (self-x (ly:grob-relative-coordinate spanner common X))