]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-signature.cc
patch::: 1.3.121.jcn2
[lilypond.git] / lily / time-signature.cc
index 263cccb14972bb9e0cf4a3c4549b2bf4a8a15f92..aa65da6e20a7a9528f53279115f9a1df66ce4bd7 100644 (file)
@@ -21,7 +21,7 @@ MAKE_SCHEME_CALLBACK(Time_signature,brew_molecule,1);
 SCM
 Time_signature::brew_molecule (SCM smob) 
 {
-  Grob * me = unsmob_element (smob);
+  Grob * me = unsmob_grob (smob);
   SCM st = me->get_grob_property ("style");
   SCM frac = me->get_grob_property ("fraction");
   int n = 4;