]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem.hh
release: 1.3.54
[lilypond.git] / lily / include / stem.hh
index 8eee7cee7ed13c1176f2c456892abb4a46a7bc1e..d843a9846c85ffe51a19402ffed076d8a13d3bd1 100644 (file)
@@ -80,17 +80,17 @@ public:
 
 protected:
   friend class Stem_tremolo;   // ugh.
-  Real  get_default_stem_end_position () const;
+  Real get_default_stem_end_position () const;
   void position_noteheads();
 
 
   Real stem_end_position () const;
-  static Real off_callback (Dimension_cache const*);
+  static Real off_callback (Score_element const*, Axis);
 protected:
   Molecule flag () const;
 
   virtual void before_line_breaking();
-  static Interval dim_callback (Dimension_cache const*);
+  static Interval dim_callback (Score_element const*,Axis);
   virtual Molecule do_brew_molecule() const;
 
   void set_spacing_hints () ;