From: fred Date: Tue, 26 Mar 2002 21:27:45 +0000 (+0000) Subject: lilypond-1.0.16 X-Git-Tag: release/1.5.59~2833 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fbc6f910378daff58cd8c42519da406da5796032;p=lilypond.git lilypond-1.0.16 --- diff --git a/lily/tex-lookup.cc b/lily/tex-lookup.cc index c50b233904..4f10886e11 100644 --- a/lily/tex-lookup.cc +++ b/lily/tex-lookup.cc @@ -108,7 +108,7 @@ header_to_tex_string (Scope *head) String s; String lily_id_str = "Lily was here, " + String (lily_version_number_sz ()); - s+= "\\def\\LilyIdString{" + lily_id_str + "}"; + s+= "\\def\\LilyIdString{" + lily_id_str + "}\n"; for (Dictionary_iter i(*head); i.ok (); i++) {