diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-04-19 17:32:02 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-04-19 17:32:02 +0000 |
commit | 57566c0a73fa6d3ecfa86e95b6d486a92968697f (patch) | |
tree | d71ef278c002ca251c838756c05e57e139c67606 /lily | |
parent | e3733eaa5952bcb64cdb3291175ef1ee0e6b0dc6 (diff) |
*** empty log message ***
Diffstat (limited to 'lily')
-rw-r--r-- | lily/simple-spacer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/simple-spacer.cc b/lily/simple-spacer.cc index e7f22978dd..5f21a62a3b 100644 --- a/lily/simple-spacer.cc +++ b/lily/simple-spacer.cc @@ -418,7 +418,7 @@ Simple_spacer_wrapper::add_columns (Link_array<Grob> const &icols) for (int i = 0; i < cols.size () - 1; i++) { -g for (SCM s = Spaceable_grob::get_minimum_distances (cols[i]); + 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)); |