summaryrefslogtreecommitdiff
path: root/lily/simple-spacer.cc
Commit message (Expand)AuthorAgeFilesLines
* simple-spacer: inappropriate assert; issue 4448Keith OHara2015-06-271-4/+7
* Issue 4365: non-member unsmob<T> replaces T::unsmob and T::is_smob...Dan Eble2015-05-221-1/+1
* Revert "Issue 4360: Reorganize smob initialization to make it more reliable"...David Kastrup2015-05-051-2/+0
* Issue 4360: Reorganize smob initialization to make it more reliable...David Kastrup2015-05-021-0/+2
* Replace C++ (in)equality checks with proper SCM syntax...Valentin Villenave2015-04-211-1/+1
* Run grand replace for 2015.Werner Lemberg2015-01-041-1/+1
* Issue 4082/3: Run scripts/auxiliar/smob-convert.shDavid Kastrup2014-09-011-19/+0
* unsmob_pitch -> Pitch::unsmob and related...David Kastrup2014-08-021-1/+1
* Fix issue 3868: line-breaking makes short lines...Keith OHara2014-03-081-1/+1
* Run grand-replace (issue 3765)...Carl Sorensen2014-01-111-1/+1
* Hairpin minimum-length has not effect at end of line; issue 2785....Mike Solomon2013-04-061-0/+3
* Issue 2951: Allow music of nominally zero duration to be typeset....David Kastrup2012-11-191-3/+6
* run astyle 2.02Graham Percival2012-03-301-1/+0
* Reverts smobification of simple spanners....Mike Solomon2012-01-181-9/+176
* Run grand-replace for 2012Graham Percival2012-01-091-1/+1
* Looser spacing for ragged-last-bottom; issue 1377...Keith OHara2011-12-181-0/+6
* Makes line breaking options more accessible to grobs.Mike Solomon2011-11-091-176/+9
* simple-spacer.cc: we were missing an implementation of Simple_spacerDavid Kastrup2011-08-071-0/+19
* Grand fixcc.py run on all .hh .cc files....Graham Percival2011-08-011-98/+97
* Vertical spacing, distinguish stretchability/compressibility...Keith OHara2011-06-171-9/+9
* Admin: run yearly grand-replace.Graham Percival2011-01-131-1/+1
* Run grand-replace for 2010.Neil Puttock2010-01-231-1/+1
* Update source file headers. Fixes using standard GNU package conventions....Jan Nieuwenhuizen2009-11-251-4/+15
* Change the treatment of min-distance in springs....Joe Neeman2009-07-241-2/+4
* Run grand-replace for 2009.Jan Nieuwenhuizen2009-01-061-1/+1
* Run `make grand-replace'.Jan Nieuwenhuizen2008-12-011-1/+1
* Avoid NaN with springs of zero length.Joe Neeman2008-01-231-1/+6
* Fix a silly mistake with infinitely stiff springs.Joe Neeman2008-01-231-1/+1
* Revert "second patch from Joe: fix a silly mistake with infinite stiff springs"...Valentin Villenave2008-01-141-1/+1
* Revert "third patch from Joe: avoid NaN with springs of zero length"...Valentin Villenave2008-01-141-6/+1
* third patch from Joe: avoid NaN with springs of zero lengthValentin Villenave2008-01-131-1/+6
* second patch from Joe: fix a silly mistake with infinite stiff springsValentin Villenave2008-01-131-1/+1
* Decrease the compression penalty. Gets typography-demo back onto 1 page.Joe Neeman2007-11-271-1/+1
* more robustness to inf and nan in simple-spacer and springJoe Neeman2007-07-131-0/+6
* fix spacing regressions up to spacing-folded-clefJoe Neeman2007-06-271-1/+1
* remove obsolete commentJoe Neeman2007-06-261-14/+1
* use springs in simple-spacer and scrap separating-group-spannerJoe Neeman2007-06-261-81/+50
* Allow null spacing and padding in vertical spacing:...Nicolas Sceaux2007-06-101-1/+4
* Shutup warnings about springs of length 0Joe Neeman2007-02-011-1/+1
* Do ragged-right according to the space at the end of the line, not the...Joe Neeman2007-01-181-13/+16
* Fix #230...Han-Wen Nienhuys2007-01-101-5/+5
* add 2007 to (c) year.Han-Wen Nienhuys2007-01-081-1/+1
* coverage fixes.Han-Wen Nienhuys2007-01-051-25/+2
* fix keep-inside-line on the left side (issue #130)Joe Neeman2006-11-131-2/+2
* spacingHan-Wen Nienhuys2006-11-011-0/+2
* * lily/simple-spacer.cc (get_line_forces): test for non-fitting...Joe Neeman2006-10-181-2/+2
* * lily/spanner.cc (find_broken_piece):...Joe Neeman2006-09-071-9/+1
* *** empty log message ***Joe Neeman2006-09-041-32/+25
* * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn...Joe Neeman2006-07-241-13/+15
* * lily/spacing-spanner.cc (musical_column_spacing): set...Han-Wen Nienhuys2006-06-181-17/+29