summaryrefslogtreecommitdiff
path: root/lily/skyline.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes annotate spacing (issue 3169)...Mike Solomon2013-03-021-0/+9
* Makes all side-positioning based on skylines instead of boxes....Mike Solomon2013-01-101-4/+14
* Uses exact horizontal skylines for accidental placement....Mike Solomon2012-09-141-0/+22
* Removes more cruft from skyline.cc and skyline.hh.Mike Solomon2012-08-311-54/+0
* Get rid of unused Skyline and Skyline_pair functionsMike Solomon2012-08-281-105/+0
* Improvements in vertical skyline approximations (issue 2148)....Mike Solomon2012-08-271-159/+483
* Let ASSERT_LIVE_IS_ALLOWED take an argument to print the last unallowed live ...David Kastrup2012-03-301-2/+2
* Run grand-replace for 2012Graham Percival2012-01-091-1/+1
* Run astyle 2.02.Graham Percival2011-12-121-2/+2
* Several fixes for annotate-spacing....Joe Neeman2011-10-081-0/+89
* Fix memleak: temporary skyline objects for systems were never deletedReinhold Kainhofer2011-09-011-0/+9
* Get rid of some compiler warnings; Fix chdir handling of errors...Reinhold Kainhofer2011-08-141-1/+2
* Grand fixcc.py run on all .hh .cc files....Graham Percival2011-08-011-43/+40
* Fix 1229 Ensure space around prefatory matter...Keith OHara2011-02-181-3/+10
* Admin: run yearly grand-replace.Graham Percival2011-01-131-1/+1
* Add regression test...Carl Sorensen2011-01-111-8/+55
* 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/+16
* Add Skyline::clear()Joe Neeman2009-07-241-0/+6
* Fix 726....Joe Neeman2009-01-111-1/+1
* Run grand-replace for 2009.Jan Nieuwenhuizen2009-01-061-1/+1
* Add header includes for GCC 4.4Daniel Johnson2008-12-231-0/+1
* Run `make grand-replace'.Jan Nieuwenhuizen2008-12-011-1/+1
* Move Skyline_pair and Paper_system bindings into their own files.Han-Wen Nienhuys2008-05-011-81/+0
* thinko in skyline with horizon_paddingJoe Neeman2007-07-131-1/+1
* Merge branch 'master' into jneemanJoe Neeman2007-07-081-0/+7
|\
| * don't crash on NaNs in skyline and page-breakingJoe Neeman2007-07-071-0/+7
* | Another attempt at removing separating-group-spanner.Joe Neeman2007-06-281-1/+2
|/
* Add Skyline::print_points(), Offset::swapped()Han-Wen Nienhuys2007-03-251-3/+13
* Ensure that skylines always have at least one building in them....Joe Neeman2007-03-191-1/+13
* fix small mistake in Building::concealsJoe Neeman2007-02-251-1/+1
* Rework skyline algorithm for a more compact representation and less fuzzy...Joe Neeman2007-02-241-236/+159
* Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond...Han-Wen Nienhuys2007-01-311-0/+13
|\
| * Enable one-pass stretching for PianoStaffJoe Neeman2007-01-211-0/+13
* | codingstyle nits: space before ( and after ,Han-Wen Nienhuys2007-01-271-3/+3
|/
* More checks for objects that should not live outside parser.Han-Wen Nienhuys2007-01-171-0/+1
* add 2007 to (c) year.Han-Wen Nienhuys2007-01-081-1/+1
* style nits.Han-Wen Nienhuys2007-01-081-1/+1
* optimise skylines....Joe Neeman2007-01-071-25/+70
* optimize Skyline::conceals_beginning() ; note some FIXMEs.Han-Wen Nienhuys2007-01-061-5/+37
* use skylines in VerticalAlignment....Joe Neeman2006-12-151-13/+117
* Set horizon_padding by default for tie formatting, vertical staff distance...Joe Neeman2006-12-121-9/+9
* add horizon_padding to skylines (although it is currently always 0)Joe Neeman2006-12-121-31/+47
* remove skyline max-slopeJoe Neeman2006-12-121-70/+94
* make max-slope configurable on skylinesJoe Neeman2006-12-071-19/+12
* Support the insertion of single points into a skyline....Joe Neeman2006-12-031-1/+2
* (start|end)_height -> drul_arrayJoe Neeman2006-12-011-27/+29
* smobify skyline, add copy ctor, move stenciling out of skyline.Han-Wen Nienhuys2006-12-011-21/+45
* skyline debugging, and notes about usage.Han-Wen Nienhuys2006-12-011-5/+37
* skyline cleanup, and from_points, to_points functionalityHan-Wen Nienhuys2006-11-291-28/+70