index
:
software/lilypond
stafftab
Fork of Lilypond with Stafftab patches.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lily
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Issue 4897: Allow multiple \with per context creation
...
David Kastrup
2016-06-24
1
-36
/
+40
*
Issue 4899/6: Remove {Translator,Engraver}::ack_find_base
...
David Kastrup
2016-06-23
2
-10
/
+8
*
Issue 4899/5: Remove Translator::method_find_base
...
David Kastrup
2016-06-23
1
-5
/
+4
*
Issue 4899/4: Listeners should not be virtual
...
David Kastrup
2016-06-23
2
-2
/
+2
*
Issue 4899/3: Revert "Issue 4885/2: Let ADD_ACKNOWLEDGER state actual classes"
...
David Kastrup
2016-06-23
10
-56
/
+56
*
Issue 4899/2: Revert "Issue 4885/3: Remove ack_finder/ack_find_base"
...
David Kastrup
2016-06-23
3
-5
/
+19
*
Issue 4899/1: Let method_finder also find listeners
...
David Kastrup
2016-06-23
2
-2
/
+7
*
Issue 4890: Fix ly:format for the string that contain zero
...
Masamichi Hosoda
2016-06-16
1
-1
/
+3
*
Issue 4889/1: Rewrite Type1 font converting procedures
...
Masamichi Hosoda
2016-06-16
1
-9
/
+22
*
Issue 2232: fix MIDI output of abutting (de)crescendi
Dan Eble
2016-06-13
1
-2
/
+3
*
Avoid using ?: on lvalues in Protected_scm
...
David Kastrup
2016-06-14
1
-1
/
+3
*
Dynamic_performer: eliminate an unnecessary variable
...
Dan Eble
2016-06-13
1
-13
/
+11
*
Issue 3945: fix (De)crescendo with unspecified starting volume in MIDI
Dan Eble
2016-06-13
1
-10
/
+0
*
Set minimum size dots for text spanner to be round.
...
Carl Sorensen
2016-06-12
1
-2
/
+2
*
Issue 4881: Axis_group_engraver: add interesting items only once
David Kastrup
2016-06-12
1
-4
/
+9
*
Issue 4886: Replace Grace_beam_engraver::listen_beam
...
David Kastrup
2016-06-12
1
-18
/
+2
*
Add the non-default property to the KeySignature grob
Steven Weber
2016-06-12
2
-0
/
+2
*
Issue 4880: Add ly:get-font-format to get the font format
...
Masamichi Hosoda
2016-06-09
1
-0
/
+57
*
Issue 4878: Make type_p_name_ always char pointer
...
David Kastrup
2016-06-09
80
-121
/
+77
*
Issue 4874/3: Import various input session variables into parser
...
David Kastrup
2016-06-09
3
-26
/
+21
*
Issue 4789: Note_performer: articulate events
...
David Kastrup
2016-06-09
1
-2
/
+22
*
Consistently use semicolons after some macro calls
...
David Kastrup
2016-06-07
7
-14
/
+13
*
Issue 4868/1: Add font-index for embedding OTC fonts
...
Masamichi Hosoda
2016-06-06
1
-3
/
+34
*
Issue 4887: Remove delegating listener stubs
...
David Kastrup
2016-06-06
6
-67
/
+9
*
Issue 4885/3: Remove ack_finder/ack_find_base
...
David Kastrup
2016-06-06
3
-19
/
+5
*
Issue 4885/2: Let ADD_ACKNOWLEDGER state actual classes
...
David Kastrup
2016-06-06
10
-44
/
+47
*
Issue 4885/1: Simplify ADD_{,END_}ACKNOWLEDGER
...
David Kastrup
2016-06-06
1
-4
/
+4
*
Issue 4884: Remove DECLARE_* translator callback macros
...
David Kastrup
2016-06-06
119
-269
/
+260
*
Issue 4873/2: Give add_acknowledger SCM &, not Protected_scm &
David Kastrup
2016-06-06
2
-3
/
+3
*
Issue 4873/1: operator SCM & () for Protected_scm
...
David Kastrup
2016-06-06
2
-11
/
+27
*
Issue 4872: Remove Protected_scm destructor
...
David Kastrup
2016-06-06
2
-10
/
+0
*
Issue 4862: Merge get_acknowledger and get_end_acknowledger
David Kastrup
2016-06-06
5
-35
/
+16
*
Add semicola to a few macro calls
...
David Kastrup
2016-06-01
2
-3
/
+3
*
Issue 4865/2: Rewrite of new translator initializations
...
David Kastrup
2016-05-31
131
-287
/
+966
*
Issue 4865/1: Move translator initializations to X::boot ()
...
David Kastrup
2016-05-31
2
-21
/
+10
*
Issue 4863: Protect Grob_interface<>::interface_symbol_
David Kastrup
2016-05-27
1
-2
/
+3
*
Issue 4850: Remove self method bindings of translator groups
...
David Kastrup
2016-05-24
2
-23
/
+0
*
Issue 4851: Scheme_engraver::init_acknowledgers API change
...
David Kastrup
2016-05-21
2
-17
/
+27
*
Issue 4847: Let intlog2 adapt to argument precision
...
David Kastrup
2016-05-10
2
-20
/
+20
*
Issue 4844: Move epsilon in Lookup::round_filled_polygon (issue 680 oversight)
David Kastrup
2016-05-10
1
-1
/
+1
*
Issue 4830: Avoid some C++ comparisons of SCM values
David Kastrup
2016-05-10
2
-4
/
+4
*
Issue 4842/7: Don't special-case Scheme_engraver's methods
David Kastrup
2016-05-08
3
-47
/
+37
*
Issue 4842/6: Don't special-case Scheme_engraver's acknowledgers
David Kastrup
2016-05-08
4
-58
/
+30
*
Issue 4842/5: Store acknowledgers in a Scheme_hash_table
David Kastrup
2016-05-08
4
-39
/
+18
*
Issue 4842/4: Replace Translator_method et al
...
David Kastrup
2016-05-08
7
-78
/
+66
*
Issue 4842/3: Replace Engraver_dispatch_entry with Method_instance
...
David Kastrup
2016-05-08
18
-54
/
+88
*
Issue 4842/2: Add Method_instance class
...
David Kastrup
2016-05-08
2
-0
/
+42
*
Issue 4842/1: Add Callback0_wrapper and Callback2_wrapper class
...
David Kastrup
2016-05-08
2
-1
/
+82
*
Issue 4841: Let Scheme_hash_table::get return SCM_UNDEFINED for unknown keys
David Kastrup
2016-05-08
1
-2
/
+6
*
Issue 4840: Make Translator/Performer/Engraver abstract base classes
...
David Kastrup
2016-05-08
7
-34
/
+16
[prev]
[next]