summaryrefslogtreecommitdiff
path: root/lily
Commit message (Expand)AuthorAgeFilesLines
...
* Issue 4897: Allow multiple \with per context creation...David Kastrup2016-06-241-36/+40
* Issue 4899/6: Remove {Translator,Engraver}::ack_find_base...David Kastrup2016-06-232-10/+8
* Issue 4899/5: Remove Translator::method_find_base...David Kastrup2016-06-231-5/+4
* Issue 4899/4: Listeners should not be virtual...David Kastrup2016-06-232-2/+2
* Issue 4899/3: Revert "Issue 4885/2: Let ADD_ACKNOWLEDGER state actual classes"...David Kastrup2016-06-2310-56/+56
* Issue 4899/2: Revert "Issue 4885/3: Remove ack_finder/ack_find_base"...David Kastrup2016-06-233-5/+19
* Issue 4899/1: Let method_finder also find listeners...David Kastrup2016-06-232-2/+7
* Issue 4890: Fix ly:format for the string that contain zero...Masamichi Hosoda2016-06-161-1/+3
* Issue 4889/1: Rewrite Type1 font converting procedures...Masamichi Hosoda2016-06-161-9/+22
* Issue 2232: fix MIDI output of abutting (de)crescendiDan Eble2016-06-131-2/+3
* Avoid using ?: on lvalues in Protected_scm...David Kastrup2016-06-141-1/+3
* Dynamic_performer: eliminate an unnecessary variable...Dan Eble2016-06-131-13/+11
* Issue 3945: fix (De)crescendo with unspecified starting volume in MIDIDan Eble2016-06-131-10/+0
* Set minimum size dots for text spanner to be round....Carl Sorensen2016-06-121-2/+2
* Issue 4881: Axis_group_engraver: add interesting items only onceDavid Kastrup2016-06-121-4/+9
* Issue 4886: Replace Grace_beam_engraver::listen_beam...David Kastrup2016-06-121-18/+2
* Add the non-default property to the KeySignature grobSteven Weber2016-06-122-0/+2
* Issue 4880: Add ly:get-font-format to get the font format...Masamichi Hosoda2016-06-091-0/+57
* Issue 4878: Make type_p_name_ always char pointer...David Kastrup2016-06-0980-121/+77
* Issue 4874/3: Import various input session variables into parser...David Kastrup2016-06-093-26/+21
* Issue 4789: Note_performer: articulate events...David Kastrup2016-06-091-2/+22
* Consistently use semicolons after some macro calls...David Kastrup2016-06-077-14/+13
* Issue 4868/1: Add font-index for embedding OTC fonts...Masamichi Hosoda2016-06-061-3/+34
* Issue 4887: Remove delegating listener stubs...David Kastrup2016-06-066-67/+9
* Issue 4885/3: Remove ack_finder/ack_find_base...David Kastrup2016-06-063-19/+5
* Issue 4885/2: Let ADD_ACKNOWLEDGER state actual classes...David Kastrup2016-06-0610-44/+47
* Issue 4885/1: Simplify ADD_{,END_}ACKNOWLEDGER...David Kastrup2016-06-061-4/+4
* Issue 4884: Remove DECLARE_* translator callback macros...David Kastrup2016-06-06119-269/+260
* Issue 4873/2: Give add_acknowledger SCM &, not Protected_scm &David Kastrup2016-06-062-3/+3
* Issue 4873/1: operator SCM & () for Protected_scm...David Kastrup2016-06-062-11/+27
* Issue 4872: Remove Protected_scm destructor...David Kastrup2016-06-062-10/+0
* Issue 4862: Merge get_acknowledger and get_end_acknowledgerDavid Kastrup2016-06-065-35/+16
* Add semicola to a few macro calls...David Kastrup2016-06-012-3/+3
* Issue 4865/2: Rewrite of new translator initializations...David Kastrup2016-05-31131-287/+966
* Issue 4865/1: Move translator initializations to X::boot ()...David Kastrup2016-05-312-21/+10
* Issue 4863: Protect Grob_interface<>::interface_symbol_David Kastrup2016-05-271-2/+3
* Issue 4850: Remove self method bindings of translator groups...David Kastrup2016-05-242-23/+0
* Issue 4851: Scheme_engraver::init_acknowledgers API change...David Kastrup2016-05-212-17/+27
* Issue 4847: Let intlog2 adapt to argument precision...David Kastrup2016-05-102-20/+20
* Issue 4844: Move epsilon in Lookup::round_filled_polygon (issue 680 oversight)David Kastrup2016-05-101-1/+1
* Issue 4830: Avoid some C++ comparisons of SCM valuesDavid Kastrup2016-05-102-4/+4
* Issue 4842/7: Don't special-case Scheme_engraver's methodsDavid Kastrup2016-05-083-47/+37
* Issue 4842/6: Don't special-case Scheme_engraver's acknowledgersDavid Kastrup2016-05-084-58/+30
* Issue 4842/5: Store acknowledgers in a Scheme_hash_tableDavid Kastrup2016-05-084-39/+18
* Issue 4842/4: Replace Translator_method et al...David Kastrup2016-05-087-78/+66
* Issue 4842/3: Replace Engraver_dispatch_entry with Method_instance...David Kastrup2016-05-0818-54/+88
* Issue 4842/2: Add Method_instance class...David Kastrup2016-05-082-0/+42
* Issue 4842/1: Add Callback0_wrapper and Callback2_wrapper class...David Kastrup2016-05-082-1/+82
* Issue 4841: Let Scheme_hash_table::get return SCM_UNDEFINED for unknown keysDavid Kastrup2016-05-081-2/+6
* Issue 4840: Make Translator/Performer/Engraver abstract base classes...David Kastrup2016-05-087-34/+16