From a6e5a76396a55651132833458d86e7cfc45eea07 Mon Sep 17 00:00:00 2001 From: hanwen Date: Tue, 19 Apr 2005 17:29:12 +0000 Subject: [PATCH] *** empty log message *** --- lily/simple-spacer.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lily/simple-spacer.cc b/lily/simple-spacer.cc index c7d016b27c..e7f22978dd 100644 --- a/lily/simple-spacer.cc +++ b/lily/simple-spacer.cc @@ -273,10 +273,10 @@ Spring_description::length (Real f) const by constraints, eg. - ===== - | | - o|o| x ##x - + . ===== + . | | + .o|o|x ##x + . The ## forces the notes apart; we shouldn't allow the O's to touch this closely. @@ -418,7 +418,7 @@ Simple_spacer_wrapper::add_columns (Link_array const &icols) for (int i = 0; i < cols.size () - 1; i++) { - for (SCM s = Spaceable_grob::get_minimum_distances (cols[i]); +g for (SCM s = Spaceable_grob::get_minimum_distances (cols[i]); scm_is_pair (s); s = scm_cdr (s)) { Grob *other = unsmob_grob (scm_caar (s)); -- 2.39.2