]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-def.cc
release: 0.0.40
[lilypond.git] / lily / text-def.cc
index d67622e141c871b183e522d15e7366b4beab0cb1..b440003fd2b5044e88fc78f86df919fccd2694f9 100644 (file)
@@ -20,7 +20,7 @@ Text_def::compare(const Text_def&def)
 Atom
 Text_def::create_atom(Paper_def*p) const
 {
-    return p->lookup_p_->text(style_str_, text_str_, -align_i_);
+    return p->lookup_l()->text(style_str_, text_str_, -align_i_);
 }
 
 void