summaryrefslogtreecommitdiff
path: root/lily/spanner.cc
Commit message (Expand)AuthorAgeFilesLines
* Issue 4512: Remove redundant occurences of this->David Kastrup2015-07-271-1/+1
* Issue 4365: non-member unsmob<T> replaces T::unsmob and T::is_smob...Dan Eble2015-05-221-4/+4
* Replace C++ (in)equality checks with proper SCM syntax...Valentin Villenave2015-04-211-2/+2
* Allow independent adjustment of minimum length for spanner siblings...David Nalesnik2015-02-141-2/+18
* Run grand replace for 2015.Werner Lemberg2015-01-041-1/+1
* Issue 4141/1: Define inline members unsmob and is_smob for several derived cl...David Kastrup2014-10-061-6/+0
* Replace remaining uses of unsmob_xxx with Xxx::unsmob...David Kastrup2014-08-021-4/+4
* unsmob_pitch -> Pitch::unsmob and related...David Kastrup2014-08-021-2/+2
* use X-parents to align MMRNumbers, MMRTexts and PercentRepeatCounters...Janek Warchoł2014-06-281-1/+12
* Run grand-replace (issue 3765)...Carl Sorensen2014-01-111-1/+1
* Revert "Break slurs between alternative endings in repeats; issue 1698."...Mike Solomon2013-04-151-1/+0
* Hairpin minimum-length has not effect at end of line; issue 2785....Mike Solomon2013-04-061-0/+17
* Break slurs between alternative endings in repeats; issue 1698....Mike Solomon2013-04-061-0/+1
* Run fixcc.py with astyle 2.02.Graham Percival2012-08-101-1/+1
* Add some translation markers; normalize whitespace.Werner Lemberg2012-06-281-2/+3
* Consistent bounds for slurs; issue 427 and 379Keith OHara2012-06-201-26/+0
* Issue 2491: Macro for(UP_and_DOWN) and 3 similar....Łukasz Czerwiński2012-04-301-20/+8
* Run grand-replace for 2012Graham Percival2012-01-091-1/+1
* Run astyle 2.02.Graham Percival2011-12-121-2/+2
* Standardizes X extents of beams across beam calculations....Mike Solomon2011-11-101-7/+24
* Grand fixcc.py run on all .hh .cc files....Graham Percival2011-08-011-110/+107
* Fix 1259/1433: linebreaks with \breakDynamicSpan or spanners with style=#'none...Reinhold Kainhofer2011-07-281-0/+1
* Fix issues 75 and 1256: Allow multiple concurrent slurs...Reinhold Kainhofer2011-07-121-0/+1
* Modifies Spanner::spanner_length to better handle line spanners....Mike Solomon2011-06-161-4/+19
* Fix 1622 Dynamic spanner not printed under grace notesTrevor Daniels2011-04-191-4/+7
* Suppress continuing LyricHyphen under grace note at start of line...Trevor Daniels2011-04-091-11/+11
* Fixes Issue 1504, allowing feather beam line breaking....Mike Solomon2011-03-161-0/+48
* Replaces broken_spanner_index by get_break_index in spanner.cc...Mike Solomon2011-03-121-12/+1
* Optimizations for pure-height approximations....Joe Neeman2011-02-141-0/+27
* 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-3/+14
* Move left-broken line-spanner check to callback....Neil Puttock2009-04-151-14/+34
* Run grand-replace for 2009.Jan Nieuwenhuizen2009-01-061-1/+1
* Run `make grand-replace'.Jan Nieuwenhuizen2008-12-011-1/+1
* Clean up error messages in case of unattached tuplet bracket.Han-Wen Nienhuys2008-03-171-1/+1
* In doc strings, replace trailing spaces with leading ones....Werner Lemberg2008-03-141-6/+6
* ADD_INTERFACE: Formatting and fixing typos.Werner Lemberg2008-03-141-6/+8
* Fix #527....Han-Wen Nienhuys2007-12-151-4/+7
* fix hairpinToBarlineJoe Neeman2007-07-051-0/+1
* Fix #296....Han-Wen Nienhuys2007-02-161-16/+26
* rename spanned_rank_iv -> spanned_rank_intervalHan-Wen Nienhuys2007-02-031-2/+2
* codingstyle nits: space before ( and after ,Han-Wen Nienhuys2007-01-271-1/+1
* Fix #255....Han-Wen Nienhuys2007-01-241-20/+3
* make spanned_rank_iv() const; add Spanner::spanned_time() methodHan-Wen Nienhuys2007-01-241-1/+27
* excise object keys from back-end.Han-Wen Nienhuys2007-01-111-8/+8
* add 2007 to (c) year.Han-Wen Nienhuys2007-01-081-1/+1
* spanner::bounds-widthHan-Wen Nienhuys2006-12-211-1/+20
* really fix #171Han-Wen Nienhuys2006-12-081-4/+4
* insert rods between spanner bounds and breakable columns too. Fixes #171.Han-Wen Nienhuys2006-12-081-6/+23