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