X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-markup-commands.scm;h=3ec32d7335bba9e7c0bce9dfdef6ec89371cae3b;hb=a06d0e07f0e87a0f16270b08914f8070df349f6e;hp=9ddfa4982096cf906a1c99f26c5eacb8e111251e;hpb=c6249e4a2fe98219ffd8a9f3f0083cfaf8677a46;p=lilypond.git diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index 9ddfa49820..3ec32d7335 100644 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -206,7 +206,12 @@ circle of diameter@tie{}0 (i.e. sharp corners)." Draw a box with rounded corners around @var{arg}. Looks at @code{thickness}, @code{box-padding} and @code{font-size} properties to determine line thickness and padding around the markup; the @code{corner-radius} property -makes possible to define another shape for the corners (default is 1)." +makes possible to define another shape for the corners (default is 1). + +@lilypond[quote,verbatim,fragment,relative=2] +c^\\markup{ \\rounded-box Overtura } +c,8. c16 c4 r +@end lilypond" (let* ((th (* (ly:output-def-lookup layout 'line-thickness) (chain-assoc-get 'thickness props 1)))