X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstaff-symbol-referencer.hh;h=20311c8abb53fcd4f280b5a360e6d9d845fd7be0;hb=b0064942493df77833e6e41e05d362850f4874b0;hp=589f73e0b49ee833f65d8f41194d09bbc5f58f15;hpb=8a28f0429e9ce4ce7258156d62261b939edd72d1;p=lilypond.git diff --git a/lily/include/staff-symbol-referencer.hh b/lily/include/staff-symbol-referencer.hh index 589f73e0b4..20311c8abb 100644 --- a/lily/include/staff-symbol-referencer.hh +++ b/lily/include/staff-symbol-referencer.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999 Han-Wen Nienhuys + (c) 1999--2000 Han-Wen Nienhuys */ @@ -26,7 +26,7 @@ public: void set_interface (); bool has_interface_b (); void set_position (Real); - static Real callback (Dimension_cache const*); + static Real callback (Score_element const*, Axis a); /** Leading are the lead strips between the sticks (lines) of @@ -35,14 +35,14 @@ public: Real staff_space () const; Staff_symbol * staff_symbol_l () const; - int lines_i () const; + int line_count () const; Real position_f () const; }; int compare_position (Score_element *const&,Score_element *const&); -Staff_symbol_referencer_interface staff_symbol_referencer_interface (Score_element const*); +Staff_symbol_referencer_interface staff_symbol_referencer (Score_element const*); #endif /* STAFF_SYMBOL_REFERENCER_HH */