]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/general-scheme.cc
general-scheme.cc: Add newline to progress indication.
[lilypond.git] / lily / general-scheme.cc
index eb1947509df6b2a1a67b27bb6e7ab5db85f408c1..f3618daf49c52f80da99ae8475ff4d4028d4bf29 100644 (file)
@@ -566,7 +566,7 @@ format_single_argument (SCM arg, int precision, bool escape = false)
     return (ly_symbol2string (arg));
   else
     {
-      ly_progress (scm_from_locale_string ("Unsupported SCM value for format: ~a"),
+      ly_progress (scm_from_locale_string ("\nUnsupported SCM value for format: ~a"),
                   scm_list_1 (arg));
     }