]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem.hh
* lily/bar-line.cc (compound_barline): fix : for staff without
[lilypond.git] / lily / include / stem.hh
index 65c23a2f7f2ac14a8f26d0f1c1558eb08086f26c..22721dad318d46b5d6b8736901e636ff0703a238 100644 (file)
@@ -18,7 +18,8 @@ public:
   static Array<int> note_head_positions (Grob *);
   static int duration_log (Grob *);
   static void set_beaming (Grob *, int, Direction d);
-  static Grob *get_beam (Grob *);
+  static int get_beaming (Grob *, Direction d);
+  static Spanner *get_beam (Grob *);
   static Grob *first_head (Grob *);
   static Grob *last_head (Grob *);
   static Drul_array<Grob*> extremal_heads (Grob *);
@@ -32,7 +33,7 @@ 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 *);