summaryrefslogtreecommitdiff
path: root/scm
Commit message (Expand)AuthorAgeFilesLines
* Issue 4131/1: Reimplement forced partcombine decisions via context properties...David Kastrup2015-10-055-10/+14
* Issue 4620/5: Remove/replace Simple_closure smob typeDavid Kastrup2015-10-021-1/+0
* Issue 4620/3: Add grob::compose-function and grob::offset-function...David Kastrup2015-10-021-1/+47
* Issue 4620/1: Remove unused function chain-grob-member-functionsDavid Kastrup2015-10-021-7/+0
* Issue 4614/2: Let \chordmode { c:5 } mean <c' g'> rather than <c' e' g'>David Kastrup2015-09-261-3/+11
* Issue 4614/1: Let c:sus be interpreted as c:sus4David Kastrup2015-09-261-2/+8
* Issue 4612: Don't let AccidentalPlacement::add_accidental rewrite X-offset...David Kastrup2015-09-231-1/+3
* Issue 4608: Change scheme function name for default font...Masamichi Hosoda2015-09-212-2/+2
* Issue 4609/5: Let \displayLilyMusic heed \once \unset and \once \revertDavid Kastrup2015-09-201-3/+7
* Let note-by-number and rest-by-number be robust against overriding font-name...Thomas Morley2015-09-202-27/+14
* Issue 4601/1: Refactor part of offsetter into grob-transformerDavid Kastrup2015-09-171-19/+27
* Issue 913: improve \partcombine when parts have unequal lengths...Dan Eble2015-09-141-10/+40
* Implement new markup-command overlay...Thomas Morley2015-09-121-5/+22
* Add specific author fields for PDF (Issue 4563)Phil Holmes2015-09-061-1/+1
* Clear fret-diagram- and harp-pedal-input-strings from whitespace...Thomas Morley2015-09-053-7/+36
* Issue 4504: Let whiteout-box take a number argument...Paul Morris2015-08-303-14/+22
* Add output-module? definition to detect midi/layoutDavid Kastrup2015-08-241-0/+7
* input/regression/bookparts.ly fails at PDF conversion stage...Thomas Morley2015-08-231-2/+11
* Issue 4569: Keep \autochange from escaping an existing context hierarchyDavid Kastrup2015-08-231-1/+4
* (descend-to-context, context-spec-music): optional arguments id modsDavid Kastrup2015-08-231-4/+9
* Don't bother drawing straight flags in a certain orientationDavid Kastrup2015-08-202-23/+8
* Set the sequence name in MIDI using title information from...Heikki Tauriainen2015-08-151-3/+15
* Issue 4544 / 2: Fix LilyPond default fonts definition...Masamichi Hosoda2015-08-141-2/+2
* Export markup-function? and markup-list-function?David Kastrup2015-08-111-2/+2
* Add check-music-path functionDavid Kastrup2015-08-111-0/+23
* Fix ugly output from make-parenthesis-stencil for increased thickness...Thomas Morley2015-08-081-1/+1
* Let fret-diagram scale markups to fit into dots...Thomas Morley2015-08-081-4/+31
* Issue 4537/1: Let \addlyrics accept an optional context mod...David Kastrup2015-08-081-3/+5
* Let \autochange accept optional arguments for the turning-point and clefs...Thomas Morley2015-08-051-6/+25
* Add comment to font.scm and lilypond-fonts.conf.in...James Lowe2015-08-021-0/+5
* Issue 4526: lily-library.scm: Remove unused quarter tone constantsWerner Lemberg2015-08-021-11/+0
* Typo fix for issue 4486: ly:music -> ly:music?David Kastrup2015-08-011-1/+1
* Issue 4529: Avoid "Parsed object should be dead" message from issue 4505David Kastrup2015-07-301-2/+11
* display-lily.scm: export with-music-matchDavid Kastrup2015-07-301-1/+1
* Issue 4519: event-chord-wrap! needs to call expand-repeat-notes!...David Kastrup2015-07-271-5/+6
* Issue 4516: Make \offset handle unpure/pure containersDavid Kastrup2015-07-271-27/+46
* Add/import music functions Syntax::property-{override,set)-functionDavid Kastrup2015-07-271-0/+10
* Syntax::property_operation -> Syntax::property_{override,revert,set,unset}...David Kastrup2015-07-271-20/+32
* define-note-names.scr: Sort note names according to pitch....Werner Lemberg2015-07-271-34/+62
* Issue 4496: RepeatTieColumn shouldn't call a Tie callbackDan Eble2015-07-211-1/+0
* Table Of Contents crash with negative first-page-number...Thomas Morley2015-07-211-12/+18
* Issue 4501/2: Use music-type-predicate where usefulDavid Kastrup2015-07-212-12/+4
* Issue 4501/1: Add music-type-predicate function...David Kastrup2015-07-211-0/+8
* Issue 4507/2: Fix display for \applyOutput, adapt display regtestDavid Kastrup2015-07-211-2/+4
* Reorganize argument list for Syntax::partial-music-functionDavid Kastrup2015-07-211-12/+13
* value->lily-string needs (scm display-lily) module....David Kastrup2015-07-211-1/+2
* Issue 4492: Redundant music-has-type -> music-is-of-type?David Kastrup2015-07-181-4/+1
* Provide check-context-path functionDavid Kastrup2015-07-181-0/+24
* Issue 4487/3: Implement partial markups...David Kastrup2015-07-181-0/+13
* Issue 4487/2: Allow for chaining of several partial functions in a row...David Kastrup2015-07-181-7/+31