Fix 524 pitched trill losing accidental.
[lilypond.git] / input / regression / graphviz.ly
blob1e00e99581206bf02a49bd70bc176e3c1eee4f58
1 \header {
2 texidoc = "The graphviz feature draws dependency graphs for grob properties."
6 \version "2.11.21"
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))
19 \book { \score {
20 c'4
21 } }
24 #(graph-write graph (current-error-port))
25 #(ly:set-grob-modification-callback #f)
26 #(ly:set-property-cache-callback #f)