4 * midi2ly bugfixes: don't print ';' in .ly output.
6 * small cleanup of input/bugs/
8 * bugfix: nested grace notes; added input/regression/grace-nest.ly
10 * Bugfix: add double alterations to keyAccidentalOrder (Mats)
12 * Fixes for PostScript beams and stems.
17 * Starting pagenumber (Mark Hindley)
19 * Ancient font patch (Juergen Reuter) [WARNING: FONT UPDATE!]
21 * Bugfix: don't put grace beams on non grace notes, and vice versa.
24 - miserable try at importing repeatbars and volta brackets;
25 - import articulation defs (IX tag)
26 - revamped file reading logic. Now much cleaner.
28 * Experimental regular-spacing support: try to space regular runs of
34 * Flex is fixed in Debian/unstable. Update documentation accordingly.
36 * Guile 1.3.4 compile fix.
38 * Add trill line type, see input/test/trill.ly.
40 * Dvips bugs workarounds:
41 - Draw filledbox in tex for now. Test ps code using
43 lilypond -e '(define ps-testing 1)'
45 - Extend stems only half way into beam.
47 * Change order of includes in tex/lilyponddefs.tex so that feta font
48 can be used a little easier, like:
50 title="TeX \fetachar\fetasharp"
52 * Update stepmake/bin config.sub, config.guess.
60 * small bugfixes for grace-init.ly
62 * Bugfix: don't mess up spacing when combining different tuplets.
64 * Small bugfixes for lilypond-mode.el.
66 * property-init.ly: bugfix for dot directions in polyphonic music.
71 * Bugfix: text2html: escape entities inside <pre>.
73 * Added some template .ly's for evaluation.
75 * Make blot work without -fps too.
77 * Use blot diameter for postscript beams and boxes.
79 * Guile-1.5.0-cvs updates and Guile-1.4.x compatibility.
83 * Now really included lexer-gcc-3.0.patch.
85 * Make Voice context accept Thread again; this fixes MIDI output for music
86 that uses Thread contexts.
88 * Removed debug printing from chord-name.scm.
95 * Added feature to ly2dvi to find feta pfa font files used in a
96 postscript file to make printing of direct postscript a bit easier:
98 lilypond -fps input/trip.ly
99 cat $(ly2dvi -f trip.ps) trip.ps | lpr
101 * Reincluded 1.4.3.jcn2.
105 * Ly2dvi now leaves .tex and .latex output if latex fails, and cleans
106 the temp dir if anything fails.
108 * Fixes for windows scripts.
113 * Hara kiri and span-bar.
115 * Junk old grace stuff.
117 * Don't crash on grace notes in MIDI output.
124 * experimental grace notes:
125 - add grace timing to Moment
126 - hack to Sequential_music_iterator to use the correct timing for
127 the note before a grace
128 - change the implementation of \grace construct
129 - property set/unset (eg. font size) is done through startGraceMusic
131 - various engraver fixes to deal with the fact that the
132 main-time-moment may remain the same during several steps.
133 - Change column creation logic in score-engraver.
135 * Bugfix: don't crash when \name not set in \translator block.
137 * rename ly/*.ly to ly/*-init.ly (except language files) to avoid
140 * deprecate Property_engraver, add Font_size_engraver to Staff, Voice
143 * Change mailing list address: *gnu-music*@gnu.org becomes
146 * Put span-bar lines only between the other barlines, not on top of
147 them (thanks to Juergen Reuter)
152 TODO: look at other filledbox'es (stafflines and barlines don't match up).
154 * Testing code off by default. On: -e "(define ps-testing 1)" -fps
156 * Output via TeX/dvips still gives problems. Use direct postscript
157 output for real testing.
159 * Beam and stem fixes:
160 - Stems drawn in PostScript (should do all filledbox'es in PS?).
161 - Fixes for draw_box and draw_beam PostScript routines.
162 - Stems reach to top (or bottom) of beam.
163 - Beam uses correct stem thickness (only right beams, left TODO).
164 - testing code in effect: only outlines are drawn.