X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpaper-column.hh;h=314f52ec8f578e3d44842774f3611bdb13139a3a;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=0157eb6bb9a64079af671078cca25d0f2102e3a1;hpb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;p=lilypond.git diff --git a/lily/include/paper-column.hh b/lily/include/paper-column.hh index 0157eb6bb9..314f52ec8f 100644 --- a/lily/include/paper-column.hh +++ b/lily/include/paper-column.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 PAPER_COLUMN_HH @@ -48,6 +48,8 @@ public: static Moment when_mom (Grob *); static bool is_used (Grob *); static bool is_breakable (Grob *); + static Real minimum_distance (Grob *l, Grob *r); + static Interval break_align_width (Grob *me); }; #endif // PAPER_COLUMN_HH