]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scheme-engraver.cc
Fix min_page_count in page-turn-breaking.
[lilypond.git] / lily / scheme-engraver.cc
index 129362e5a2166bc807d445d4cc01f159d03e52b8..eeddec74de821c7df8fddb81553c22e8cca023e4 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  Copyright (c) 2009 Han-Wen Nienhuys <hanwen@lilypond.org>
+  Copyright (c) 2009--2010 Han-Wen Nienhuys <hanwen@lilypond.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -242,8 +242,8 @@ ADD_END_ACKNOWLEDGER (Scheme_engraver, grob);
 
 ADD_TRANSLATOR (Scheme_engraver,
                /* doc */
-               "Implement engravers in Scheme.  Interprets arguments to @code{\\consists} "
-               "as callbacks. ",
+               "Implement engravers in Scheme.  Interprets arguments to"
+               " @code{\\consists} as callbacks.",
 
                /* create */
                "",