]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-collecting-engraver.cc
*** empty log message ***
[lilypond.git] / lily / staff-collecting-engraver.cc
index efc7f8df378822f8ef4a30bee4fd634dad8ea9fe..f885cc6149a3260f1e4c2347d359d4551e76ec21 100644 (file)
@@ -3,7 +3,7 @@ staff-collecting-engraver.cc --  implement Staff_collecting_engraver
 
 source file of the GNU LilyPond music typesetter
 
-(c) 2001--2002  Han-Wen Nienhuys <hanwen@cs.uu.nl>
+(c) 2001--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
  */
 #include "staff-symbol.hh"
@@ -40,6 +40,7 @@ ENTER_DESCRIPTION(Staff_collecting_engraver,
 /* descr */       "Maintain the stavesFound variable",
 
 /* creats*/       "",
-/* acks  */       "staff-symbol-interface",
+/* accepts */     "",
+/* acks  */      "staff-symbol-interface",
 /* reads */       "stavesFound",
 /* write */       "stavesFound");