]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/outputter.cc
partial: 1.0.1.jcn
[lilypond.git] / lily / outputter.cc
index a533ea8e48c41488edccf23deae9b90f2b4e4f38..d3df3f600f8d6f2f4b0c157e720564177076ef72 100644 (file)
@@ -4,7 +4,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
 */
 
 #include "outputter.hh"
@@ -23,7 +23,7 @@ void
 Tex_outputter::output_molecule (Molecule const*m, Offset o)
 {
   String t = m->TeX_string();
-  if (!t)
+  if (t.empty_b ())
     return ;
 
   String s ("\\placebox{%}{%}{%}");