]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/collision.cc
release: 1.2.15
[lilypond.git] / lily / collision.cc
index c5424710cde4e17b39f8f9582c5fde99b5cdfb8b..c8e97cc9987d3f1932c9fd2b018a4655231dc7ee 100644 (file)
@@ -33,7 +33,7 @@ Collision::do_pre_processing()
   Array<Shift_tup> hand (forced_shift ());
   Link_array<Note_column> done;
   
-  Real wid = paper_l ()->note_width ();
+  Real wid = paper_l ()->get_var ("collision_note_width");
   for (int i=0; i < hand.size (); i++)
     {
       hand[i].e1_->translate_axis (hand[i].e2_ *wid, X_AXIS);