]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/input.cc
abc2ly new tempo syntax
[lilypond.git] / lily / input.cc
index 5ab2be4c7864830cd5d2b6f196c58ec09554f86b..14b281fbb87baadb49e10b2b1032d1a4c776bbaa 100644 (file)
@@ -71,7 +71,7 @@ Input::message (string s) const
 {
   if (source_file_)
     s = location_string () + ": " + s + "\n"
-      + source_file_->quote_input (start_);
+      + source_file_->quote_input (start_) + "\n";
   ::message (s);
 }