X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpaper-column.hh;h=719e7d5e4945dbe4e7eade5cd74ed8d9c884c2c4;hb=8801288941559733f70e131b7a42f77a3ba01863;hp=9109e4e6971fd18f3e23c8cb70bfc948a37182fd;hpb=deabe8e6c21ae6080e13b269bab24901f74a2254;p=lilypond.git diff --git a/lily/include/paper-column.hh b/lily/include/paper-column.hh index 9109e4e697..719e7d5e49 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--2009 Han-Wen Nienhuys */ #ifndef PAPER_COLUMN_HH @@ -48,7 +48,9 @@ public: static Moment when_mom (Grob *); static bool is_used (Grob *); static bool is_breakable (Grob *); + static bool is_extraneous_column_from_ligature (Grob *); static Real minimum_distance (Grob *l, Grob *r); + static Interval break_align_width (Grob *me); }; #endif // PAPER_COLUMN_HH