]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.60
authorfred <fred>
Sun, 24 Mar 2002 19:42:19 +0000 (19:42 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:42:19 +0000 (19:42 +0000)
lily/include/voice-group-regs.hh
lily/p-score.cc

index dba96dc21a28fea7f4d6f8fda501ba0d67be213e..8a0837308d11c3cde7b4a5023c73e9916672ddfe 100644 (file)
 class Voice_group_registers  : public Register_group_register {
     Moment termination_mom_;
     Input_register const *ireg_C_;
+    int dir_i_;
+
 protected:
     virtual void do_print() const;
+    virtual void set_feature(Feature);
+    virtual Scalar get_feature(String);
     virtual void post_move_processing();
     virtual bool try_request(Request*);
 public:
index 37090b77dbb395e768c1c9850d976f8b6889c85c..ff3482097e461f063df18bdd43b562652b9787ee 100644 (file)
@@ -131,6 +131,7 @@ PScore::output(Tex_stream &ts)
        if ((lic+1).ok())
            ts << "\\interscoreline\n";
     }  
+    ts << "\n\\EndLilyPondOutput";
 }