]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-signature.cc
2002-12-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
[lilypond.git] / lily / time-signature.cc
index 35da64f305d9f4bf49eef7b36c0e7293ac849d6c..af1e98ca0f82458286fb79255a64cdbfe4e439f8 100644 (file)
@@ -106,8 +106,8 @@ Time_signature::numbered_time_signature (Grob*me,int num, int den)
   Molecule m;
   if (den)
     {
-      m.add_at_edge (Y_AXIS, UP, n, 0.0);
-      m.add_at_edge (Y_AXIS, DOWN, d, 0.0);
+      m.add_at_edge (Y_AXIS, UP, n, 0.0, 0);
+      m.add_at_edge (Y_AXIS, DOWN, d, 0.0,0);
     }
   else
     {