]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3395: Let Flag grob inherit color and transparent from its stem by default
authorDavid Kastrup <dak@gnu.org>
Mon, 3 Jun 2013 17:12:27 +0000 (19:12 +0200)
committerDavid Kastrup <dak@gnu.org>
Sun, 9 Jun 2013 08:00:12 +0000 (10:00 +0200)
scm/define-grobs.scm

index 4d015b76582ddbd80573962d5aa1d19672e3967e..c1afa7dda2302f88b58fdd42722e2193c2ac19f4 100644 (file)
      . (
        (glyph-name . ,ly:flag::glyph-name)
        (stencil . ,ly:flag::print)
+        (transparent . ,(grob::inherit-parent-property
+                         X 'transparent))
+        (color . ,(grob::inherit-parent-property
+                   X 'color))
        (X-extent . ,ly:flag::width)
        (X-offset . ,ly:flag::calc-x-offset)
        (Y-offset . ,(ly:make-unpure-pure-container ly:flag::calc-y-offset ly:flag::pure-calc-y-offset))