X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fbar-line.scm;h=296d86787a828f57b248cd374303e6d8158cd5f9;hb=c4e2aaeeb8a936aeadaf423cd2a292e2f51ecc8a;hp=02c80f64e535810ede4a6a7d7cc5df8f01ea1154;hpb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;p=lilypond.git diff --git a/scm/bar-line.scm b/scm/bar-line.scm index 02c80f64e5..296d86787a 100644 --- a/scm/bar-line.scm +++ b/scm/bar-line.scm @@ -467,11 +467,11 @@ draws the span bar variant, i.e. without the segno sign." (define (make-kievan-bar-line grob extent) "Draw a kievan bar line." (let* ((font (ly:grob-default-font grob)) - (stencil (stencil-whiteout + (stencil (stencil-whiteout-box (ly:font-get-glyph font "scripts.barline.kievan")))) ;; the kievan bar line has no staff lines underneath, - ;; so we whiteout them and move the grob to a higher layer + ;; so we whiteout-box them and move the grob to a higher layer (ly:grob-set-property! grob 'layer 1) stencil))