]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/simple-spacer.cc
Looser spacing for ragged-last-bottom; issue 1377
[lilypond.git] / lily / simple-spacer.cc
index a870ee3dcc98df502de70532b3f0c752fbc4dd36..c6b3c06f5d3a710fdb2c875aa6e27f8aaaf33ed6 100644 (file)
@@ -167,6 +167,12 @@ Simple_spacer::configuration_length (Real force) const
   return l;
 }
 
+void
+Simple_spacer::set_force (Real force)
+{
+  force_ = force;
+}
+
 void
 Simple_spacer::solve (Real line_len, bool ragged)
 {