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