]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/head-grav.cc
release: 0.1.65
[lilypond.git] / lily / head-grav.cc
index 104b5678de4ff963cbafc94690b5b6d021ee1ed0..5820c5fa5fdff9b379e327f7c001976ac1ff6d2b 100644 (file)
@@ -47,7 +47,7 @@ Note_head_engraver::do_process_requests()
       announce_element (Score_elem_info (dot_p_,0));
     }
   
-  note_p_->position_i_ = note_req_l_->note()->height ();
+  note_p_->position_i_ = note_req_l_->note()->pitch_.steps ();
 
   Staff_info inf = get_staff_info();
   if (inf.c0_position_i_l_)