]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/default-bar-line-engraver.cc
MusicXML: Some more broken MusicXML applications (beaming wrong)
[lilypond.git] / lily / default-bar-line-engraver.cc
index 5710b186f5b5f3d214fa1a43f210a2b36b4f44e1..f36c18f68717dc7c77ca31a5513fd8278ca5aa71 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--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -29,9 +29,9 @@ public:
 
 ADD_TRANSLATOR (Default_bar_line_engraver,
                /* 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}.",
+               "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 */
                "",