X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstaff-symbol.hh;h=28b30244c7a87316721b913655aab890b5157cfe;hb=f947f7e126ccaaea212a7e65ed458a05555c771e;hp=c86fb4ae31eae8ba10aef6799ebde4e3e41c2ebd;hpb=59a6d1a06432fc0ca88c3023c646182f389ec1b5;p=lilypond.git diff --git a/lily/include/staff-symbol.hh b/lily/include/staff-symbol.hh index c86fb4ae31..28b30244c7 100644 --- a/lily/include/staff-symbol.hh +++ b/lily/include/staff-symbol.hh @@ -33,8 +33,8 @@ public: static Real get_line_thickness (Grob *); static Real get_ledger_line_thickness (Grob *); - static std::vector line_positions (Grob *); - static std::vector ledger_positions (Grob *me, int pos); + static vector line_positions (Grob *); + static vector ledger_positions (Grob *me, int pos, Item const *head = 0); static int line_count (Grob *); static bool on_line (Grob *me, int pos, bool allow_ledger = true); static Interval line_span (Grob *);