X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fspacing-interface.hh;h=14b8c2bf03c468fa9bdab9365a33d371b683e080;hb=c373de38a49dea998a0733658a48a0e62912fa11;hp=b558ede709aa46f9a69ad54f9fc910c564c79938;hpb=474c8729dc274a30558102a015a01fa5882673db;p=lilypond.git diff --git a/lily/include/spacing-interface.hh b/lily/include/spacing-interface.hh index b558ede709..14b8c2bf03 100644 --- a/lily/include/spacing-interface.hh +++ b/lily/include/spacing-interface.hh @@ -8,8 +8,19 @@ #include "grob-interface.hh" #include "lily-proto.hh" +#ifndef SPACING_INTERFACE_HH +#define SPACING_INTERFACE_HH + struct Spacing_interface { + static Real minimum_distance (Grob *me, Grob *right_col); + static vector right_note_columns (Grob *me); + static vector left_note_columns (Grob *me); + static Item* right_column (Grob *me); + static Item* left_column (Grob *me); + static Drul_array skylines (Grob *me, Grob *right_col); + DECLARE_GROB_INTERFACE(); }; +#endif /* SPACING_INTERFACE_HH */