]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translation-property.cc
release: 1.3.0
[lilypond.git] / lily / translation-property.cc
index 8811d85d9b0da17d733ee745a2c4ca15550ab83d..42e43643490e59a3c354fc2ca8f99d22f484b27a 100644 (file)
@@ -9,12 +9,12 @@
 #include "translation-property.hh"
 #include "debug.hh"
 
-
-
 void
 Translation_property::do_print () const
 {
 #ifndef NPRINT
-  DEBUG_OUT << "." << var_str_ << " = " << value_;
+  DEBUG_OUT << "." << var_str_ << " = " ;
+  if (flower_dstream && !flower_dstream->silent_b ("Translation_property"))
+    ly_display_scm (value_);
 #endif
 }