From: fred Date: Sun, 24 Mar 2002 19:29:22 +0000 (+0000) Subject: lilypond-0.0.28 X-Git-Tag: release/1.5.59~5524 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c99168be6c1d69cea390ed8344aab1c2293a6d62;p=lilypond.git lilypond-0.0.28 --- diff --git a/hdr/linespace.hh b/hdr/linespace.hh index 50f13bd35c..e23d334ca6 100644 --- a/hdr/linespace.hh +++ b/hdr/linespace.hh @@ -40,6 +40,7 @@ class Spacing_problem { /// check if problem is too tight bool check_feasible() const; + /// does #this# contain the column #w#? bool contains(const PCol *w);