X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finput.cc;h=14b281fbb87baadb49e10b2b1032d1a4c776bbaa;hb=023604318fe8e1ec89eb9c9e222e0dd21f103d18;hp=5ab2be4c7864830cd5d2b6f196c58ec09554f86b;hpb=7e6760b30e38f50d4aa6baeb7fc928456ac543c2;p=lilypond.git diff --git a/lily/input.cc b/lily/input.cc index 5ab2be4c78..14b281fbb8 100644 --- a/lily/input.cc +++ b/lily/input.cc @@ -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); }