From: fred Date: Sun, 24 Mar 2002 19:36:45 +0000 (+0000) Subject: lilypond-0.0.45 X-Git-Tag: release/1.5.59~5105 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=454d6c3b46ff616129ad15c413bc46b203236f9e;p=lilypond.git lilypond-0.0.45 --- diff --git a/lily/clef-item.cc b/lily/clef-item.cc index 72328b0954..a95c54d454 100644 --- a/lily/clef-item.cc +++ b/lily/clef-item.cc @@ -52,3 +52,4 @@ Clef_item::brew_molecule_p()const return output; } +IMPLEMENT_STATIC_NAME(Clef_item); diff --git a/lily/crescendo.cc b/lily/crescendo.cc index 9b2a169631..29aa3ab841 100644 --- a/lily/crescendo.cc +++ b/lily/crescendo.cc @@ -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); diff --git a/lily/headreg.cc b/lily/headreg.cc index 93ea9b2d08..61232d25b8 100644 --- a/lily/headreg.cc +++ b/lily/headreg.cc @@ -73,3 +73,5 @@ Notehead_register::post_move_processing() { note_req_l_ = 0; } + +IMPLEMENT_STATIC_NAME(Notehead_register); diff --git a/lily/key-item.cc b/lily/key-item.cc index 726af8cb30..7cc9fcbfa9 100644 --- a/lily/key-item.cc +++ b/lily/key-item.cc @@ -68,3 +68,4 @@ Key_item::brew_molecule_p()const output->add_right(m); return output; } +IMPLEMENT_STATIC_NAME(Key_item); diff --git a/lily/key-reg.cc b/lily/key-reg.cc index 8b8b2373b3..83fb84c0cd 100644 --- a/lily/key-reg.cc +++ b/lily/key-reg.cc @@ -97,3 +97,4 @@ Key_register::post_move_processing() default_key_b_ = false; kit_p_ = 0; } +IMPLEMENT_STATIC_NAME(Key_register); diff --git a/lily/local-key-reg.cc b/lily/local-key-reg.cc index 0ce36e955c..ea7e66b7d7 100644 --- a/lily/local-key-reg.cc +++ b/lily/local-key-reg.cc @@ -67,3 +67,4 @@ Local_key_register::process_requests() warning ("Help me! can't figure current key", 0); } } +IMPLEMENT_STATIC_NAME(Local_key_register);