summaryrefslogtreecommitdiff
path: root/input/regression/beam-quant-standard.ly
Commit message (Expand)AuthorAgeFilesLines
* Regtests: Update deprecated \relative syntax....* Replace "\relative { }" with "\relative c' { }". * Fix whitespace. Mark Polesky2010-04-191-31/+31
* Update .ly files.Neil Puttock2008-12-241-1/+1
* Run convert-ly on input/lsr and input/regressionCarl Sorensen2008-07-051-1/+1
* bump .ly \version to 2.10.0...(cherry picked from d765a75cf6ea0824228b7fe2027dd4757f96fa9d commit) Han-Wen Nienhuys2006-11-141-1/+1
* *** empty log message ***Han-Wen Nienhuys2006-03-161-1/+1
* more conversion for dash-change.Han-Wen Nienhuys2006-02-061-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 Nienhuys2005-10-311-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 Nienhuys2005-10-171-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 Nienhuys2005-07-011-3/+2
* * configure.in (reloc_b): bump fontforge requirement to 20050624....* python/convertrules.py (conv): add 2.6.0 dummy rule. Han-Wen Nienhuys2005-06-261-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 Nienhuys2005-06-101-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 Nienhuys2004-10-301-1/+1
* *** empty log message ***Han-Wen Nienhuys2004-10-301-1/+3
* The grand \paper -> \layout, \bookpaper -> \paper renaming.Jan Nieuwenhuizen2004-10-101-2/+2
* (texidoc): cleanup.Han-Wen Nienhuys2004-09-181-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 Nienhuys2004-09-121-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 Nienhuys2004-09-121-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 Nienhuys2004-07-181-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 Nienhuys2004-07-091-23/+12
* (seconds): print desired...quants when failing. Han-Wen Nienhuys2004-07-061-23/+53
* release commitHan-Wen Nienhuys2004-07-051-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 Nienhuys2004-07-041-0/+66