]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.45
authorfred <fred>
Sun, 24 Mar 2002 19:36:45 +0000 (19:36 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:36:45 +0000 (19:36 +0000)
lily/clef-item.cc
lily/crescendo.cc
lily/headreg.cc
lily/key-item.cc
lily/key-reg.cc
lily/local-key-reg.cc

index 72328b0954e9617b8280bb59899011ede0aed5b1..a95c54d454f1206995d619d9868ee2f373d42af3 100644 (file)
@@ -52,3 +52,4 @@ Clef_item::brew_molecule_p()const
     return output;
 }
 
+IMPLEMENT_STATIC_NAME(Clef_item);
index 9b2a1696312401366ab082fa2386c943dbec85c1..29aa3ab84176b1e0f2105a157b47f627ec8bfb96 100644 (file)
@@ -34,3 +34,5 @@ Crescendo::brew_molecule_p() const return m_p ;
     int pos = (dir_i_ >0) ? staff_size_i_ + 4 : - 4 ;
     m_p->translate(Offset(0,pos * paper()->internote()));
 }
+
+IMPLEMENT_STATIC_NAME(Crescendo);
index 93ea9b2d08e5ca8c1bc9492d500b773d08a1070c..61232d25b8ca9779ee3cee9037722a7de259040c 100644 (file)
@@ -73,3 +73,5 @@ Notehead_register::post_move_processing()
 {
     note_req_l_ = 0;
 }
+
+IMPLEMENT_STATIC_NAME(Notehead_register);
index 726af8cb3065c2d959546121406cfebade8d9982..7cc9fcbfa90cf698213323db867e35ac2a666cd9 100644 (file)
@@ -68,3 +68,4 @@ Key_item::brew_molecule_p()const
     output->add_right(m);
     return output;
 }
+IMPLEMENT_STATIC_NAME(Key_item);
index 8b8b2373b3dc1fd5a7e303654bb4ff9613638ba8..83fb84c0cdd7db4ee4a799a084532d396c0975c5 100644 (file)
@@ -97,3 +97,4 @@ Key_register::post_move_processing()
     default_key_b_ = false;
     kit_p_ = 0;
 }
+IMPLEMENT_STATIC_NAME(Key_register);
index 0ce36e955c1d4d9cd6039bec008880dc32860374..ea7e66b7d7af42a4d8dba74cdf09b1f1bbf3ef57 100644 (file)
@@ -67,3 +67,4 @@ Local_key_register::process_requests()
            warning ("Help me! can't figure  current key", 0);
     }
 }
+IMPLEMENT_STATIC_NAME(Local_key_register);