]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/slash-repeat-engraver.cc
(process_music): new function. Set melisma
[lilypond.git] / lily / slash-repeat-engraver.cc
index b7595056e109a7c68febb78a311d6207c57acfb6..242659b2344b7eca3eb9e42d79962d31fecd064d 100644 (file)
@@ -109,7 +109,7 @@ Slash_repeat_engraver::process_music ()
 {
   if (repeat_ && now_mom () == next_moment_)
     {
-      beat_slash_ = new Item (get_property ("RepeatSlash"));
+      beat_slash_ = make_item ("RepeatSlash");
       announce_grob(beat_slash_, repeat_->self_scm());
       next_moment_ = next_moment_ + body_length_;