]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-name.cc
2002-12-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
[lilypond.git] / lily / chord-name.cc
index 861121054df05bce1c88df576e7d190f94498295..97c69f02e8bce44cf8817b1f512437237752a62c 100644 (file)
@@ -56,7 +56,7 @@ Chord_name::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 ();