]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ambitus.cc
2002-12-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
[lilypond.git] / lily / ambitus.cc
index 35c7fcc30d5120a36d99aba5fe5c46167ad4615f..5ecf59a459c597368eebe9dda9de3459cf946f71 100644 (file)
@@ -108,7 +108,7 @@ add_accidentals (Item *me, Molecule *head, int num_acc,
                                         accidentals_style +
                                         to_string (pitch->alteration_)));
       accidental.translate_axis (yoffs, Y_AXIS);
-      head->add_at_edge (X_AXIS,  LEFT, accidental, 0.1);
+      head->add_at_edge (X_AXIS,  LEFT, accidental, 0.1, 0);
     }
   if (num_acc == 2)
     {
@@ -117,7 +117,7 @@ add_accidentals (Item *me, Molecule *head, int num_acc,
                                      accidentals_style +
                                      to_string ("0")));
       natural.translate_axis (yoffs, Y_AXIS);
-      head->add_at_edge (X_AXIS,  LEFT, natural, 0.1);
+      head->add_at_edge (X_AXIS,  LEFT, natural, 0.1, 0);
     }
 }