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