summaryrefslogtreecommitdiff
path: root/input/regression/backend-excercise.ly
Commit message (Expand)AuthorAgeFilesLines
* Regtests: Update deprecated \relative syntax....* Replace "\relative { }" with "\relative c' { }". * Fix whitespace. Mark Polesky2010-04-191-5/+5
* Update .ly files.Neil Puttock2008-12-241-1/+1
* New function: \ottava #oct, replaces #(set-octavation oct)Reinhold Kainhofer2008-07-291-3/+3
* Run convert-ly on input/lsr and input/regressionCarl Sorensen2008-07-051-1/+1
* Run convert-ly and update manual for syntax changesJohn Mandereau2008-01-271-2/+2
* fix dashed-slur, and test for it in backend-exercise.lyHan-Wen Nienhuys2007-01-231-1/+2
* 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
* * lily/note-head.cc (calc_stem_attachment): new function....(internal_print): use callback to get glyph-name. * lily/stem.cc (calc_stem_end_position): new function. (calc_length): new function. document details for stem. remove Stem::get_direction() * lily/bar-line.cc (before_line_breaking): remove function. remove bar-size-procedure, break-glyph-function * lily/grob.cc (get_stencil): simplify: use callback mechanism to calculate stencil. (get_print_stencil): rename from get_stencil: create stencil with transparency, color and cause. * scm/define-grobs.scm: change print-function to stencil callback everywhere. * lily/grob.cc: elucidate doc about after/before-line-breaking * lily/stem.cc (height): idem. * lily/grob.cc: change after/before-line-breaking-callback to after/before-line-breaking dummy properties. * lily/grob.cc (other_axis_parent_positioning): new function. (same_axis_parent_positioning): new function * lily/stem.cc (calc_stem_end_position): use callback. (calc_positioning_done): idem. (calc_direction): idem. (calc_stem_end_position): idem (calc_stem_info): idem. * scm/define-grob-properties.scm (all-user-grob-properties): doc callbacks property. Han-Wen Nienhuys2005-10-161-1/+1
* * 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
* (setcolor): implement (re)setcolor with <g>...change black to currentColor everywhere. This fixes color support in SVG. Han-Wen Nienhuys2005-06-061-7/+9
* * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color...* ps/music-drawing-routines.ps: * scm/output-ps.scm: remove draw ez_ball. * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove EasyNotation context definition. * lily/easy-notation.cc (brew_ez_stencil): new file. Use Text_interface and color for making easy note heads. * lily/stencil.cc (with_color): new function. * ps/music-drawing-routines.ps: remove draw_zigzag_line * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line output routine. Zigzag now works in SVG too. * scm/output-tex.scm (filledbox): idem. * scm/output-svg.scm (filledbox): idem. * scm/output-ps.scm (lily-def): remove horizontal-line. * lily/lookup.cc (horizontal_line): use draw-line. * lily/system-start-delimiter.cc: remove old staff bracket code. * lily/system-start-delimiter.cc (staff_bracket): use glyphs. Han-Wen Nienhuys2005-05-281-1/+9
* * input/test/spacing-optical.ly (Module): new file....* lily/staff-spacing.cc: add same-direction-correction Han-Wen Nienhuys2005-04-051-0/+2
* (beam): add function....(draw-line): new routine. (dashed-line): stub; call draw-line (polygon): new routine. Han-Wen Nienhuys2004-11-151-7/+9
* *** empty log message ***Han-Wen Nienhuys2004-11-151-0/+17