]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/graphviz.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / graphviz.ly
index 1e00e99581206bf02a49bd70bc176e3c1eee4f58..3687d3dc74ed6656f8eae6e565ba2dc6d004338f 100644 (file)
@@ -3,7 +3,7 @@
 
   }
 
-\version "2.11.21"
+\version "2.12.0"
 \include "graphviz-init.ly"
 
 #(whitelist-grob 'NoteHead)
@@ -21,7 +21,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)