]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 2832: clefOctavation should inherit properties from Clef
authorDavid Kastrup <dak@gnu.org>
Wed, 15 May 2013 05:36:01 +0000 (07:36 +0200)
committerDavid Kastrup <dak@gnu.org>
Sat, 1 Jun 2013 10:05:28 +0000 (12:05 +0200)
scm/define-grobs.scm

index a810dcf1c68b41c7360fd7bc2ce54bff46d97449..4d015b76582ddbd80573962d5aa1d19672e3967e 100644 (file)
                               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)