]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/crescendo.cc
patch::: 1.3.18.jcn1
[lilypond.git] / lily / crescendo.cc
index ecd51f5d5b393e0a69733dfc069b597385a35ad1..3fc7f4b44c73a8907b8f522c01393b535c840f94 100644 (file)
@@ -33,7 +33,8 @@ Crescendo::do_brew_molecule_p () const
 
   if (!isdir_b (dir) || !gh_pair_p (dyns))
     {
-      set_elt_property ("transparent", SCM_BOOL_T);
+      Crescendo* urg= (Crescendo*)this;
+      urg->set_elt_property ("transparent", SCM_BOOL_T);
       return new Molecule;
     }