]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/slash-repeat-engraver.cc
2003 -> 2004
[lilypond.git] / lily / slash-repeat-engraver.cc
index 456013b67f18fa9d06d6021fa011667b538f19aa..3ca67f6e72a277e0fc815b8431606a6624da9817 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -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_;
 
@@ -145,5 +145,5 @@ ENTER_DESCRIPTION(Slash_repeat_engraver,
 /* creats*/       "RepeatSlash",
 /* accepts */     "repeated-music",
 /* acks  */      "",
-/* reads */       "measureLength currentCommandColumn",
+/* reads */       "measureLength",
 /* write */       "");