X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Fscalar.hh;h=e76841b561099b16b6e27f358702461e9dbc4a9f;hb=8766d90306918dedc640ae86b0693efc6cb989df;hp=e2750c9e1aa7a4ce09e83f06b3ce23953c47eeae;hpb=164f801e44a5263b1ba9ccc68d8eebaeaa0c5445;p=lilypond.git diff --git a/flower/include/scalar.hh b/flower/include/scalar.hh index e2750c9e1a..e76841b561 100644 --- a/flower/include/scalar.hh +++ b/flower/include/scalar.hh @@ -26,6 +26,8 @@ struct Scalar : public String operator Rational(); Scalar() {} bool isnum_b() const; + bool isdir_b() const; + bool isint_b() const; operator Real(); operator int(); bool to_bool () const;