]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-item.cc
2002-12-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
[lilypond.git] / lily / text-item.cc
index 47a7426c27cb0e07755fa8122c1f8e3fbaee71fb..c1a63c94c3b3e0c11a37df39046dee5ab6646c6f 100644 (file)
@@ -241,7 +241,7 @@ Text_item::brew_molecule (SCM smob)
       Molecule m;
       m.set_empty (false);
       mol.add_at_edge (X_AXIS, RIGHT, m, gh_scm2double (space)
-                      * Staff_symbol_referencer::staff_space (me));
+                      * Staff_symbol_referencer::staff_space (me), 0);
     }
   return mol.smobbed_copy (); 
 }