]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
release: 1.5.6
[lilypond.git] / CHANGES
1 1.4.6.mb1
2 =========
3
4 * Allow for duplicated articulation scripts with different direction.
5
6 * Added new ornaments: \upmordent, \downmordent, \pralldown, \prallup,
7   \lineprall, \thumb, \comma (to be used with scriptHorizontal = ##t),
8   see also input/test/trill.ly. [WARNING: FONT UPDATE!]
9
10 * Bug fix: staccato dot placement.
11
12 1.5.5.jr1
13 =========
14
15 * recent ancient-font.ly development branches manually merged and
16   updated;
17
18 * added enhanced mensural minima/fusa noteheads (30 degrees rhomb
19   style); the former 45 degrees quadratic shapes are now available
20   under notehead style "neo_mensural"; [WARNING: FONT UPDATE] 
21
22 * minor ancient font corrections (in particular, enhanced set_char_box()
23   arguments).
24
25
26 1.5.5.jcn2
27 ==========
28
29 * input/bugs:
30   - Autogenerate bugs document from all .ly's.
31   - Add texidoc to lots of examples.
32   - Junk or move fixed examples to regression test.
33   - Move examples that crash lilypond to input/no-notation.
34   - Update examples.
35
36 1.5.5.hwn1
37 ==========
38
39 * Grace property fixes.
40
41 * More grace nesting bugfixes.
42
43 1.5.5
44 =====
45
46 1.5.4.jcn2
47 ==========
48
49 * Spelling fixes, notably staffs->staves, except for ChangeLogs.
50
51 * Removed `Default' from accidental comment names.
52
53 * Compile fixes.
54
55 * Fixed off by one error for point and click.
56
57 * Website fixes, found bug in grace note stem lengths.
58
59 1.5.4.hwn1
60 ==========
61
62 * Ancient font update [WARNING FONTS CHANGED!] (Juergen Reuter)
63
64 * New_spacing_spanner: revised spacing generation.
65
66 * Default neutral direction set to down. 
67
68 * Junk hash table  from flowerlib
69
70 * Bugfix: grace nesting error
71
72 * Bugfix: don't try schedule next bar when were on a grace moment.
73
74 * Bugfix: set measurePosition especially for music starting with
75 grace.
76
77 1.5.3.hwn1
78 ==========
79
80 * midi2ly bugfixes: don't print ';' in .ly output.
81
82 * small cleanup of input/bugs/
83
84 * bugfix: nested grace notes; added input/regression/grace-nest.ly
85
86 * Bugfix: add double alterations to keyAccidentalOrder (Mats)
87
88 * Fixes for PostScript beams and stems.
89
90 1.5.2.hwn1
91 ==========
92
93 * Starting pagenumber (Mark Hindley)
94
95 * Ancient font patch (Juergen Reuter) [WARNING: FONT UPDATE!]
96
97 * Bugfix: don't  put grace beams on non grace notes, and vice versa.
98
99 * etf2ly:
100   - miserable try at importing repeatbars and volta brackets;
101   - import articulation defs (IX tag)
102   - revamped file reading logic. Now much cleaner.
103
104 * Experimental regular-spacing support: try to space regular runs of
105 notes equidistantly.
106
107 1.5.2.jcn2
108 ==========
109
110 * Flex is fixed in Debian/unstable.  Update documentation accordingly.
111
112 * Guile 1.3.4 compile fix.
113
114 * Add trill line type, see input/test/trill.ly.
115
116 * Dvips bugs workarounds:
117   - Draw filledbox in tex for now.  Test ps code using
118
119      lilypond -e '(define ps-testing 1)'
120
121   - Extend stems only half way into beam.
122
123 * Change order of includes in tex/lilyponddefs.tex so that feta font
124 can be used a little easier, like:
125
126     title="TeX \fetachar\fetasharp"
127
128 * Update stepmake/bin config.sub, config.guess.
129
130 1.5.2
131 =====
132
133 1.5.1.hwn1
134 ==========
135
136 * small bugfixes for grace-init.ly
137
138 * Bugfix: don't mess up spacing when combining different tuplets.
139
140 * Small bugfixes for lilypond-mode.el.
141
142 * property-init.ly: bugfix for dot directions in polyphonic music.
143
144 1.5.1.jcn3
145 ==========
146
147 * Bugfix: text2html: escape entities inside <pre>.
148
149 * Added some template .ly's for evaluation.
150
151 * Make blot work without -fps too.
152
153 * Use blot diameter for postscript beams and boxes.
154
155 * Guile-1.5.0-cvs updates and Guile-1.4.x compatibility.
156
157 * Beam knee fix.
158
159 * Now really included lexer-gcc-3.0.patch.
160
161 * Make Voice context accept Thread again; this fixes MIDI output for music
162 that uses Thread contexts.
163
164 * Removed debug printing from chord-name.scm.
165
166 1.5.0
167 =====
168 1.5.0.jcn1
169 ==========
170
171 * Added feature to ly2dvi to find feta pfa font files used in a
172 postscript file to make printing of direct postscript a bit easier:
173
174     lilypond -fps input/trip.ly
175     cat $(ly2dvi -f trip.ps) trip.ps | lpr
176
177 * Reincluded 1.4.3.jcn2.
178
179 * Website fixes.
180
181 * Ly2dvi now leaves .tex and .latex output if latex fails, and cleans
182 the temp dir if anything fails.
183
184 * Fixes for windows scripts.
185
186 1.5.0.uu1
187 =========
188
189 * Hara kiri and span-bar.
190
191 * Junk old grace stuff.
192
193 * Don't crash on grace notes in MIDI output.
194
195
196
197 1.5.0
198 =====
199
200 * experimental grace notes:
201   - add grace timing to Moment
202   - hack to Sequential_music_iterator to use the correct timing for
203 the note before a grace
204   - change the implementation of \grace construct
205   - property set/unset (eg. font size) is done through startGraceMusic
206 and stopGraceMusic
207   - various engraver fixes to deal with the fact that the
208 main-time-moment may remain the same during several steps.
209   - Change column creation logic in score-engraver. 
210
211 * Bugfix: don't crash when \name not set in \translator block.
212
213 * rename ly/*.ly to ly/*-init.ly (except language files) to avoid
214 name clashes
215
216 * deprecate Property_engraver, add Font_size_engraver to Staff, Voice
217 and Thread.
218
219 * Change mailing list address: *gnu-music*@gnu.org becomes
220 *lilypond*@gnu.org
221
222 * Put span-bar lines only between the other barlines, not on top of
223 them (thanks to Juergen Reuter)
224
225 1.4.4.jcn3
226 ==========
227   
228 TODO: look at other filledbox'es (stafflines and barlines don't match up).
229
230 * Testing code off by default.  On: -e "(define ps-testing 1)" -fps
231
232 * Output via TeX/dvips still gives problems.  Use direct postscript
233 output for real testing.
234
235 * Beam and stem fixes:
236  - Stems drawn in PostScript (should do all filledbox'es in PS?).
237  - Fixes for draw_box and draw_beam PostScript routines.
238  - Stems reach to top (or bottom) of beam.
239  - Beam uses correct stem thickness (only right beams, left TODO).
240  - testing code in effect: only outlines are drawn.
241