]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-reg.cc
release: 0.0.57
[lilypond.git] / lily / text-reg.cc
index b1d921c45da3ff9426334b4d6ff4a44c0a655fc7..82e12d6cd7c869c211958ac769fa78a7d8ad7aae 100644 (file)
@@ -39,7 +39,7 @@ void
 Text_register::process_requests()
 {
     if (text_req_l_) {
-       text_p_ = new Text_item(text_req_l_); // UGH
+       text_p_ = new Text_item(text_req_l_->tdef_p_, 0); // ugh
        announce_element(Staff_elem_info(text_p_, text_req_l_));
     }
 }