2 texidoc
= "The graphviz feature draws dependency graphs for grob properties."
7 \include "graphviz-init.ly"
9 #(whitelist-grob
'NoteHead
)
10 #(whitelist-grob
'Stem
)
11 #(whitelist-grob
"NoteHead")
12 #(whitelist-grob
"Stem")
14 #(map whitelist-symbol
'(stencil style duration-log
15 stem-attachment end-position staff-position
16 glyph-name direction
))
25 #(ly
:progress
(call-with-output-string
26 (lambda
(port
) (graph-write graph port
))))
27 #(ly
:set-grob-modification-callback
#f)
28 #(ly
:set-property-cache-callback
#f)