]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tweak-engraver.cc
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / lily / tweak-engraver.cc
index a851c5a8ef2a4aa7eef369f66a1f4870abc8d1e8..81f86adea172681eeca5b52f0e93cda06328065a 100644 (file)
@@ -33,7 +33,7 @@ Tweak_engraver::acknowledge_grob (Grob_info info)
       for (SCM s = ev->get_property ("tweaks");
           scm_is_pair (s); s = scm_cdr (s))
        {
-         info.grob ()->internal_set_property (scm_caar (s), scm_cdar (s));
+         info.grob ()->set_property (scm_caar (s), scm_cdar (s));
        }
     }
 }
@@ -43,6 +43,5 @@ ADD_TRANSLATOR (Tweak_engraver,
                /* doc */ "Read the @code{tweaks} property from the originating event, and set properties." ,
                
                /* create */ "",
-               /* accept */ "",
                /* read */ "",
                /* write */ "");