]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/graphviz.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / graphviz.ly
1 \header {
2   texidoc = "The graphviz feature draws dependency graphs for grob properties."
3
4   }
5
6 \version "2.11.21"
7 \include "graphviz-init.ly"
8
9 #(whitelist-grob 'NoteHead)
10 #(whitelist-grob 'Stem)
11 #(whitelist-grob "NoteHead")
12 #(whitelist-grob "Stem")
13
14 #(map whitelist-symbol '(stencil style duration-log
15                          stem-attachment end-position staff-position
16                          glyph-name direction))
17
18
19 \book { \score {
20   c'4
21 } }
22
23
24 #(graph-write graph (current-error-port))
25 #(ly:set-grob-modification-callback #f)
26 #(ly:set-property-cache-callback #f)
27