From 2b368c025047d730c4278a0425b32dc4f304e4b7 Mon Sep 17 00:00:00 2001 From: gpercival Date: Thu, 23 Feb 2006 06:40:30 +0000 Subject: [PATCH] Improve docs of \filled-box. --- ChangeLog | 2 ++ scm/define-markup-commands.scm | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cf68c7a086..de2fc4a123 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ global.itely, invoking.itely, tutorial,itely: minor fixes from mailist. + * scm/define-markup-commands.scm: improve docs of \filled-box. + 2006-02-23 Heikki Junes * Documentation/index.html.in: changes concern the previous release. diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index eee2783965..7712177700 100644 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -107,7 +107,14 @@ thickness and padding around the markup." (def-markup-command (filled-box layout props xext yext blot) (number-pair? number-pair? number?) - "Draw a box with rounded corners of dimensions @var{xext} and @var{yext}." + "Draw a box with rounded corners of dimensions @var{xext} and +@var{yext}. For example, +@verbatim +\\filled-box #'(-.3 . 1.8) #'(-.3 . 1.8) #0 +@end verbatim +create a box extending horizontally from -0.3 to 1.8 and +vertically from -0.3 up to 1.8, with corners formed from a +circle of diameter 0 (ie sharp corners)." (ly:round-filled-box xext yext blot)) -- 2.39.5