]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-heads-engraver.cc
release: 1.3.30
[lilypond.git] / lily / note-heads-engraver.cc
index 2815ca843d0642538264cb6d2d29578ea1ce49d3..4a397581a3f3dd63d1b7515bd29f4fd5c971f9c7 100644 (file)
@@ -58,7 +58,7 @@ Note_heads_engraver::do_process_requests()
   if (note_p_arr_.size ())
     return ;
   
-  SCM noteheadstyle = get_property ("noteHeadStyle", 0);
+  SCM noteheadstyle = get_property ("noteHeadStyle");
   for (int i=0; i < note_req_l_arr_.size (); i++)
     {
       Note_head *note_p  = new Note_head;