]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-phrasing-engraver.cc
release: 1.5.1
[lilypond.git] / lily / lyric-phrasing-engraver.cc
index b23e2d786eef25dd82e5809709bbf4a0990e5119..90a092ebdd57092c50ac003ffd3fdaca46212ff5 100644 (file)
@@ -182,12 +182,6 @@ Lyric_phrasing_engraver::acknowledge_grob (Grob_info i)
 
   if (Note_head::has_interface (h)) {
     /* caught a note head ... do something with it */
-    /* ... but not if it's a grace note ... */
-    bool grace= to_boolean (i.elem_l_->get_grob_property ("grace"));
-    SCM wg = get_property ("weAreGraceContext");
-    bool wgb = to_boolean (wg);
-    if (grace != wgb)
-      return;
 
     /* what's its Voice context name? */
     String voice_context_id = get_context_id (i.origin_trans_l_->daddy_trans_l_, "Voice");