]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-grav.cc
release: 0.1.7
[lilypond.git] / lily / text-grav.cc
index 5095b23b3c92e7949e872cc6aa1b57e8af4b34a4..be857aaf808ae1a4861c199aa7eb13d3c4ac0bf2 100644 (file)
@@ -23,9 +23,7 @@ Text_engraver::do_try_request(Request*req_l)
     Musical_req *m = req_l->musical();
     if (!m || ! m->text())
        return false;
-    if (text_req_l_ &&
-       Text_req::compare(*m->text(), *text_req_l_))
-
+    if (text_req_l_ && text_req_l_->equal_b(m))
        return false;
 
     text_req_l_ = m->text();