From fbc6f910378daff58cd8c42519da406da5796032 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 21:27:45 +0000 Subject: [PATCH] lilypond-1.0.16 --- lily/tex-lookup.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) { -- 2.39.5