]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
patch::: 1.5.4.jcn2
[lilypond.git] / CHANGES
1 1.5.4.jcn2
2 ==========
3
4 * Fixed off by one error for point and click.
5
6 * Website fixes, found bug in grace note stem lengths.
7
8 1.5.4
9 =====
10
11 1.5.3.hwn1
12 ==========
13
14 * midi2ly bugfixes: don't print ';' in .ly output.
15
16 * small cleanup of input/bugs/
17
18 * bugfix: nested grace notes; added input/regression/grace-nest.ly
19
20 * Bugfix: add double alterations to keyAccidentalOrder (Mats)
21
22 * Fixes for PostScript beams and stems.
23
24 1.5.2.hwn1
25 ==========
26
27 * Starting pagenumber (Mark Hindley)
28
29 * Ancient font patch (Juergen Reuter) [WARNING: FONT UPDATE!]
30
31 * Bugfix: don't  put grace beams on non grace notes, and vice versa.
32
33 * etf2ly:
34   - miserable try at importing repeatbars and volta brackets;
35   - import articulation defs (IX tag)
36   - revamped file reading logic. Now much cleaner.
37
38 * Experimental regular-spacing support: try to space regular runs of
39 notes equidistantly.
40
41 1.5.2.jcn2
42 ==========
43
44 * Flex is fixed in Debian/unstable.  Update documentation accordingly.
45
46 * Guile 1.3.4 compile fix.
47
48 * Add trill line type, see input/test/trill.ly.
49
50 * Dvips bugs workarounds:
51   - Draw filledbox in tex for now.  Test ps code using
52
53      lilypond -e '(define ps-testing 1)'
54
55   - Extend stems only half way into beam.
56
57 * Change order of includes in tex/lilyponddefs.tex so that feta font
58 can be used a little easier, like:
59
60     title="TeX \fetachar\fetasharp"
61
62 * Update stepmake/bin config.sub, config.guess.
63
64 1.5.2
65 =====
66
67 1.5.1.hwn1
68 ==========
69
70 * small bugfixes for grace-init.ly
71
72 * Bugfix: don't mess up spacing when combining different tuplets.
73
74 * Small bugfixes for lilypond-mode.el.
75
76 * property-init.ly: bugfix for dot directions in polyphonic music.
77
78 1.5.1.jcn3
79 ==========
80
81 * Bugfix: text2html: escape entities inside <pre>.
82
83 * Added some template .ly's for evaluation.
84
85 * Make blot work without -fps too.
86
87 * Use blot diameter for postscript beams and boxes.
88
89 * Guile-1.5.0-cvs updates and Guile-1.4.x compatibility.
90
91 * Beam knee fix.
92
93 * Now really included lexer-gcc-3.0.patch.
94
95 * Make Voice context accept Thread again; this fixes MIDI output for music
96 that uses Thread contexts.
97
98 * Removed debug printing from chord-name.scm.
99
100 1.5.0
101 =====
102 1.5.0.jcn1
103 ==========
104
105 * Added feature to ly2dvi to find feta pfa font files used in a
106 postscript file to make printing of direct postscript a bit easier:
107
108     lilypond -fps input/trip.ly
109     cat $(ly2dvi -f trip.ps) trip.ps | lpr
110
111 * Reincluded 1.4.3.jcn2.
112
113 * Website fixes.
114
115 * Ly2dvi now leaves .tex and .latex output if latex fails, and cleans
116 the temp dir if anything fails.
117
118 * Fixes for windows scripts.
119
120 1.5.0.uu1
121 =========
122
123 * Hara kiri and span-bar.
124
125 * Junk old grace stuff.
126
127 * Don't crash on grace notes in MIDI output.
128
129
130
131 1.5.0
132 =====
133
134 * experimental grace notes:
135   - add grace timing to Moment
136   - hack to Sequential_music_iterator to use the correct timing for
137 the note before a grace
138   - change the implementation of \grace construct
139   - property set/unset (eg. font size) is done through startGraceMusic
140 and stopGraceMusic
141   - various engraver fixes to deal with the fact that the
142 main-time-moment may remain the same during several steps.
143   - Change column creation logic in score-engraver. 
144
145 * Bugfix: don't crash when \name not set in \translator block.
146
147 * rename ly/*.ly to ly/*-init.ly (except language files) to avoid
148 name clashes
149
150 * deprecate Property_engraver, add Font_size_engraver to Staff, Voice
151 and Thread.
152
153 * Change mailing list address: *gnu-music*@gnu.org becomes
154 *lilypond*@gnu.org
155
156 * Put span-bar lines only between the other barlines, not on top of
157 them (thanks to Juergen Reuter)
158
159 1.4.4.jcn3
160 ==========
161   
162 TODO: look at other filledbox'es (stafflines and barlines don't match up).
163
164 * Testing code off by default.  On: -e "(define ps-testing 1)" -fps
165
166 * Output via TeX/dvips still gives problems.  Use direct postscript
167 output for real testing.
168
169 * Beam and stem fixes:
170  - Stems drawn in PostScript (should do all filledbox'es in PS?).
171  - Fixes for draw_box and draw_beam PostScript routines.
172  - Stems reach to top (or bottom) of beam.
173  - Beam uses correct stem thickness (only right beams, left TODO).
174  - testing code in effect: only outlines are drawn.
175