]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/beam.cc
2002-12-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
[lilypond.git] / lily / beam.cc
index 849826446834a8ac5337e67af890c922b30df372..c675c0c05276330e151c6514d5676e25be5260f2 100644 (file)
@@ -475,7 +475,7 @@ Beam::brew_molecule (SCM grob)
 
       
       Molecule tm = Text_item::text2molecule (me, scm_makfrom0str (str.to_str0 ()), properties);
-      the_beam.add_at_edge (Y_AXIS, UP, tm, 5.0);
+      the_beam.add_at_edge (Y_AXIS, UP, tm, 5.0, 0);
     }
 #endif