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