]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
release: 1.3.57
[lilypond.git] / CHANGES
1 1.3.57
2 ======
3
4 * Fixed several forgotten molecule-callbacks 
5
6 * Fixed first clef in score; now F clefs are also possible.
7
8 1.3.56.mb1
9 =========
10  
11 * Updated FAQ with two useful GDB macros.
12
13 * Several fixes in the documentation.
14
15 1.3.55.jcn1
16 ===========
17
18 * Made (dutch) po-update
19
20 1.3.56
21 ===========
22
23 * Molecules are now generated via callbacks exclusively; most calls to
24 set_elt_property ("transparent", SCM_BOOL_T) have been replaced by suicide().
25
26 1.3.55
27 ======
28
29 * Experimental property collapse for most score-elements.  (notable
30 exceptions: Scripts, pedals). Change all Score_element constructors to
31 take a basic-property list. The suffix of a property list may be
32 shared by several score-elements, for instance all default G-clefs in
33 a score share the following settings
34   
35            (breakable . #t)
36            (break-align-symbol . Clef_item)
37            (visibility-lambda . ,begin-of-line-visible) 
38
39 This should reduce memory usage further. 
40
41 * Magically fixed the disappearing Lyrics problem.
42
43 * Removed used_b_ field from Score_element.  
44
45 * Massive search-replace patch: store pointers and properties
46 separately, in preparation of property collapse.
47
48
49 1.3.54
50 ======
51
52 * Bugfix: don't crash on tuplet spanners that don't contain any notes.
53
54 * Cleanup of Dimension_cache: removed a few redundant
55 fields. Slightly lower memory usage (32 bytes per
56 score-element). Dimension_cache is now a `dumb' struct again.
57
58 * Add array index to priority field of text scripts to ensure that
59 order is unique, and sensible.
60
61 * Added an element count statistic.
62
63 1.3.53
64 ======
65
66 * russian.po (thank you, August.)
67
68 * Small cleanups in Molecule interface 
69
70 * Spacing related elements perform suicide after calculating
71 distances.  This saves a some memory, approximately 2 to 5 % ?
72
73 * Small cleanups in line breaking: Paper_column stores springs and
74 rods in only one place now.  All fields relating to energy have been
75 removed
76
77 * Don't generate all output Scheme in memory, but evaluate to output
78 file immediately.  This will reduce memory usage a little.
79
80 * Use STL's map  for Dictionary template
81
82 * Substitute pointers on element properties of the root Line_of_score
83 as well.
84
85 * Added toplevel doc target, to support building doc with --srcdir
86
87 * Removed cygwin build stuff; updated versions at:
88
89      http://appel.dyndns.org/lilypond/gnu-windows/cross
90
91 * Fixed lily.scm to handle incipits (thanks, Mats)
92
93
94 1.3.52
95 ======
96
97 * Made bugfix in smob handling: delete the C-part of freed smobs and
98 be honest about amount of allocation and deletion, so that GUILE
99 doesn't overestimate the amount of memory available.
100
101 * Faq update: nicer blank note paper, courtesy Mats Bengtsson.
102
103 * Bugfix: don't crash on durations that are not a power of 2.
104
105 * Build manpages during `make all' 
106  
107 * Bugfix: don't do absolute comparisons in Polynomial::clean ().
108
109 * Bugfix: set visibility-lambda for key signature created by
110 createKeyOnClefChange. Fixes disappearing key signatures. 
111
112 * Bugfix: make System_start_delimiter of bar-line type invisible when
113 it spans only one staff.
114
115 1.3.51
116 ======
117
118 * Item cleanups.  Copying items and rearranging pointers are done in
119 separate passes, which makes the code cleaner. This fixes a problem
120 with some items not disappearing from hara-kiri staffs.
121
122 * Use Scheme for Key_item data members. 
123
124 * Don't use regex in chord-names.scm under windows; hybrid chordnames
125 user+calculated will be partly broken.
126
127 1.3.50
128 ======
129
130 * Junked Shift_tuple from collision; Now it uses SCM.
131
132 * Bugfix of documentation and test-file of tuplet.
133
134 * Bugfix type string of repeated music is copied. This fixes declared
135 tremolos.
136
137 * Junked various cruft from lily.scm
138
139 * Use interfaces symbols instead of C++ class-name for assigning generic
140 element properties.
141
142 * Junked Dictionary from Piano_pedal_engraver and
143 Piano_pedal_performer.
144
145 * Introduced boolean element property no-spacing-rods: ignore this
146 item for hard constraints.
147
148 * Bugfix: added sanitised TeX fragment in faq.texi
149
150 * Bugfix: merge equal Bar_reqs
151
152 1.3.48.uu1
153 ==========
154
155 * Small fixes for \cresc and \endcresc
156
157 * Release properties of unbroken spanners & items after doing
158 handle_broken_smobs (); should conserve a little memory.
159
160 * Fixed handling of orphaned score-elements. Any element that does
161 not have its Line_of_score as a ancestor in both directions, is silently
162 removed from the output.  This guarantees that programming errors
163 don't result in coredumps from Dimension_cache::common_refpoint ():
164 element->line_l () is always a common reference point.
165
166 * Bugfix: set visibility-lambda of clef and octavation-8 explicitly
167 for default case.  Now the octavation 8 is not printed at every
168 barline.
169
170 1.3.48.mb1
171 ===========
172
173 * Changed noteHeadStyle properties to symbols, for example
174   \property Voice.noteHeadStyle = #'cross
175
176 1.3.47.jcn3
177 ===========
178
179 * Rewrite of chord-name production in scheme.  There are two major styles
180   now, banter and american.  To get american style, use
181
182       \property ChordNames.chordNameStyle = "american"
183  
184   Most anything should be possible now.  See input/test/american-chords.ly
185
186 * Added isinf check to configure.in, and isinf macro from guile to
187   bezier.cc; solaris has no isinf ().
188
189 * Fixed star-spangled-banner with not-so-nice \bar "|." fix.  Almost
190   perfect now.
191
192 * Added output property to regression test.
193
194 * Fixed warning of creating existing outdir.
195
196 * Added `Mark' interface to text-items that are marks (thanks, HW).
197
198 1.3.48
199 ======
200 1.3.47.mb2
201 ===========
202
203 * Corrected glossary.tely
204
205 * Corrected \mark font handling. feta-nummer font only of the 
206   string is all numeric.
207
208 * Implemented noteHeadStyle lookup in Guile. Reintroduced the style
209   "harmonic" and added "baroque" (normal note shapes except for 
210   brevis and longa which are square).
211
212 * Simplified ly2dvi using the power of the geometry package.
213
214 * Improved heuristic size calculation of TeX macros. Handles e.g.
215   "\\u{a}", "\\"{o}" and "\\^{u}" correctly.
216
217 1.3.47.hwn1
218 ===========
219
220 * Bugfix: don't hang on zero-duration.
221
222 * Various glossary updates (thanks, Christian)
223
224 1.3.47
225 ======
226
227 1.3.46.jcn2
228 ===========
229
230 * Drastically reduced vertical space used by headers/footers, when using
231   ly2dvi.  See input/test/fill-a4.ly.
232
233 * Fixed bug with colons appearing on repeat span-bars.
234
235 * Added Bar_number_engraver to standard Score context
236
237 * Construct octavation scripts in the clef-engraver; this fixes the
238 hara-kiri + clef8 problem
239
240 1.3.46
241 ======
242
243 1.3.45.jcn2
244 ===========
245
246 * Fixed chord-name customisation and made small chord-name build fixes.
247
248 * Accidentals with chord-names smaller and as superscript.
249
250 * Do some extra footify (works only once) while making html docs.  
251
252 1.3.45.hwn1
253 ===========
254
255 * Debian patch (Thanks Anthony)
256
257 * Rewrote Bar_number_engraver and Mark_engraver and removed
258 Bar_script_engraver as baseclass. Both Bar_number_engraver and
259 Mark_engraver are simpler and more robust.
260
261 * Fixed precedence of \property verticalDirection and dynamicDirection
262
263 * Fixed keys without barlines 
264
265 * Fixed StaffGroups: removing `\consistsend "Axis_group_engraver"'
266 puts alignment in function again
267
268 * Fixed StaffGroup + GrandStaff combination.
269
270 * Music is now mandatory as the first thing in a \score{} block
271
272 1.3.45
273 ======
274 1.3.44.jcn2
275 ===========
276
277 * Implemented una-chorda and sostenuto piano pedals in performer and engraver.
278
279 * Added Properties textScriptWordSpace and chordNameWordSpace.
280
281 * Junked old lyrics in star-spangled-banner.
282
283 * Added a Piano_pedal_engraver.
284
285 * Removed some empty files.
286
287 * Created piano pedal symbols: * - . P e d.
288
289 * Fixed ps-to-pfa.py to handle multiple unfills.
290
291 * Moved accordion symbols out of feta-script to end of font.
292
293 * Bugfix: don't create tfm's, pfa's etc of feta-test fonts.
294
295 * Fixed blot_diameter for small resolutions.
296
297 1.3.43
298 ======
299
300 * Put global element list into Line_of_score, instead of
301 Paper_score. post processing (the stage after line breaking) is now
302 truly done per-system, and we got rid of an ugly hack to get font
303 handling OK.
304
305 * Bugfix: set the group-interface of System_start_delimiter.
306
307 * Cleanups of Break_algorithm and derived classes, Move
308 broken_col_range () to Line_of_score, remove Paper_score::col_l_arr_
309
310 * Bugfix for accordion symbols.
311
312 * Various patches to prevent crashing when do_brew_molecule gets
313 called before after_line_breaking (). This was a problem in Spanner
314 classes mostly.
315
316 1.3.43
317 ======
318
319 1.3.42.jcn3
320 ===========
321
322 * Made a quick try at piano pedal performer, damper pedal only.
323
324 * mf/feta-accordion.mf: Fixed strange turning paths.
325
326 * mf/feta-beugel.mf: Fixed infinity errors.
327
328 * Use a more discriptive name for windows setup.zip.
329
330 * mf/GNUmakefile: Have logs as last target, so that normally, they're 
331 not made twice.
332
333 * stepmake/stepmake/metafont-rules.make: Don't remove the .log files.
334 The logs are a target, removing them retriggers make.
335
336 * stepmake/stepmake/metapost-rules.make: Remove the correct log and tfm
337 files, ie the ones that clutter the source directory, not the target logs.
338
339 * Windows distribution: faked symlink for cmtfm.  Setup.zip should now be
340 standalone; ie, no need for Cygnus' usertools anymore.
341
342 1.3.42.jbr1
343 ===========
344   
345 * Documentation/ntweb: Updated angels.ly to match current syntax.
346 Also updated index.texi.
347
348 1.3.42.uu1
349 ==========
350
351 * Change all occurances of Staff_margin_engraver to
352 Instrument_name_engraver, add a convert-mudela rule
353
354 * Change status == busy assert into programming error
355
356 1.3.42
357 ======
358
359 1.3.41.jcn3
360 ===========
361
362 * Lots of fixes to windows distribution scripts.
363
364 * Added configuration features --program-prefix, --program suffix.
365
366 * lily/my-lily-parser.cc (get_chord): Bugfix, don't use deleted pitch.
367 This fixes inversions c/g and bass additions d/+c on chords.
368
369 1.3.41.mb1
370 ==========
371
372 * Avoid that xxxXXXVerticalExtent is used for empty HaraKiriStaff
373   lines.
374
375 1.3.41.hwn1
376 ===========
377
378 * Debian patches (thanks Anthony!)
379
380 * Use symbols for prefatory matter spacing. Do not use the typename
381 for looking up item pairs in the table, but read element property
382 break-align-symbol
383
384 * Instrument_name_engraver, uses break alignment instead of
385 side-position.
386
387 * System_start_delimiter_engraver, System_start_delimiter, uses a
388 spanner for the braces/brackets at the left of the system. Remove all
389 old Span_score_bar engravers.
390
391 * Removed Base_span_bar_engraver::use_prority_b_, and moved
392 Base_span_bar_engraver into Span_bar_engraver.
393
394 1.3.40.jcn3
395 ===========
396
397 * mutopia/Coriolan/violino-2.ly: Bugfix: wrong pitch.
398
399 * input/test: Removed stale AutoStaffSwitch examples.
400
401 * mutopia/E.Satie: Fixed gnossiene-4, doing \autochange.  Removed
402 stale copy of gnossiene-4.
403
404 * buildscripts/make-cygwin-cross.sh: Made some small .zip package fixes.
405
406 * make/lilypond.spec.in: Made some bugfixes for _prefix, preparations
407 for cross-building to Cygwin.
408
409 * buildscripts/make-cygwin-cross.sh: Now using rpm packages.
410
411 1.3.40.hwn2
412 ===========
413
414 * added \property XXXMinimumVerticalExtent, \property XXXExtraVerticalExtent
415
416 * New_chord_tremolo_engraver: make tremolo beams from
417
418         \repeat "tremolo" NUMBER <Music-expression>
419
420 Removed support for "old-style" tremolos.
421
422 * Add a convert-mudela function for the conversion "\key A;" to "\key a; 
423
424 * Read \property measurePosition within the engraver code, instead of
425 looking up the Timing_translator.
426
427 * star-spangled-banner.ly: add Bar_engraver to LyricsVoice 
428
429 * Changed all .fly and .sly files to .ly files.  Propose to dump .fly
430 and .sly.
431
432 1.3.40
433 ======
434
435 1.3.39.jbr1
436 ===========
437
438 * buildscripts/mf-to-table.py: feta dep files are now opened with write
439   binary option.  This avoids carriage return linefeed problems and
440   windows while not affecting unix.
441
442 * Documentation/hacking.texi: Fixed a texinfo syntax error
443
444 * stepmake/bin/package-zip32.sh: Fixed or Removed some legacy, 1.2.x,
445   directory paths.
446
447 * Documentation/ntweb/index.texi: Fixed broken links, added 1.3.39 links.
448
449 1.3.39.hwn1
450 ===========
451
452 * Glossary updates by Christian Mondrup.
453
454 * Bugfix: use generic properties in lyrics too. This fixes the
455 \property textStyle for lyrics.
456
457 * Score_element::preset_extent(), used by \property
458 XXXVerticalExtent, so hard code the size of a vertical group. 
459
460 * Don't fix up reference points for originals of broken
461 spanners. Fixes spurious "orphaned score-element" warnings.
462
463 * buildscripts/make-cygwin-cross.sh: Use rx-1.5 instead of regex (Jeffrey).
464
465 * scm/lily.scm: Fixed check for Windows: by default don't use scm regex.
466
467 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: Significantly smaller
468 patch for guile.
469
470 * buildscripts/make-cygwin-cross.sh: Compile native package GNU regex,
471 which should fix Windows problems with guile.  Also added input directory
472 to zip file.
473
474 * stepmake/aclocal.m4: Added decent checking for version of guile, and 
475 fixed warning message.
476
477 * lily/lexer.ll (My_lily_lexer): Bugfix: lookup chordmodifiers in the
478 chord-modifier table (not in the pitch list).
479
480 1.3.39
481 ======
482
483 1.3.38.hwn2
484 ===========
485
486 * General cleanups of My_lily_parser. 
487
488 * Start of a Chord_tremolo_iterator for the `\repeat 4 "tremolo"'
489 syntax.
490
491 * Moved Score_element::do_space_processing out of the dependency
492 mechanism.
493
494 * Use Scheme for notename tables.  Removed uppercase letters for low
495 octave notes. Removed Notename_table.
496
497 * Fixed core dump with declared "\key  ; "
498
499 * Extra robustness warning for Side_position_interface::aligned_on_self ()
500
501 * Extra robustness: make sure that first and last columns are breakable.
502         
503 1.3.38.jcn4
504 ===========
505
506 * stepmake/aclocal.m4: Added support for cross-compiling with guile.
507
508 * buildscripts/make-cygwin-cross.sh: A try at dropping cygwin1.dll
509  dependency by using mingw.  Compiling guile is too much to ask
510  for mingw, though.  Also:
511  - rename python scripts .py (request from Alain)
512  - install native packages under their own, separate root. (Alain)
513
514 * lily.scm: Don't use regex module when running on
515 Windows. (Shamus)
516
517 * lily/staff-margin-engraver.cc (acknowledge_element): If
518 possible, hang y-axis of margin script to span-bar.  This fixes
519 vertical placement of margin scripts attached to staff groups.
520
521 * help2man-rules.make: Fixes for generating manpages by copying
522 and for building using --scrdir.
523
524 * stepmake/stepmake/generic-targets.make: Preserve date stamp of
525 config.h, version.hh files file when copying.
526
527 * buildscripts/make-cygwin-cross.sh: made number of fixes:
528         - add `Cygnus/' prefix to directories in .zip-file too.
529         - package guile too.
530         - don't link to cygwin1.dll
531
532 * stepmake/stepmake/install-targets.make: bugfix, don't fail if directory
533   is not emty when uninstalling.
534         
535 * stepmake/stepmake/generic-targets.make: added man target.
536
537 * buildscripts/make-cygwin-cross.sh: new script for cross-building cygwin
538   development tools and lilypond executable.
539
540 * Documentation/ntweb/lilypond-manpages.patch: provide pre-built
541   manpages, so that make doesn't fail on help2man trying to execute
542   a GNU/windows executable.     
543
544 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: new patch for
545   guile-1.3.4.  
546
547 * flower/libc-extension.cc (memmem): cygwin compile fix.
548
549 1.3.38
550 ======
551
552 1.3.37.hwn1
553 ===========
554
555 * (generic-property.scm) added \property tieDash to set dashing on
556 ties.
557
558 * Removed  ly_eval_str(), we should use scm_eval (Scm_object).
559
560 * Removed scm_to_array (), array_to_scm (), associated junk. Reverted
561 undocumented .29 patch that made Bezier::control_ into an
562 Array<Offset>.  Added some comments documenting the reasons for the
563 changes.
564
565 * Revert generic-property.scm of .37 fix, fix the real problem in
566 property-engraver.cc: use the right symbol to check if element
567 property is already set.
568
569 1.3.37.jcn2
570 ===========
571
572 * Fixed srcdir build, so that you can do:
573
574       tar xzf releases/lilypond-x.y.z
575       mkdir <build>
576       cd <build>
577       ../lilypond-x.y.z/configure
578       make
579
580   as with any other gnu package.  All build output goes to <build>/out.
581
582 * Changed and fixed use of different configurations, and different output
583   directories.  Finally, you can use different configurations alongside
584   eachother.  From make/stepmake.make:
585
586       # Use alternate configurations alongside eachother:
587       #
588       #     ./configure --enable-configsuffix=debug
589       #     make conf=debug
590       #
591       # uses config-debug.make and config-debug.h; output goes to out-debug.
592       #
593
594       # Use same configuration, but different output directory:
595       #
596       #     make out=www
597       #
598       # uses config.make and config.h; output goes to out-www.
599       #
600
601
602 * Fixed performance of (de)crescendi.
603
604 * Better documentation for arithmetic_multiplier and arithmetic_basicspace
605   in params.ly.
606
607 * Added instrument-equaliser for MIDI output, see scm/midi.scm, and
608   properties midiMinimumVolume, midiMaximumVolume, ranges [0,1].
609
610 * Changed absolute midi volume settings into factor of full scale.
611
612 * Fixed another dynamic-line-spanner bug, it gets hairy.
613
614 * Added warning for spanners that are not fully contained in parent spanner.
615
616
617 1.3.37
618 ======
619 1.3.36.hwn1
620 ===========
621
622 * Abstract Align_element into Align_interface. Removed
623 Axis_align_{item,spanner}, Align_element, Super_element, all multiple
624 inheritance in the backend.
625
626 * new Gade score, INSTALL.texi fixes (thanks, Mats)
627
628 * Removed Item::hpos_f (), Score_element::{get,set}_real ()
629
630 * comments detailing properties for Axis_group_interface,
631 Side_position_interface, Score_element, Item and Spanner
632
633 1.3.36.jcn3
634 ===========
635
636 * Fixed vertical dimensions of elements in dynamic line spanner by adding
637   axis-group to dynamic line spanner.
638
639 * Bugfix: line-spanner lasts always full duration of (de)crescendi.
640
641 * Bugfix: broken (de)crescendi on a dynamic-line-spanner.
642
643 * Bugfix: compilation dynamic-engraver.
644
645 * Added and updated a faq about postscript and ghostscript.
646
647 * Fixed order of slurVerticalDirection verticalDirection in
648   generic-property.scm.  Similar fixes for Stem, Tie, etc.
649
650 * Added a Text_engraver to GraceContext.  Maybe it was removed on
651   purpose: scripst on grace notes seem broken, they appear on the
652   main note.
653
654 * Bugfix: volume effect of (de)crescendi was sometimes wrong way round.
655
656 1.3.36
657 ======
658 1.3.35.hwn1
659 ===========
660
661 * textEmptyDimension changed into textNonEmpty, default: off,
662 ie. texts don't occupy space.
663
664 * Use STL map for Lookup::lookup_p_tab_p_
665
666 * Abstracted Axis_group_element into Axis_group_interface, and removed
667 Axis_group_element. This eliminates some multiple inheritance in the
668 backend
669
670 1.3.35.jcn1
671 ===========
672
673 * Added minimum-space property to Side_position_interface.  Used in
674   positioning of Volta_spanner: voltaMinimumSpace.
675
676 * Fixed and cleaned-up volta-spanner.
677
678 * Moved directional-element.cc -> directional-element-interface.cc
679
680 * Renamed all `process_requests' to `process_music', which fixes
681   midi performance.
682
683 * Fixed dimensions (more x-y interchanges) of brace, bracket and
684   volta-spanner.
685
686 * Bit half-baken fix in to get similar vertical placement of orphaned vs.
687   line-spanned dynamic elements.
688
689 * Added property bracketCollapseHeight: the minimal size of a staff bracket
690   that will be typeset.  Smaller brackets will not be displayed.  This
691   fixes the (in 1.3.x reintroduced) funny duck-beak-bracket-bug (sorry).
692
693 * Removed some dissonant chords from Coriolan
694
695 1.3.35
696 ======
697
698 * Removed Documentation/programmer directory 
699
700 1.3.34.jcn3
701 ===========
702
703 * Small enhancements to Staff_margin_engraver:
704    - by default, the marginScript left aligns the text
705    - to set the text style, use property marginScriptTextStyle
706    - to change the alignment, use property marginScriptHorizontalAlignment
707      (centred and right alignment require manual padding settings).
708
709 * Print a friendly message if the manual pages failed to build.
710
711 * Bugfix: dynamicDirection now overrides verticalDirection setting.
712
713 * Warning messages and nl.po
714
715 * Fixed vertical alignment for all dynamic items and (reluctantly)
716   reinstated old directional behaviour for orphaned dynamics.
717
718 * Finished maximumRestCount property.
719
720 1.3.34
721 ======
722 1.3.33.hwn2
723 ===========
724
725 * Print key without setting key, syntax "\key ;". General cleanups of
726 key-item.
727
728 * Add paragraph tags in HTML output of mudela-book.  Music fragment
729 don't run into the text anymore.
730
731 * Bugfix: don't align the first line of text. (Lookup::text ()).
732
733 * Abstract away data members of Axis_group_element, Align_element
734
735
736 1.3.33.jcn3
737 ===========
738
739 * Added helpful properties instrumentScriptPadding/instrScriptPadding for
740   Staff_margin_engraver.
741
742 * Removed some empty files, substituted (c) 1999 occurrences.
743
744 * Added \property maximumRestCount.  It will prevent showing (or actually:
745   moving in case of a collision) more than maximumRestCount similar rests.
746   WIP!
747
748 * Rewrote Staff_margin_engraver.  Staff margin texts now hang on a new
749   breakable item: Left_edge_item.
750
751 * Fixed vertical alignment for dynamic elements.  Orphaned dynamic items
752   (not supported by a Dynamic_line_spanner) still collide with Staff,
753   although they now have staff support, which was supposed to fix this.
754
755 * Fixed Staff_margin_engraver for "instrument", "instr" is still broken.
756
757 * Dynamic elements are only put in a Dynamic_line_spanner if there
758   actually is more than one adjacent note-column with a dynamic.
759   This breaks the fine looks of all dynamics, again :-)
760
761
762
763
764 1.3.33
765 ======
766
767 1.3.32.hwn3
768 ===========
769
770 * Experiment: use STL map for Scheme_hash_table; Is there a speedup?
771
772 * Bugfix: print brace iso. bracket for Piano / GrandStaff
773
774 * Change naming: change do_post_processsing into after_line_breaking,
775 do_pre_processsing into before_line_breaking and do_process_requests
776 into do_process_music.
777
778 * Bugfix in hash-table.hh: do quadratic probing, and not cubic probing.
779
780 * Display property name for type error.
781
782 * Cleanups for Dynamic_engraver and Dynamic_line_spanner.
783
784 * Warn if last column in score is musical. Helps catch programming errors.
785
786 * Spanner::spanned_drul_ now is private. 
787
788 * Rewrote some bar code: moved molecule functions out of Lookup.
789
790 1.3.32.jcn3
791 ===========
792
793 * Embedded newlines in text items are now allowed.  This helps avoiding
794   TeX-hacking in some cases.  See input/test/coriolan-margin.ly
795
796 * Fixed stupid x-y interchange bug for staff-bracket.  This fixes
797   placement of staff-brackets.
798
799 * Fixed bracket/arch-thickness interchange bug, and made bracket a bit
800   thinner.
801
802 * Fixed slur/bezier-beautiful name mismatch.  This should fix the steep
803   slurs that were apparently reintroduced in 1.3.29.
804
805 * Made some small fixes to Coriolan.
806
807 * Removed duplicate lily/output-property-engraver.hh.
808
809 * Removed optional use of vanilla spanner in Dynamic_engraver.
810
811 * Fixed (measured) tremolo for Stem and Beam. Merged declarations
812   stem-engraver.hh and chord-tremolo-engraver.hh into their .cc
813   implementation file.  Also fixed looks of Chord tremolo, input and
814   implementation is still ugly.
815
816 * Added *.yy and *.ll to TAGS, to that tags-find-replace doesn't omit
817   parser and lexer.
818
819 1.3.31.mb1
820 =========
821
822 * Fixed \specialkey and \normalkey. Updated documentation.
823
824 1.3.32
825 ======
826 1.3.31.jcn5
827 ===========
828
829 * Fixed and cleaned-up Dynamic_engraver.  Optionionally uses vanilla
830   spanner instead of Dynamic_line_spanner.
831
832 * Made gcc-2.95 compile fix in libc-extension.
833
834 * Various fixes to Coriolan, score starts to look acceptable.
835
836 * Moved optional text of crescendo into Crescendo spanner.  Fixed horizontal
837   and vertical alignment of dynamics.
838
839 * Added new text crescendo spanners to Coriolan and made some fixes.
840   If you're using timidity, use the -EO option to prevent notes get
841   stuck.  I'm not sure whose fault this is, Lily's MIDI output may be
842   stretching the standard a bit.
843
844 * Adjacent dynamic markings are now grouped on a horizontal line, but it's
845   not perfect yet: they're always below the staff and no horizontal spacing
846   is done.  Also, character metrics of dynamics are still not used.
847   See: input/test/crescendi.ly and input/test/dyn-line.ly
848
849 * Cleaned up Span_dynamic_performer.
850
851 1.3.31
852 ======
853 1.3.30.mb1
854 =========
855
856 * Fixed the page layout, reintroducing space for the header and
857   trying to keep piece titles on the same page as the piece.
858   The header and footer can now contain several lines.
859
860 1.3.30.jcn3
861 ===========
862
863 * Lily now also performs crescendi and decrescendi in MIDI output:
864   Span_dynamic_performer (bit scrappy).
865
866 * Added preliminary support for crescendi/decrescendi other than `hairpins',
867   eg: `cresc. poco `a poco -- -- --'
868
869 * Made MIDI tie performance fix.
870
871 1.3.30.jcn2
872 ===========
873
874 * Lily now performs absolute dynamics in MIDI output.
875
876 * Included David's comments on opus47 in TODO.
877
878 1.3.30.jcn1
879 ===========
880
881 * More Coriolan: flute-1,2; oboe-1,2; clarinet-1,2; 
882   fixes and remainder french horn-1,2; trombone-1,2;
883   fagotto-1,2; timpani; and several fixes.
884   
885 1.3.30.uu1
886 ==========
887
888 * Remove some old doco from programmer/ and put on personal homepage.
889
890 * Removed union-find from flower library.
891
892 * Only quantise tie horizontal part inside the staff.
893
894 1.3.30
895 ======
896 1.3.29.hwn1
897 ===========
898
899 * Report type errors for \property. Helps with converting 1.2 input
900
901 * Use Scheme for Align_element; fixed graceAlignPosition 
902 and removed \property alignmentReference in the process.
903
904 * Use generic properties for lyrics too.  This fixes \property
905 Lyrics.textStyle
906
907
908 * Add relative distance for constraints between non-column items.
909
910 * Automatic \marks: use "\mark ; ". The mark numbers or letters are
911 increased automatically.
912
913 * Translators now only change properties of their own context. This
914 removes the 2nd argument to Translator::get_property()
915
916 * Bugfix for Metapost mode
917
918 1.3.29.uu1
919 ==========
920
921 * Updates of glossary  (Christian Mondrup)
922
923 * Bugfix with bar number placement
924
925 * Moved links to bibliography/ and misc/ to main index.
926
927 1.3.29
928 ======
929
930 * Moved Slur-specific code from Bezier_bow to Slur and Slur_bezier_bow.
931   Slurs are now calculated just once.
932
933 * Bezier_bow gets constants from paper.  Still no sensible solution for
934   magic asymmetry gradient step constants.
935
936 * Reinstantiated tangent-controls, more flexible than ever.  You can choose
937   between area asymmetry and tangent-controls.  My guess is, tangent controls
938   will be junked in 1.3.30.
939
940 * Slur area: only look at x-gradient.
941
942 * Added credits for some symbols of as5/9 fonts.
943
944 * Bugfix: don't make almost flat slurs, change in de-uglyfy slur.  
945
946 * Bugfix: midi2ly put out recent version (ugh).
947
948 1.3.28.hwn2
949 ===========
950
951 * Bugfix: don't forget to process staffSpace and numberOfStaffLines
952 properties.
953
954 * Removed Gade score. To appear (shortly?) on Mutopia. 
955
956 * Make Bar_script_engraver look for typeVisibilityFunction (eg
957 property barNumberVisibilityFunction). Changed the names of the Scheme
958 functions to be understandable. See input/test/bar-script-visibility.ly
959
960 * rewrite of class Molecule. It has now reached the ultimate quality
961 plateau. All molecule data is now shared.
962
963 1.3.28
964 ======
965
966 * Update of the glossary by Christian Mondrup 
967
968 * Moved horn-concerto-3 out of tarball to private website, removed
969 W.A.Mozart subdirectory.
970
971 1.3.27.hwn1
972 ===========
973
974 * Bugfix: don't make giant ties if the horizontal part of tie is near
975 the center.
976
977 * Small optimizations to be a little more careful with mem usage. 
978
979 * Website change: put all examples in one directory.
980
981 * Removed Atom as a separate type.  Now use SCM, and since we use
982 function composition, Atoms are immutable, so they don't have to be
983 copied. This makes life easier, hopefully this is quicker and uses
984 less memory.
985
986 1.3.27.jcn1
987 ===========
988
989 * Bezier_bow: minimise_enclosed_area
990
991 1.3.27
992 ======
993
994 1.3.26.hwn4
995 ===========
996
997 * Tuplet-spanner slope calculation now looks better on tupletted rests
998 (patch courtesy Laurent Martelli)
999
1000 * Bugfix (Staff_performer::new_instrument_str ()) check type of
1001 \property "instrument"
1002
1003 * New mechanism for breaking lines: do not copy & prune the element
1004 property list separately, but combine these steps. Dramatically
1005 reduces memory usage for large scores.
1006
1007 1.3.27
1008 ======
1009 1.3.26.jcn2
1010 ===========
1011
1012 * Bugfix: font used in volta-spanner calculation.
1013
1014 * Added simple selection list to webpage, inspired by sawmill.
1015  
1016 * Devised kludge for ascii 5 character font pitches.
1017  
1018 * Substitutions: interline, 1997,1998, @stack.nl and small typo fixes.
1019
1020 1.3.26.hwn1
1021 ===========
1022
1023 * Plug memory leaks related to Moment:
1024   - Spacing_engraver::do_pre_move_processing ()
1025   - make_rational ()/make-rational
1026   - Paper_column::Paper_column ()
1027
1028 * Plug memory leak in Paper_outputter::output_{String,Real,int}_def()
1029
1030 * Plug memory leak in Score_engraver::set_columns ()
1031
1032 * Plug memory leak in Scheme_hash_table::set()
1033
1034 * Plug memory leak in Score_element::molecule_extent ()
1035
1036 * Bugfix: don't crash if a slur doesn't span anything.
1037
1038 * Bugfix: don't crash if doing beams without a staff symbol.
1039
1040 * Generic element property setting:
1041
1042         \outputproperty #predicate #'symbol = #value
1043
1044 Will set the element property symbol to value, for any elements that
1045 return true for PREDICATE.  This allows you to virtually tweak *ANY*
1046 property of the output. Example in input/test/generic-output-property.ly
1047
1048 1.3.26
1049 ======
1050
1051 * lilypond as as2ly: --help and --version to stdout.  Regular identify 
1052   to stderr.  This fixes help2man's manpage generation.
1053
1054 * configure: substitute full path for perl and guile in scripts.
1055
1056 * Added ascii slur and volta.  There seems to be a Lily bug in volta placement.
1057
1058 * Bugfix: default font now user settable
1059
1060 * as2text: handle plain ascii font, read from stdin, you can now do:
1061
1062   echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
1063
1064 1.3.25.hwn1
1065 ===========
1066
1067 * Bugfix: second half of broken ties now are displayed again.
1068
1069 * Bugfix: add clef to the support of 8 text in the G_8 clefs. Center
1070 it horizontally on the clef.
1071
1072 * Added Tie_column spanner. Ties in tied chords now get proper directionsa.
1073
1074 * Bugfix: unbroken repeat barlines now work, eg. |:
1075
1076 * Added Request_iterator to make more flexible constructions possible.
1077
1078 1.3.25
1079 ======
1080 * as2text: catch missing font/character errors, added default font, set text.
1081
1082 * New ascii fonts and glyphs: as5 as-numeral4 as-braces9
1083
1084 * Ascii output, minimal support:
1085   - AsciiScript Fonts: mf/*.af
1086   - Init files: ly/*-as.*ly 
1087   - AsciiScript translation to text: scripts/as2text.scm
1088   - input/test/as.fly input/test/as1.fly
1089   - Output support: lily/lily.scm
1090   - Try:
1091       lilypond -f as -i init-as.fly input/test/as.fly
1092       as2text as.as
1093
1094 1.3.24.hwn1
1095 ===========
1096
1097 * The horizontal part of ties will avoid collision with staff lines.
1098
1099 * Plugged memory leak: don't protect Atom function.
1100
1101 * Lookup cleanups. Made lots of functions static. Moved some code out
1102 of Lookup.
1103
1104
1105
1106 1.3.24.hwn1
1107 ===========
1108
1109 * Bugfix: ly2dvi.py exits succesfully when encountering --help and
1110 does not delete any of the file_ly*.tex.
1111
1112 * Added header and footer support in ly2dvi.py
1113
1114 1.3.24
1115 ======
1116
1117 * Added a ROADMAP file explaining the source directory layout.
1118
1119 * Minor tweak in the feta 6 and 9 numeral
1120  
1121 * Moved files from lib/ to flower/
1122
1123 * Removed Note_head_side class.
1124
1125 * Updated the webpage to be a little more chatty. 
1126
1127 * Small Local_key_engraver optimization: only lookup timing engraver once.
1128
1129 * Fixed dashed slurs
1130
1131 * Rewrite of Slur code.  Be much more picky about slur shapes. We try
1132 to offset the slur instead of bending it too much
1133
1134 * Look at stem directions for tie direction.
1135
1136 * Compound multimeasure rests. Put measures_i_ variable in an element
1137 property.  Made the symbol a lot wider.
1138
1139 * Time signature small cleanups.
1140
1141 1.3.22.hwn2
1142 ===========
1143
1144 * Symbols opposite to stem (eg marcato) now get the proper glyph in up
1145 version.
1146
1147 * Breathing marks now have a direction by default.
1148
1149 * Do set generic script properties.
1150
1151 * Also put tuplet brackets under notes.
1152
1153 * Score_element_info: only store origin of element, but not the path
1154 to parent translators. Saves a little memory, and removes some complexity.
1155
1156
1157 1.3.22.hwn1
1158 ===========
1159
1160 * Autobeaming in time sigs that don't have 1/4 beats fixed.
1161
1162 * (De)crescendi should now work. (Thanks Michael)
1163
1164 * Better error reporting for conflicting time signatures.
1165
1166 * Line_number_engraver: output locations of note head
1167 definitions. Very handy when entering complicated scores.
1168
1169 * Rewrote multi measure rest support: now they are entered as spanners
1170 (\commandspanrequest \start "rest"). RXXXX is an abbreviation for
1171
1172   { \commandspanrequest \start "rest"
1173     SXXXX
1174     \commandspanrequest \stop "rest"
1175   }
1176
1177 * Removed support of percent style repetitions. 
1178
1179 * Put texts outside the staff.
1180
1181 1.3.21.mb1
1182 ==========
1183 * Getopt bugfix: don't assert on certain errors.
1184
1185 * ly2dvi: Remove unnecessary space for the page headers.
1186
1187 * Bugfix convert-mudela
1188
1189 1.3.21.hwn1
1190 ===========
1191
1192 * Bugfix in lilypond-mode.el: eval-buffering now uses file name and
1193 not buffer name.
1194
1195 * Scrapped tupletVisibility property. Now use tupletNumberVisibility,
1196 tupletBracketVisibility, with Scheme value #t, #f or 'if-no-beam.
1197 \property tupletInvisible will stop all tuplet spanner creation.
1198
1199 * Don't go berserk if tuplet spanner is on only one column.
1200
1201 * Use SCMs & Smobs for Molecules & atoms.  This uses less
1202 scm_(un)protect_object () calls, so the output stage should be faster.
1203
1204 * Added \property tupletSpannerDuration, to make multiple tuplet signs
1205 with one \times.
1206
1207 * Some programming Errors in spacing are now caught. Lily does not
1208 hang when encountering degenerate springs.
1209
1210 * Allow beams to start and end over rests
1211
1212 1.3.19.hwn2
1213 ===========
1214 * Fix disappearing clefs when clefs are not printed with a barline.
1215
1216 1.3.20.jcn2
1217 ==========
1218
1219 * SCM properties beamHeight and beamVerticalposition now use half-spaces:
1220   input/test/beam-control.fly
1221 * Added \context Voice to .fly and .sly; the default \context Staff is almost
1222   never what you expect
1223 * Fixed decision for .sly/.fly in lilypond-mode.
1224
1225 1.3.19.hwn1
1226 ==========
1227
1228 * Clean up font-metric hierarchy, use Adobe AFM code to parse AFM files.
1229 Cleanup mf-to-table.py
1230
1231 * Fixed embarassing slur bug.
1232
1233 1.3.19.jcn1
1234 ==========
1235
1236 * lilypond-mode.el: guess init file for lily-*-region, lily-mode-map bindings
1237
1238 1.3.18.uu2
1239 ==========
1240
1241 * lilypond-mode.el for emacs supersedes mudela-mode.el 
1242
1243 * Tuplet spanners don't collide with encompassing notes. 
1244
1245 * Gobbled Adobe parseAFM* code, for future use.
1246
1247 * Big 1999 to 2000 search/replace.
1248
1249 * Big interline to staff_space search/replace for mf files.
1250
1251 * Removed Bow class, and split code into Tie and Slur
1252
1253 * Don't put scripts on grace notes.
1254
1255 * Font_metric uses SCM for name field.
1256
1257 * Various compilation fixes.
1258
1259 1.3.17.jcn2
1260 ===========
1261
1262 * Bugfix: beams with less than one (visible) stem
1263
1264 * small fixes to pa.ly
1265
1266 1.3.17.jcn1
1267 ===========
1268
1269 * Fixed bug that made multi-measure rest barnumber counts go wild.
1270 (even more scm2int/int2scm mixups!)
1271
1272 * mutopia/J.S.Bach/pa.ly: organ score (for my father)
1273
1274 * small fix to mutopia/J.S.Bach/Duette/violino-ii.ly
1275
1276 1.3.17.hwn2
1277 ===========
1278
1279 * Remove Paper_def calls in bezier-bow.cc
1280
1281 * Remove data members of Tuplet_spanner,  Volta_spanner
1282
1283 * hang_on_clef, property hangOnClef removed
1284
1285 * Bar::type_str_ mode into element property `glyph'. Use a Scheme
1286 function to determine breaking behavior.
1287
1288 * More Scheme typechecking.
1289
1290 * Be strict about the difference between strings and symbols for conversion.
1291
1292 * Fixed bug that made 1st line offset to right fixed. Bugfix courtesy
1293 Laurent Martelli.
1294
1295 * Partial French translation, courtesy Laurent Martelli.
1296
1297 * Small corrections in NL translation. 
1298
1299 1.3.17.hwn1
1300 ===========
1301
1302 * Added mensural note heads (noteHeadStyle = "mensural") Additionally,
1303 we have a longa note head.  noteHeadStyle = "harmonic" is not
1304 supported anymore. (for now, that is)  
1305
1306 * Reference manual update. Document \properties with examples
1307
1308 * fix mudela-book --help
1309
1310 * Use element properties for Text_item::text_str_, Clef_item::symbol_,
1311 Key_item::c0_position_
1312
1313 * Clef_engraver general cleanup. Use alists (\property
1314 supportedClefTypes, clefPitches) for clef types.
1315
1316 * Use progress_indication () for progress. Don't include <iostream.h> directly 
1317 Don't include <string.h>, <math.h> from headers.
1318
1319
1320 1.3.16.hwn1
1321 ===========
1322
1323 * \property stemCentered (boolean): centers stem on note head. See
1324 input/test/stem-centered.ly
1325
1326 * input/trip.ly, small test of lots of features.
1327
1328 * \property Staff.collisionMergeDotted: merge equal noteheads
1329 with different dot count. See input/test/collision-merge-dotted.fly
1330
1331 * Dotted rest bugfix 
1332
1333 * Don't crash if a slur does not span any notes.
1334
1335 * Volta repeats fixed.
1336
1337 * cleanup of Note_heads_engraver
1338
1339 * removed dots_i_ member of Dots
1340
1341 1.3.16.jcn1
1342 ===========
1343 * Fixed cross staff slurs.  It seems that cross-staff sign
1344   was swapped.
1345
1346 1.3.15.hwn1
1347 ===========
1348
1349 * Fixed bug in stem code.  Stem in chords works again.  Small
1350 stem cleanups.
1351
1352 * Use element properties for Staff_symbol.
1353
1354 * \property sparseTies (boolean).  Only make one tie in the
1355 middle for tied chords.
1356
1357 * Junked Directional_spanner, Column_info.
1358 Directional_element now is element interface `Directional_element_interface'
1359
1360 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
1361
1362 pl 15.jcn4
1363         - removed old notename2scm conversion
1364         - beam-dir-algorithm through scm
1365         - bfs paper-scm
1366         - bf: knee-stemlengths
1367
1368 pl 15.jcn3
1369         - moved poor man's stem arrays to scm
1370         
1371 pl 15.jcn2
1372         - beam quanting using scm lists
1373
1374 pl 14.hwn1jcn1
1375         - chord-name uses scm members
1376         - bfs: knee with different mults, interstaff knee, auto-knee
1377
1378 **********
1379 pl 14.hwn1
1380         - specialize duration.cc for lily, move out of lib/
1381         - stem cleanup
1382         - more SCM typechecking
1383         - stafflineleading -> staff_space
1384         - bf: rod distances.
1385         - junk some unused code.
1386         
1387 pl 13.hwn2
1388         - paper/score column cleanups. Junk Score_column type
1389
1390 pl 13.hwn1
1391         - Bezier_bow/Bezier cleanups
1392         - bf: rest under beam.
1393         
1394 pl 13.jcn2
1395         - untangled Chord_name (item) and Chord (list-of-pitches)
1396         
1397 pl 13.jcn1
1398         - bezier-bow fix
1399
1400 **********
1401 pl 12.hwn1
1402         - polynomial.hh
1403         - bf: generic properties
1404         - quantise_iv () fix.
1405         - bezier cleanup
1406         - class Polynomial 
1407         - use smobs for font metric tables/hashes.
1408         - nl.po bf
1409
1410 **********
1411 pl 11.jcn3
1412         - small beam fixes (interstaff knees still broken)
1413
1414 pl 11.hwn1
1415         - bf: dots
1416         - bf: harmonic note heads
1417         - revise stem, notehead, rest
1418
1419 pl 11.jcn2
1420         - included missing scm,ly updates
1421         - bf: urg to_dir () takes scm..
1422         - bf's: if (Foo b = bar != 1)
1423         - beam cleanup
1424
1425 *********
1426 pl 10.uu1
1427         - various small bfs
1428         - bf: alignment reversed
1429         - Staff_symbol_referencer -> Staff_symbol_referencer_interface
1430         - bf: staccato pos
1431         - Knee fixes (thanks, Jan)
1432
1433 pl 10.jcn2
1434         - fixes for invisible beamed stems
1435         - removed steminfo from properties, don't cache Stem_info
1436
1437 pl 10.jcn1
1438         - steminfo to properties
1439         - dropped internote dim for stem-beams
1440
1441 *********
1442 pl 9.hwn1
1443         - abstracting Staff_symbol_referencer to an interface.
1444         - quantised_position for staccato dots.
1445         - standchen fixes
1446         - junk Score_element::do_{width,height}: set callbacks directly.
1447         - merge Score_element, Graphical_element
1448         - merge Axis_group_element, Graphical_axis_group
1449         - junk pointer fields from Score_element derived classes
1450         - junk obsolete do_substitute_dependency code.
1451
1452 **********
1453
1454 pl 8.hwn2
1455         - staff-support for Crescendi.
1456         - padding for accidentals.
1457         - cascading offset callbacks
1458
1459 pl 8.hwn1
1460         - note-head-side 
1461         - naming Staff_sidify -> Side_position_interface
1462
1463 ***********
1464
1465 pl 7.mb1
1466         - bf: timeSignatureStyle works again
1467
1468 pl 7.hwn1
1469         - Dirk Latterman key/mmrest patches
1470         - Offset callbacks in Dimension_cache
1471         - Junked Staff_side_*
1472         - Staff_sidify: interface class.
1473         - prelude-{1,2} fixes.
1474
1475 ***********
1476 pl 6.uu2
1477         - bf: PS font selecting.
1478
1479 pl 6.uu1
1480         - bf: ls-latex
1481         - mudela-book --no-pictures
1482         - bf: ly2dvi
1483         - convert-mudela: beamAuto moment syntax. 
1484
1485 pl 6.jcn3
1486         - fixed scm output
1487
1488 pl 6.jcn2
1489         - half-baken ly-gulp-file in scm
1490         - resurrected scm output through guile
1491
1492 pl 5.mb1
1493         - bf: version of init.sly, init.fly
1494         - Clarify necessary version of texinfo
1495         - bf: texi files, minor errors and syntax compatible with 
1496           older makeinfo
1497
1498 pl 6.jcn1
1499         - bf: scm output
1500
1501 *******
1502
1503 pl 5.hwn2
1504         - Bach preludes: mutopification
1505         - dots are Directional_element too; use \property dotDirection
1506         - moved some stuff out of Lookup
1507         - bf: dots
1508         - font selection mechanics changed.
1509
1510 pl 5.uu1
1511         - bf: smob allocation (thanks David!)
1512
1513 pl 5.hwn1
1514         - junked \shape. Now use #'margin-shape 
1515         - timing: one_beat -> \property beatLength
1516         - bf convert-mudela
1517
1518 ************
1519
1520 pl 4.uu1
1521         - input/test/ \property fixes.
1522         - gcc 2.95 fix
1523
1524 pl 4.hwn1
1525         - Break_align_engraver,
1526         break align order from  \property breakAlignOrder
1527         - junked Score_priority_engraver
1528         - moved Time_description into Timing_translator
1529         - use properties for timing, see input/test/timing.fly
1530         * removed \cadenza ; now use \property Score.timing
1531         * \property measurePosition
1532         * \property measureLength
1533         * \property currentBarNumber
1534         - Note_name_engraver , \context NoteNames
1535
1536
1537 pl 4.jcn1
1538         - junked some chord guessing code
1539         - bf: lookup size (-1) for chord-name accidentals
1540         - bf: ly2dvi's MFINPUTS setting
1541
1542 *************
1543 pl 2.jcn3
1544         - chords:
1545           * Chord is item
1546           * junked TeX hacking
1547           * configurable with styled strings from scm
1548           * fixes: dim, /no X, tonic != C
1549
1550 pl 2.jcn2
1551         - chords from  scm 
1552
1553
1554 pl 3.hwn2
1555         - visibility-lambdas into default elt properties SCM.
1556         - clef types in SCM
1557         - verticalDirection properties now in SCM.
1558
1559 pl 3.hwn1
1560         - move position_i_ into Staff_symbol_referencer
1561         - move dir_ into Directional_element baseclass
1562
1563 ****************
1564
1565 pl 2.hwn1
1566         - bf: dynamic style.
1567         - prepare to move dir_ into SCM. 
1568
1569 pl 2.jcn2
1570         - chord fixes: 
1571            * inversion request: no inversion guessing for chord entry
1572            * bass request: c/+b to add bass note not part of chord
1573            * -dim modifier works on all thirds
1574            * colon iso dash as tonic/modifier-additions separator
1575            * C:m5- displays as "Cdim"
1576            * C:m5-7- displays as "Co"
1577
1578 pl 2.jcn1
1579         - moved bracket vars to params
1580         - reverted broken lilypond-devel
1581
1582 *************
1583 pl 1.uu1
1584         - David's patches:
1585         * mfplain.mp detection
1586         * Graphical_element::common_refpoint() robuster.
1587         * fixes for mudela-mode.el
1588         - Dirk's patches:
1589         * key signature placement,
1590         * tied accidentals.
1591
1592 pl 1.hwn2
1593         - extra-offset elt property.
1594         - junked Chord_tremolo
1595
1596 pl 1.hwn1
1597         - changed calling convention for {get,set,remove}_elt_property()
1598         - rm'd some mutopia examples.
1599
1600 *******
1601 pl 0.hwn2,1
1602       - Generic properties and Property_engraver. Moved most of the
1603 properties.
1604
1605 0.lu1
1606         - resurrected midi2ly
1607
1608 0.jcn1
1609         - bf: lyrics lexer
1610         - reverted mup2ly revert
1611
1612 pl 3.uu1:
1613         - frontport of 1.2.17 patches.
1614
1615 **********
1616
1617 1.3.0:
1618
1619 pl 15.hwn2
1620         - loads of bfs.
1621
1622 pl x.jcn3
1623         - another workaround: reset buffer state for scm_ftell ()
1624         - workaround for broken scm_ftell ()
1625
1626 pl 15.hwn1
1627         - \properties are now SCM s, junk Scalar type
1628         - use SCM for strings in parser.
1629         - Moment derived from Rational. Moment may be smobified.
1630
1631 pl 15.jcn4
1632         - direct #... to scm parser  (Thanks to Gary Houston)