]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-outputter.cc
release: 1.2.12
[lilypond.git] / lily / paper-outputter.cc
index 4a91e05517dba7dd65bc29ef4efee399dbec4814..fc628db526030cfbddd760dbe4b51d064f527baa 100644 (file)
@@ -84,8 +84,8 @@ Paper_outputter::output_header ()
             ly_ch_C_to_scm (generate.ch_l ()), SCM_UNDEFINED);
 
 #ifndef NPRINT
-  DOUT << "output_header\n";
-  if (check_debug && !lily_monitor->silent_b ("Guile"))
+  DEBUG_OUT << "output_header\n";
+  if (flower_dstream && !flower_dstream->silent_b ("Guile"))
     {
       gh_display (args_scm); gh_newline ();
     }
@@ -98,11 +98,11 @@ Paper_outputter::output_header ()
 void
 Paper_outputter::output_molecule (Molecule const*m, Offset o, char const *nm)
 {
-  if (check_debug)
+  if (flower_dstream)
     *outstream_l_ << String ("\n%start: ") << nm << "\n";
 
 
-  if (check_debug)
+  if (flower_dstream)
     {
       output_comment (nm);
     }