From c3f5aa9f732db01b472b2337ec4920934d1d3808 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 10 Dec 1996 13:42:01 +0000 Subject: [PATCH] lilypond-0.0.15 --- hdr/lookup.hh | 7 +++++-- hdr/symtable.hh | 8 ++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/hdr/lookup.hh b/hdr/lookup.hh index 90a27fd60f..7e59dac0fa 100644 --- a/hdr/lookup.hh +++ b/hdr/lookup.hh @@ -10,10 +10,12 @@ struct Lookup { Symtables *symtables_; - + String texsetting; /****************/ + void add(String, Symtable*); + Real internote(); - void parse (Text_db&t); + Symbol linestaff(int n, Real w); Symbol beam_element(int,int,Real=0); @@ -44,6 +46,7 @@ struct Lookup { Lookup(); + Lookup(Lookup const &); ~Lookup(); }; diff --git a/hdr/symtable.hh b/hdr/symtable.hh index a1443a7d3b..b4217c12b8 100644 --- a/hdr/symtable.hh +++ b/hdr/symtable.hh @@ -9,13 +9,17 @@ struct Symtable : public Assoc { Symbol lookup(String)const; + }; struct Symtables : private Assoc { - void read(Text_db&) ; + Symtable* operator()(String s); - + ~Symtables(); + Symtables(); + Symtables(Symtables const&); + Assoc::add; }; -- 2.39.5