X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstaff-symbol.hh;h=3774ee3dc30af8077473d4db5cadfe0fc75b5a12;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=4dacde8b5353d4c6f49a3ef046b8351aead4e1f4;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/lily/include/staff-symbol.hh b/lily/include/staff-symbol.hh index 4dacde8b53..3774ee3dc3 100644 --- a/lily/include/staff-symbol.hh +++ b/lily/include/staff-symbol.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2007 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ #ifndef STAFF_SYMBOL_HH @@ -24,6 +24,7 @@ public: static int get_steps (Grob *); static int line_count (Grob *); + static bool on_line (Grob *me, int pos); DECLARE_SCHEME_CALLBACK (print, (SCM)); DECLARE_SCHEME_CALLBACK (height, (SCM)); DECLARE_GROB_INTERFACE();