]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spacing-loose-columns.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / spacing-loose-columns.cc
index cc73fc138e01bc75d849825a82ce15b528aa4796..0570741117b0a4e36b2bb4f08113fccfc5329d65 100644 (file)
@@ -92,11 +92,12 @@ set_loose_columns (System *which, Column_x_positions const *posns)
              else if (Note_spacing::has_interface (spacing))
                {
                  Spacing_options options;
+                 options.init ();
 
                  fixed = robust_relative_extent (col, col, X_AXIS)[RIGHT];
 
                  Moment dt = Paper_column::when_mom (right) - Paper_column::when_mom (col);
-                 bool expand = false;
+                 bool expand;
                  space = options.get_duration_space (dt, &expand);
                  Note_spacing::get_spacing (spacing, right, space, options.increment_,
                                             &space, &fixed);