]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-head.cc
* Documentation/user/introduction.itely (Computerized typography):
[lilypond.git] / lily / note-head.cc
index a703d13db5a3c75e76f87f567ae6fb19998d4408..1d9045dc027bdc300704df6df6d7ab8d045168e6 100644 (file)
@@ -108,7 +108,7 @@ internal_brew_molecule (Grob *me, bool ledger_take_space)
   SCM style  = me->get_grob_property ("style");
   if (!gh_symbol_p (style))
     {
-      return Molecule();
+      return Molecule ();
     }
 
   SCM log = gh_int2scm (Note_head::get_balltype (me));