]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
release: 1.3.35
[lilypond.git] / CHANGES
1 1.3.35
2 ======
3
4 * Removed Documentation/programmer directory 
5
6 1.3.34.jcn3
7 ===========
8
9 * Small enhancements to Staff_margin_engraver:
10    - by default, the marginScript left aligns the text
11    - to set the text style, use property marginScriptTextStyle
12    - to change the alignment, use property marginScriptHorizontalAlignment
13      (centred and right alignment require manual padding settings).
14
15 * Print a friendly message if the manual pages failed to build.
16
17 * Bugfix: dynamicDirection now overrides verticalDirection setting.
18
19 * Warning messages and nl.po
20
21 * Fixed vertical alignment for all dynamic items and (reluctantly)
22   reinstated old directional behaviour for orphaned dynamics.
23
24 * Finished maximumRestCount property.
25
26 1.3.34
27 ======
28 1.3.33.hwn2
29 ===========
30
31 * Print key without setting key, syntax "\key ;". General cleanups of
32 key-item.
33
34 * Add paragraph tags in HTML output of mudela-book.  Music fragment
35 don't run into the text anymore.
36
37 * Bugfix: don't align the first line of text. (Lookup::text ()).
38
39 * Abstract away data members of Axis_group_element, Align_element
40
41
42 1.3.33.jcn3
43 ===========
44
45 * Added helpful properties instrumentScriptPadding/instrScriptPadding for
46   Staff_margin_engraver.
47
48 * Removed some empty files, substituted (c) 1999 occurrences.
49
50 * Added \property maximumRestCount.  It will prevent showing (or actually:
51   moving in case of a collision) more than maximumRestCount similar rests.
52   WIP!
53
54 * Rewrote Staff_margin_engraver.  Staff margin texts now hang on a new
55   breakable item: Left_edge_item.
56
57 * Fixed vertical alignment for dynamic elements.  Orphaned dynamic items
58   (not supported by a Dynamic_line_spanner) still collide with Staff,
59   although they now have staff support, which was supposed to fix this.
60
61 * Fixed Staff_margin_engraver for "instrument", "instr" is still broken.
62
63 * Dynamic elements are only put in a Dynamic_line_spanner if there
64   actually is more than one adjacent note-column with a dynamic.
65   This breaks the fine looks of all dynamics, again :-)
66
67
68 1.3.33
69 ======
70
71 1.3.32.hwn3
72 ===========
73
74 * Experiment: use STL map for Scheme_hash_table; Is there a speedup?
75
76 * Bugfix: print brace iso. bracket for Piano / GrandStaff
77
78 * Change naming: change do_post_processsing into after_line_breaking,
79 do_pre_processsing into before_line_breaking and do_process_requests
80 into do_process_music.
81
82 * Bugfix in hash-table.hh: do quadratic probing, and not cubic probing.
83
84 * Display property name for type error.
85
86 * Cleanups for Dynamic_engraver and Dynamic_line_spanner.
87
88 * Warn if last column in score is musical. Helps catch programming errors.
89
90 * Spanner::spanned_drul_ now is private. 
91
92 * Rewrote some bar code: moved molecule functions out of Lookup.
93
94 1.3.32.jcn3
95 ===========
96
97 * Embedded newlines in text items are now allowed.  This helps avoiding
98   TeX-hacking in some cases.  See input/test/coriolan-margin.ly
99
100 * Fixed stupid x-y interchange bug for staff-bracket.  This fixes
101   placement of staff-brackets.
102
103 * Fixed bracket/arch-thickness interchange bug, and made bracket a bit
104   thinner.
105
106 * Fixed slur/bezier-beautiful name mismatch.  This should fix the steep
107   slurs that were apparently reintroduced in 1.3.29.
108
109 * Made some small fixes to Coriolan.
110
111 * Removed duplicate lily/output-property-engraver.hh.
112
113 * Removed optional use of vanilla spanner in Dynamic_engraver.
114
115 * Fixed (measured) tremolo for Stem and Beam. Merged declarations
116   stem-engraver.hh and chord-tremolo-engraver.hh into their .cc
117   implementation file.  Also fixed looks of Chord tremolo, input and
118   implementation is still ugly.
119
120 * Added *.yy and *.ll to TAGS, to that tags-find-replace doesn't omit
121   parser and lexer.
122
123 1.3.31.mb1
124 =========
125
126 * Fixed \specialkey and \normalkey. Updated documentation.
127
128 1.3.32
129 ======
130 1.3.31.jcn5
131 ===========
132
133 * Fixed and cleaned-up Dynamic_engraver.  Optionionally uses vanilla
134   spanner instead of Dynamic_line_spanner.
135
136 * Made gcc-2.95 compile fix in libc-extension.
137
138 * Various fixes to Coriolan, score starts to look acceptable.
139
140 * Moved optional text of crescendo into Crescendo spanner.  Fixed horizontal
141   and vertical alignment of dynamics.
142
143 * Added new text crescendo spanners to Coriolan and made some fixes.
144   If you're using timidity, use the -EO option to prevent notes get
145   stuck.  I'm not sure whose fault this is, Lily's MIDI output may be
146   stretching the standard a bit.
147
148 * Adjacent dynamic markings are now grouped on a horizontal line, but it's
149   not perfect yet: they're always below the staff and no horizontal spacing
150   is done.  Also, character metrics of dynamics are still not used.
151   See: input/test/crescendi.ly and input/test/dyn-line.ly
152
153 * Cleaned up Span_dynamic_performer.
154
155 1.3.31
156 ======
157 1.3.30.mb1
158 =========
159
160 * Fixed the page layout, reintroducing space for the header and
161   trying to keep piece titles on the same page as the piece.
162   The header and footer can now contain several lines.
163
164 1.3.30.jcn3
165 ===========
166
167 * Lily now also performs crescendi and decrescendi in MIDI output:
168   Span_dynamic_performer (bit scrappy).
169
170 * Added preliminary support for crescendi/decrescendi other than `hairpins',
171   eg: `cresc. poco `a poco -- -- --'
172
173 * Made MIDI tie performance fix.
174
175 1.3.30.jcn2
176 ===========
177
178 * Lily now performs absolute dynamics in MIDI output.
179
180 * Included David's comments on opus47 in TODO.
181
182 1.3.30.jcn1
183 ===========
184
185 * More Coriolan: flute-1,2; oboe-1,2; clarinet-1,2; 
186   fixes and remainder french horn-1,2; trombone-1,2;
187   fagotto-1,2; timpani; and several fixes.
188   
189 1.3.30.uu1
190 ==========
191
192 * Remove some old doco from programmer/ and put on personal homepage.
193
194 * Removed union-find from flower library.
195
196 * Only quantise tie horizontal part inside the staff.
197
198 1.3.30
199 ======
200 1.3.29.hwn1
201 ===========
202
203 * Report type errors for \property. Helps with converting 1.2 input
204
205 * Use Scheme for Align_element; fixed graceAlignPosition 
206 and removed \property alignmentReference in the process.
207
208 * Use generic properties for lyrics too.  This fixes \property
209 Lyrics.textStyle
210
211
212 * Add relative distance for constraints between non-column items.
213
214 * Automatic \marks: use "\mark ; ". The mark numbers or letters are
215 increased automatically.
216
217 * Translators now only change properties of their own context. This
218 removes the 2nd argument to Translator::get_property()
219
220 * Bugfix for Metapost mode
221
222 1.3.29.uu1
223 ==========
224
225 * Updates of glossary  (Christian Mondrup)
226
227 * Bugfix with bar number placement
228
229 * Moved links to bibliography/ and misc/ to main index.
230
231 1.3.29
232 ======
233
234 * Moved Slur-specific code from Bezier_bow to Slur and Slur_bezier_bow.
235   Slurs are now calculated just once.
236
237 * Bezier_bow gets constants from paper.  Still no sensible solution for
238   magic asymmetry gradient step constants.
239
240 * Reinstantiated tangent-controls, more flexible than ever.  You can choose
241   between area asymmetry and tangent-controls.  My guess is, tangent controls
242   will be junked in 1.3.30.
243
244 * Slur area: only look at x-gradient.
245
246 * Added credits for some symbols of as5/9 fonts.
247
248 * Bugfix: don't make almost flat slurs, change in de-uglyfy slur.  
249
250 * Bugfix: midi2ly put out recent version (ugh).
251
252 1.3.28.hwn2
253 ===========
254
255 * Bugfix: don't forget to process staffSpace and numberOfStaffLines
256 properties.
257
258 * Removed Gade score. To appear (shortly?) on Mutopia. 
259
260 * Make Bar_script_engraver look for typeVisibilityFunction (eg
261 property barNumberVisibilityFunction). Changed the names of the Scheme
262 functions to be understandable. See input/test/bar-script-visibility.ly
263
264 * rewrite of class Molecule. It has now reached the ultimate quality
265 plateau. All molecule data is now shared.
266
267 1.3.28
268 ======
269
270 * Update of the glossary by Christian Mondrup 
271
272 * Moved horn-concerto-3 out of tarball to private website, removed
273 W.A.Mozart subdirectory.
274
275 1.3.27.hwn1
276 ===========
277
278 * Bugfix: don't make giant ties if the horizontal part of tie is near
279 the center.
280
281 * Small optimizations to be a little more careful with mem usage. 
282
283 * Website change: put all examples in one directory.
284
285 * Removed Atom as a separate type.  Now use SCM, and since we use
286 function composition, Atoms are immutable, so they don't have to be
287 copied. This makes life easier, hopefully this is quicker and uses
288 less memory.
289
290 1.3.27.jcn1
291 ===========
292
293 * Bezier_bow: minimise_enclosed_area
294
295 1.3.27
296 ======
297
298 1.3.26.hwn4
299 ===========
300
301 * Tuplet-spanner slope calculation now looks better on tupletted rests
302 (patch courtesy Laurent Martelli)
303
304 * Bugfix (Staff_performer::new_instrument_str ()) check type of
305 \property "instrument"
306
307 * New mechanism for breaking lines: do not copy & prune the element
308 property list separately, but combine these steps. Dramatically
309 reduces memory usage for large scores.
310
311 1.3.27
312 ======
313 1.3.26.jcn2
314 ===========
315
316 * Bugfix: font used in volta-spanner calculation.
317
318 * Added simple selection list to webpage, inspired by sawmill.
319  
320 * Devised kludge for ascii 5 character font pitches.
321  
322 * Substitutions: interline, 1997,1998, @stack.nl and small typo fixes.
323
324 1.3.26.hwn1
325 ===========
326
327 * Plug memory leaks related to Moment:
328   - Spacing_engraver::do_pre_move_processing ()
329   - make_rational ()/make-rational
330   - Paper_column::Paper_column ()
331
332 * Plug memory leak in Paper_outputter::output_{String,Real,int}_def()
333
334 * Plug memory leak in Score_engraver::set_columns ()
335
336 * Plug memory leak in Scheme_hash_table::set()
337
338 * Plug memory leak in Score_element::molecule_extent ()
339
340 * Bugfix: don't crash if a slur doesn't span anything.
341
342 * Bugfix: don't crash if doing beams without a staff symbol.
343
344 * Generic element property setting:
345
346         \outputproperty #predicate #'symbol = #value
347
348 Will set the element property symbol to value, for any elements that
349 return true for PREDICATE.  This allows you to virtually tweak *ANY*
350 property of the output. Example in input/test/generic-output-property.ly
351
352 1.3.26
353 ======
354
355 * lilypond as as2ly: --help and --version to stdout.  Regular identify 
356   to stderr.  This fixes help2man's manpage generation.
357
358 * configure: substitute full path for perl and guile in scripts.
359
360 * Added ascii slur and volta.  There seems to be a Lily bug in volta placement.
361
362 * Bugfix: default font now user settable
363
364 * as2text: handle plain ascii font, read from stdin, you can now do:
365
366   echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
367
368 1.3.25.hwn1
369 ===========
370
371 * Bugfix: second half of broken ties now are displayed again.
372
373 * Bugfix: add clef to the support of 8 text in the G_8 clefs. Center
374 it horizontally on the clef.
375
376 * Added Tie_column spanner. Ties in tied chords now get proper directionsa.
377
378 * Bugfix: unbroken repeat barlines now work, eg. |:
379
380 * Added Request_iterator to make more flexible constructions possible.
381
382 1.3.25
383 ======
384 * as2text: catch missing font/character errors, added default font, set text.
385
386 * New ascii fonts and glyphs: as5 as-numeral4 as-braces9
387
388 * Ascii output, minimal support:
389   - AsciiScript Fonts: mf/*.af
390   - Init files: ly/*-as.*ly 
391   - AsciiScript translation to text: scripts/as2text.scm
392   - input/test/as.fly input/test/as1.fly
393   - Output support: lily/lily.scm
394   - Try:
395       lilypond -f as -i init-as.fly input/test/as.fly
396       as2text as.as
397
398 1.3.24.hwn1
399 ===========
400
401 * The horizontal part of ties will avoid collision with staff lines.
402
403 * Plugged memory leak: don't protect Atom function.
404
405 * Lookup cleanups. Made lots of functions static. Moved some code out
406 of Lookup.
407
408
409
410 1.3.24.hwn1
411 ===========
412
413 * Bugfix: ly2dvi.py exits succesfully when encountering --help and
414 does not delete any of the file_ly*.tex.
415
416 * Added header and footer support in ly2dvi.py
417
418 1.3.24
419 ======
420
421 * Added a ROADMAP file explaining the source directory layout.
422
423 * Minor tweak in the feta 6 and 9 numeral
424  
425 * Moved files from lib/ to flower/
426
427 * Removed Note_head_side class.
428
429 * Updated the webpage to be a little more chatty. 
430
431 * Small Local_key_engraver optimization: only lookup timing engraver once.
432
433 * Fixed dashed slurs
434
435 * Rewrite of Slur code.  Be much more picky about slur shapes. We try
436 to offset the slur instead of bending it too much
437
438 * Look at stem directions for tie direction.
439
440 * Compound multimeasure rests. Put measures_i_ variable in an element
441 property.  Made the symbol a lot wider.
442
443 * Time signature small cleanups.
444
445 1.3.22.hwn2
446 ===========
447
448 * Symbols opposite to stem (eg marcato) now get the proper glyph in up
449 version.
450
451 * Breathing marks now have a direction by default.
452
453 * Do set generic script properties.
454
455 * Also put tuplet brackets under notes.
456
457 * Score_element_info: only store origin of element, but not the path
458 to parent translators. Saves a little memory, and removes some complexity.
459
460
461 1.3.22.hwn1
462 ===========
463
464 * Autobeaming in time sigs that don't have 1/4 beats fixed.
465
466 * (De)crescendi should now work. (Thanks Michael)
467
468 * Better error reporting for conflicting time signatures.
469
470 * Line_number_engraver: output locations of note head
471 definitions. Very handy when entering complicated scores.
472
473 * Rewrote multi measure rest support: now they are entered as spanners
474 (\commandspanrequest \start "rest"). RXXXX is an abbreviation for
475
476   { \commandspanrequest \start "rest"
477     SXXXX
478     \commandspanrequest \stop "rest"
479   }
480
481 * Removed support of percent style repetitions. 
482
483 * Put texts outside the staff.
484
485 1.3.21.mb1
486 ==========
487 * Getopt bugfix: don't assert on certain errors.
488
489 * ly2dvi: Remove unnecessary space for the page headers.
490
491 * Bugfix convert-mudela
492
493 1.3.21.hwn1
494 ===========
495
496 * Bugfix in lilypond-mode.el: eval-buffering now uses file name and
497 not buffer name.
498
499 * Scrapped tupletVisibility property. Now use tupletNumberVisibility,
500 tupletBracketVisibility, with Scheme value #t, #f or 'if-no-beam.
501 \property tupletInvisible will stop all tuplet spanner creation.
502
503 * Don't go berserk if tuplet spanner is on only one column.
504
505 * Use SCMs & Smobs for Molecules & atoms.  This uses less
506 scm_(un)protect_object () calls, so the output stage should be faster.
507
508 * Added \property tupletSpannerDuration, to make multiple tuplet signs
509 with one \times.
510
511 * Some programming Errors in spacing are now caught. Lily does not
512 hang when encountering degenerate springs.
513
514 * Allow beams to start and end over rests
515
516 1.3.19.hwn2
517 ===========
518 * Fix disappearing clefs when clefs are not printed with a barline.
519
520 1.3.20.jcn2
521 ==========
522
523 * SCM properties beamHeight and beamVerticalposition now use half-spaces:
524   input/test/beam-control.fly
525 * Added \context Voice to .fly and .sly; the default \context Staff is almost
526   never what you expect
527 * Fixed decision for .sly/.fly in lilypond-mode.
528
529 1.3.19.hwn1
530 ==========
531
532 * Clean up font-metric hierarchy, use Adobe AFM code to parse AFM files.
533 Cleanup mf-to-table.py
534
535 * Fixed embarassing slur bug.
536
537 1.3.19.jcn1
538 ==========
539
540 * lilypond-mode.el: guess init file for lily-*-region, lily-mode-map bindings
541
542 1.3.18.uu2
543 ==========
544
545 * lilypond-mode.el for emacs supersedes mudela-mode.el 
546
547 * Tuplet spanners don't collide with encompassing notes. 
548
549 * Gobbled Adobe parseAFM* code, for future use.
550
551 * Big 1999 to 2000 search/replace.
552
553 * Big interline to staff_space search/replace for mf files.
554
555 * Removed Bow class, and split code into Tie and Slur
556
557 * Don't put scripts on grace notes.
558
559 * Font_metric uses SCM for name field.
560
561 * Various compilation fixes.
562
563 1.3.17.jcn2
564 ===========
565
566 * Bugfix: beams with less than one (visible) stem
567
568 * small fixes to pa.ly
569
570 1.3.17.jcn1
571 ===========
572
573 * Fixed bug that made multi-measure rest barnumber counts go wild.
574 (even more scm2int/int2scm mixups!)
575
576 * mutopia/J.S.Bach/pa.ly: organ score (for my father)
577
578 * small fix to mutopia/J.S.Bach/Duette/violino-ii.ly
579
580 1.3.17.hwn2
581 ===========
582
583 * Remove Paper_def calls in bezier-bow.cc
584
585 * Remove data members of Tuplet_spanner,  Volta_spanner
586
587 * hang_on_clef, property hangOnClef removed
588
589 * Bar::type_str_ mode into element property `glyph'. Use a Scheme
590 function to determine breaking behavior.
591
592 * More Scheme typechecking.
593
594 * Be strict about the difference between strings and symbols for conversion.
595
596 * Fixed bug that made 1st line offset to right fixed. Bugfix courtesy
597 Laurent Martelli.
598
599 * Partial French translation, courtesy Laurent Martelli.
600
601 * Small corrections in NL translation. 
602
603 1.3.17.hwn1
604 ===========
605
606 * Added mensural note heads (noteHeadStyle = "mensural") Additionally,
607 we have a longa note head.  noteHeadStyle = "harmonic" is not
608 supported anymore. (for now, that is)  
609
610 * Reference manual update. Document \properties with examples
611
612 * fix mudela-book --help
613
614 * Use element properties for Text_item::text_str_, Clef_item::symbol_,
615 Key_item::c0_position_
616
617 * Clef_engraver general cleanup. Use alists (\property
618 supportedClefTypes, clefPitches) for clef types.
619
620 * Use progress_indication () for progress. Don't include <iostream.h> directly 
621 Don't include <string.h>, <math.h> from headers.
622
623
624 1.3.16.hwn1
625 ===========
626
627 * \property stemCentered (boolean): centers stem on note head. See
628 input/test/stem-centered.ly
629
630 * input/trip.ly, small test of lots of features.
631
632 * \property Staff.collisionMergeDotted: merge equal noteheads
633 with different dot count. See input/test/collision-merge-dotted.fly
634
635 * Dotted rest bugfix 
636
637 * Don't crash if a slur does not span any notes.
638
639 * Volta repeats fixed.
640
641 * cleanup of Note_heads_engraver
642
643 * removed dots_i_ member of Dots
644
645 1.3.16.jcn1
646 ===========
647 * Fixed cross staff slurs.  It seems that cross-staff sign
648   was swapped.
649
650 1.3.15.hwn1
651 ===========
652
653 * Fixed bug in stem code.  Stem in chords works again.  Small
654 stem cleanups.
655
656 * Use element properties for Staff_symbol.
657
658 * \property sparseTies (boolean).  Only make one tie in the
659 middle for tied chords.
660
661 * Junked Directional_spanner, Column_info.
662 Directional_element now is element interface `Directional_element_interface'
663
664 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
665
666 pl 15.jcn4
667         - removed old notename2scm conversion
668         - beam-dir-algorithm through scm
669         - bfs paper-scm
670         - bf: knee-stemlengths
671
672 pl 15.jcn3
673         - moved poor man's stem arrays to scm
674         
675 pl 15.jcn2
676         - beam quanting using scm lists
677
678 pl 14.hwn1jcn1
679         - chord-name uses scm members
680         - bfs: knee with different mults, interstaff knee, auto-knee
681
682 **********
683 pl 14.hwn1
684         - specialize duration.cc for lily, move out of lib/
685         - stem cleanup
686         - more SCM typechecking
687         - stafflineleading -> staff_space
688         - bf: rod distances.
689         - junk some unused code.
690         
691 pl 13.hwn2
692         - paper/score column cleanups. Junk Score_column type
693
694 pl 13.hwn1
695         - Bezier_bow/Bezier cleanups
696         - bf: rest under beam.
697         
698 pl 13.jcn2
699         - untangled Chord_name (item) and Chord (list-of-pitches)
700         
701 pl 13.jcn1
702         - bezier-bow fix
703
704 **********
705 pl 12.hwn1
706         - polynomial.hh
707         - bf: generic properties
708         - quantise_iv () fix.
709         - bezier cleanup
710         - class Polynomial 
711         - use smobs for font metric tables/hashes.
712         - nl.po bf
713
714 **********
715 pl 11.jcn3
716         - small beam fixes (interstaff knees still broken)
717
718 pl 11.hwn1
719         - bf: dots
720         - bf: harmonic note heads
721         - revise stem, notehead, rest
722
723 pl 11.jcn2
724         - included missing scm,ly updates
725         - bf: urg to_dir () takes scm..
726         - bf's: if (Foo b = bar != 1)
727         - beam cleanup
728
729 *********
730 pl 10.uu1
731         - various small bfs
732         - bf: alignment reversed
733         - Staff_symbol_referencer -> Staff_symbol_referencer_interface
734         - bf: staccato pos
735         - Knee fixes (thanks, Jan)
736
737 pl 10.jcn2
738         - fixes for invisible beamed stems
739         - removed steminfo from properties, don't cache Stem_info
740
741 pl 10.jcn1
742         - steminfo to properties
743         - dropped internote dim for stem-beams
744
745 *********
746 pl 9.hwn1
747         - abstracting Staff_symbol_referencer to an interface.
748         - quantised_position for staccato dots.
749         - standchen fixes
750         - junk Score_element::do_{width,height}: set callbacks directly.
751         - merge Score_element, Graphical_element
752         - merge Axis_group_element, Graphical_axis_group
753         - junk pointer fields from Score_element derived classes
754         - junk obsolete do_substitute_dependency code.
755
756 **********
757
758 pl 8.hwn2
759         - staff-support for Crescendi.
760         - padding for accidentals.
761         - cascading offset callbacks
762
763 pl 8.hwn1
764         - note-head-side 
765         - naming Staff_sidify -> Side_position_interface
766
767 ***********
768
769 pl 7.mb1
770         - bf: timeSignatureStyle works again
771
772 pl 7.hwn1
773         - Dirk Latterman key/mmrest patches
774         - Offset callbacks in Dimension_cache
775         - Junked Staff_side_*
776         - Staff_sidify: interface class.
777         - prelude-{1,2} fixes.
778
779 ***********
780 pl 6.uu2
781         - bf: PS font selecting.
782
783 pl 6.uu1
784         - bf: ls-latex
785         - mudela-book --no-pictures
786         - bf: ly2dvi
787         - convert-mudela: beamAuto moment syntax. 
788
789 pl 6.jcn3
790         - fixed scm output
791
792 pl 6.jcn2
793         - half-baken ly-gulp-file in scm
794         - resurrected scm output through guile
795
796 pl 5.mb1
797         - bf: version of init.sly, init.fly
798         - Clarify necessary version of texinfo
799         - bf: texi files, minor errors and syntax compatible with 
800           older makeinfo
801
802 pl 6.jcn1
803         - bf: scm output
804
805 *******
806
807 pl 5.hwn2
808         - Bach preludes: mutopification
809         - dots are Directional_element too; use \property dotDirection
810         - moved some stuff out of Lookup
811         - bf: dots
812         - font selection mechanics changed.
813
814 pl 5.uu1
815         - bf: smob allocation (thanks David!)
816
817 pl 5.hwn1
818         - junked \shape. Now use #'margin-shape 
819         - timing: one_beat -> \property beatLength
820         - bf convert-mudela
821
822 ************
823
824 pl 4.uu1
825         - input/test/ \property fixes.
826         - gcc 2.95 fix
827
828 pl 4.hwn1
829         - Break_align_engraver,
830         break align order from  \property breakAlignOrder
831         - junked Score_priority_engraver
832         - moved Time_description into Timing_translator
833         - use properties for timing, see input/test/timing.fly
834         * removed \cadenza ; now use \property Score.timing
835         * \property measurePosition
836         * \property measureLength
837         * \property currentBarNumber
838         - Note_name_engraver , \context NoteNames
839
840
841 pl 4.jcn1
842         - junked some chord guessing code
843         - bf: lookup size (-1) for chord-name accidentals
844         - bf: ly2dvi's MFINPUTS setting
845
846 *************
847 pl 2.jcn3
848         - chords:
849           * Chord is item
850           * junked TeX hacking
851           * configurable with styled strings from scm
852           * fixes: dim, /no X, tonic != C
853
854 pl 2.jcn2
855         - chords from  scm 
856
857
858 pl 3.hwn2
859         - visibility-lambdas into default elt properties SCM.
860         - clef types in SCM
861         - verticalDirection properties now in SCM.
862
863 pl 3.hwn1
864         - move position_i_ into Staff_symbol_referencer
865         - move dir_ into Directional_element baseclass
866
867 ****************
868
869 pl 2.hwn1
870         - bf: dynamic style.
871         - prepare to move dir_ into SCM. 
872
873 pl 2.jcn2
874         - chord fixes: 
875            * inversion request: no inversion guessing for chord entry
876            * bass request: c/+b to add bass note not part of chord
877            * -dim modifier works on all thirds
878            * colon iso dash as tonic/modifier-additions separator
879            * C:m5- displays as "Cdim"
880            * C:m5-7- displays as "Co"
881
882 pl 2.jcn1
883         - moved bracket vars to params
884         - reverted broken lilypond-devel
885
886 *************
887 pl 1.uu1
888         - David's patches:
889         * mfplain.mp detection
890         * Graphical_element::common_refpoint() robuster.
891         * fixes for mudela-mode.el
892         - Dirk's patches:
893         * key signature placement,
894         * tied accidentals.
895
896 pl 1.hwn2
897         - extra-offset elt property.
898         - junked Chord_tremolo
899
900 pl 1.hwn1
901         - changed calling convention for {get,set,remove}_elt_property()
902         - rm'd some mutopia examples.
903
904 *******
905 pl 0.hwn2,1
906       - Generic properties and Property_engraver. Moved most of the
907 properties.
908
909 0.lu1
910         - resurrected midi2ly
911
912 0.jcn1
913         - bf: lyrics lexer
914         - reverted mup2ly revert
915
916 pl 3.uu1:
917         - frontport of 1.2.17 patches.
918
919 **********
920
921 1.3.0:
922
923 pl 15.hwn2
924         - loads of bfs.
925
926 pl x.jcn3
927         - another workaround: reset buffer state for scm_ftell ()
928         - workaround for broken scm_ftell ()
929
930 pl 15.hwn1
931         - \properties are now SCM s, junk Scalar type
932         - use SCM for strings in parser.
933         - Moment derived from Rational. Moment may be smobified.
934
935 pl 15.jcn4
936         - direct #... to scm parser  (Thanks to Gary Houston)