]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/span-arpeggio-engraver.cc
cleanup. Separate into internal
[lilypond.git] / lily / span-arpeggio-engraver.cc
index c192d0a456408501f19eb5029e9f215999902948..9b33ae95f3f997829f9a99f1b27ebd392b3a7559 100644 (file)
@@ -92,7 +92,7 @@ Span_arpeggio_engraver::stop_translation_timestep ()
            we can't kill the children, since we don't want to the
            previous note to bump into the span arpeggio; so we make
            it transparent.  */
-         arpeggios_[i]->set_grob_property ("molecule-callback", SCM_EOL);
+         arpeggios_[i]->set_grob_property ("print-function", SCM_EOL);
        }
       
       typeset_grob (span_arpeggio_);