]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
release: 1.3.28
[lilypond.git] / CHANGES
1
2 1.3.28
3 ======
4
5 * Update of the glossary by Christian Mondrup 
6
7 * Moved horn-concerto-3 out of tarball to private website, removed
8 W.A.Mozart subdirectory.
9
10 1.3.27.hwn1
11 ===========
12
13 * Bugfix: don't make giant ties if the horizontal part of tie is near
14 the center.
15
16 * Small optimizations to be a little more careful with mem usage. 
17
18 * Website change: put all examples in one directory.
19
20 * Removed Atom as a separate type.  Now use SCM, and since we use
21 function composition, Atoms are immutable, so they don't have to be
22 copied. This makes life easier, hopefully this is quicker and uses
23 less memory.
24
25 1.3.27.jcn1
26 ===========
27
28 * Bezier_bow: minimise_enclosed_area
29
30 1.3.27
31 ======
32
33 1.3.26.hwn4
34 ===========
35
36 * Tuplet-spanner slope calculation now looks better on tupletted rests
37 (patch courtesy Laurent Martelli)
38
39 * Bugfix (Staff_performer::new_instrument_str ()) check type of
40 \property "instrument"
41
42 * New mechanism for breaking lines: do not copy & prune the element
43 property list separately, but combine these steps. Dramatically
44 reduces memory usage for large scores.
45
46 1.3.27
47 ======
48 1.3.26.jcn2
49 ===========
50
51 * Bugfix: font used in volta-spanner calculation.
52
53 * Added simple selection list to webpage, inspired by sawmill.
54  
55 * Devised kludge for ascii 5 character font pitches.
56  
57 * Substitutions: interline, 1997,1998, @stack.nl and small typo fixes.
58
59 1.3.26.hwn1
60 ===========
61
62 * Plug memory leaks related to Moment:
63   - Spacing_engraver::do_pre_move_processing ()
64   - make_rational ()/make-rational
65   - Paper_column::Paper_column ()
66
67 * Plug memory leak in Paper_outputter::output_{String,Real,int}_def()
68
69 * Plug memory leak in Score_engraver::set_columns ()
70
71 * Plug memory leak in Scheme_hash_table::set()
72
73 * Plug memory leak in Score_element::molecule_extent ()
74
75 * Bugfix: don't crash if a slur doesn't span anything.
76
77 * Bugfix: don't crash if doing beams without a staff symbol.
78
79 * Generic element property setting:
80
81         \outputproperty #predicate #'symbol = #value
82
83 Will set the element property symbol to value, for any elements that
84 return true for PREDICATE.  This allows you to virtually tweak *ANY*
85 property of the output. Example in input/test/generic-output-property.ly
86
87 1.3.26
88 ======
89
90 * lilypond as as2ly: --help and --version to stdout.  Regular identify 
91   to stderr.  This fixes help2man's manpage generation.
92
93 * configure: substitute full path for perl and guile in scripts.
94
95 * Added ascii slur and volta.  There seems to be a Lily bug in volta placement.
96
97 * Bugfix: default font now user settable
98
99 * as2text: handle plain ascii font, read from stdin, you can now do:
100
101   echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
102
103 1.3.25.hwn1
104 ===========
105
106 * Bugfix: second half of broken ties now are displayed again.
107
108 * Bugfix: add clef to the support of 8 text in the G_8 clefs. Center
109 it horizontally on the clef.
110
111 * Added Tie_column spanner. Ties in tied chords now get proper directionsa.
112
113 * Bugfix: unbroken repeat barlines now work, eg. |:
114
115 * Added Request_iterator to make more flexible constructions possible.
116
117 1.3.25
118 ======
119 * as2text: catch missing font/character errors, added default font, set text.
120
121 * New ascii fonts and glyphs: as5 as-numeral4 as-braces9
122
123 * Ascii output, minimal support:
124   - AsciiScript Fonts: mf/*.af
125   - Init files: ly/*-as.*ly 
126   - AsciiScript translation to text: scripts/as2text.scm
127   - input/test/as.fly input/test/as1.fly
128   - Output support: lily/lily.scm
129   - Try:
130       lilypond -f as -i init-as.fly input/test/as.fly
131       as2text as.as
132
133 1.3.24.hwn1
134 ===========
135
136 * The horizontal part of ties will avoid collision with staff lines.
137
138 * Plugged memory leak: don't protect Atom function.
139
140 * Lookup cleanups. Made lots of functions static. Moved some code out
141 of Lookup.
142
143
144
145 1.3.24.hwn1
146 ===========
147
148 * Bugfix: ly2dvi.py exits succesfully when encountering --help and
149 does not delete any of the file_ly*.tex.
150
151 * Added header and footer support in ly2dvi.py
152
153 1.3.24
154 ======
155
156 * Added a ROADMAP file explaining the source directory layout.
157
158 * Minor tweak in the feta 6 and 9 numeral
159  
160 * Moved files from lib/ to flower/
161
162 * Removed Note_head_side class.
163
164 * Updated the webpage to be a little more chatty. 
165
166 * Small Local_key_engraver optimization: only lookup timing engraver once.
167
168 * Fixed dashed slurs
169
170 * Rewrite of Slur code.  Be much more picky about slur shapes. We try
171 to offset the slur instead of bending it too much
172
173 * Look at stem directions for tie direction.
174
175 * Compound multimeasure rests. Put measures_i_ variable in an element
176 property.  Made the symbol a lot wider.
177
178 * Time signature small cleanups.
179
180 1.3.22.hwn2
181 ===========
182
183 * Symbols opposite to stem (eg marcato) now get the proper glyph in up
184 version.
185
186 * Breathing marks now have a direction by default.
187
188 * Do set generic script properties.
189
190 * Also put tuplet brackets under notes.
191
192 * Score_element_info: only store origin of element, but not the path
193 to parent translators. Saves a little memory, and removes some complexity.
194
195
196 1.3.22.hwn1
197 ===========
198
199 * Autobeaming in time sigs that don't have 1/4 beats fixed.
200
201 * (De)crescendi should now work. (Thanks Michael)
202
203 * Better error reporting for conflicting time signatures.
204
205 * Line_number_engraver: output locations of note head
206 definitions. Very handy when entering complicated scores.
207
208 * Rewrote multi measure rest support: now they are entered as spanners
209 (\commandspanrequest \start "rest"). RXXXX is an abbreviation for
210
211   { \commandspanrequest \start "rest"
212     SXXXX
213     \commandspanrequest \stop "rest"
214   }
215
216 * Removed support of percent style repetitions. 
217
218 * Put texts outside the staff.
219
220 1.3.21.mb1
221 ==========
222 * Getopt bugfix: don't assert on certain errors.
223
224 * ly2dvi: Remove unnecessary space for the page headers.
225
226 * Bugfix convert-mudela
227
228 1.3.21.hwn1
229 ===========
230
231 * Bugfix in lilypond-mode.el: eval-buffering now uses file name and
232 not buffer name.
233
234 * Scrapped tupletVisibility property. Now use tupletNumberVisibility,
235 tupletBracketVisibility, with Scheme value #t, #f or 'if-no-beam.
236 \property tupletInvisible will stop all tuplet spanner creation.
237
238 * Don't go berserk if tuplet spanner is on only one column.
239
240 * Use SCMs & Smobs for Molecules & atoms.  This uses less
241 scm_(un)protect_object () calls, so the output stage should be faster.
242
243 * Added \property tupletSpannerDuration, to make multiple tuplet signs
244 with one \times.
245
246 * Some programming Errors in spacing are now caught. Lily does not
247 hang when encountering degenerate springs.
248
249 * Allow beams to start and end over rests
250
251 1.3.19.hwn2
252 ===========
253 * Fix disappearing clefs when clefs are not printed with a barline.
254
255 1.3.20.jcn2
256 ==========
257
258 * SCM properties beamHeight and beamVerticalposition now use half-spaces:
259   input/test/beam-control.fly
260 * Added \context Voice to .fly and .sly; the default \context Staff is almost
261   never what you expect
262 * Fixed decision for .sly/.fly in lilypond-mode.
263
264 1.3.19.hwn1
265 ==========
266
267 * Clean up font-metric hierarchy, use Adobe AFM code to parse AFM files.
268 Cleanup mf-to-table.py
269
270 * Fixed embarassing slur bug.
271
272 1.3.19.jcn1
273 ==========
274
275 * lilypond-mode.el: guess init file for lily-*-region, lily-mode-map bindings
276
277 1.3.18.uu2
278 ==========
279
280 * lilypond-mode.el for emacs supersedes mudela-mode.el 
281
282 * Tuplet spanners don't collide with encompassing notes. 
283
284 * Gobbled Adobe parseAFM* code, for future use.
285
286 * Big 1999 to 2000 search/replace.
287
288 * Big interline to staff_space search/replace for mf files.
289
290 * Removed Bow class, and split code into Tie and Slur
291
292 * Don't put scripts on grace notes.
293
294 * Font_metric uses SCM for name field.
295
296 * Various compilation fixes.
297
298 1.3.17.jcn2
299 ===========
300
301 * Bugfix: beams with less than one (visible) stem
302
303 * small fixes to pa.ly
304
305 1.3.17.jcn1
306 ===========
307
308 * Fixed bug that made multi-measure rest barnumber counts go wild.
309 (even more scm2int/int2scm mixups!)
310
311 * mutopia/J.S.Bach/pa.ly: organ score (for my father)
312
313 * small fix to mutopia/J.S.Bach/Duette/violino-ii.ly
314
315 1.3.17.hwn2
316 ===========
317
318 * Remove Paper_def calls in bezier-bow.cc
319
320 * Remove data members of Tuplet_spanner,  Volta_spanner
321
322 * hang_on_clef, property hangOnClef removed
323
324 * Bar::type_str_ mode into element property `glyph'. Use a Scheme
325 function to determine breaking behavior.
326
327 * More Scheme typechecking.
328
329 * Be strict about the difference between strings and symbols for conversion.
330
331 * Fixed bug that made 1st line offset to right fixed. Bugfix courtesy
332 Laurent Martelli.
333
334 * Partial French translation, courtesy Laurent Martelli.
335
336 * Small corrections in NL translation. 
337
338 1.3.17.hwn1
339 ===========
340
341 * Added mensural note heads (noteHeadStyle = "mensural") Additionally,
342 we have a longa note head.  noteHeadStyle = "harmonic" is not
343 supported anymore. (for now, that is)  
344
345 * Reference manual update. Document \properties with examples
346
347 * fix mudela-book --help
348
349 * Use element properties for Text_item::text_str_, Clef_item::symbol_,
350 Key_item::c0_position_
351
352 * Clef_engraver general cleanup. Use alists (\property
353 supportedClefTypes, clefPitches) for clef types.
354
355 * Use progress_indication () for progress. Don't include <iostream.h> directly 
356 Don't include <string.h>, <math.h> from headers.
357
358
359 1.3.16.hwn1
360 ===========
361
362 * \property stemCentered (boolean): centers stem on note head. See
363 input/test/stem-centered.ly
364
365 * input/trip.ly, small test of lots of features.
366
367 * \property Staff.collisionMergeDotted: merge equal noteheads
368 with different dot count. See input/test/collision-merge-dotted.fly
369
370 * Dotted rest bugfix 
371
372 * Don't crash if a slur does not span any notes.
373
374 * Volta repeats fixed.
375
376 * cleanup of Note_heads_engraver
377
378 * removed dots_i_ member of Dots
379
380 1.3.16.jcn1
381 ===========
382 * Fixed cross staff slurs.  It seems that cross-staff sign
383   was swapped.
384
385 1.3.15.hwn1
386 ===========
387
388 * Fixed bug in stem code.  Stem in chords works again.  Small
389 stem cleanups.
390
391 * Use element properties for Staff_symbol.
392
393 * \property sparseTies (boolean).  Only make one tie in the
394 middle for tied chords.
395
396 * Junked Directional_spanner, Column_info.
397 Directional_element now is element interface `Directional_element_interface'
398
399 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
400
401 pl 15.jcn4
402         - removed old notename2scm conversion
403         - beam-dir-algorithm through scm
404         - bfs paper-scm
405         - bf: knee-stemlengths
406
407 pl 15.jcn3
408         - moved poor man's stem arrays to scm
409         
410 pl 15.jcn2
411         - beam quanting using scm lists
412
413 pl 14.hwn1jcn1
414         - chord-name uses scm members
415         - bfs: knee with different mults, interstaff knee, auto-knee
416
417 **********
418 pl 14.hwn1
419         - specialize duration.cc for lily, move out of lib/
420         - stem cleanup
421         - more SCM typechecking
422         - stafflineleading -> staff_space
423         - bf: rod distances.
424         - junk some unused code.
425         
426 pl 13.hwn2
427         - paper/score column cleanups. Junk Score_column type
428
429 pl 13.hwn1
430         - Bezier_bow/Bezier cleanups
431         - bf: rest under beam.
432         
433 pl 13.jcn2
434         - untangled Chord_name (item) and Chord (list-of-pitches)
435         
436 pl 13.jcn1
437         - bezier-bow fix
438
439 **********
440 pl 12.hwn1
441         - polynomial.hh
442         - bf: generic properties
443         - quantise_iv () fix.
444         - bezier cleanup
445         - class Polynomial 
446         - use smobs for font metric tables/hashes.
447         - nl.po bf
448
449 **********
450 pl 11.jcn3
451         - small beam fixes (interstaff knees still broken)
452
453 pl 11.hwn1
454         - bf: dots
455         - bf: harmonic note heads
456         - revise stem, notehead, rest
457
458 pl 11.jcn2
459         - included missing scm,ly updates
460         - bf: urg to_dir () takes scm..
461         - bf's: if (Foo b = bar != 1)
462         - beam cleanup
463
464 *********
465 pl 10.uu1
466         - various small bfs
467         - bf: alignment reversed
468         - Staff_symbol_referencer -> Staff_symbol_referencer_interface
469         - bf: staccato pos
470         - Knee fixes (thanks, Jan)
471
472 pl 10.jcn2
473         - fixes for invisible beamed stems
474         - removed steminfo from properties, don't cache Stem_info
475
476 pl 10.jcn1
477         - steminfo to properties
478         - dropped internote dim for stem-beams
479
480 *********
481 pl 9.hwn1
482         - abstracting Staff_symbol_referencer to an interface.
483         - quantised_position for staccato dots.
484         - standchen fixes
485         - junk Score_element::do_{width,height}: set callbacks directly.
486         - merge Score_element, Graphical_element
487         - merge Axis_group_element, Graphical_axis_group
488         - junk pointer fields from Score_element derived classes
489         - junk obsolete do_substitute_dependency code.
490
491 **********
492
493 pl 8.hwn2
494         - staff-support for Crescendi.
495         - padding for accidentals.
496         - cascading offset callbacks
497
498 pl 8.hwn1
499         - note-head-side 
500         - naming Staff_sidify -> Side_position_interface
501
502 ***********
503
504 pl 7.mb1
505         - bf: timeSignatureStyle works again
506
507 pl 7.hwn1
508         - Dirk Latterman key/mmrest patches
509         - Offset callbacks in Dimension_cache
510         - Junked Staff_side_*
511         - Staff_sidify: interface class.
512         - prelude-{1,2} fixes.
513
514 ***********
515 pl 6.uu2
516         - bf: PS font selecting.
517
518 pl 6.uu1
519         - bf: ls-latex
520         - mudela-book --no-pictures
521         - bf: ly2dvi
522         - convert-mudela: beamAuto moment syntax. 
523
524 pl 6.jcn3
525         - fixed scm output
526
527 pl 6.jcn2
528         - half-baken ly-gulp-file in scm
529         - resurrected scm output through guile
530
531 pl 5.mb1
532         - bf: version of init.sly, init.fly
533         - Clarify necessary version of texinfo
534         - bf: texi files, minor errors and syntax compatible with 
535           older makeinfo
536
537 pl 6.jcn1
538         - bf: scm output
539
540 *******
541
542 pl 5.hwn2
543         - Bach preludes: mutopification
544         - dots are Directional_element too; use \property dotDirection
545         - moved some stuff out of Lookup
546         - bf: dots
547         - font selection mechanics changed.
548
549 pl 5.uu1
550         - bf: smob allocation (thanks David!)
551
552 pl 5.hwn1
553         - junked \shape. Now use #'margin-shape 
554         - timing: one_beat -> \property beatLength
555         - bf convert-mudela
556
557 ************
558
559 pl 4.uu1
560         - input/test/ \property fixes.
561         - gcc 2.95 fix
562
563 pl 4.hwn1
564         - Break_align_engraver,
565         break align order from  \property breakAlignOrder
566         - junked Score_priority_engraver
567         - moved Time_description into Timing_translator
568         - use properties for timing, see input/test/timing.fly
569         * removed \cadenza ; now use \property Score.timing
570         * \property measurePosition
571         * \property measureLength
572         * \property currentBarNumber
573         - Note_name_engraver , \context NoteNames
574
575
576 pl 4.jcn1
577         - junked some chord guessing code
578         - bf: lookup size (-1) for chord-name accidentals
579         - bf: ly2dvi's MFINPUTS setting
580
581 *************
582 pl 2.jcn3
583         - chords:
584           * Chord is item
585           * junked TeX hacking
586           * configurable with styled strings from scm
587           * fixes: dim, /no X, tonic != C
588
589 pl 2.jcn2
590         - chords from  scm 
591
592
593 pl 3.hwn2
594         - visibility-lambdas into default elt properties SCM.
595         - clef types in SCM
596         - verticalDirection properties now in SCM.
597
598 pl 3.hwn1
599         - move position_i_ into Staff_symbol_referencer
600         - move dir_ into Directional_element baseclass
601
602 ****************
603
604 pl 2.hwn1
605         - bf: dynamic style.
606         - prepare to move dir_ into SCM. 
607
608 pl 2.jcn2
609         - chord fixes: 
610            * inversion request: no inversion guessing for chord entry
611            * bass request: c/+b to add bass note not part of chord
612            * -dim modifier works on all thirds
613            * colon iso dash as tonic/modifier-additions separator
614            * C:m5- displays as "Cdim"
615            * C:m5-7- displays as "Co"
616
617 pl 2.jcn1
618         - moved bracket vars to params
619         - reverted broken lilypond-devel
620
621 *************
622 pl 1.uu1
623         - David's patches:
624         * mfplain.mp detection
625         * Graphical_element::common_refpoint() robuster.
626         * fixes for mudela-mode.el
627         - Dirk's patches:
628         * key signature placement,
629         * tied accidentals.
630
631 pl 1.hwn2
632         - extra-offset elt property.
633         - junked Chord_tremolo
634
635 pl 1.hwn1
636         - changed calling convention for {get,set,remove}_elt_property()
637         - rm'd some mutopia examples.
638
639 *******
640 pl 0.hwn2,1
641       - Generic properties and Property_engraver. Moved most of the
642 properties.
643
644 0.lu1
645         - resurrected midi2ly
646
647 0.jcn1
648         - bf: lyrics lexer
649         - reverted mup2ly revert
650
651 pl 3.uu1:
652         - frontport of 1.2.17 patches.
653
654 **********
655
656 1.3.0:
657
658 pl 15.hwn2
659         - loads of bfs.
660
661 pl x.jcn3
662         - another workaround: reset buffer state for scm_ftell ()
663         - workaround for broken scm_ftell ()
664
665 pl 15.hwn1
666         - \properties are now SCM s, junk Scalar type
667         - use SCM for strings in parser.
668         - Moment derived from Rational. Moment may be smobified.
669
670 pl 15.jcn4
671         - direct #... to scm parser  (Thanks to Gary Houston)