]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-collecting-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / staff-collecting-engraver.cc
index 72b1bf51cd5a5d7cb95502e470e1e65da331faa6..3ecee7ba23f172f9e6eeb335cc1ac04580b852a7 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2001--2007  Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2001--2008  Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "staff-symbol.hh"
@@ -47,8 +47,15 @@ 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",
-               /* write */ "stavesFound");
+               /* create */
+               "",
+
+               /* read */
+               "stavesFound ",
+
+               /* write */
+               "stavesFound "
+               );