]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/slur-performer.cc
* lily/include/group-interface.hh (extract_grob_array): rename
[lilypond.git] / lily / slur-performer.cc
index ea809ae5f6947ce1cfc0e78810f4ae541e58b59b..1c0b9f9ebf982daef4b08f27677ac908de01d123 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1996--2004 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1996--2005 Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
 #include "performer.hh"
@@ -80,7 +80,7 @@ Slur_performer::try_music (Music *m)
        {
          start_ev_ = m;
        }
-      else if (d==STOP)
+      else if (d == STOP)
        {
          now_stop_ev_ = m;
        }
@@ -89,6 +89,6 @@ Slur_performer::try_music (Music *m)
   return false;
 }
 
-ENTER_DESCRIPTION (Slur_performer,"","",
-                 "slur-event","","","");
+ADD_TRANSLATOR (Slur_performer, "", "",
+                 "slur-event", "", "", "");