2 notename-table.cc -- implement Notename_table
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
9 #include "notename-table.hh"
10 #include "pointer.tcc"
11 #include "musical-request.hh"
13 template class P
<Melodic_req
>;
16 Notename_table::add (String s
, Melodic_req
*m_p
)
22 Notename_table::get_l (String s
)