]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.45
authorfred <fred>
Mon, 24 Mar 1997 22:37:20 +0000 (22:37 +0000)
committerfred <fred>
Mon, 24 Mar 1997 22:37:20 +0000 (22:37 +0000)
lily/include/register.hh
lily/include/voice-regs.hh

index da80db38fe4efc1a053dc0b864ba0e91a0688a3a..808b28d05c80a9396216b77cc2a1bf74b6dd838b 100644 (file)
@@ -90,6 +90,7 @@ protected:
       */
     virtual Staff_info get_staff_info();
     
+    
     virtual void do_print()const;  
 public:
     /** Every Request_register (except for the 'top' which is directly
index 82070a704e352e2f7351930643752ef6ff43ddd5..70735ff10f27697b7fb87487c2030fd2f7f540f9 100644 (file)
 #ifndef VOICEREGS_HH
 #define VOICEREGS_HH
 
-#include "registergroup.hh"
+#include "register-group.hh"
 
 class Voice_registers : public Register_group_register {
 
-
 public:
     Voice *voice_l_;
     /* *************** */