]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-heads-engraver.cc
release: 1.3.8
[lilypond.git] / lily / note-heads-engraver.cc
index c3640041517798a49a612fb5f937a4ca74072641..1f817347bf72e4ea0895cd2a0c1aacb2159118bc 100644 (file)
@@ -62,7 +62,8 @@ Note_heads_engraver::do_process_requests()
     {
       Note_head *note_p  = new Note_head;
       Note_req * note_req_l = note_req_l_arr_[i];
-      note_p->balltype_i_ = note_req_l->duration_.durlog_i_;
+      
+      note_p->balltype_i_ = note_req_l->duration_.durlog_i_ <? 2;
 
       if (note_req_l->duration_.dots_i_)
        {