]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/default-bar-line-engraver.cc
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / default-bar-line-engraver.cc
index 733e8afe5b74bb8055bd196aa175a0663dcb9779..d96110e87bee5ad2bb2ff2a4c73012fe9fa87e79 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -12,7 +12,6 @@
 #include "grob.hh"
 #include "warn.hh"
 
-
 class Default_bar_line_engraver : public Engraver
 {
 protected:
@@ -29,16 +28,23 @@ 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}. ",  
+               "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 */ "",
-               /* accept */ "",
-               /* read */ 
-               "measurePosition automaticBars whichBar barAlways defaultBarType "
-               "measureLength",
-               /* write */ "automaticBars");
 
+               /* read */
+               "automaticBars "
+               "barAlways "
+               "defaultBarType "
+               "measureLength "
+               "whichBar "
+               "measurePosition ",
+               
+               /* write */ "automaticBars");
 
 Default_bar_line_engraver::Default_bar_line_engraver ()
 {