]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-item.cc
release: 1.3.110
[lilypond.git] / lily / text-item.cc
index eb95bbf367ed9ddaa47f0b693902d666b2d188b6..34c710db9dbc055a39eabcf16b0c6e1bfabf6893 100644 (file)
@@ -180,7 +180,7 @@ MAKE_SCHEME_CALLBACK (Text_item, brew_molecule, 1);
 SCM 
 Text_item::brew_molecule (SCM smob)
 {
-  Grob *me = unsmob_element (smob);
+  Grob *me = unsmob_grob (smob);
   
   SCM text = me->get_grob_property ("text");