]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/symtable.cc
release: 1.1.18
[lilypond.git] / lily / symtable.cc
index dd9cb2f732107caa62b335fc45e9f3465fef5fb4..ccf1eb16102584041048253f83486af0a9154f39 100644 (file)
@@ -21,8 +21,8 @@ Symtables::Symtables()
 Symtables::Symtables (Symtables const &s)
   : Dictionary<Symtable*> (s)
 {
-  font_ = s.font_;
-  font_path_ = s.font_path_;
+  font_name_ = s.font_name_;
+
   for (Dictionary_iter< Symtable*>  i (s); i.ok(); i++)
     {
       add (i.key(), new Symtable (*i.val ()));