summaryrefslogtreecommitdiff
path: root/input/regression/stem-stemlet.ly
Commit message (Collapse)AuthorAgeFilesLines
* Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20David Kastrup2015-05-291-3/+3
| | | | Then revert Documentation/snippets/*.ly
* Rerun scripts/auxiliar/update-with-convert-ly.shDavid Kastrup2012-10-301-2/+2
|
* Run scripts/auxiliar/update-with-convert-ly.shDavid Kastrup2012-08-241-1/+1
|
* Docs: run convert-ly for 2.14.0.Graham Percival2011-06-061-1/+1
| | | | | | | | Conflicts: Documentation/snippets/alternative-breve-note.ly input/regression/glissando-consecutive.ly input/regression/glissando-index.ly
* Regtests: Update deprecated \relative syntax.Mark Polesky2010-04-191-1/+1
| | | | | * Replace "\relative { }" with "\relative c' { }". * Fix whitespace.
* 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.0Han-Wen Nienhuys2006-11-141-1/+1
| | | | (cherry picked from d765a75cf6ea0824228b7fe2027dd4757f96fa9d commit)
* *** empty log message ***Han-Wen Nienhuys2006-03-161-1/+1
|
* more conversion for dash-change.Han-Wen Nienhuys2006-02-061-2/+2
|
* * input/regression/override-nest.ly: new file.Han-Wen Nienhuys2005-10-171-1/+1
| | | | | | | | | | | | | | | | * 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.
* * configure.in (reloc_b): bump fontforge requirement to 20050624.Han-Wen Nienhuys2005-06-261-1/+1
| | | | * python/convertrules.py (conv): add 2.6.0 dummy rule.
* * lily/stem.cc (print): only produce stemlets if there are noHan-Wen Nienhuys2005-03-091-0/+1
| | | | | | | | | | | | | | | noteheads on this stem. * lily/note-spacing.cc (stem_dir_correction): robustness fix: don't crash on stemlet (visible stem without heads). * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for unbroken situations. * scm/output-lib.scm (center-invisible): new function. * lily/spacing-loose-columns.cc (set_loose_columns): use spacing wishes to determine loose column space.
* * lily/beam.cc (rest_collision_callback): use local beamHan-Wen Nienhuys2004-11-041-0/+14
multiplicity. * input/regression/stem-stemlet.ly: new file. * lily/stem.cc (add_head): store rests as well. * scm/define-grob-properties.scm (all-user-grob-properties): add stemlet-length * lily/stem.cc: store rests as well.