]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.45
authorfred <fred>
Sun, 24 Mar 2002 19:36:46 +0000 (19:36 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:36:46 +0000 (19:36 +0000)
lily/local-key-item.cc
lily/script-reg.cc
lily/slur.cc
lily/stem-beam-reg.cc
lily/text-reg.cc

index ff0814f21694b1d4919f9a9858f83476f252e1fc..6a658b64c27b7937c0fe76f02fd07245d1981928 100644 (file)
@@ -91,3 +91,4 @@ Local_acc::compare(Local_acc&a, Local_acc&b)
     
     assert(false);
 };
+IMPLEMENT_STATIC_NAME(Local_key_item);
index 7ba3212e9216fdfe927e5cf58e1443adb64624dd..b782066c31453eb696fdb6e6362f903e27c4da4b 100644 (file)
@@ -74,3 +74,4 @@ Script_register::set_feature(Features i)
     if (i.direction_i_|| i.initialiser_b_)
        dir_i_ = i.direction_i_;
 }
+IMPLEMENT_STATIC_NAME(Script_register);
index 1d9bceade8f968b133cb2cd4634a0c6bf0b48921..8de13e023aeb59937b11f89a52c82cba23fc47b1 100644 (file)
@@ -133,3 +133,4 @@ Slur::brew_molecule_p() const
     return output;
 }
 
+IMPLEMENT_STATIC_NAME(Slur);
index ad947d2899f3e7ee24ab8bb1a8acec8324081a31..9169f785995d30ca0164cf3ee3217a33532cfa8b 100644 (file)
@@ -154,3 +154,5 @@ Stem_beam_register::set_feature(Features i)
 {
     default_dir_i_ = i.direction_i_;
 }
+
+IMPLEMENT_STATIC_NAME(Stem_beam_register);
index a15e47548ea9a6db1fad24d63e5b2c6cf0977631..fbe54a5db4e0f7e19769c581e1debde379c663e9 100644 (file)
@@ -57,3 +57,4 @@ Text_register::post_move_processing()
 {
     text_req_l_ = 0;
 }
+IMPLEMENT_STATIC_NAME(Text_register);