X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fgraphviz.ly;h=3687d3dc74ed6656f8eae6e565ba2dc6d004338f;hb=e804710e1fe0070ea072d4e1fbf3e534cf951d09;hp=1e00e99581206bf02a49bd70bc176e3c1eee4f58;hpb=e4b3aa8d0afa689a3a95e1c730cb3d2213418270;p=lilypond.git diff --git a/input/regression/graphviz.ly b/input/regression/graphviz.ly index 1e00e99581..3687d3dc74 100644 --- a/input/regression/graphviz.ly +++ b/input/regression/graphviz.ly @@ -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)