]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stencil-scheme.cc
(is_empty): check dim_ field for is_empty()
[lilypond.git] / lily / stencil-scheme.cc
index 5dc0d9baab287f2cd5fbb7e0930b532709c9b34e..b497f3f9af544a7d47a6d8dbc2ceb00f456944cb 100644 (file)
@@ -65,7 +65,7 @@ LY_DEFINE (ly_stencil_expr, "ly:stencil-expr",
   return s->expr ();
 }
 
-LY_DEFINE (ly_stencil_get_extent, "ly:stencil-extent",
+LY_DEFINE (ly_stencil_extent, "ly:stencil-extent",
           2, 0, 0, (SCM stil, SCM axis),
           "Return a pair of numbers signifying the extent of @var{stil} in "
           "@var{axis} direction (0 or 1 for x and y axis respectively).")