]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
release: 1.3.21
[lilypond.git] / CHANGES
1 1.3.19.hwn2
2 ===========
3 * Fix disappearing clefs when clefs are not printed with a barline.
4
5 1.3.20.jcn2
6 ==========
7
8 * SCM properties beamHeight and beamVerticalposition now use half-spaces:
9   input/test/beam-control.fly
10 * Added \context Voice to .fly and .sly; the default \context Staff is almost
11   never what you expect
12 * Fixed decision for .sly/.fly in lilypond-mode.
13
14 1.3.19.hwn1
15 ==========
16
17 * Clean up font-metric hierarchy, use Adobe AFM code to parse AFM files.
18 Cleanup mf-to-table.py
19
20 * Fixed embarassing slur bug.
21
22 1.3.19.jcn1
23 ==========
24
25 * lilypond-mode.el: guess init file for lily-*-region, lily-mode-map bindings
26
27 1.3.18.uu2
28 ==========
29
30 * lilypond-mode.el for emacs supersedes mudela-mode.el 
31
32 * Tuplet spanners don't collide with encompassing notes. 
33
34 * Gobbled Adobe parseAFM* code, for future use.
35
36 * Big 1999 to 2000 search/replace.
37
38 * Big interline to staff_space search/replace for mf files.
39
40 * Removed Bow class, and split code into Tie and Slur
41
42 * Don't put scripts on grace notes.
43
44 * Font_metric uses SCM for name field.
45
46 * Various compilation fixes.
47
48 1.3.17.jcn2
49 ===========
50
51 * Bugfix: beams with less than one (visible) stem
52
53 * small fixes to pa.ly
54
55 1.3.17.jcn1
56 ===========
57
58 * Fixed bug that made multi-measure rest barnumber counts go wild.
59 (even more scm2int/int2scm mixups!)
60
61 * mutopia/J.S.Bach/pa.ly: organ score (for my father)
62
63 * small fix to mutopia/J.S.Bach/Duette/violino-ii.ly
64
65 1.3.17.hwn2
66 ===========
67
68 * Remove Paper_def calls in bezier-bow.cc
69
70 * Remove data members of Tuplet_spanner,  Volta_spanner
71
72 * hang_on_clef, property hangOnClef removed
73
74 * Bar::type_str_ mode into element property `glyph'. Use a Scheme
75 function to determine breaking behavior.
76
77 * More Scheme typechecking.
78
79 * Be strict about the difference between strings and symbols for conversion.
80
81 * Fixed bug that made 1st line offset to right fixed. Bugfix courtesy
82 Laurent Martelli.
83
84 * Partial French translation, courtesy Laurent Martelli.
85
86 * Small corrections in NL translation. 
87
88 1.3.17.hwn1
89 ===========
90
91 * Added mensural note heads (noteHeadStyle = "mensural") Additionally,
92 we have a longa note head.  noteHeadStyle = "harmonic" is not
93 supported anymore. (for now, that is)  
94
95 * Reference manual update. Document \properties with examples
96
97 * fix mudela-book --help
98
99 * Use element properties for Text_item::text_str_, Clef_item::symbol_,
100 Key_item::c0_position_
101
102 * Clef_engraver general cleanup. Use alists (\property
103 supportedClefTypes, clefPitches) for clef types.
104
105 * Use progress_indication () for progress. Don't include <iostream.h> directly 
106 Don't include <string.h>, <math.h> from headers.
107
108
109 1.3.16.hwn1
110 ===========
111
112 * \property stemCentered (boolean): centers stem on note head. See
113 input/test/stem-centered.ly
114
115 * input/trip.ly, small test of lots of features.
116
117 * \property Staff.collisionMergeDotted: merge equal noteheads
118 with different dot count. See input/test/collision-merge-dotted.fly
119
120 * Dotted rest bugfix 
121
122 * Don't crash if a slur does not span any notes.
123
124 * Volta repeats fixed.
125
126 * cleanup of Note_heads_engraver
127
128 * removed dots_i_ member of Dots
129
130 1.3.16.jcn1
131 ===========
132 * Fixed cross staff slurs.  It seems that cross-staff sign
133   was swapped.
134
135 1.3.15.hwn1
136 ===========
137
138 * Fixed bug in stem code.  Stem in chords works again.  Small
139 stem cleanups.
140
141 * Use element properties for Staff_symbol.
142
143 * \property sparseTies (boolean).  Only make one tie in the
144 middle for tied chords.
145
146 * Junked Directional_spanner, Column_info.
147 Directional_element now is element interface `Directional_element_interface'
148
149 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
150
151 pl 15.jcn4
152         - removed old notename2scm conversion
153         - beam-dir-algorithm through scm
154         - bfs paper-scm
155         - bf: knee-stemlengths
156
157 pl 15.jcn3
158         - moved poor man's stem arrays to scm
159         
160 pl 15.jcn2
161         - beam quanting using scm lists
162
163 pl 14.hwn1jcn1
164         - chord-name uses scm members
165         - bfs: knee with different mults, interstaff knee, auto-knee
166
167 **********
168 pl 14.hwn1
169         - specialize duration.cc for lily, move out of lib/
170         - stem cleanup
171         - more SCM typechecking
172         - stafflineleading -> staff_space
173         - bf: rod distances.
174         - junk some unused code.
175         
176 pl 13.hwn2
177         - paper/score column cleanups. Junk Score_column type
178
179 pl 13.hwn1
180         - Bezier_bow/Bezier cleanups
181         - bf: rest under beam.
182         
183 pl 13.jcn2
184         - untangled Chord_name (item) and Chord (list-of-pitches)
185         
186 pl 13.jcn1
187         - bezier-bow fix
188
189 **********
190 pl 12.hwn1
191         - polynomial.hh
192         - bf: generic properties
193         - quantise_iv () fix.
194         - bezier cleanup
195         - class Polynomial 
196         - use smobs for font metric tables/hashes.
197         - nl.po bf
198
199 **********
200 pl 11.jcn3
201         - small beam fixes (interstaff knees still broken)
202
203 pl 11.hwn1
204         - bf: dots
205         - bf: harmonic note heads
206         - revise stem, notehead, rest
207
208 pl 11.jcn2
209         - included missing scm,ly updates
210         - bf: urg to_dir () takes scm..
211         - bf's: if (Foo b = bar != 1)
212         - beam cleanup
213
214 *********
215 pl 10.uu1
216         - various small bfs
217         - bf: alignment reversed
218         - Staff_symbol_referencer -> Staff_symbol_referencer_interface
219         - bf: staccato pos
220         - Knee fixes (thanks, Jan)
221
222 pl 10.jcn2
223         - fixes for invisible beamed stems
224         - removed steminfo from properties, don't cache Stem_info
225
226 pl 10.jcn1
227         - steminfo to properties
228         - dropped internote dim for stem-beams
229
230 *********
231 pl 9.hwn1
232         - abstracting Staff_symbol_referencer to an interface.
233         - quantised_position for staccato dots.
234         - standchen fixes
235         - junk Score_element::do_{width,height}: set callbacks directly.
236         - merge Score_element, Graphical_element
237         - merge Axis_group_element, Graphical_axis_group
238         - junk pointer fields from Score_element derived classes
239         - junk obsolete do_substitute_dependency code.
240
241 **********
242
243 pl 8.hwn2
244         - staff-support for Crescendi.
245         - padding for accidentals.
246         - cascading offset callbacks
247
248 pl 8.hwn1
249         - note-head-side 
250         - naming Staff_sidify -> Side_position_interface
251
252 ***********
253
254 pl 7.mb1
255         - bf: timeSignatureStyle works again
256
257 pl 7.hwn1
258         - Dirk Latterman key/mmrest patches
259         - Offset callbacks in Dimension_cache
260         - Junked Staff_side_*
261         - Staff_sidify: interface class.
262         - prelude-{1,2} fixes.
263
264 ***********
265 pl 6.uu2
266         - bf: PS font selecting.
267
268 pl 6.uu1
269         - bf: ls-latex
270         - mudela-book --no-pictures
271         - bf: ly2dvi
272         - convert-mudela: beamAuto moment syntax. 
273
274 pl 6.jcn3
275         - fixed scm output
276
277 pl 6.jcn2
278         - half-baken ly-gulp-file in scm
279         - resurrected scm output through guile
280
281 pl 5.mb1
282         - bf: version of init.sly, init.fly
283         - Clarify necessary version of texinfo
284         - bf: texi files, minor errors and syntax compatible with 
285           older makeinfo
286
287 pl 6.jcn1
288         - bf: scm output
289
290 *******
291
292 pl 5.hwn2
293         - Bach preludes: mutopification
294         - dots are Directional_element too; use \property dotDirection
295         - moved some stuff out of Lookup
296         - bf: dots
297         - font selection mechanics changed.
298
299 pl 5.uu1
300         - bf: smob allocation (thanks David!)
301
302 pl 5.hwn1
303         - junked \shape. Now use #'margin-shape 
304         - timing: one_beat -> \property beatLength
305         - bf convert-mudela
306
307 ************
308
309 pl 4.uu1
310         - input/test/ \property fixes.
311         - gcc 2.95 fix
312
313 pl 4.hwn1
314         - Break_align_engraver,
315         break align order from  \property breakAlignOrder
316         - junked Score_priority_engraver
317         - moved Time_description into Timing_translator
318         - use properties for timing, see input/test/timing.fly
319         * removed \cadenza ; now use \property Score.timing
320         * \property measurePosition
321         * \property measureLength
322         * \property currentBarNumber
323         - Note_name_engraver , \context NoteNames
324
325
326 pl 4.jcn1
327         - junked some chord guessing code
328         - bf: lookup size (-1) for chord-name accidentals
329         - bf: ly2dvi's MFINPUTS setting
330
331 *************
332 pl 2.jcn3
333         - chords:
334           * Chord is item
335           * junked TeX hacking
336           * configurable with styled strings from scm
337           * fixes: dim, /no X, tonic != C
338
339 pl 2.jcn2
340         - chords from  scm 
341
342
343 pl 3.hwn2
344         - visibility-lambdas into default elt properties SCM.
345         - clef types in SCM
346         - verticalDirection properties now in SCM.
347
348 pl 3.hwn1
349         - move position_i_ into Staff_symbol_referencer
350         - move dir_ into Directional_element baseclass
351
352 ****************
353
354 pl 2.hwn1
355         - bf: dynamic style.
356         - prepare to move dir_ into SCM. 
357
358 pl 2.jcn2
359         - chord fixes: 
360            * inversion request: no inversion guessing for chord entry
361            * bass request: c/+b to add bass note not part of chord
362            * -dim modifier works on all thirds
363            * colon iso dash as tonic/modifier-additions separator
364            * C:m5- displays as "Cdim"
365            * C:m5-7- displays as "Co"
366
367 pl 2.jcn1
368         - moved bracket vars to params
369         - reverted broken lilypond-devel
370
371 *************
372 pl 1.uu1
373         - David's patches:
374         * mfplain.mp detection
375         * Graphical_element::common_refpoint() robuster.
376         * fixes for mudela-mode.el
377         - Dirk's patches:
378         * key signature placement,
379         * tied accidentals.
380
381 pl 1.hwn2
382         - extra-offset elt property.
383         - junked Chord_tremolo
384
385 pl 1.hwn1
386         - changed calling convention for {get,set,remove}_elt_property()
387         - rm'd some mutopia examples.
388
389 *******
390 pl 0.hwn2,1
391       - Generic properties and Property_engraver. Moved most of the
392 properties.
393
394 0.lu1
395         - resurrected midi2ly
396
397 0.jcn1
398         - bf: lyrics lexer
399         - reverted mup2ly revert
400
401 pl 3.uu1:
402         - frontport of 1.2.17 patches.
403
404 **********
405
406 1.3.0:
407
408 pl 15.hwn2
409         - loads of bfs.
410
411 pl x.jcn3
412         - another workaround: reset buffer state for scm_ftell ()
413         - workaround for broken scm_ftell ()
414
415 pl 15.hwn1
416         - \properties are now SCM s, junk Scalar type
417         - use SCM for strings in parser.
418         - Moment derived from Rational. Moment may be smobified.
419
420 pl 15.jcn4
421         - direct #... to scm parser  (Thanks to Gary Houston)