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