X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fstencil.scm;h=00f8503487b7f0cd185b48acfb1d81af3f9231da;hb=2dc76513c4edb8e18e6170069677eb0dd9b54209;hp=0fa79d4161376d45f61b0bc1232fc3abcbb4eda5;hpb=18d03fa6a724b0102ccc47d194209802cea02f2e;p=lilypond.git diff --git a/scm/stencil.scm b/scm/stencil.scm index 0fa79d4161..00f8503487 100644 --- a/scm/stencil.scm +++ b/scm/stencil.scm @@ -814,6 +814,7 @@ based on @var{style}." ((eq? style 'rounded-box) 3) (else 0)))))) (cond + ((eq? style 'special) stil) ((eq? style 'outline) (stencil-whiteout-outline stil thick)) ((eq? style 'rounded-box) (stencil-whiteout-box stil thick (* 2 thick))) (else (stencil-whiteout-box stil thick)))))