X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstem.hh;h=d1060f432bf8f31217098074d14bb64107f482b6;hb=829caefcc215ddffe25806d0ff87bcc577c3286e;hp=02466710d8a0c0f74cbe9368d7c01f7cab946b66;hpb=05fabaaf86fd44f9bd903f282bb98d343a991e40;p=lilypond.git diff --git a/lily/include/stem.hh b/lily/include/stem.hh index 02466710d8..d1060f432b 100644 --- a/lily/include/stem.hh +++ b/lily/include/stem.hh @@ -32,12 +32,12 @@ public: static Slice Stem::beam_multiplicity (Grob *); static Real thickness (Grob*); static int head_count (Grob *); - static bool invisible_b (Grob *) ; + static bool is_invisible (Grob *) ; static Interval head_positions (Grob *); static Real get_default_stem_end_position (Grob*me); static void position_noteheads (Grob *); static Real stem_end_position (Grob *); - static Molecule flag (Grob *); + static Stencil flag (Grob *); static bool has_interface (Grob *); static void set_spacing_hints (Grob *);