]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/auto-beam-engraver.cc
* lily/stem.cc (head_count): Change function name. Change property
[lilypond.git] / lily / auto-beam-engraver.cc
index 7c418a024b1913ee3c0b91e862b48c4164332c4d..5126db27dbea7046bf1c20bb4c46a6fd4120ffee 100644 (file)
@@ -370,7 +370,7 @@ Auto_beam_engraver::acknowledge_grob (Grob_info info)
       /*
        Don't (start) auto-beam over empty stems; skips or rests
        */
-      if (!Stem::heads_i (stem_l))
+      if (!Stem::head_count (stem_l))
        {
          if (stem_l_arr_p_)
            end_beam ();