]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-guile.cc
Merge commit 'origin'
[lilypond.git] / lily / lily-guile.cc
index 7c052876389b2ded1a402b2ed21bc2303cc196a8..d81eec8982bbfce592599489a475985f97b6d981 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2007 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2009 Jan Nieuwenhuizen <janneke@gnu.org>
   Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
@@ -89,7 +89,7 @@ gulp_file_to_string (string fn, bool must_exist, int size)
   string result (&chars[0], chars.size ());
 
   if (be_verbose_global)
-    progress_indication ("]");
+    progress_indication ("]\n");
 
   return result;
 }