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