]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/heads-engraver.cc
release: 1.1.24
[lilypond.git] / lily / heads-engraver.cc
index 4e894ba4383d46692e6d7bb8f0f44a4768c29b9a..c2d52cf13912e4aba58aad175d858f08dd855fa4 100644 (file)
@@ -49,9 +49,6 @@ Note_heads_engraver::do_process_requests()
       note_p->steps_i_ = note_req_l->pitch_.steps ();
       //      note_p->position_i_ = note_req_l->pitch_.steps ();
 
-      String noteheadstyle = get_property ("noteheadStyle", 0);
-      if (noteheadstyle.length_i ())
-        note_p->note_head_type_str_ = noteheadstyle;
   
       Score_element_info itinf (note_p,note_req_l);
       announce_element (itinf);