From: David Kastrup Date: Wed, 15 May 2013 05:36:01 +0000 (+0200) Subject: Issue 2832: clefOctavation should inherit properties from Clef X-Git-Tag: release/2.17.20-1~25 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3c31b3c1a186e17092bfabddb68b64876a77b7a7;p=lilypond.git Issue 2832: clefOctavation should inherit properties from Clef --- diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm index a810dcf1c6..4d015b7658 100644 --- a/scm/define-grobs.scm +++ b/scm/define-grobs.scm @@ -577,6 +577,10 @@ X 'break-visibility)) (font-shape . italic) (font-size . -4) + (transparent . ,(grob::inherit-parent-property + X 'transparent)) + (color . ,(grob::inherit-parent-property + X 'color)) (self-alignment-X . ,CENTER) (staff-padding . 0.2) (stencil . ,ly:text-interface::print)