]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-spanner-engraver.cc
``slikken kreng''
[lilypond.git] / lily / text-spanner-engraver.cc
index ac3f08c7baba6484c93bd4e797a400882bddcc5d..8e26e7d5019f1ecfd1e67ecb22baf0c369f4b925 100644 (file)
@@ -134,10 +134,10 @@ Text_spanner_engraver::process_acknowledged_grobs ()
 void
 Text_spanner_engraver::acknowledge_grob (Grob_info info)
 {
-  if (span_ && Note_column::has_interface (info.grob_l_))
+  if (span_ && Note_column::has_interface (info.grob_))
     {
-      Side_position_interface::add_support (span_, info.grob_l_);
-      add_bound_item (span_, dynamic_cast<Item*> (info.grob_l_));
+      Side_position_interface::add_support (span_, info.grob_);
+      add_bound_item (span_, dynamic_cast<Item*> (info.grob_));
     }
 }