]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/accidental-placement.cc
Doc-es: various updates.
[lilypond.git] / lily / accidental-placement.cc
index 56e9d601b4a22c14bce90e16dc5edb6e95ce8843..1a557101223e510aafd382ad91642cb94fdce67d 100644 (file)
@@ -31,8 +31,6 @@
 #include "stream-event.hh"
 #include "warn.hh"
 
-using std::vector;
-
 static Pitch *
 accidental_pitch (Grob *acc)
 {
@@ -56,7 +54,6 @@ Accidental_placement::add_accidental (Grob *me, Grob *a, bool stagger, long cont
     return;
 
   a->set_parent (me, X_AXIS);
-  a->set_property ("X-offset", Grob::x_parent_positioning_proc);
   long n = p->get_notename ();
 
   SCM accs = me->get_object ("accidental-grobs");