]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.64
authorfred <fred>
Tue, 26 Mar 2002 23:23:40 +0000 (23:23 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:23:40 +0000 (23:23 +0000)
lily/include/identifier.hh
lily/local-key-engraver.cc
lily/lookup.cc
lily/paper-def.cc

index e0e4c257692ab4313488c12884e2a8e434879db5..adceafb6c9fa7b9367a98fb8c9a5884490073791 100644 (file)
 #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;
index 302a1a06300c34ace2d8f66380ca532fd2008466..58ebc975d9211c08286a625f4e1db167d3c547e3 100644 (file)
@@ -38,7 +38,6 @@ public:
 
   // todo -> property
   SCM last_keysig_;
-  Key_engraver *key_grav_l_;
   
   Link_array<Note_req> mel_l_arr_;
   Link_array<Item> support_l_arr_;
@@ -51,7 +50,6 @@ public:
 
 Local_key_engraver::Local_key_engraver()
 {
-  key_grav_l_ = 0;
   key_item_p_ =0;
   grace_align_l_ =0;
   last_keysig_ = SCM_EOL;
index 56d0637936e84050926e3d98dd449d20c4f0c2d7..61326091ea5dceaf7ce15a701a1b23d4d7fb3880 100644 (file)
@@ -220,7 +220,7 @@ sanitise_PS_string (String t)
 }
 
 /**
-
+TODO: move into Text_item
 */
 Molecule
 Lookup::text (String style, String text, Paper_def *paper_l) 
index cc8bd881d636d2d58bc852cc6b958cd81040457d..bae8a1b395b9491922ca4f7bdc825696baf25484 100644 (file)
@@ -8,22 +8,16 @@
 
 #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*>;