]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-heads-engraver.cc
release: 1.3.1
[lilypond.git] / lily / note-heads-engraver.cc
index 99477e09d74076452d0a4e83db6a3fa6d363d4db..92c4b7ef986f2fc53a4106c51ddee706acdbd418 100644 (file)
@@ -73,12 +73,13 @@ Note_heads_engraver::do_process_requests()
        }
       note_p->position_i_  = note_req_l->pitch_.steps ();
 
+      /*
+       TODO: transparent note heads.
+       */
+        
       if (gh_string_p (noteheadstyle))
        {
-         if (ly_scm2string (noteheadstyle) == "transparent")
-           note_p->set_elt_property (transparent_scm_sym, SCM_BOOL_T);
-         else 
-           note_p->set_elt_property (style_scm_sym, noteheadstyle);
+         note_p->set_elt_property (style_scm_sym, noteheadstyle);
        }
       
       Score_element_info itinf (note_p,note_req_l);