]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/clef-engraver.cc
* lily/paper-book.cc (split_string): new function
[lilypond.git] / lily / clef-engraver.cc
index fb5daa0402ec9e2f9b212e3d11e23eaa71879909..c22408b300f96ebaf8fa1aa20f3dacf1eb9772b4 100644 (file)
@@ -93,7 +93,7 @@ Clef_engraver::create_clef ()
       SCM cpos = get_property ("clefPosition");
 
       if (ly_c_number_p (cpos))
-       Staff_symbol_referencer::set_position (clef_, ly_scm2int (cpos));
+       clef_->set_property ("staff-position", cpos);
 
       SCM oct =  get_property ("clefOctavation");
       if (ly_c_number_p (oct) && ly_scm2int (oct))