| Commit message (Expand) | Author | Age | Files | Lines |
* | Doc -- Fix issues 1483 and 1486...Update lyrics templates and lyrics snippets for new spacing
algorithms.
Make sure that lyrics above staves have 'staff-affinity set
to Down.
If using new spacing algorithm, add some space between staves,
above the top system, and below the bottom system for lyrics.
Also added a snippet that shows how to adjust new spacing
variables to get old behavior.
| Carl Sorensen | 2011-01-25 | 1 | -2/+3 |
* | Regtests: Update deprecated \relative syntax....* Replace "\relative { }" with "\relative c' { }".
* Fix whitespace.
| Mark Polesky | 2010-04-19 | 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 |
* | 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 | -3/+3 |
* | * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):...new function. Search region of 3 positions for best tie.
(score_configuration): new function.
(score_aptitude): new function.
(generate_configuration): new function.
(get_configuration): new function.
(Tie_formatting_problem): new function
* input/regression/page-top-space.ly: a6 for page-top-space demo.
* lily/include/tie-formatting-problem.hh (class
Tie_formatting_problem): add Tie_details to
Tie_formatting_problem. Update calling conventions.
| Han-Wen Nienhuys | 2005-11-16 | 1 | -0/+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 |
* | * lily/book.cc (process): bugfix: flip ?: cases....* Documentation/user/changing-defaults.itely (Difficult tweaks):
add outputProperty.
* ly/music-functions-init.ly: add outputProperty music function.
* scm/paper.scm (set-paper-dimension-variables): add pagetopspace
* scm/page-layout.scm (ly:optimal-page-breaks): read next-space
and next-padding.
(optimal-page-breaks): rename from ly:optimal-page-breaks.
* lily/paper-system-scheme.cc (LY_DEFINE): new function.
* lily/paper-system.cc (internal_get_property): new function.
* Documentation/user/global.itely (Vertical spacing): refer to page-spacing.ly
* scm/page-layout.scm (ly:optimal-page-breaks): add support for
pagetopspace
* input/regression/page-spacing.ly: new file.
* input/regression/page-top-space.ly: new file.
* lily/paper-system.cc (read_left_bound): new function. Read
line-break-system-details from left bound to determine extents.
* Documentation/user/programming-interface.itely (Using LilyPond
syntax inside Scheme): change applyxxx -> applyXxx.
* ly/music-functions-init.ly: add outputProperty music function.
* ly/music-functions-init.ly: applyxxx -> applyXxx
| Han-Wen Nienhuys | 2005-09-27 | 1 | -0/+26 |