X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspacing-interface.cc;h=d494c318c5ef820ca7759264c30c9a0f880c3842;hb=d03883358e67bb40a80a49dfc703db69dd362f25;hp=65ac96834fe505e668cd7bfea1a7c5823fbb89dc;hpb=4063c4f664e044181e416857e999cb07391c3e33;p=lilypond.git diff --git a/lily/spacing-interface.cc b/lily/spacing-interface.cc index 65ac96834f..d494c318c5 100644 --- a/lily/spacing-interface.cc +++ b/lily/spacing-interface.cc @@ -17,6 +17,7 @@ #include "paper-column.hh" #include "separation-item.hh" #include "skyline.hh" +#include "skyline-pair.hh" #include "system.hh" /* return the right-pointing skyline of the left-items and the left-pointing @@ -247,8 +248,10 @@ Spacing_interface::extremal_break_aligned_grob (Grob *me, ADD_INTERFACE (Spacing_interface, - "This object calculates the desired and minimum distances between two columns.", + "This object calculates the desired and minimum distances" + " between two columns.", + /* properties */ "left-items " "right-items " );