lilypond-1.3.73
[lilypond.git] / CHANGES
blob17afb3dfa8e1469bf81d62fc7ff53848a316c32f
1 * Robustness fix for minimise_least_squares ()
3 * cleanups of Slur_bezier_bow, removed Bezier_bow.
5 * cleanup of Tie. Changed Tie into interface. Made ties flatter by default.
7 * changed SCM_UNDEFINED to SCM_UNSPECIFIED for return values that go
8 back into Scheme.
10 * changed SCM_UNSPECIFIED to SCM_EOL for undefined element
11 properties. This makes initializing list properties redundant.
13 * removed idiotic code for including tfm.[1-5] into search path.
15 * fixed problem with tuplet placement for cross staff tuplets.
17 1.3.71
18 ======
19 * Small cleanups to bring down  compile time and binary ensmallment.
21 * Made Lookup into a smob, and use guile alist iso. an STL map.
23 * Changed repeated music semantics for relative octave: each
24 alternative takes its inital octave from the body.
26 * Fixed: parser accepts booleans for property values as well.
28 * Added Scarlatti sonata test file to input/
30 * kpathsea support, courtesy Carsten Block <carsten.block@gmx.de> 
32 1.3.70
33 ======
34 * Fixed: long standing problem in optical-illusion code.
36 * Fixed: stop beam if stem *has* a beam in auto-beam-engraver. 
38 * Made interface of Multi_measure_rest, System_start_delimiter,
39 Spacing_spanner, Separating_group_spanner, Beam, Slur and
40 Rhythmic_head.
42 * Use properties for minimum distances and spring parameters.  Move
43 spacing related functions from Paper_column into Spaceable_element.
45 * Removed most Paper_column typecasts.
47 1.3.69
48 ======
50 * Cleanup auto-beam-engraver: use properties for retrieving timing
51 information.
53 * Fixed: Multi measure rests don't cause crashes.
55 * Fixed: don't invoke Hara_kiri::consider_suicide too early.
57 * Fixed: property engraver.  
59 * Fixed: don't crash on multiple ties.
61 * Cleanups of Beam, should also be a little faster.  
63 * Reunite properties and pointers. In implementation we make a
64 distinction between mutable and immutable properties
66 * Add {has|set}_interface () static methods to interface classes.
68 * Made Side_position_interface and Staff_symbol_interface an all
69 statics class, and stripped _interface suffix.
71 * Make Align_interface and Axis_group_interface an all-statics class 
73 * Rhythmic_head, Staff_symbol, Grace_align_item, Break_align_item,
74 Bar, Span_bar are now interfaces, Staff_bar was removed. Use a
75 callback for determining barsize.
77 * Removed all GLUE_SCORE_ELEMENT callbacks. 
79 * Added test for repeats to trip.ly
81 1.3.68
82 ======
84 * ly2dvi: changed back to original semantics of latexheaders.
86 * Stem_tremolo, Crescendo, Hara_kiri_group_spanner, Tuplet_spanner,
87 Volta_spanner changed into interface.
89 * Related cleanups for Tie, Tie_column cleanups.
91 * Made Time_signature, Single_malt_grouping_item, Script_column,
92 Chord_name, Dot_column, Breathing_sign, Key_item type into interface.
94 * Removed const declaration from callback arguments.
96 * Pagebreak support. See input/test/between-systems.ly
98 * Fixed a problem with accidentals in combination with
99 non-nil key signatures.
101 1.3.67
102 ======
104 * Use callbacks for augmentation dot positioning.
106 * Removed types Note_head and Rest
108 * Cleanup of slur.cc: use common reference points in a sane manner.
110 1.3.66
111 ======
113 * Corrected text sizes in paper*.ly (Mats Bengtsson)
115 1.3.65.uu1
116 ==========
118 * Dots, Collision, Rest_collision removed as separate Score_element type.
120 * Stem and Note_column accept only one rest.
122 * Use offset callback in Stem to resolve rest/beam collisions.
124 * Put the value of new  local key signature (accidentals) back into a property.
126 * Set molecule-callback for notename item.
128 1.3.65.jcn2
129 ===========
131 * Added some comments to new slur code.
133 * Removed some ugly interstaff slur code, interstaff slurs at line-break
134   are still broken.
136 * Slur bugfix: 16th beams are also beams.
139 1.3.65
140 ======
142 * Bugfix: translate volta spanner at start of line.
144 * Changed directional_element() calls to instantiations
145 of Directional_element_interface.
147 * Removed Dynamic_line_spanner, and cleaned up Dynamic_engraver.
149 * Removed Staff_info type. Information about columns is now transferred
150 via currentMusicalColumn and currentCommandColumn.
153 1.3.64.jcn2
154 ============
156 * Made slur attachment position user settable; properties:
157 slurBeginAttachment slurEndAttachment, values: 'head 'stem
158 'along-side-stem.  See input/test/slur-attachment.ly and ophee-slurs.ly.
160 * Fixed slur attachment positions, added missing rule and use simple
161 default starting positions for attachments.
163 * Started rewrite of slur ending code, interstaff slurs are broken for
164 now.
166 * Fixed download URL of the webpage.
168 * Moved direction.cc to flower/.
170 1.3.64
171 ======
173 * Lyrics centered on notehead.
175 * Various bugfixes hyphen-spanner.
177 * Bugfix: set appropriate callbacks for Note_head. This fixes 
178 problems with dots.
180 * Removed Clef_item as score-element derived type.
182 * Updated config.sub and config.guess
184 * Bugfix: allow linebreaks on beamed grace notes.
186 1.3.61.jcn2
187 ===========
189 * Included dutch po-update based on submitted 1.3.57 nl.po
191 * Added "Development" link to website, now that "Home" is a relative link.
193 * Bugfix: use deep copies for resetting keys.
195 * Assorted typing erors in procedure names in ly/engraver.ly
197 1.3.62
198 ======
200 * Made callbacks from Score_element::before_line_breaking() and
201 Score_element::after_line_breaking()
203 * Fixed website; backlinks should work again.
205 * Removed --ignore-version option. Added --verbose option.
207 1.3.61
208 ======
210 * Webpage hacking
212 1.3.60.hwn1
213 ===========
215 * Junk int_identifier, real_identifier. Merged Midi_def_identifier and
216 Paper_def_identifier.
218 * Fixed bug with spanning barlines in combination with Hara-Kiri staffs.
220 * Cleaned up Text_item, Hyphen_spanner, Lyric_extender and
221 Sustain_pedal and reduced them to an Score_element interface (they are
222 no longer Score_element derived types).
224 * Some instances of brew_molecule routines have moved out of
225 Score_element, and are now called scheme_molecule.
227 * Moved lots of parameters from ly/params.ly to ly/engraver.ly
229 1.3.59.hwn1
230 ===========
232 * Removed String_identifier, and use the type system of GUILE instead.
234 * Fixed \key PITCH MODALITY syntax. The modality argument is now
235 mandatory, a rule in convert-mudela has been added.
237 * Cleaned up  buildscripts/ directory: removed obsolete scripts.
239 * Use Scheme_hash_table for identifier Scopes.  Scheme_hash_table is
240 based on STL and should be faster than hash_table.
243 1.3.59.jcn1
244 ===========
246 * Fixed scm_un/protect_object for guile-1.3.4 and 1.3.5 snapshots,
247   in the process reduced number of protect/unprotect calls.  With
248   guile-1.3.5 snapshot, memory usage has decreased by 1/5th, now
249   just 10% above the 1.2 level.  Also, Lily's a bit faster.
251 * Fixed make diff bug in stepmake to be able to make this diff :-)
253 1.3.58.hwn1
254 ===========
256 * Rewrote key sig support.  Now key signature can also be controlled
257 by setting keySignature and localKeySignature properties, eg.
259         \property keySignature = #'((2 . -1) ( 4 . -1) (6 . -1))
261 sets a key signature of `es ges bes' (an unusual key signature).
263 Keys are internally represented as transpositions of the c-major
264 scale. Printing the key signature for a scale is done by filtering out
265 all non-natural accidentals.
267 * Removed support for \keysignature, and \key something \minor; Newkey
268 is now obsolete.
270 1.3.58.jcn3
271 ===========
273 * Fixed pedal items (hw)
275 * Changed configure option tex-tmfdir to tmf-path now accepting multiple
276   tfm directories.  Automated links to cmr and amstex tfm font directories.
278 * Replaced one scm_assoc () u-turn slipped through jcn1
280 * various GUILE 1.3.5 compile fixes
282 * Added `Ped' as a compound symbol font and removed silly scheme kerning.
284 * Replaced some scheme assoc u-turns with scm_assoc ()
286 * Ran po-update (mostly because of new ja contribution).
288 1.3.57.jcn2
289 ===========
291 * Cleaned-up scheme list to text conversion for Chord_name and 
292 fixed horizontal kerning.
294 * Added examples for american (slashed o) and jazz (black triangle),
295   see input/test/{american-chords.ly,jazz-chords.ly}
297 * Made guile-1.3.5 compile fixes
299 1.3.57.uu1
300 ==========
302 * Fixed typo in Dots::do_brew_molecule (); this fixes the disappearing
303 dots problem.
305 * Rewrote key signature administration; now Scheme is used; Octave and
306 Key have been junked in favor of Newkey.
308 * japanese .po file included (thanks, Japanese team!)
310 1.3.57
311 ======
313 * Fixed several forgotten molecule-callbacks 
315 * Fixed first clef in score; now F clefs are also possible.
317 1.3.56.mb1
318 =========
320 * Updated FAQ with two useful GDB macros.
322 * Several fixes in the documentation.
324 1.3.55.jcn1
325 ===========
327 * Made (dutch) po-update
329 1.3.56
330 ===========
332 * Molecules are now generated via callbacks exclusively; most calls to
333 set_elt_property ("transparent", SCM_BOOL_T) have been replaced by suicide().
335 1.3.55
336 ======
338 * Experimental property collapse for most score-elements.  (notable
339 exceptions: Scripts, pedals). Change all Score_element constructors to
340 take a basic-property list. The suffix of a property list may be
341 shared by several score-elements, for instance all default G-clefs in
342 a score share the following settings
343   
344            (breakable . #t)
345            (break-align-symbol . Clef_item)
346            (visibility-lambda . ,begin-of-line-visible) 
348 This should reduce memory usage further. 
350 * Magically fixed the disappearing Lyrics problem.
352 * Removed used_b_ field from Score_element.  
354 * Massive search-replace patch: store pointers and properties
355 separately, in preparation of property collapse.
358 1.3.54
359 ======
361 * Bugfix: don't crash on tuplet spanners that don't contain any notes.
363 * Cleanup of Dimension_cache: removed a few redundant
364 fields. Slightly lower memory usage (32 bytes per
365 score-element). Dimension_cache is now a `dumb' struct again.
367 * Add array index to priority field of text scripts to ensure that
368 order is unique, and sensible.
370 * Added an element count statistic.
372 1.3.53
373 ======
375 * russian.po (thank you, August.)
377 * Small cleanups in Molecule interface 
379 * Spacing related elements perform suicide after calculating
380 distances.  This saves a some memory, approximately 2 to 5 % ?
382 * Small cleanups in line breaking: Paper_column stores springs and
383 rods in only one place now.  All fields relating to energy have been
384 removed
386 * Don't generate all output Scheme in memory, but evaluate to output
387 file immediately.  This will reduce memory usage a little.
389 * Use STL's map  for Dictionary template
391 * Substitute pointers on element properties of the root Line_of_score
392 as well.
394 * Added toplevel doc target, to support building doc with --srcdir
396 * Removed cygwin build stuff; updated versions at:
398      http://appel.dyndns.org/lilypond/gnu-windows/cross
400 * Fixed lily.scm to handle incipits (thanks, Mats)
403 1.3.52
404 ======
406 * Made bugfix in smob handling: delete the C-part of freed smobs and
407 be honest about amount of allocation and deletion, so that GUILE
408 doesn't overestimate the amount of memory available.
410 * Faq update: nicer blank note paper, courtesy Mats Bengtsson.
412 * Bugfix: don't crash on durations that are not a power of 2.
414 * Build manpages during `make all' 
416 * Bugfix: don't do absolute comparisons in Polynomial::clean ().
418 * Bugfix: set visibility-lambda for key signature created by
419 createKeyOnClefChange. Fixes disappearing key signatures. 
421 * Bugfix: make System_start_delimiter of bar-line type invisible when
422 it spans only one staff.
424 1.3.51
425 ======
427 * Item cleanups.  Copying items and rearranging pointers are done in
428 separate passes, which makes the code cleaner. This fixes a problem
429 with some items not disappearing from hara-kiri staffs.
431 * Use Scheme for Key_item data members. 
433 * Don't use regex in chord-names.scm under windows; hybrid chordnames
434 user+calculated will be partly broken.
436 1.3.50
437 ======
439 * Junked Shift_tuple from collision; Now it uses SCM.
441 * Bugfix of documentation and test-file of tuplet.
443 * Bugfix type string of repeated music is copied. This fixes declared
444 tremolos.
446 * Junked various cruft from lily.scm
448 * Use interfaces symbols instead of C++ class-name for assigning generic
449 element properties.
451 * Junked Dictionary from Piano_pedal_engraver and
452 Piano_pedal_performer.
454 * Introduced boolean element property no-spacing-rods: ignore this
455 item for hard constraints.
457 * Bugfix: added sanitised TeX fragment in faq.texi
459 * Bugfix: merge equal Bar_reqs
461 1.3.48.uu1
462 ==========
464 * Small fixes for \cresc and \endcresc
466 * Release properties of unbroken spanners & items after doing
467 handle_broken_smobs (); should conserve a little memory.
469 * Fixed handling of orphaned score-elements. Any element that does
470 not have its Line_of_score as a ancestor in both directions, is silently
471 removed from the output.  This guarantees that programming errors
472 don't result in coredumps from Dimension_cache::common_refpoint ():
473 element->line_l () is always a common reference point.
475 * Bugfix: set visibility-lambda of clef and octavation-8 explicitly
476 for default case.  Now the octavation 8 is not printed at every
477 barline.
479 1.3.48.mb1
480 ===========
482 * Changed noteHeadStyle properties to symbols, for example
483   \property Voice.noteHeadStyle = #'cross
485 1.3.47.jcn3
486 ===========
488 * Rewrite of chord-name production in scheme.  There are two major styles
489   now, banter and american.  To get american style, use
491       \property ChordNames.chordNameStyle = "american"
493   Most anything should be possible now.  See input/test/american-chords.ly
495 * Added isinf check to configure.in, and isinf macro from guile to
496   bezier.cc; solaris has no isinf ().
498 * Fixed star-spangled-banner with not-so-nice \bar "|." fix.  Almost
499   perfect now.
501 * Added output property to regression test.
503 * Fixed warning of creating existing outdir.
505 * Added `Mark' interface to text-items that are marks (thanks, HW).
507 1.3.48
508 ======
509 1.3.47.mb2
510 ===========
512 * Corrected glossary.tely
514 * Corrected \mark font handling. feta-nummer font only of the 
515   string is all numeric.
517 * Implemented noteHeadStyle lookup in Guile. Reintroduced the style
518   "harmonic" and added "baroque" (normal note shapes except for 
519   brevis and longa which are square).
521 * Simplified ly2dvi using the power of the geometry package.
523 * Improved heuristic size calculation of TeX macros. Handles e.g.
524   "\\u{a}", "\\"{o}" and "\\^{u}" correctly.
526 1.3.47.hwn1
527 ===========
529 * Bugfix: don't hang on zero-duration.
531 * Various glossary updates (thanks, Christian)
533 1.3.47
534 ======
536 1.3.46.jcn2
537 ===========
539 * Drastically reduced vertical space used by headers/footers, when using
540   ly2dvi.  See input/test/fill-a4.ly.
542 * Fixed bug with colons appearing on repeat span-bars.
544 * Added Bar_number_engraver to standard Score context
546 * Construct octavation scripts in the clef-engraver; this fixes the
547 hara-kiri + clef8 problem
549 1.3.46
550 ======
552 1.3.45.jcn2
553 ===========
555 * Fixed chord-name customisation and made small chord-name build fixes.
557 * Accidentals with chord-names smaller and as superscript.
559 * Do some extra footify (works only once) while making html docs.  
561 1.3.45.hwn1
562 ===========
564 * Debian patch (Thanks Anthony)
566 * Rewrote Bar_number_engraver and Mark_engraver and removed
567 Bar_script_engraver as baseclass. Both Bar_number_engraver and
568 Mark_engraver are simpler and more robust.
570 * Fixed precedence of \property verticalDirection and dynamicDirection
572 * Fixed keys without barlines 
574 * Fixed StaffGroups: removing `\consistsend "Axis_group_engraver"'
575 puts alignment in function again
577 * Fixed StaffGroup + GrandStaff combination.
579 * Music is now mandatory as the first thing in a \score{} block
581 1.3.45
582 ======
583 1.3.44.jcn2
584 ===========
586 * Implemented una-chorda and sostenuto piano pedals in performer and engraver.
588 * Added Properties textScriptWordSpace and chordNameWordSpace.
590 * Junked old lyrics in star-spangled-banner.
592 * Added a Piano_pedal_engraver.
594 * Removed some empty files.
596 * Created piano pedal symbols: * - . P e d.
598 * Fixed ps-to-pfa.py to handle multiple unfills.
600 * Moved accordion symbols out of feta-script to end of font.
602 * Bugfix: don't create tfm's, pfa's etc of feta-test fonts.
604 * Fixed blot_diameter for small resolutions.
606 1.3.43
607 ======
609 * Put global element list into Line_of_score, instead of
610 Paper_score. post processing (the stage after line breaking) is now
611 truly done per-system, and we got rid of an ugly hack to get font
612 handling OK.
614 * Bugfix: set the group-interface of System_start_delimiter.
616 * Cleanups of Break_algorithm and derived classes, Move
617 broken_col_range () to Line_of_score, remove Paper_score::col_l_arr_
619 * Bugfix for accordion symbols.
621 * Various patches to prevent crashing when do_brew_molecule gets
622 called before after_line_breaking (). This was a problem in Spanner
623 classes mostly.
625 1.3.43
626 ======
628 1.3.42.jcn3
629 ===========
631 * Made a quick try at piano pedal performer, damper pedal only.
633 * mf/feta-accordion.mf: Fixed strange turning paths.
635 * mf/feta-beugel.mf: Fixed infinity errors.
637 * Use a more discriptive name for windows setup.zip.
639 * mf/GNUmakefile: Have logs as last target, so that normally, they're 
640 not made twice.
642 * stepmake/stepmake/metafont-rules.make: Don't remove the .log files.
643 The logs are a target, removing them retriggers make.
645 * stepmake/stepmake/metapost-rules.make: Remove the correct log and tfm
646 files, ie the ones that clutter the source directory, not the target logs.
648 * Windows distribution: faked symlink for cmtfm.  Setup.zip should now be
649 standalone; ie, no need for Cygnus' usertools anymore.
651 1.3.42.jbr1
652 ===========
653   
654 * Documentation/ntweb: Updated angels.ly to match current syntax.
655 Also updated index.texi.
657 1.3.42.uu1
658 ==========
660 * Change all occurances of Staff_margin_engraver to
661 Instrument_name_engraver, add a convert-mudela rule
663 * Change status == busy assert into programming error
665 1.3.42
666 ======
668 1.3.41.jcn3
669 ===========
671 * Lots of fixes to windows distribution scripts.
673 * Added configuration features --program-prefix, --program suffix.
675 * lily/my-lily-parser.cc (get_chord): Bugfix, don't use deleted pitch.
676 This fixes inversions c/g and bass additions d/+c on chords.
678 1.3.41.mb1
679 ==========
681 * Avoid that xxxXXXVerticalExtent is used for empty HaraKiriStaff
682   lines.
684 1.3.41.hwn1
685 ===========
687 * Debian patches (thanks Anthony!)
689 * Use symbols for prefatory matter spacing. Do not use the typename
690 for looking up item pairs in the table, but read element property
691 break-align-symbol
693 * Instrument_name_engraver, uses break alignment instead of
694 side-position.
696 * System_start_delimiter_engraver, System_start_delimiter, uses a
697 spanner for the braces/brackets at the left of the system. Remove all
698 old Span_score_bar engravers.
700 * Removed Base_span_bar_engraver::use_prority_b_, and moved
701 Base_span_bar_engraver into Span_bar_engraver.
703 1.3.40.jcn3
704 ===========
706 * mutopia/Coriolan/violino-2.ly: Bugfix: wrong pitch.
708 * input/test: Removed stale AutoStaffSwitch examples.
710 * mutopia/E.Satie: Fixed gnossiene-4, doing \autochange.  Removed
711 stale copy of gnossiene-4.
713 * buildscripts/make-cygwin-cross.sh: Made some small .zip package fixes.
715 * make/lilypond.spec.in: Made some bugfixes for _prefix, preparations
716 for cross-building to Cygwin.
718 * buildscripts/make-cygwin-cross.sh: Now using rpm packages.
720 1.3.40.hwn2
721 ===========
723 * added \property XXXMinimumVerticalExtent, \property XXXExtraVerticalExtent
725 * New_chord_tremolo_engraver: make tremolo beams from
727         \repeat "tremolo" NUMBER <Music-expression>
729 Removed support for "old-style" tremolos.
731 * Add a convert-mudela function for the conversion "\key A;" to "\key a; 
733 * Read \property measurePosition within the engraver code, instead of
734 looking up the Timing_translator.
736 * star-spangled-banner.ly: add Bar_engraver to LyricsVoice 
738 * Changed all .fly and .sly files to .ly files.  Propose to dump .fly
739 and .sly.
741 1.3.40
742 ======
744 1.3.39.jbr1
745 ===========
747 * buildscripts/mf-to-table.py: feta dep files are now opened with write
748   binary option.  This avoids carriage return linefeed problems and
749   windows while not affecting unix.
751 * Documentation/hacking.texi: Fixed a texinfo syntax error
753 * stepmake/bin/package-zip32.sh: Fixed or Removed some legacy, 1.2.x,
754   directory paths.
756 * Documentation/ntweb/index.texi: Fixed broken links, added 1.3.39 links.
758 1.3.39.hwn1
759 ===========
761 * Glossary updates by Christian Mondrup.
763 * Bugfix: use generic properties in lyrics too. This fixes the
764 \property textStyle for lyrics.
766 * Score_element::preset_extent(), used by \property
767 XXXVerticalExtent, so hard code the size of a vertical group. 
769 * Don't fix up reference points for originals of broken
770 spanners. Fixes spurious "orphaned score-element" warnings.
772 * buildscripts/make-cygwin-cross.sh: Use rx-1.5 instead of regex (Jeffrey).
774 * scm/lily.scm: Fixed check for Windows: by default don't use scm regex.
776 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: Significantly smaller
777 patch for guile.
779 * buildscripts/make-cygwin-cross.sh: Compile native package GNU regex,
780 which should fix Windows problems with guile.  Also added input directory
781 to zip file.
783 * stepmake/aclocal.m4: Added decent checking for version of guile, and 
784 fixed warning message.
786 * lily/lexer.ll (My_lily_lexer): Bugfix: lookup chordmodifiers in the
787 chord-modifier table (not in the pitch list).
789 1.3.39
790 ======
792 1.3.38.hwn2
793 ===========
795 * General cleanups of My_lily_parser. 
797 * Start of a Chord_tremolo_iterator for the `\repeat 4 "tremolo"'
798 syntax.
800 * Moved Score_element::do_space_processing out of the dependency
801 mechanism.
803 * Use Scheme for notename tables.  Removed uppercase letters for low
804 octave notes. Removed Notename_table.
806 * Fixed core dump with declared "\key  ; "
808 * Extra robustness warning for Side_position_interface::aligned_on_self ()
810 * Extra robustness: make sure that first and last columns are breakable.
811         
812 1.3.38.jcn4
813 ===========
815 * stepmake/aclocal.m4: Added support for cross-compiling with guile.
817 * buildscripts/make-cygwin-cross.sh: A try at dropping cygwin1.dll
818  dependency by using mingw.  Compiling guile is too much to ask
819  for mingw, though.  Also:
820  - rename python scripts .py (request from Alain)
821  - install native packages under their own, separate root. (Alain)
823 * lily.scm: Don't use regex module when running on
824 Windows. (Shamus)
826 * lily/staff-margin-engraver.cc (acknowledge_element): If
827 possible, hang y-axis of margin script to span-bar.  This fixes
828 vertical placement of margin scripts attached to staff groups.
830 * help2man-rules.make: Fixes for generating manpages by copying
831 and for building using --scrdir.
833 * stepmake/stepmake/generic-targets.make: Preserve date stamp of
834 config.h, version.hh files file when copying.
836 * buildscripts/make-cygwin-cross.sh: made number of fixes:
837         - add `Cygnus/' prefix to directories in .zip-file too.
838         - package guile too.
839         - don't link to cygwin1.dll
841 * stepmake/stepmake/install-targets.make: bugfix, don't fail if directory
842   is not emty when uninstalling.
843         
844 * stepmake/stepmake/generic-targets.make: added man target.
846 * buildscripts/make-cygwin-cross.sh: new script for cross-building cygwin
847   development tools and lilypond executable.
849 * Documentation/ntweb/lilypond-manpages.patch: provide pre-built
850   manpages, so that make doesn't fail on help2man trying to execute
851   a GNU/windows executable.     
853 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: new patch for
854   guile-1.3.4.  
856 * flower/libc-extension.cc (memmem): cygwin compile fix.
858 1.3.38
859 ======
861 1.3.37.hwn1
862 ===========
864 * (generic-property.scm) added \property tieDash to set dashing on
865 ties.
867 * Removed  ly_eval_str(), we should use scm_eval (Scm_object).
869 * Removed scm_to_array (), array_to_scm (), associated junk. Reverted
870 undocumented .29 patch that made Bezier::control_ into an
871 Array<Offset>.  Added some comments documenting the reasons for the
872 changes.
874 * Revert generic-property.scm of .37 fix, fix the real problem in
875 property-engraver.cc: use the right symbol to check if element
876 property is already set.
878 1.3.37.jcn2
879 ===========
881 * Fixed srcdir build, so that you can do:
883       tar xzf releases/lilypond-x.y.z
884       mkdir <build>
885       cd <build>
886       ../lilypond-x.y.z/configure
887       make
889   as with any other gnu package.  All build output goes to <build>/out.
891 * Changed and fixed use of different configurations, and different output
892   directories.  Finally, you can use different configurations alongside
893   eachother.  From make/stepmake.make:
895       # Use alternate configurations alongside eachother:
896       #
897       #     ./configure --enable-configsuffix=debug
898       #     make conf=debug
899       #
900       # uses config-debug.make and config-debug.h; output goes to out-debug.
901       #
903       # Use same configuration, but different output directory:
904       #
905       #     make out=www
906       #
907       # uses config.make and config.h; output goes to out-www.
908       #
911 * Fixed performance of (de)crescendi.
913 * Better documentation for arithmetic_multiplier and arithmetic_basicspace
914   in params.ly.
916 * Added instrument-equaliser for MIDI output, see scm/midi.scm, and
917   properties midiMinimumVolume, midiMaximumVolume, ranges [0,1].
919 * Changed absolute midi volume settings into factor of full scale.
921 * Fixed another dynamic-line-spanner bug, it gets hairy.
923 * Added warning for spanners that are not fully contained in parent spanner.
926 1.3.37
927 ======
928 1.3.36.hwn1
929 ===========
931 * Abstract Align_element into Align_interface. Removed
932 Axis_align_{item,spanner}, Align_element, Super_element, all multiple
933 inheritance in the backend.
935 * new Gade score, INSTALL.texi fixes (thanks, Mats)
937 * Removed Item::hpos_f (), Score_element::{get,set}_real ()
939 * comments detailing properties for Axis_group_interface,
940 Side_position_interface, Score_element, Item and Spanner
942 1.3.36.jcn3
943 ===========
945 * Fixed vertical dimensions of elements in dynamic line spanner by adding
946   axis-group to dynamic line spanner.
948 * Bugfix: line-spanner lasts always full duration of (de)crescendi.
950 * Bugfix: broken (de)crescendi on a dynamic-line-spanner.
952 * Bugfix: compilation dynamic-engraver.
954 * Added and updated a faq about postscript and ghostscript.
956 * Fixed order of slurVerticalDirection verticalDirection in
957   generic-property.scm.  Similar fixes for Stem, Tie, etc.
959 * Added a Text_engraver to GraceContext.  Maybe it was removed on
960   purpose: scripts on grace notes seem broken, they appear on the
961   main note.
963 * Bugfix: volume effect of (de)crescendi was sometimes wrong way round.
965 1.3.36
966 ======
967 1.3.35.hwn1
968 ===========
970 * textEmptyDimension changed into textNonEmpty, default: off,
971 ie. texts don't occupy space.
973 * Use STL map for Lookup::lookup_p_tab_p_
975 * Abstracted Axis_group_element into Axis_group_interface, and removed
976 Axis_group_element. This eliminates some multiple inheritance in the
977 backend
979 1.3.35.jcn1
980 ===========
982 * Added minimum-space property to Side_position_interface.  Used in
983   positioning of Volta_spanner: voltaMinimumSpace.
985 * Fixed and cleaned-up volta-spanner.
987 * Moved directional-element.cc -> directional-element-interface.cc
989 * Renamed all `process_requests' to `process_music', which fixes
990   midi performance.
992 * Fixed dimensions (more x-y interchanges) of brace, bracket and
993   volta-spanner.
995 * Half-assed fix to get similar vertical placement of orphaned vs.
996   line-spanned dynamic elements.
998 * Added property bracketCollapseHeight: the minimal size of a staff bracket
999   that will be typeset.  Smaller brackets will not be displayed.  This
1000   fixes the (in 1.3.x reintroduced) funny duck-beak-bracket-bug (sorry).
1002 * Removed some dissonant chords from Coriolan
1004 1.3.35
1005 ======
1007 * Removed Documentation/programmer directory 
1009 1.3.34.jcn3
1010 ===========
1012 * Small enhancements to Staff_margin_engraver:
1013    - by default, the marginScript left aligns the text
1014    - to set the text style, use property marginScriptTextStyle
1015    - to change the alignment, use property marginScriptHorizontalAlignment
1016      (centred and right alignment require manual padding settings).
1018 * Print a friendly message if the manual pages failed to build.
1020 * Bugfix: dynamicDirection now overrides verticalDirection setting.
1022 * Warning messages and nl.po
1024 * Fixed vertical alignment for all dynamic items and (reluctantly)
1025   reinstated old directional behaviour for orphaned dynamics.
1027 * Finished maximumRestCount property.
1029 1.3.34
1030 ======
1031 1.3.33.hwn2
1032 ===========
1034 * Print key without setting key, syntax "\key ;". General cleanups of
1035 key-item.
1037 * Add paragraph tags in HTML output of mudela-book.  Music fragment
1038 don't run into the text anymore.
1040 * Bugfix: don't align the first line of text. (Lookup::text ()).
1042 * Abstract away data members of Axis_group_element, Align_element
1045 1.3.33.jcn3
1046 ===========
1048 * Added helpful properties instrumentScriptPadding/instrScriptPadding for
1049   Staff_margin_engraver.
1051 * Removed some empty files, substituted (c) 1999 occurrences.
1053 * Added \property maximumRestCount.  It will prevent showing (or actually:
1054   moving in case of a collision) more than maximumRestCount similar rests.
1055   WIP!
1057 * Rewrote Staff_margin_engraver.  Staff margin texts now hang on a new
1058   breakable item: Left_edge_item.
1060 * Fixed vertical alignment for dynamic elements.  Orphaned dynamic items
1061   (not supported by a Dynamic_line_spanner) still collide with Staff,
1062   although they now have staff support, which was supposed to fix this.
1064 * Fixed Staff_margin_engraver for "instrument", "instr" is still broken.
1066 * Dynamic elements are only put in a Dynamic_line_spanner if there
1067   actually is more than one adjacent note-column with a dynamic.
1068   This breaks the fine looks of all dynamics, again :-)
1073 1.3.33
1074 ======
1076 1.3.32.hwn3
1077 ===========
1079 * Experiment: use STL map for Scheme_hash_table; Is there a speedup?
1081 * Bugfix: print brace iso. bracket for Piano / GrandStaff
1083 * Change naming: change do_post_processsing into after_line_breaking,
1084 do_pre_processsing into before_line_breaking and do_process_requests
1085 into do_process_music.
1087 * Bugfix in hash-table.hh: do quadratic probing, and not cubic probing.
1089 * Display property name for type error.
1091 * Cleanups for Dynamic_engraver and Dynamic_line_spanner.
1093 * Warn if last column in score is musical. Helps catch programming errors.
1095 * Spanner::spanned_drul_ now is private. 
1097 * Rewrote some bar code: moved molecule functions out of Lookup.
1099 1.3.32.jcn3
1100 ===========
1102 * Embedded newlines in text items are now allowed.  This helps avoiding
1103   TeX-hacking in some cases.  See input/test/coriolan-margin.ly
1105 * Fixed stupid x-y interchange bug for staff-bracket.  This fixes
1106   placement of staff-brackets.
1108 * Fixed bracket/arch-thickness interchange bug, and made bracket a bit
1109   thinner.
1111 * Fixed slur/bezier-beautiful name mismatch.  This should fix the steep
1112   slurs that were apparently reintroduced in 1.3.29.
1114 * Made some small fixes to Coriolan.
1116 * Removed duplicate lily/output-property-engraver.hh.
1118 * Removed optional use of vanilla spanner in Dynamic_engraver.
1120 * Fixed (measured) tremolo for Stem and Beam. Merged declarations
1121   stem-engraver.hh and chord-tremolo-engraver.hh into their .cc
1122   implementation file.  Also fixed looks of Chord tremolo, input and
1123   implementation is still ugly.
1125 * Added *.yy and *.ll to TAGS, to that tags-find-replace doesn't omit
1126   parser and lexer.
1128 1.3.31.mb1
1129 =========
1131 * Fixed \specialkey and \normalkey. Updated documentation.
1133 1.3.32
1134 ======
1135 1.3.31.jcn5
1136 ===========
1138 * Fixed and cleaned-up Dynamic_engraver.  Optionionally uses vanilla
1139   spanner instead of Dynamic_line_spanner.
1141 * Made gcc-2.95 compile fix in libc-extension.
1143 * Various fixes to Coriolan, score starts to look acceptable.
1145 * Moved optional text of crescendo into Crescendo spanner.  Fixed horizontal
1146   and vertical alignment of dynamics.
1148 * Added new text crescendo spanners to Coriolan and made some fixes.
1149   If you're using timidity, use the -EO option to prevent notes get
1150   stuck.  I'm not sure whose fault this is, Lily's MIDI output may be
1151   stretching the standard a bit.
1153 * Adjacent dynamic markings are now grouped on a horizontal line, but it's
1154   not perfect yet: they're always below the staff and no horizontal spacing
1155   is done.  Also, character metrics of dynamics are still not used.
1156   See: input/test/crescendi.ly and input/test/dyn-line.ly
1158 * Cleaned up Span_dynamic_performer.
1160 1.3.31
1161 ======
1162 1.3.30.mb1
1163 =========
1165 * Fixed the page layout, reintroducing space for the header and
1166   trying to keep piece titles on the same page as the piece.
1167   The header and footer can now contain several lines.
1169 1.3.30.jcn3
1170 ===========
1172 * Lily now also performs crescendi and decrescendi in MIDI output:
1173   Span_dynamic_performer in a slightly crappy way.
1175 * Added preliminary support for crescendi/decrescendi other than `hairpins',
1176   eg: `cresc. poco `a poco -- -- --'
1178 * Made MIDI tie performance fix.
1180 1.3.30.jcn2
1181 ===========
1183 * Lily now performs absolute dynamics in MIDI output.
1185 * Included David's comments on opus47 in TODO.
1187 1.3.30.jcn1
1188 ===========
1190 * More Coriolan: flute-1,2; oboe-1,2; clarinet-1,2; 
1191   fixes and remainder french horn-1,2; trombone-1,2;
1192   fagotto-1,2; timpani; and several fixes.
1193   
1194 1.3.30.uu1
1195 ==========
1197 * Remove some old doco from programmer/ and put on personal homepage.
1199 * Removed union-find from flower library.
1201 * Only quantise tie horizontal part inside the staff.
1203 1.3.30
1204 ======
1205 1.3.29.hwn1
1206 ===========
1208 * Report type errors for \property. Helps with converting 1.2 input
1210 * Use Scheme for Align_element; fixed graceAlignPosition 
1211 and removed \property alignmentReference in the process.
1213 * Use generic properties for lyrics too.  This fixes \property
1214 Lyrics.textStyle
1217 * Add relative distance for constraints between non-column items.
1219 * Automatic \marks: use "\mark ; ". The mark numbers or letters are
1220 increased automatically.
1222 * Translators now only change properties of their own context. This
1223 removes the 2nd argument to Translator::get_property()
1225 * Bugfix for Metapost mode
1227 1.3.29.uu1
1228 ==========
1230 * Updates of glossary  (Christian Mondrup)
1232 * Bugfix with bar number placement
1234 * Moved links to bibliography/ and misc/ to main index.
1236 1.3.29
1237 ======
1239 * Moved Slur-specific code from Bezier_bow to Slur and Slur_bezier_bow.
1240   Slurs are now calculated just once.
1242 * Bezier_bow gets constants from paper.  Still no sensible solution for
1243   magic asymmetry gradient step constants.
1245 * Reinstantiated tangent-controls, more flexible than ever.  You can choose
1246   between area asymmetry and tangent-controls.  My guess is, tangent controls
1247   will be junked in 1.3.30.
1249 * Slur area: only look at x-gradient.
1251 * Added credits for some symbols of as5/9 fonts.
1253 * Bugfix: don't make almost flat slurs, change in de-uglyfy slur.  
1255 * Bugfix: midi2ly put out recent version (ugh).
1257 1.3.28.hwn2
1258 ===========
1260 * Bugfix: don't forget to process staffSpace and numberOfStaffLines
1261 properties.
1263 * Removed Gade score. To appear (shortly?) on Mutopia. 
1265 * Make Bar_script_engraver look for typeVisibilityFunction (eg
1266 property barNumberVisibilityFunction). Changed the names of the Scheme
1267 functions to be understandable. See input/test/bar-script-visibility.ly
1269 * rewrite of class Molecule. It has now reached the ultimate quality
1270 plateau. All molecule data is now shared.
1272 1.3.28
1273 ======
1275 * Update of the glossary by Christian Mondrup 
1277 * Moved horn-concerto-3 out of tarball to private website, removed
1278 W.A.Mozart subdirectory.
1280 1.3.27.hwn1
1281 ===========
1283 * Bugfix: don't make giant ties if the horizontal part of tie is near
1284 the center.
1286 * Small optimizations to be a little more careful with mem usage. 
1288 * Website change: put all examples in one directory.
1290 * Removed Atom as a separate type.  Now use SCM, and since we use
1291 function composition, Atoms are immutable, so they don't have to be
1292 copied. This makes life easier, hopefully this is quicker and uses
1293 less memory.
1295 1.3.27.jcn1
1296 ===========
1298 * Bezier_bow: minimise_enclosed_area
1300 1.3.27
1301 ======
1303 1.3.26.hwn4
1304 ===========
1306 * Tuplet-spanner slope calculation now looks better on tupletted rests
1307 (patch courtesy Laurent Martelli)
1309 * Bugfix (Staff_performer::new_instrument_str ()) check type of
1310 \property "instrument"
1312 * New mechanism for breaking lines: do not copy & prune the element
1313 property list separately, but combine these steps. Dramatically
1314 reduces memory usage for large scores.
1316 1.3.27
1317 ======
1318 1.3.26.jcn2
1319 ===========
1321 * Bugfix: font used in volta-spanner calculation.
1323 * Added simple selection list to webpage, inspired by sawmill.
1325 * Devised kludge for ascii 5 character font pitches.
1327 * Substitutions: interline, 1997,1998, @stack.nl and small typo fixes.
1329 1.3.26.hwn1
1330 ===========
1332 * Plug memory leaks related to Moment:
1333   - Spacing_engraver::do_pre_move_processing ()
1334   - make_rational ()/make-rational
1335   - Paper_column::Paper_column ()
1337 * Plug memory leak in Paper_outputter::output_{String,Real,int}_def()
1339 * Plug memory leak in Score_engraver::set_columns ()
1341 * Plug memory leak in Scheme_hash_table::set()
1343 * Plug memory leak in Score_element::molecule_extent ()
1345 * Bugfix: don't crash if a slur doesn't span anything.
1347 * Bugfix: don't crash if doing beams without a staff symbol.
1349 * Generic element property setting:
1351         \outputproperty #predicate #'symbol = #value
1353 Will set the element property symbol to value, for any elements that
1354 return true for PREDICATE.  This allows you to virtually tweak *ANY*
1355 property of the output. Example in input/test/generic-output-property.ly
1357 1.3.26
1358 ======
1360 * lilypond as as2ly: --help and --version to stdout.  Regular identify 
1361   to stderr.  This fixes help2man's manpage generation.
1363 * configure: substitute full path for perl and guile in scripts.
1365 * Added ascii slur and volta.  There seems to be a Lily bug in volta placement.
1367 * Bugfix: default font now user settable
1369 * as2text: handle plain ascii font, read from stdin, you can now do:
1371   echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
1373 1.3.25.hwn1
1374 ===========
1376 * Bugfix: second half of broken ties now are displayed again.
1378 * Bugfix: add clef to the support of 8 text in the G_8 clefs. Center
1379 it horizontally on the clef.
1381 * Added Tie_column spanner. Ties in tied chords now get proper directionsa.
1383 * Bugfix: unbroken repeat barlines now work, eg. |:
1385 * Added Request_iterator to make more flexible constructions possible.
1387 1.3.25
1388 ======
1389 * as2text: catch missing font/character errors, added default font, set text.
1391 * New ascii fonts and glyphs: as5 as-numeral4 as-braces9
1393 * Ascii output, minimal support:
1394   - AsciiScript Fonts: mf/*.af
1395   - Init files: ly/*-as.*ly 
1396   - AsciiScript translation to text: scripts/as2text.scm
1397   - input/test/as.fly input/test/as1.fly
1398   - Output support: lily/lily.scm
1399   - Try:
1400       lilypond -f as -i init-as.fly input/test/as.fly
1401       as2text as.as
1403 1.3.24.hwn1
1404 ===========
1406 * The horizontal part of ties will avoid collision with staff lines.
1408 * Plugged memory leak: don't protect Atom function.
1410 * Lookup cleanups. Made lots of functions static. Moved some code out
1411 of Lookup.
1415 1.3.24.hwn1
1416 ===========
1418 * Bugfix: ly2dvi.py exits succesfully when encountering --help and
1419 does not delete any of the file_ly*.tex.
1421 * Added header and footer support in ly2dvi.py
1423 1.3.24
1424 ======
1426 * Added a ROADMAP file explaining the source directory layout.
1428 * Minor tweak in the feta 6 and 9 numeral
1430 * Moved files from lib/ to flower/
1432 * Removed Note_head_side class.
1434 * Updated the webpage to be a little more chatty. 
1436 * Small Local_key_engraver optimization: only lookup timing engraver once.
1438 * Fixed dashed slurs
1440 * Rewrite of Slur code.  Be much more picky about slur shapes. We try
1441 to offset the slur instead of bending it too much
1443 * Look at stem directions for tie direction.
1445 * Compound multimeasure rests. Put measures_i_ variable in an element
1446 property.  Made the symbol a lot wider.
1448 * Time signature small cleanups.
1450 1.3.22.hwn2
1451 ===========
1453 * Symbols opposite to stem (eg marcato) now get the proper glyph in up
1454 version.
1456 * Breathing marks now have a direction by default.
1458 * Do set generic script properties.
1460 * Also put tuplet brackets under notes.
1462 * Score_element_info: only store origin of element, but not the path
1463 to parent translators. Saves a little memory, and removes some complexity.
1466 1.3.22.hwn1
1467 ===========
1469 * Autobeaming in time sigs that don't have 1/4 beats fixed.
1471 * (De)crescendi should now work. (Thanks Michael)
1473 * Better error reporting for conflicting time signatures.
1475 * Line_number_engraver: output locations of note head
1476 definitions. Very handy when entering complicated scores.
1478 * Rewrote multi measure rest support: now they are entered as spanners
1479 (\commandspanrequest \start "rest"). RXXXX is an abbreviation for
1481   { \commandspanrequest \start "rest"
1482     SXXXX
1483     \commandspanrequest \stop "rest"
1484   }
1486 * Removed support of percent style repetitions. 
1488 * Put texts outside the staff.
1490 1.3.21.mb1
1491 ==========
1492 * Getopt bugfix: don't assert on certain errors.
1494 * ly2dvi: Remove unnecessary space for the page headers.
1496 * Bugfix convert-mudela
1498 1.3.21.hwn1
1499 ===========
1501 * Bugfix in lilypond-mode.el: eval-buffering now uses file name and
1502 not buffer name.
1504 * Scrapped tupletVisibility property. Now use tupletNumberVisibility,
1505 tupletBracketVisibility, with Scheme value #t, #f or 'if-no-beam.
1506 \property tupletInvisible will stop all tuplet spanner creation.
1508 * Don't go berserk if tuplet spanner is on only one column.
1510 * Use SCMs & Smobs for Molecules & atoms.  This uses less
1511 scm_(un)protect_object () calls, so the output stage should be faster.
1513 * Added \property tupletSpannerDuration, to make multiple tuplet signs
1514 with one \times.
1516 * Some programming Errors in spacing are now caught. Lily does not
1517 hang when encountering degenerate springs.
1519 * Allow beams to start and end over rests
1521 1.3.19.hwn2
1522 ===========
1523 * Fix disappearing clefs when clefs are not printed with a barline.
1525 1.3.20.jcn2
1526 ==========
1528 * SCM properties beamHeight and beamVerticalposition now use half-spaces:
1529   input/test/beam-control.fly
1530 * Added \context Voice to .fly and .sly; the default \context Staff is almost
1531   never what you expect
1532 * Fixed decision for .sly/.fly in lilypond-mode.
1534 1.3.19.hwn1
1535 ==========
1537 * Clean up font-metric hierarchy, use Adobe AFM code to parse AFM files.
1538 Cleanup mf-to-table.py
1540 * Fixed embarassing slur bug.
1542 1.3.19.jcn1
1543 ==========
1545 * lilypond-mode.el: guess init file for lily-*-region, lily-mode-map bindings
1547 1.3.18.uu2
1548 ==========
1550 * lilypond-mode.el for emacs supersedes mudela-mode.el 
1552 * Tuplet spanners don't collide with encompassing notes. 
1554 * Gobbled Adobe parseAFM* code, for future use.
1556 * Big 1999 to 2000 search/replace.
1558 * Big interline to staff_space search/replace for mf files.
1560 * Removed Bow class, and split code into Tie and Slur
1562 * Don't put scripts on grace notes.
1564 * Font_metric uses SCM for name field.
1566 * Various compilation fixes.
1568 1.3.17.jcn2
1569 ===========
1571 * Bugfix: beams with less than one (visible) stem
1573 * small fixes to pa.ly
1575 1.3.17.jcn1
1576 ===========
1578 * Fixed bug that made multi-measure rest barnumber counts go wild.
1579 (even more scm2int/int2scm mixups!)
1581 * mutopia/J.S.Bach/pa.ly: organ score (for my father)
1583 * small fix to mutopia/J.S.Bach/Duette/violino-ii.ly
1585 1.3.17.hwn2
1586 ===========
1588 * Remove Paper_def calls in bezier-bow.cc
1590 * Remove data members of Tuplet_spanner,  Volta_spanner
1592 * hang_on_clef, property hangOnClef removed
1594 * Bar::type_str_ mode into element property `glyph'. Use a Scheme
1595 function to determine breaking behavior.
1597 * More Scheme typechecking.
1599 * Be strict about the difference between strings and symbols for conversion.
1601 * Fixed bug that made 1st line offset to right fixed. Bugfix courtesy
1602 Laurent Martelli.
1604 * Partial French translation, courtesy Laurent Martelli.
1606 * Small corrections in NL translation. 
1608 1.3.17.hwn1
1609 ===========
1611 * Added mensural note heads (noteHeadStyle = "mensural") Additionally,
1612 we have a longa note head.  noteHeadStyle = "harmonic" is not
1613 supported anymore. (for now, that is)  
1615 * Reference manual update. Document \properties with examples
1617 * fix mudela-book --help
1619 * Use element properties for Text_item::text_str_, Clef_item::symbol_,
1620 Key_item::c0_position_
1622 * Clef_engraver general cleanup. Use alists (\property
1623 supportedClefTypes, clefPitches) for clef types.
1625 * Use progress_indication () for progress. Don't include <iostream.h> directly 
1626 Don't include <string.h>, <math.h> from headers.
1629 1.3.16.hwn1
1630 ===========
1632 * \property stemCentered (boolean): centers stem on note head. See
1633 input/test/stem-centered.ly
1635 * input/trip.ly, small test of lots of features.
1637 * \property Staff.collisionMergeDotted: merge equal noteheads
1638 with different dot count. See input/test/collision-merge-dotted.fly
1640 * Dotted rest bugfix 
1642 * Don't crash if a slur does not span any notes.
1644 * Volta repeats fixed.
1646 * cleanup of Note_heads_engraver
1648 * removed dots_i_ member of Dots
1650 1.3.16.jcn1
1651 ===========
1652 * Fixed cross staff slurs.  It seems that cross-staff sign
1653   was swapped.
1655 1.3.15.hwn1
1656 ===========
1658 * Fixed bug in stem code.  Stem in chords works again.  Small
1659 stem cleanups.
1661 * Use element properties for Staff_symbol.
1663 * \property sparseTies (boolean).  Only make one tie in the
1664 middle for tied chords.
1666 * Junked Directional_spanner, Column_info.
1667 Directional_element now is element interface `Directional_element_interface'
1669 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
1671 pl 15.jcn4
1672         - removed old notename2scm conversion
1673         - beam-dir-algorithm through scm
1674         - bfs paper-scm
1675 gv      - bf: knee-stemlengths
1677 pl 15.jcn3
1678         - moved poor man's stem arrays to scm
1679         
1680 pl 15.jcn2
1681         - beam quanting using scm lists
1683 pl 14.hwn1jcn1
1684         - chord-name uses scm members
1685         - bfs: knee with different mults, interstaff knee, auto-knee
1687 **********
1688 pl 14.hwn1
1689         - specialize duration.cc for lily, move out of lib/
1690         - stem cleanup
1691         - more SCM typechecking
1692         - stafflineleading -> staff_space
1693         - bf: rod distances.
1694         - junk some unused code.
1695         
1696 pl 13.hwn2
1697         - paper/score column cleanups. Junk Score_column type
1699 pl 13.hwn1
1700         - Bezier_bow/Bezier cleanups
1701         - bf: rest under beam.
1702         
1703 pl 13.jcn2
1704         - untangled Chord_name (item) and Chord (list-of-pitches)
1705         
1706 pl 13.jcn1
1707         - bezier-bow fix
1709 **********
1710 pl 12.hwn1
1711         - polynomial.hh
1712         - bf: generic properties
1713         - quantise_iv () fix.
1714         - bezier cleanup
1715         - class Polynomial 
1716         - use smobs for font metric tables/hashes.
1717         - nl.po bf
1719 **********
1720 pl 11.jcn3
1721         - small beam fixes (interstaff knees still broken)
1723 pl 11.hwn1
1724         - bf: dots
1725         - bf: harmonic note heads
1726         - revise stem, notehead, rest
1728 pl 11.jcn2
1729         - included missing scm,ly updates
1730         - bf: urg to_dir () takes scm..
1731         - bf's: if (Foo b = bar != 1)
1732         - beam cleanup
1734 *********
1735 pl 10.uu1
1736         - various small bfs
1737         - bf: alignment reversed
1738         - Staff_symbol_referencer -> Staff_symbol_referencer_interface
1739         - bf: staccato pos
1740         - Knee fixes (thanks, Jan)
1742 pl 10.jcn2
1743         - fixes for invisible beamed stems
1744         - removed steminfo from properties, don't cache Stem_info
1746 pl 10.jcn1
1747         - steminfo to properties
1748         - dropped internote dim for stem-beams
1750 *********
1751 pl 9.hwn1
1752         - abstracting Staff_symbol_referencer to an interface.
1753         - quantised_position for staccato dots.
1754         - standchen fixes
1755         - junk Score_element::do_{width,height}: set callbacks directly.
1756         - merge Score_element, Graphical_element
1757         - merge Axis_group_element, Graphical_axis_group
1758         - junk pointer fields from Score_element derived classes
1759         - junk obsolete do_substitute_dependency code.
1761 **********
1763 pl 8.hwn2
1764         - staff-support for Crescendi.
1765         - padding for accidentals.
1766         - cascading offset callbacks
1768 pl 8.hwn1
1769         - note-head-side 
1770         - naming Staff_sidify -> Side_position_interface
1772 ***********
1774 pl 7.mb1
1775         - bf: timeSignatureStyle works again
1777 pl 7.hwn1
1778         - Dirk Latterman key/mmrest patches
1779         - Offset callbacks in Dimension_cache
1780         - Junked Staff_side_*
1781         - Staff_sidify: interface class.
1782         - prelude-{1,2} fixes.
1784 ***********
1785 pl 6.uu2
1786         - bf: PS font selecting.
1788 pl 6.uu1
1789         - bf: ls-latex
1790         - mudela-book --no-pictures
1791         - bf: ly2dvi
1792         - convert-mudela: beamAuto moment syntax. 
1794 pl 6.jcn3
1795         - fixed scm output
1797 pl 6.jcn2
1798         - half-baken ly-gulp-file in scm
1799         - resurrected scm output through guile
1801 pl 5.mb1
1802         - bf: version of init.sly, init.fly
1803         - Clarify necessary version of texinfo
1804         - bf: texi files, minor errors and syntax compatible with 
1805           older makeinfo
1807 pl 6.jcn1
1808         - bf: scm output
1810 *******
1812 pl 5.hwn2
1813         - Bach preludes: mutopification
1814         - dots are Directional_element too; use \property dotDirection
1815         - moved some stuff out of Lookup
1816         - bf: dots
1817         - font selection mechanics changed.
1819 pl 5.uu1
1820         - bf: smob allocation (thanks David!)
1822 pl 5.hwn1
1823         - junked \shape. Now use #'margin-shape 
1824         - timing: one_beat -> \property beatLength
1825         - bf convert-mudela
1827 ************
1829 pl 4.uu1
1830         - input/test/ \property fixes.
1831         - gcc 2.95 fix
1833 pl 4.hwn1
1834         - Break_align_engraver,
1835         break align order from  \property breakAlignOrder
1836         - junked Score_priority_engraver
1837         - moved Time_description into Timing_translator
1838         - use properties for timing, see input/test/timing.fly
1839         * removed \cadenza ; now use \property Score.timing
1840         * \property measurePosition
1841         * \property measureLength
1842         * \property currentBarNumber
1843         - Note_name_engraver , \context NoteNames
1846 pl 4.jcn1
1847         - junked some chord guessing code
1848         - bf: lookup size (-1) for chord-name accidentals
1849         - bf: ly2dvi's MFINPUTS setting
1851 *************
1852 pl 2.jcn3
1853         - chords:
1854           * Chord is item
1855           * junked TeX hacking
1856           * configurable with styled strings from scm
1857           * fixes: dim, /no X, tonic != C
1859 pl 2.jcn2
1860         - chords from  scm 
1863 pl 3.hwn2
1864         - visibility-lambdas into default elt properties SCM.
1865         - clef types in SCM
1866         - verticalDirection properties now in SCM.
1868 pl 3.hwn1
1869         - move position_i_ into Staff_symbol_referencer
1870         - move dir_ into Directional_element baseclass
1872 ****************
1874 pl 2.hwn1
1875         - bf: dynamic style.
1876         - prepare to move dir_ into SCM. 
1878 pl 2.jcn2
1879         - chord fixes: 
1880            * inversion request: no inversion guessing for chord entry
1881            * bass request: c/+b to add bass note not part of chord
1882            * -dim modifier works on all thirds
1883            * colon iso dash as tonic/modifier-additions separator
1884            * C:m5- displays as "Cdim"
1885            * C:m5-7- displays as "Co"
1887 pl 2.jcn1
1888         - moved bracket vars to params
1889         - reverted broken lilypond-devel
1891 *************
1892 pl 1.uu1
1893         - David's patches:
1894         * mfplain.mp detection
1895         * Graphical_element::common_refpoint() robuster.
1896         * fixes for mudela-mode.el
1897         - Dirk's patches:
1898         * key signature placement,
1899         * tied accidentals.
1901 pl 1.hwn2
1902         - extra-offset elt property.
1903         - junked Chord_tremolo
1905 pl 1.hwn1
1906         - changed calling convention for {get,set,remove}_elt_property()
1907         - rm'd some mutopia examples.
1909 *******
1910 pl 0.hwn2,1
1911       - Generic properties and Property_engraver. Moved most of the
1912 properties.
1914 0.lu1
1915         - resurrected midi2ly
1917 0.jcn1
1918         - bf: lyrics lexer
1919         - reverted mup2ly revert
1921 pl 3.uu1:
1922         - frontport of 1.2.17 patches.
1924 **********
1926 1.3.0:
1928 pl 15.hwn2
1929         - loads of bfs.
1931 pl x.jcn3
1932         - another workaround: reset buffer state for scm_ftell ()
1933         - workaround for broken scm_ftell ()
1935 pl 15.hwn1
1936         - \properties are now SCM s, junk Scalar type
1937         - use SCM for strings in parser.
1938         - Moment derived from Rational. Moment may be smobified.
1940 pl 15.jcn4
1941         - direct #... to scm parser  (Thanks to Gary Houston)