]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tab-staff-symbol-engraver.cc
lilypond-book: touch output files in all formats
[lilypond.git] / lily / tab-staff-symbol-engraver.cc
index 538223bfe8c5562e9044fe714b8a3e353964683e..f103e0f6b40cae754c74f9fc4c4c0acc9344a9aa 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -14,7 +14,7 @@ class Tab_staff_symbol_engraver : public Engraver
 public:
   TRANSLATOR_DECLARATIONS (Tab_staff_symbol_engraver);
 protected:
-  DECLARE_ACKNOWLEDGER(staff_symbol);
+  DECLARE_ACKNOWLEDGER (staff_symbol);
 };
 
 void
@@ -38,6 +38,5 @@ ADD_TRANSLATOR (Tab_staff_symbol_engraver,
                "stringTunings for the number of lines. "
                ,
                /* create */ "StaffSymbol",
-               /* accept */ "staff-span-event",
                /* read */ "stringTunings",
                /* write */ "");