summaryrefslogtreecommitdiff
path: root/lily
Commit message (Expand)AuthorAgeFilesLines
* keySignature-> keyAlterations...Keith OHara2014-05-204-25/+25
* Fix calculation of X-extent of AccidentalPlacement....David Nalesnik2014-05-131-1/+1
* Issue 3913: KeyCancellation grobs should ignore cue clefs like KeySignature g......David Kastrup2014-05-091-1/+1
* Tuplet brackets should reliably not follow kneed beams, regardless of whether......Devon Schudy2014-04-141-1/+1
* Issue 3898: parser.yy: move figure_list to chord_body...David Kastrup2014-04-131-24/+7
* Fix namespace issue with clang....Thomas Klausner2014-04-121-1/+1
* Bad positioning of tuplet numbers on kneed beams with Beam.positions override....David Nalesnik2014-04-051-5/+2
* \partial now only makes measurePosition negative at the beginning of a score....Devon Schudy2014-04-041-1/+1
* Fix infinite loop in Completion_heads_engraver at invalid measure position (i......Devon Schudy2014-04-042-1/+8
* Count MIDI ticks from the beginning of the score, not each staff independently....Devon Schudy2014-04-045-7/+17
* Issue 3892/2: Allow scheme expressions for scores, output defs, music in scoresDavid Kastrup2014-04-041-69/+81
* Issue 3892/1: Allow output defs as scheme expressions in toplevel, book, book...David Kastrup2014-04-041-0/+33
* lily/parser.yy: whitespace fixesDavid Kastrup2014-04-041-11/+8
* Issue 3878: Revert "Fix spurious error playing initial grace notes (issue 1412)"...David Kastrup2014-03-241-3/+1
* Fix issue 3868: line-breaking makes short lines...Keith OHara2014-03-082-2/+2
* Improve positioning of tuplet numbers for kneed beams....David Nalesnik2014-02-142-14/+459
* Issue 3827: remove the necessity to have a \layout block in a \markup \score ......David Kastrup2014-02-141-2/+14
* Let Chord_name_engraver record lastChord in internal context property...David Kastrup2014-02-081-13/+6
* More consistent performance of breath marks. (issue 3821)...Devon Schudy2014-02-081-4/+8
* Issue 3814: Allow context definitions to be provided by scheme functions...David Kastrup2014-01-241-41/+58
* Issue 3815: Parser: harmonize \lyricsto and \addlyrics arguments...David Kastrup2014-01-211-18/+23
* Issue 3792: \time change under last \alternative does not persistDavid Kastrup2014-01-181-6/+8
* Issue 3797: Music_wrapper_iterator does not follow original context setting o......David Kastrup2014-01-184-4/+25
* Remove tremoloFlags property (issue 3783)David Kastrup2014-01-151-12/+1
* Issue 3783: track default tremolo type in the parserDavid Kastrup2014-01-153-5/+11
* Parser: remove unused member function declarations and definitions.David Kastrup2014-01-152-14/+0
* Eliminate OUTPUT_DEF_IDENTIFIER as separate tokenDavid Kastrup2014-01-151-14/+2
* Issue 3793: Allow scheme functions and identifiers to function as output defi...David Kastrup2014-01-151-6/+47
* Issue 3794: Fix doc string for ly:context-def-lookupDavid Kastrup2014-01-151-3/+6
* Issue 3780: Allow use of Scheme expressions as chord constituents...David Kastrup2014-01-121-0/+1
* Tremolo cleanup. (issue 3745)...Devon Schudy2014-01-092-36/+3
* Issue 3770: Use value->lily-string for -ddebug-parserDavid Kastrup2014-01-061-11/+11
* Issue 3769: Lexer/Parser: Don't package location data in SCM_TOKEN semantic v......David Kastrup2014-01-065-66/+64
* Run grand-replace (issue 3765)...Carl Sorensen2014-01-05640-644/+644
* Revert "Prevents dynamics from colliding with cross-staff stems."...Keith OHara2014-01-032-11/+0
* note-spacing: let compressibility be uniform; issue 3304...Keith OHara2014-01-032-20/+10
* note-spacing: stretch somewhat uniformly...Keith OHara2014-01-037-56/+52
* springs: comment and typoKeith OHara2014-01-031-1/+18
* spacing-options: clarify documentationKeith OHara2014-01-031-7/+4
* ledger-lines: horizontal space only when presentKeith OHara2014-01-031-1/+1
* Adds outside-staff-interface and outside-staff-axis-group-interface...Mike Solomon2013-12-312-5/+0
* grob-property: if callback is independent of layout, call just onceKeith OHara2013-12-253-1/+22
* Issue 3748: Allow assignments with property paths to use x.y.z = value syntax...David Kastrup2013-12-251-0/+5
* Include `freetype.hh' where appropriate....Werner Lemberg2013-12-203-0/+3
* Parser: properly disambiguate pitches from music in function arguments...David Kastrup2013-12-191-48/+142
* Parser: remove command_element and command_event synonyms of tempo_eventDavid Kastrup2013-12-191-14/+1
* Parser: remove pitch_arg and PITCH_ARGDavid Kastrup2013-12-191-17/+0
* Parser: inline a few "common" expressions occuring only once nowDavid Kastrup2013-12-191-40/+32
* Remove all closed music expressionsDavid Kastrup2013-12-191-229/+15
* Permit event functions to use a non-closed argument list.David Kastrup2013-12-191-4/+10