X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpaper-outputter.cc;h=b58ba0eeafe4ba62a307695c30e4419a03074395;hb=3a0e9efb7f067e5b334ba0596b95e15d96d7cc49;hp=fc628db526030cfbddd760dbe4b51d064f527baa;hpb=8002fa018c81f70585c25232247c6dcba7f5cba0;p=lilypond.git diff --git a/lily/paper-outputter.cc b/lily/paper-outputter.cc index fc628db526..b58ba0eeaf 100644 --- a/lily/paper-outputter.cc +++ b/lily/paper-outputter.cc @@ -161,7 +161,7 @@ Paper_outputter::output_comment (String str) { if (String (output_global_ch) == "scm") { - *outstream_l_ << "; " << str << '\n'; + *outstream_l_ << "; " << str << "\n"; } else {