]> git.donarmstrong.com Git - lilypond.git/history - lily
Fix almost all warnings in flower/ and many in lily/.
[lilypond.git] / lily /
2011-12-05 Reinhold KainhoferFix almost all warnings in flower/ and many in lily/.
2011-12-05 Mike SolomonAdds Dots to the Slur encompass-objects grob set.
2011-12-05 Mike SolomonAllows for automatic renumbering of measure numbers...
2011-12-05 Keith OHaraitem.cc: make is_non_musical() conform to its name...
2011-12-02 Mike SolomonAssures less overshoot in Slur::pure_height.
2011-12-02 Mike SolomonAdds a numbering-assertion-function property to the...
2011-12-01 David KastrupMake ly:parse-string-expression robust against bad...
2011-11-30 David Kastrupparser.yy: remove unused functions
2011-11-30 Mike SolomonPrevent accidentals and articulations from moving over...
2011-11-28 Carl SorensenFix compile on OSX by including std-vector.hh instead...
2011-11-28 David KastrupAdd Scheme context-mods, reimplement \grobdescriptions...
2011-11-28 David KastrupMake order of context mods added at initialization...
2011-11-28 Neil PuttockImplement ly:make-context-mod
2011-11-28 David KastrupRecord $ and # expressions inside of #{ #} for better...
2011-11-26 David KastrupFix crash in safe mode due to unprotected module in...
2011-11-25 Francisco VilaMerge branch 'lilypond/translation' into staging
2011-11-25 Mike SolomonUses the pure-from-neighbor-interface to calculate...
2011-11-24 Mike SolomonDefines some undefined grob properties, grob objects...
2011-11-24 Mike SolomonGets vertical ordering of footnotes correct.
2011-11-24 Carl SorensenFix beamlet pointing wrong way in tuplets (issue 11).
2011-11-24 David Kastruplily-parser.cc: remove dead array define_spots_
2011-11-23 David Kastrupparser.yy: allow negative numbers as function arguments...
2011-11-23 Keith OHaraRepair dangerous loop from commit 7ee874c5
2011-11-22 David KastrupAllow embedded Scheme inside of markup expressions
2011-11-22 David KastrupLambaize $ and # in #{ ... #} to make Guile V2 happy.
2011-11-22 Keith OHaraFix array over-run; issue 1723
2011-11-21 David KastrupGet rid of pending_string_includes
2011-11-21 David Kastruply:parser-include-string can't be executed asynchronously
2011-11-21 David KastrupDon't let cloned parsers and lexers inherit error state.
2011-11-18 David Kastrupbeam.cc: comment fix
2011-11-17 David Kastruplexer.ll: Allow include file names to be specified...
2011-11-16 David Kastrupparser.yy: remove unused argument and functions
2011-11-16 David KastrupSeparate read/eval for Scheme expressions.
2011-11-16 David KastrupRemove all traces of ly:export
2011-11-14 Reinhold KainhoferWarnings: Move all warning-as-error handling to warn.cc
2011-11-13 David Kastrupgrob.cc: rewrite O(n^2) algorithm in Grob::common_refpo...
2011-11-10 David KastrupPermit ly:parser-clone to receive an environment
2011-11-10 David Kastruplexer.ll: add $ for immediate export.
2011-11-10 Graham PercivalMerge remote branch 'origin' into release/unstable release/2.15.17-1
2011-11-10 Graham PercivalMerge remote branch 'origin' into release/unstable
2011-11-10 David Kastrupparser.yy: allow postevents in function arguments in...
2011-11-10 Mike SolomonStandardizes X extents of beams across beam calculations.
2011-11-09 Mike SolomonMakes line breaking options more accessible to grobs.
2011-11-09 Mike SolomonCaches full score pure minimum translations in align...
2011-11-08 David Kastrupparser.yy: Allow backup and reparse of some more comple...
2011-11-08 David Kastrupparser.yy et al: make \mark a musicfunction.
2011-11-08 David Kastrupparser.yy et al: make \time and \times musicfunctions.
2011-11-08 David KastrupReplace \key with music function
2011-11-08 David Kastrupparser.yy: Allow numbers, fractions and \default as...
2011-11-08 David Kastrupparser.yy et al: make UNSIGNED a Scheme value token
2011-11-08 David KastrupMove priority of \addlyrics and composite music below...
2011-11-07 Mike SolomonFixes issue 2005 - scripts move unnecessarily away...
2011-11-07 Francisco VilaMerge branch 'lilypond/translation'
2011-11-07 David KastrupIssue 1954: Implement event type filtering for pointAnd...
2011-11-07 Francisco VilaMerge branch 'master' into lilypond/translation
2011-11-06 David KastrupImplement \once as music function able to operate on...
2011-11-03 Mike SolomonAdds in-notes to LilyPond.
2011-11-03 SeafireDots in chords can not be moved Issue 1266
2011-10-30 Francisco VilaMerge branch 'lilypond/translation'
2011-10-29 Werner LembergAdd newlines at EOF where appropriate.
2011-10-29 Mike SolomonAdds Scheme bindings for Spring constructor and setters.
2011-10-29 David Kastrupparser.yy: Allow full_markup_list into scalars
2011-10-29 David KastrupRename \markuplines to \markuplist (before running...
2011-10-26 Neil PuttockFixes issue 1506 (X-axis overhang of StaffSymbol when...
2011-10-26 Piers Titus van... Adds checks for ledger_positions; issue 1972
2011-10-25 Bertrand Bordagelily-guile: remove broken and unused function.
2011-10-25 Francisco VilaMerge branch 'master' into lilypond/translation
2011-10-25 David Kastrupparser.yy: make Scheme and music expressions equivalent...
2011-10-23 Bertrand BordageUpdating lily-guile.cc.
2011-10-22 David Kastrupparser.yy: Allow a few more syntactic classes for Schem...
2011-10-22 David Kastrupparser.yy: Allow markups, markup lists, and context...
2011-10-22 David Kastrupparser.yy: allow optional Scheme arguments to be skippe...
2011-10-22 David Kastrupparser.yy: allow composite_music rather than closed_mus...
2011-10-22 David Kastrupparser.yy: let closed_music accept a few complex forms
2011-10-22 David Kastrupparser: change order of arguments for context-specifica...
2011-10-22 David Kastrupparser.yy et al: move functionality of run_music_functi...
2011-10-21 David Kastruplexer.ll: leave scanning of numbers to Guile so that...
2011-10-21 Mike SolomonFixes issue 1951 (script accidental collision).
2011-10-21 Mike SolomonImplements consistent beam slopes across line breaks.
2011-10-19 David KastrupFormatting nitpick.
2011-10-18 Bertrand BordageClean some code using robust_symbol2string.
2011-10-18 Bertrand BordageOptimizes note-heads.cc and introduces robust_symbol2st...
2011-10-18 Mike SolomonPrevents division by 0 in Bar_line::calc_bar_extent.
2011-10-17 David Kastrupparser.yy: Use ##__VA_ARGS__ in MAKE_SYNTAX to allow...
2011-10-16 Keith OHaralily/staff-symbol: cast to avoid unhelpful warnings
2011-10-15 Mike SolomonFixes issue 307 (intersection between slurs and extra...
2011-10-12 Francisco VilaMerge branch 'master' into lilypond/translation
2011-10-12 Mike SolomonAdds glissando-skip property to the rhythmic-head-inter...
2011-10-12 Mike SolomonRemoves closeness-factor from the Slur details list
2011-10-10 Graham PercivalMerge branch 'release/unstable'
2011-10-09 Joe NeemanSeveral fixes for annotate-spacing.
2011-10-07 Mike SolomonCleans up variable names in glissando-engraver.cc
2011-10-07 Heikki TaurainenMIDI volume can exceed maximum value (fix 1938)
2011-10-05 Mike SolomonMoves all functions related to the `position' property...
2011-10-04 Mike SolomonAdds pure-Y-common and pure-relevant-grobs to the pure...
2011-10-04 Mike SolomonChanges variable names in beam-quanting.cc
2011-10-02 Mike SolomonLooks up positions via robust_scm2drul in tuplet-number.cc.
2011-10-01 Mike SolomonFixes the reading of the positions property in tuplet...
2011-10-01 Mike SolomonImproves horizontal spacing of vertical axis groups...
2011-10-01 Keith OHaralily/bezier.cc: Safer use of floating point
next