X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fspacing-options.cc;h=8c7b7c3ca5191002cc1477be2d0e666552eb71d7;hb=6ff19507c8daefce6654bd3067c1eedb6f6ff3f9;hp=c0e11fa62cf7a074a1e059d99ac1e0cd2d0a55bf;hpb=14573cf22c37fb61eac8e3d3ea37dfa2a13f8542;p=lilypond.git diff --git a/lily/spacing-options.cc b/lily/spacing-options.cc index c0e11fa62c..8c7b7c3ca5 100644 --- a/lily/spacing-options.cc +++ b/lily/spacing-options.cc @@ -3,14 +3,16 @@ source file of the GNU LilyPond music typesetter - (c) 2006 Han-Wen Nienhuys + (c) 2006--2007 Han-Wen Nienhuys */ #include "spacing-options.hh" +#include "spacing-spanner.hh" #include "grob.hh" #include "misc.hh" #include "moment.hh" +#include "spanner.hh" void Spacing_options::init_from_grob (Grob *me) @@ -33,7 +35,6 @@ Spacing_options::init_from_grob (Grob *me) global_shortest_ = shortest_dur.main_part_; else global_shortest_ = shortest_dur.grace_part_; - } Spacing_options::Spacing_options ()