]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/new-fingering-engraver.cc
* scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
[lilypond.git] / lily / new-fingering-engraver.cc
index 2f7800d8c9a190591b8f2394680e8c198266879c..3dbb171395178ddc75d91674afcde5fc07f092be 100644 (file)
@@ -64,7 +64,9 @@ New_fingering_engraver::acknowledge_grob (Grob_info inf)
   if (Rhythmic_head::has_interface (inf.grob_))
     {
       Music * note_ev =inf.music_cause ();
-
+      if (!note_ev)
+       return;
+      
       SCM arts = note_ev->get_property ("articulations");
 
       for (SCM s = arts; ly_c_pair_p (s); s = ly_cdr  (s))