Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regtests: double \ inside @code{}....Special characters like \t and \n are treated specially. AFAIK we don't *need* to escape other pairs like \a or \c, but we might as well. | Graham Percival | 2010-09-14 | 1 | -1/+1 |
* | Update .ly files. | Neil Puttock | 2008-12-24 | 1 | -1/+1 |
* | Run convert-ly on input/lsr and input/regression | Carl Sorensen | 2008-07-05 | 1 | -1/+1 |
* | Update syntax: addquote -> addQuote | Han-Wen Nienhuys | 2007-01-06 | 1 | -2/+2 |
* | bump .ly \version to 2.10.0...(cherry picked from d765a75cf6ea0824228b7fe2027dd4757f96fa9d commit) | Han-Wen Nienhuys | 2006-11-14 | 1 | -1/+1 |
* | *** empty log message *** | Han-Wen Nienhuys | 2006-08-08 | 1 | -4/+4 |
* | Fix some bugs in the dynamic engraver and PostScript backend | Erlend Aasland | 2006-05-31 | 1 | -4/+4 |
* | *** empty log message *** | Han-Wen Nienhuys | 2006-08-08 | 1 | -4/+4 |
* | *** empty log message *** | Han-Wen Nienhuys | 2006-03-16 | 1 | -1/+1 |
* | more conversion for dash-change. | Han-Wen Nienhuys | 2006-02-06 | 1 | -2/+2 |
* | * input/regression/override-nest.ly: new file....* python/convertrules.py (FatalConversionError.subber): conversion rule for #'callbacks * input/regression/override-nest.ly: new function. * lily/parser.yy (music_property_def): allow \override #'a #'b = #c too. * lily/context-property.cc (lookup_nested_property): new function. (evict_from_alist): new function. (general_pushpop_property): new function. (execute_general_pushpop_property): rewrite. Support nested properties too. | Han-Wen Nienhuys | 2005-10-17 | 1 | -1/+1 |
* | * configure.in (reloc_b): bump fontforge requirement to 20050624....* python/convertrules.py (conv): add 2.6.0 dummy rule. | Han-Wen Nienhuys | 2005-06-26 | 1 | -1/+1 |
* | * ly/engraver-init.ly: reindent....Add CueVoice. * scm/music-functions.scm (music-pretty-string): handle moments too. (music-pretty-string): only print non-empty lists. (cue-substitute): create CueVoice context, which has smaller type. * lily/moment-scheme.cc (LY_DEFINE): new methods ly:moment-grace-{numerator,denominator} * lily/context-handle.cc: remove quit() method. | Han-Wen Nienhuys | 2005-04-09 | 1 | -20/+15 |
* | * lily/context-specced-music-iterator.cc (construct_children):...interpret special context id $uniqueContextId * lily/context.cc (create_unique_context): new method. Move creation of unique (\new) contexts into interpreting phase. This makes * scm/define-music-properties.scm (all-music-properties): add quoted-voice-direction * ly/music-functions-init.ly: killCues function. * scm/music-functions.scm (cue-substitute): move creation of voice contexts further to the back. | Han-Wen Nienhuys | 2004-11-26 | 1 | -27/+40 |
* | *** empty log message *** | Han-Wen Nienhuys | 2004-11-07 | 1 | -1/+1 |
* | *** empty log message *** | Han-Wen Nienhuys | 2004-11-07 | 1 | -1/+1 |
* | * lily/new-quote-iterator.cc (quote_ok): new function....* input/regression/quote-cue-during.ly: new file. * input/regression/quote-grace.ly: new file. * lily/grace-engraver.cc: new file. Set properties for grobs based on the grace-ness of now_moment(). * lily/new-quote-iterator.cc (construct_children): set quote_outlet_ if no quoted-context-{id,type} specified. | Han-Wen Nienhuys | 2004-11-07 | 1 | -0/+40 |