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