| Commit message (Expand) | Author | Age | Files | Lines |
* | Regtests: Update deprecated \relative syntax....* Replace "\relative { }" with "\relative c' { }".
* Fix whitespace.
| Mark Polesky | 2010-04-19 | 1 | -31/+31 |
* | 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 |
* | 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-03-16 | 1 | -1/+1 |
* | more conversion for dash-change. | Han-Wen Nienhuys | 2006-02-06 | 1 | -2/+2 |
* | * input/regression/beam-quant-standard.ly: reindent, set...debug-beam-quanting to #t.
* lily/beam-concave.cc (calc_concaveness): set concaveness to
10000 if this is a "hard" concave beam.
* lily/beam.cc (calc_least_squares_positions): change from
calc_least_squares_dy
(set_stem_lengths): this is now a chained callback.
* lily/context-property.cc (execute_general_pushpop_property):
bugfix override with procedure should have effect.
* scm/define-grob-properties.scm (all-internal-grob-properties):
remove position-callbacks.
* scm/define-grobs.scm (all-grob-descriptions): use
ly:make-callback-chain for positions property.
* scm/layout-beam.scm (check-quant-callbacks): return list of
chained callbacks.
* scm/lily.scm (type-p-name-alist): add callback-chain
* lily/lily-guile.cc (type_check_assignment): type check failure
is warning not message.
* lily/grob-property.cc (try_callback): walk callback chain if
appropriate.
* lily/chained-callback.cc: new file. new smob type.
* lily/lily-guile.cc (procedure_arity): new function.
| Han-Wen Nienhuys | 2005-10-31 | 1 | -109/+109 |
* | * 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 |
* | * lily/ly-module.cc (ly_make_anonymous_module): define...%module-public-interface of module. (backportme)
* lily/lily-parser.cc (print_smob): allow printing of parser smob
without lexer.
| Han-Wen Nienhuys | 2005-07-01 | 1 | -3/+2 |
* | * 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 |
* | * lily/default-actions.cc (Module): new file. default...{book,score}-print functions.
* scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
pass results via parseStringResult, lookup via ly:parser-lookup.
* lily/lily-parser.cc (Lily_parser): only clone lexer in
constructors.
(parse_file): encapsulate do_yyparse() in scm_set_current_module()
(parse_string): idem.
* ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
| Han-Wen Nienhuys | 2005-06-10 | 1 | -1/+1 |
* | * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps...case.
(conv): add dummy 2.4.0 conversion rule.
* input/regression/part-combine-text.ly (comm): add expect strings.
| Han-Wen Nienhuys | 2004-10-30 | 1 | -1/+1 |
* | *** empty log message *** | Han-Wen Nienhuys | 2004-10-30 | 1 | -1/+3 |
* | The grand \paper -> \layout, \bookpaper -> \paper renaming. | Jan Nieuwenhuizen | 2004-10-10 | 1 | -2/+2 |
* | (texidoc): cleanup. | Han-Wen Nienhuys | 2004-09-18 | 1 | -1/+1 |
* | * lily/beam.cc (set_minimum_dy): new function. Round non-zero...small slope up to smallest quant. This prevents small slopes from
getting rounded to zero.
* lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
are smaller than the smallest quant.
* scm/define-grobs.scm (all-grob-descriptions): fix order of
key-cancellation.
This fixes: morgenlied.ly and input/regression/beam-concave.ly
| Han-Wen Nienhuys | 2004-09-12 | 1 | -8/+65 |
* | * ly/a4-init.ly (vsize): remove papersize init files....* lily/beam-concave.cc: new file, with new routines for concave
decisions. There are now two types of concaveness: 1. a sharp
logic decision forcing a beam horizontal, and 2. a number that
measures how concave beams are that are not caught by 1.
This fixes: morgenlied.ly and input/regression/beam-concave.ly
| Han-Wen Nienhuys | 2004-09-12 | 1 | -1/+1 |
* | * lily/scm-option.cc: move debug-beam to \paper....* scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
.txt files to appease makeinfobm.
* lily/new-slur.cc: cleanup, split in functions.
* lily/new-slur.cc (score_encompass): variable head-distance penalty.
* lily/new-slur.cc (print): use debug-slur-quanting paper var.
* input/regression/font-postscript.ly: invoke afm2tfm.
| Han-Wen Nienhuys | 2004-07-18 | 1 | -4/+5 |
* | * scm/beam.scm (check-slope-callbacks): check sign of slope....* input/regression/beam-concave.ly (rossFourBeams): add cases from Ross
* scm/script.scm (default-script-alist): marcato should follow
into staff
| Han-Wen Nienhuys | 2004-07-09 | 1 | -23/+12 |
* | (seconds): print desired...quants when failing.
| Han-Wen Nienhuys | 2004-07-06 | 1 | -23/+53 |
* | release commit | Han-Wen Nienhuys | 2004-07-05 | 1 | -0/+1 |
* | * input/regression/beam-quant-standard.ly: new file: test standard...beam quants.
* scm/beam.scm (check-quant-callbacks): new function
(check-beam-quant): new function: check whether current beam
quants match argument.
* lily/beam-quanting.cc (score_forbidden_quants): fix problem with
forbidden quant for sitting (upstem)/hanging (downstem) on outer
staffline line.
| Han-Wen Nienhuys | 2004-07-04 | 1 | -0/+66 |