]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-collecting-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / staff-collecting-engraver.cc
index 95e9b1c30530252c27e93f662d6761b9b2e9465e..3ecee7ba23f172f9e6eeb335cc1ac04580b852a7 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2001--2006  Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2001--2008  Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "staff-symbol.hh"
@@ -42,13 +42,20 @@ Staff_collecting_engraver::acknowledge_end_staff_symbol (Grob_info gi)
 }
 
 #include "translator.icc"
+
 ADD_ACKNOWLEDGER (Staff_collecting_engraver, staff_symbol);
 ADD_END_ACKNOWLEDGER (Staff_collecting_engraver, staff_symbol);
 
 ADD_TRANSLATOR (Staff_collecting_engraver,
-               /* doc */ "Maintain the stavesFound variable",
+               /* doc */
+               "Maintain the @code{stavesFound} variable.",
+
+               /* create */
+               "",
+
+               /* read */
+               "stavesFound ",
 
-               /* create */ "",
-               /* accept */ "",
-               /* read */ "stavesFound",
-               /* write */ "stavesFound");
+               /* write */
+               "stavesFound "
+               );