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