projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb140c9
)
remove outdated comment.
author
Han-Wen Nienhuys
<hanwen@xs4all.nl>
Tue, 9 Jan 2007 14:41:08 +0000
(15:41 +0100)
committer
Han-Wen Nienhuys
<hanwen@xs4all.nl>
Tue, 9 Jan 2007 14:41:08 +0000
(15:41 +0100)
lily/spacing-spanner.cc
patch
|
blob
|
history
diff --git
a/lily/spacing-spanner.cc
b/lily/spacing-spanner.cc
index b973022acf79154cc462c69fe90d948a95f6bd01..3177368245b6bef825d629014d537b2b369a658f 100644
(file)
--- a/
lily/spacing-spanner.cc
+++ b/
lily/spacing-spanner.cc
@@
-521,13
+521,6
@@
Spacing_spanner::breakable_column_spacing (Grob *me, Item *l, Item *r,
assert (!isinf (compound_space));
compound_space = max (compound_space, compound_fixed);
- /*
- There used to be code that changed spacing depending on
- raggedright setting. Ugh.
-
- Do it more cleanly, or rename the property.
-
- */
Real inverse_strength = (compound_space - compound_fixed);
Real distance = compound_space;
Spaceable_grob::add_spring (l, r, distance, inverse_strength);