]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spacing-options.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / spacing-options.hh
index faebb55489e7d2eb0ba934c84d7c64ca3d7e41db..9a64f1c279af831457b516205ad4b66430960ce8 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2006 Han-Wen Nienhuys <hanwen@lilypond.org>
+  (c) 2006--2008 Han-Wen Nienhuys <hanwen@lilypond.org>
   
 */
 
 
 #include "lily-proto.hh"
 #include "rational.hh"
+#include "std-vector.hh"
+
+/*
+  Various options for spacing. Usually inited from SpacingSpanner, but sometimes
+  from GraceSpacing.
+ */
 
 struct Spacing_options
 {
@@ -22,9 +28,9 @@ struct Spacing_options
   Rational global_shortest_;
   Real increment_;
   Real shortest_duration_space_;
-
+  
   Spacing_options();
   void init_from_grob (Grob *me);
-  Real get_duration_space (Rational d, bool *) const;
+  Real get_duration_space (Rational d) const;
 };
 #endif /* SPACING_OPTIONS_HH */