X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpaper-outputter.cc;h=e0565ab7b0d680951e494b8e7074d0f909b3e614;hb=76014fe170f4217374f4726d54c2a46c60f73e67;hp=07fe0330b9869d9c18bab60a0b63aaf0eb88e603;hpb=29d1ad412ee48aa7a3a1666c7ab7af8fd2e2b1bf;p=lilypond.git diff --git a/lily/paper-outputter.cc b/lily/paper-outputter.cc index 07fe0330b9..e0565ab7b0 100644 --- a/lily/paper-outputter.cc +++ b/lily/paper-outputter.cc @@ -85,7 +85,7 @@ Paper_outputter::output_header () #ifndef NPRINT DOUT << "output_header\n"; - if (check_debug && !monitor->silent_b ("Guile")) + if (check_debug && !lily_monitor->silent_b ("Guile")) { gh_display (args_scm); gh_newline (); }