]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tex-lookup.cc
release: 1.0.16
[lilypond.git] / lily / tex-lookup.cc
index 7ca6b43ac730ffe01a2173de223b1760d792f7ac..4f10886e117fb6b6564d5ea1618df7e1a0cc76fa 100644 (file)
@@ -63,13 +63,11 @@ Tex_lookup::character_str (int i) const
   return Lookup::character_str (i);
 }
 
-#if 0
 Atom
 Tex_lookup::dashed_slur (Array<Offset> controls, Real thick, Real dash) const
 {
   return embed (Ps_lookup::dashed_slur (controls, thick, dash));
 }
-#endif
 
 Atom
 Tex_lookup::embed (Atom a) const
@@ -110,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++)
     {