]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/align-interface.hh
Fix 1240.
[lilypond.git] / lily / include / align-interface.hh
index 40e356123454952c41a2f750cd44900f127e4601..3cc04272a824a51b946665d2c1858faf2d8342ac 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2000--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2000--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -32,7 +32,8 @@ struct Align_interface
   static void align_elements_to_ideal_distances(Grob *);
   static vector<Real> get_minimum_translations (Grob *, vector<Grob*> const&,
                                                Axis a,
-                                               bool safe, int start, int end);
+                                               bool include_fixed_spacing,
+                                               bool pure, int start, int end);
   static void set_ordered (Grob *);
   static Axis axis (Grob *);
   static void add_element (Grob *, Grob *);