summaryrefslogtreecommitdiff
path: root/lily/include
Commit message (Expand)AuthorAgeFilesLines
* Adds Slur_proto_engraver as a base class for Slur_engraver and Phrasing_slur_...Mike Solomon2013-03-091-0/+73
* Issue 3225: Decouple \defaultchild from \accepts list in contexts...David Kastrup2013-03-091-0/+1
* Uses only unpure-pure containers to articulate unpure-pure relationships (iss......Mike Solomon2013-03-051-0/+4
* Issue 3201: Don't initialize dim_cache_ array via constructor syntax...David Kastrup2013-02-271-0/+1
* Issue 2088: Replace automatic pointer-to-member function conversions...David Kastrup2013-02-252-4/+3
* Creates support for melismas ("ligatures") in Kievan notation via the use of ......Aleksandr Andreev2013-02-221-0/+32
* Issue 3153: Let music inside of #{ ... #} originate from @code{location} if set...David Kastrup2013-02-112-2/+5
* smobs.hh: comment the smob system of LilyPond a bit more.David Kastrup2013-01-311-1/+15
* extract new Audio_note::tie_head() method...Adam Spiers2013-01-271-0/+1
* add Audio_note::to_string to aid debuggingAdam Spiers2013-01-271-0/+1
* Brings accidentals closer to chords on average....Mike Solomon2013-01-261-1/+1
* Deletes Box_quarantine....Mike Solomon2013-01-261-41/+0
* Deletes the Hara_kiri_engraver....Mike Solomon2013-01-262-46/+0
* Makes all side-positioning based on skylines instead of boxes....Mike Solomon2013-01-108-12/+53
* Moves stem-length to C++....Mike Solomon2012-11-161-0/+2
* Issue 2954: Context_mod should not have virtual copy constructor...David Kastrup2012-11-121-2/+0
* Issue 2939: Fix relations between \maininput, EOF and safe mode...David Kastrup2012-11-051-0/+1
* pass by reference-to-const, not by valueBenkő Pál2012-10-303-6/+7
* parser.yy: get along without %code Bison directive to reduce dependenciesDavid Kastrup2012-09-221-1/+1
* Issue 2815: parser/lexer: de-unionize semantic values, make all of them SCM...David Kastrup2012-09-141-1/+1
* Uses exact horizontal skylines for accidental placement....Mike Solomon2012-09-143-1/+5
* remove top-level const's from declarations...Benkő Pál2012-09-112-2/+2
* Revert "Better approximations for cross-staff slurs"...Mike Solomon2012-09-114-16/+3
* Better approximations for cross-staff slurs...Mike Solomon2012-09-104-3/+16
* Corrects Mike Solomon's e-mail addressMike Solomon2012-09-103-3/+3
* Issue 2826: Let do_yyparse return a value rather than going through parseStri......David Kastrup2012-09-091-2/+2
* Removes more cruft from skyline.cc and skyline.hh.Mike Solomon2012-08-311-1/+0
* Uses a heuristic to determine if chord tremolos collide with accidentals....Mike Solomon2012-08-312-0/+5
* Better automation of tremolo direction for whole note tremolos.Mike Solomon2012-08-312-0/+2
* Uses FingeringColumn to avoid collisions of overlapping Fingerings.Mike Solomon2012-08-291-0/+34
* Extracts Accidentals for AccidentalPlacements in the side-position-interface....Mike Solomon2012-08-291-0/+3
* Get rid of unused Skyline and Skyline_pair functionsMike Solomon2012-08-282-14/+0
* Improvements in vertical skyline approximations (issue 2148)....Mike Solomon2012-08-2713-19/+82
* Run fixcc + astyle2.02.1Graham Percival2012-08-273-4/+4
* Make distributed tarball from Git file list...John Mandereau2012-08-151-8/+0
* Run fixcc.py with astyle 2.02.Graham Percival2012-08-102-3/+3
* Issue 1320: Scheme bar line interface (part 1/2: recoding)Marc Hohl2012-08-012-58/+0
* Issue 2691: page-layout: consider relative indents in loose-line spacingKeith OHara2012-07-281-3/+5
* Create ly_is_rational predicate that allows exact rationals and infinitiesDavid Kastrup2012-07-271-0/+1
* Issue 2669: Avoid recreating notename hashes from alists unnecessarily.David Kastrup2012-07-201-2/+2
* Include +inf.0 and -inf.0 in conversions of Rational to SCM and backDavid Kastrup2012-07-041-1/+0
* Fix description in lily/include/smobs.hhDavid Kastrup2012-06-301-2/+8
* Issue 2607: Allow immediate Scheme expressions with splicing and multiple values...David Kastrup2012-06-231-1/+2
* Consistent bounds for slurs; issue 427 and 379Keith OHara2012-06-201-1/+1
* Forbids slur and tie extrema points from getting to close.Mike Solomon2012-06-151-0/+2
* Add One_line_page_breaking....Joe Neeman2012-06-132-1/+37
* Includes Flags is Slur encompass calculationsMike Solomon2012-06-112-0/+2
* Issue 2515: staff_radius fixes...Benkő Pál2012-05-111-0/+10
* Don't use virtual base classes without apparent reason...David Kastrup2012-05-043-3/+3
* pure-rest-collision-callback: Remain on staff lines; issue 2468...Keith OHara2012-05-011-1/+1