]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-collecting-engraver.cc
* lily/translator-def.cc: rename Translator_def to Context_def.
[lilypond.git] / lily / staff-collecting-engraver.cc
index 23792a7332f583b319461bc0434cc363f2bab171..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,7 +40,7 @@ ENTER_DESCRIPTION(Staff_collecting_engraver,
 /* descr */       "Maintain the stavesFound variable",
 
 /* creats*/       "",
-/* accepts */     "general-music",
+/* accepts */     "",
 /* acks  */      "staff-symbol-interface",
 /* reads */       "stavesFound",
 /* write */       "stavesFound");