]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/graphviz.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / graphviz.ly
index 22e361fe5dd23290b8673bb23a331661bf6b43c6..42fab60ad331a0c058926c36bbcf85b657e1f547 100644 (file)
@@ -3,7 +3,7 @@
 
   }
 
-\version "2.11.51"
+\version "2.14.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)