]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/default-bar-line-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / default-bar-line-engraver.cc
index d96110e87bee5ad2bb2ff2a4c73012fe9fa87e79..0b661134515dec44a5e641792de7ee7f2dbc2d6d 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -28,13 +28,13 @@ public:
 #include "translator.icc"
 
 ADD_TRANSLATOR (Default_bar_line_engraver,
-               "This engraver determines what kind of automatic bar "
-               "lines should be produced, "
-               "and sets @code{whichBar} "
-               "accordingly. It should be at the same "
-               "level as @ref{Timing_translator}. ",
+               /* doc */
+               "This engraver determines what kind of automatic bar lines"
+               " should be produced, and sets @code{whichBar} accordingly."
+               "  It should be at the same level as @ref{Timing_translator}.",
                
-               /* create */ "",
+               /* create */
+               "",
 
                /* read */
                "automaticBars "
@@ -44,7 +44,9 @@ ADD_TRANSLATOR (Default_bar_line_engraver,
                "whichBar "
                "measurePosition ",
                
-               /* write */ "automaticBars");
+               /* write */
+               "automaticBars "
+               );
 
 Default_bar_line_engraver::Default_bar_line_engraver ()
 {