X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspacing-interface.cc;h=f7d6b8d31fc90d3a925272eae629f84c48665775;hb=09bf9a18185476020686ff65b5d70b57051be780;hp=65ac96834fe505e668cd7bfea1a7c5823fbb89dc;hpb=d6e38cceb0003117ccf134233f6b60f1ab5c1419;p=lilypond.git diff --git a/lily/spacing-interface.cc b/lily/spacing-interface.cc index 65ac96834f..f7d6b8d31f 100644 --- a/lily/spacing-interface.cc +++ b/lily/spacing-interface.cc @@ -4,7 +4,7 @@ source file of the GNU LilyPond music typesetter - (c) 2007 Joe Neeman + (c) 2007--2009 Joe Neeman */ #include "spacing-interface.hh" @@ -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 " );