]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/graphviz.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / input / regression / graphviz.ly
index 1e00e99581206bf02a49bd70bc176e3c1eee4f58..d80c62f3dd16ba3e5165d8a032f4edd73c92dc9e 100644 (file)
@@ -3,17 +3,16 @@
 
   }
 
-\version "2.11.21"
+\version "2.16.0"
 \include "graphviz-init.ly"
 
 #(whitelist-grob 'NoteHead)
 #(whitelist-grob 'Stem)
-#(whitelist-grob "NoteHead")
-#(whitelist-grob "Stem")
+#(whitelist-grob 'Flag)
 
-#(map whitelist-symbol '(stencil style duration-log
-                        stem-attachment end-position staff-position
-                        glyph-name direction))
+#(for-each whitelist-symbol '(stencil style duration-log
+                             stem-attachment end-position staff-position
+                             glyph-name direction))
 
 
 \book { \score {
@@ -21,7 +20,9 @@
 } }
 
 
-#(graph-write graph (current-error-port))
+
+#(ly:progress (call-with-output-string
+  (lambda (port) (graph-write graph port))))
 #(ly:set-grob-modification-callback #f)
 #(ly:set-property-cache-callback #f)