]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/translator.hh
* lily/parser.yy (context_def_mod): remove \consistsend
[lilypond.git] / lily / include / translator.hh
index 1050cac31af4aacb15fdaaa0e9254e46ad6e1713..9d6996d6d80cb2ea0f7fac37a5e393ccafa67359 100644 (file)
@@ -35,8 +35,13 @@ public:                                                      \
 class Translator
 {
   void init ();
-  
+
+protected:
+  bool must_be_last_;
+
 public:
+  bool must_be_last () const;
+  
   Context * context () const { return daddy_context_; }
   
   Translator (Translator const &);
@@ -56,6 +61,7 @@ public:
   
   Score_context * get_score_context () const;
   Global_context * get_global_context () const;
+
   
   TRANSLATOR_DECLARATIONS(Translator);
   DECLARE_SMOBS (Translator, dummy);