#include "smobs.hh"
-#define DECLARE_TYPE_NAME(Class)
-
class Translator_group_identifier;
class Music_identifier;
-class Articulation_req_identifier;
class Output_def_identifier;
class Request_identifier;
class Score_identifier;
// todo -> property
SCM last_keysig_;
- Key_engraver *key_grav_l_;
Link_array<Note_req> mel_l_arr_;
Link_array<Item> support_l_arr_;
Local_key_engraver::Local_key_engraver()
{
- key_grav_l_ = 0;
key_item_p_ =0;
grace_align_l_ =0;
last_keysig_ = SCM_EOL;
}
/**
-
+TODO: move into Text_item
*/
Molecule
Lookup::text (String style, String text, Paper_def *paper_l)
#include <math.h>
-#include "all-font-metrics.hh"
#include "string.hh"
#include "misc.hh"
#include "paper-def.hh"
#include "debug.hh"
#include "lookup.hh"
-#include "score-engraver.hh"
-#include "paper-score.hh"
-#include "identifier.hh"
#include "main.hh"
#include "scope.hh"
#include "file-results.hh" // urg? header_global_p
-#include "paper-outputter.hh"
#include "paper-stream.hh"
-
Paper_def::Paper_def ()
{
lookup_p_tab_p_ = new map<int, Lookup*>;