]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.16
authorfred <fred>
Tue, 26 Mar 2002 21:27:45 +0000 (21:27 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:27:45 +0000 (21:27 +0000)
lily/tex-lookup.cc

index c50b233904f8ae4533629d532da55b56750e0e9c..4f10886e117fb6b6564d5ea1618df7e1a0cc76fa 100644 (file)
@@ -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<Identifier*> i(*head); i.ok (); i++)
     {