]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/crescendo.cc
release: 0.0.45
[lilypond.git] / lily / crescendo.cc
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);