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