]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-engraver.cc
update for the lily-wins.py script.
[lilypond.git] / lily / text-engraver.cc
index d398f4b2e7f697243c12b202513c3c3c656d5677..ca3bd57347bbf8edc2dad201096c2c44d6d639ce 100644 (file)
@@ -84,7 +84,7 @@ Text_engraver::process_acknowledged_grobs ()
       Music * r = evs_[i];
       
       // URG: Text vs TextScript
-      Item *text = make_item ("TextScript");
+      Item *text = make_item ("TextScript", r->self_scm ());
 
       
       Axis ax = Y_AXIS;
@@ -109,7 +109,6 @@ Text_engraver::process_acknowledged_grobs ()
       SCM mark = r->get_property ("text");
 
       text->set_property ("text", mark);
-      announce_grob (text, r->self_scm ());
       texts_.push (text);
     }
 }