]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/stencil.scm
LyricHyphen whiteout
[lilypond.git] / scm / stencil.scm
index 0fa79d4161376d45f61b0bc1232fc3abcbb4eda5..00f8503487b7f0cd185b48acfb1d81af3f9231da 100644 (file)
@@ -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)))))