]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pitch-squash-engraver.cc
Fix [a8 a32].
[lilypond.git] / lily / pitch-squash-engraver.cc
index 3df136ee217756f51ee7b3ed7a54aa54a99e76f1..8008d4d9ccf8c8860f54fdc0f53626eeac9bbfca 100644 (file)
@@ -22,9 +22,9 @@ void
 Pitch_squash_engraver::acknowledge_grob (Grob_info i)
 {
   SCM newpos = get_property ("squashedPosition");
-  if (Note_head::has_interface (i.grob_l_))
+  if (Note_head::has_interface (i.grob_))
     {
-      i.grob_l_->set_grob_property ("staff-position", newpos);
+      i.grob_->set_grob_property ("staff-position", newpos);
     }
 }