lilypond-1.3.78
[lilypond.git] / CHANGES
blobd46d267c6c9111d131da8ca37196476e3332e48c
1 1.3.77.jcn5
2 ===========
4 * Added a devnull engraver, that junks (notehead) requests of the second
5   stem when combined parts are in unison (a2).
7 * Part-combine iterator identifies Soli and A2 parts in threads by 
8   looking at rhythm and pitches.  It switches Voice context automagically,
9   and communicates current state using a2/solo/solo2 properties.
11 * Simple A2_engraver (`a due) prints `a2/Solo/Solo II.  Soli seem to
12   arrive one request late.
14 * First try at combining parts: part-combine*
17 * fixed problem with HaraKiri
19 * fixed problem with dynamicDirection
21 * fixed problem with nonEmptyText 
23 * `Fixed' chord notation, as per request of David Arnold, ie, 
24    Added a chord-name-mode, that only displays chord names
25    when there's a change in the chord-name-scheme, Also, a chord
26    name should always be displayed after a line break.  See
28        input/test/drarn-chords.ly
30 * Reverted duration-iter change in midi2ly, moved printing of options.
32 * warning bugfix in lexer.ll (Mats Bengtsson)
34 1.3.77
35 ======
37 * Midi2ly bugfix: handle durations longer than longa.  These can occur
38   because of lengthened notes when using --no-rests.
40 * Midi2ly: output `new' \key syntax, and updated version number.
42 * Midi2ly bugfix: don't correct quantised durations, don't use tuplets, 
43   double dots etc. when user doesn't want them.  It probably used to
44   work like this, a long time ago.  For some unknown reason, all
45   corrections made by Duration_convert were junked if the corrected
46   duration != exact duration.  Duh.
48 * Midi2ly: added a new option: --no-rests.
50 * Update of mudela-book (Tom Cato Amundsen)
51  - --read-lys option, now you can do:
52         mudela-book file.texi
53         convert-mudela
54         mudela-book --read-lys
55  - --outdir=DIR will put ALL output into DIR
56  - @mudela[filename="myfilename"]{c d e f g}
57  - --force-mudela-fontsize
58  - ignore mudela inside @ignore @end ignore
60 1.3.76.gp1
61 ==========
63 * Lyric_phrasing_engraver now catches lyric extenders and correctly
64   terminates them under the last note of a melisma.
66 * Lyric word spacing code changed to fix hyphen alignment.
68 * Other minor tidying up of Lyric_phrasing_engraver and related code.
70 1.3.76
71 ======
73 * Lyric_phrasing_engraver now adjusts for melisma.  (Glen Prideaux).
75 * Mudela-book fix for Windows95 (Mark Hindley)
77 * Debian update (Anthony Fok)
79 * Added beam melisma for when automaticMelismata and noAutoBeaming are both
80   #t (primarily for hymns).  Courtesy Glen Prideaux.
82 * Bugfix: .pfa dependency on $(outdir)/mfplain.mem
84 1.3.75.mb1
85 ==========
87 * stepmake/stepmake/metapost-rules.make: Put all generated files
88   in mf/out/.
90 * Added paper variable interscoreline to determine the score line
91   spacing, see input/test/vertical-extent.ly.
92   Cleaned up the lilyponddefs.tex inclusion scheme.
94 1.3.75
95 ======
97 1.3.74.gp1
98 ==========
100 * Improved default handling of Lyric_phrasing_engraver and made it on by 
101 default.
103 * Beginnings of a stanza number engraver (\property LyricVoice.stanza = 
104 #"1:" etc.)
106 * fixed bug in script.cc so fermata (and other scripts) get flipped 
107 correctly when they are above the staff.
109 1.3.74.jcn2
110 ===========
112 * Reincluded simple code for including tfm.[1-5] into search path.
113   Configure with --disable-kpathsea to enable this kludge.
115 1.3.74.jcn1
116 ===========
118 * Updated input/test/banter-chords.ly German H/B example.
120 * Updated nl.po.
122 * Have configure check for kpathsea library and functions.  Made kpathsea
123   support optional for now.
125 * Bugfix: halved width of tremolo-beams.
127 * Included compilation fix for guile-1.3.4 (Anthony).
129 * Added: chord inversion and base to regtest.
131 * Fixed: Chord names that were broken by pl73.
133 * Fixed: Chord inversions that were broken by pl72.
135 * Resurrected ascii-script output, for debugging purposes.
137 * Included compilation fix for scm-hash.cc (Han-Wen).
140 1.3.74
141 ======
143 * Small bugfix: also do a deep copy on  submusices
145 * Fixed:  \autochange doesn't crash anymore.
147 * Cleanup, documentation and enforcement of smob interfaces in
148 LilyPond.  We distinguish between SIMPLE_SMOBS and SMOBS (objects that
149 have self_scm_)
151 * Glen Prideaux lyric phrasing engraver. See
152 input/test/lyric-phrasing.ly
157 1.3.73
158 ======
159 * Removed \interscoreline after the last line, prevents some
160 empty pages. (patch by Mats Bengtsson)
162 * Smobified Music, junked associated identifiers. Use Scheme list to
163 store Music_sequence.  Removed const declarations from
164 Music_iterators.  Added a mutable and immutable property list to
165 Music.  Use music property for all Scheme values in Music.  Created
166 and fixed a load of Garbage Collection bugs.
168 * Changed number font to allow automatic .mf creation.
170 * Output place of definition as \special{src:LOCATION}. See FAQ for
171 explanation how to use.
173 * Schemified Local_key_item and fixed minor bug with accidentals.
175 * new Japanese .po file.
177 * Bugfix for broken tie direction
179 * Bugfix for bar at beginning of line break
181 1.3.72
182 ======
184 * Robustness fix for minimise_least_squares ()
186 * cleanups of Slur_bezier_bow, removed Bezier_bow.
188 * cleanup of Tie. Changed Tie into interface. Made ties flatter by default.
190 * changed SCM_UNDEFINED to SCM_UNSPECIFIED for return values that go
191 back into Scheme.
193 * changed SCM_UNSPECIFIED to SCM_EOL for undefined element
194 properties. This makes initializing list properties redundant.
196 * removed idiotic code for including tfm.[1-5] into search path.
198 * fixed problem with tuplet placement for cross staff tuplets.
200 1.3.71
201 ======
202 * Small cleanups to bring down  compile time and binary ensmallment.
204 * Made Lookup into a smob, and use guile alist iso. an STL map.
206 * Changed repeated music semantics for relative octave: each
207 alternative takes its inital octave from the body.
209 * Fixed: parser accepts booleans for property values as well.
211 * Added Scarlatti sonata test file to input/
213 * kpathsea support, courtesy Carsten Block <carsten.block@gmx.de> 
215 1.3.70
216 ======
217 * Fixed: long standing problem in optical-illusion code.
219 * Fixed: stop beam if stem *has* a beam in auto-beam-engraver. 
221 * Made interface of Multi_measure_rest, System_start_delimiter,
222 Spacing_spanner, Separating_group_spanner, Beam, Slur and
223 Rhythmic_head.
225 * Use properties for minimum distances and spring parameters.  Move
226 spacing related functions from Paper_column into Spaceable_element.
228 * Removed most Paper_column typecasts.
230 1.3.69
231 ======
233 * Cleanup auto-beam-engraver: use properties for retrieving timing
234 information.
236 * Fixed: Multi measure rests don't cause crashes.
238 * Fixed: don't invoke Hara_kiri::consider_suicide too early.
240 * Fixed: property engraver.  
242 * Fixed: don't crash on multiple ties.
244 * Cleanups of Beam, should also be a little faster.  
246 * Reunite properties and pointers. In implementation we make a
247 distinction between mutable and immutable properties
249 * Add {has|set}_interface () static methods to interface classes.
251 * Made Side_position_interface and Staff_symbol_interface an all
252 statics class, and stripped _interface suffix.
254 * Make Align_interface and Axis_group_interface an all-statics class 
256 * Rhythmic_head, Staff_symbol, Grace_align_item, Break_align_item,
257 Bar, Span_bar are now interfaces, Staff_bar was removed. Use a
258 callback for determining barsize.
260 * Removed all GLUE_SCORE_ELEMENT callbacks. 
262 * Added test for repeats to trip.ly
264 1.3.68
265 ======
267 * ly2dvi: changed back to original semantics of latexheaders.
269 * Stem_tremolo, Crescendo, Hara_kiri_group_spanner, Tuplet_spanner,
270 Volta_spanner changed into interface.
272 * Related cleanups for Tie, Tie_column cleanups.
274 * Made Time_signature, Single_malt_grouping_item, Script_column,
275 Chord_name, Dot_column, Breathing_sign, Key_item type into interface.
277 * Removed const declaration from callback arguments.
279 * Pagebreak support. See input/test/between-systems.ly
281 * Fixed a problem with accidentals in combination with
282 non-nil key signatures.
284 1.3.67
285 ======
287 * Use callbacks for augmentation dot positioning.
289 * Removed types Note_head and Rest
291 * Cleanup of slur.cc: use common reference points in a sane manner.
293 1.3.66
294 ======
296 * Corrected text sizes in paper*.ly (Mats Bengtsson)
298 1.3.65.uu1
299 ==========
301 * Dots, Collision, Rest_collision removed as separate Score_element type.
303 * Stem and Note_column accept only one rest.
305 * Use offset callback in Stem to resolve rest/beam collisions.
307 * Put the value of new  local key signature (accidentals) back into a property.
309 * Set molecule-callback for notename item.
311 1.3.65.jcn2
312 ===========
314 * Added some comments to new slur code.
316 * Removed some ugly interstaff slur code, interstaff slurs at line-break
317   are still broken.
319 * Slur bugfix: 16th beams are also beams.
322 1.3.65
323 ======
325 * Bugfix: translate volta spanner at start of line.
327 * Changed directional_element() calls to instantiations
328 of Directional_element_interface.
330 * Removed Dynamic_line_spanner, and cleaned up Dynamic_engraver.
332 * Removed Staff_info type. Information about columns is now transferred
333 via currentMusicalColumn and currentCommandColumn.
336 1.3.64.jcn2
337 ============
339 * Made slur attachment position user settable; properties:
340 slurBeginAttachment slurEndAttachment, values: 'head 'stem
341 'along-side-stem.  See input/test/slur-attachment.ly and ophee-slurs.ly.
343 * Fixed slur attachment positions, added missing rule and use simple
344 default starting positions for attachments.
346 * Started rewrite of slur ending code, interstaff slurs are broken for
347 now.
349 * Fixed download URL of the webpage.
351 * Moved direction.cc to flower/.
353 1.3.64
354 ======
356 * Lyrics centered on notehead.
358 * Various bugfixes hyphen-spanner.
360 * Bugfix: set appropriate callbacks for Note_head. This fixes 
361 problems with dots.
363 * Removed Clef_item as score-element derived type.
365 * Updated config.sub and config.guess
367 * Bugfix: allow linebreaks on beamed grace notes.
369 1.3.61.jcn2
370 ===========
372 * Included dutch po-update based on submitted 1.3.57 nl.po
374 * Added "Development" link to website, now that "Home" is a relative link.
376 * Bugfix: use deep copies for resetting keys.
378 * Assorted typing erors in procedure names in ly/engraver.ly
380 1.3.62
381 ======
383 * Made callbacks from Score_element::before_line_breaking() and
384 Score_element::after_line_breaking()
386 * Fixed website; backlinks should work again.
388 * Removed --ignore-version option. Added --verbose option.
390 1.3.61
391 ======
393 * Webpage hacking
395 1.3.60.hwn1
396 ===========
398 * Junk int_identifier, real_identifier. Merged Midi_def_identifier and
399 Paper_def_identifier.
401 * Fixed bug with spanning barlines in combination with Hara-Kiri staffs.
403 * Cleaned up Text_item, Hyphen_spanner, Lyric_extender and
404 Sustain_pedal and reduced them to an Score_element interface (they are
405 no longer Score_element derived types).
407 * Some instances of brew_molecule routines have moved out of
408 Score_element, and are now called scheme_molecule.
410 * Moved lots of parameters from ly/params.ly to ly/engraver.ly
412 1.3.59.hwn1
413 ===========
415 * Removed String_identifier, and use the type system of GUILE instead.
417 * Fixed \key PITCH MODALITY syntax. The modality argument is now
418 mandatory, a rule in convert-mudela has been added.
420 * Cleaned up  buildscripts/ directory: removed obsolete scripts.
422 * Use Scheme_hash_table for identifier Scopes.  Scheme_hash_table is
423 based on STL and should be faster than hash_table.
426 1.3.59.jcn1
427 ===========
429 * Fixed scm_un/protect_object for guile-1.3.4 and 1.3.5 snapshots,
430   in the process reduced number of protect/unprotect calls.  With
431   guile-1.3.5 snapshot, memory usage has decreased by 1/5th, now
432   just 10% above the 1.2 level.  Also, Lily's a bit faster.
434 * Fixed make diff bug in stepmake to be able to make this diff :-)
436 1.3.58.hwn1
437 ===========
439 * Rewrote key sig support.  Now key signature can also be controlled
440 by setting keySignature and localKeySignature properties, eg.
442         \property keySignature = #'((2 . -1) ( 4 . -1) (6 . -1))
444 sets a key signature of `es ges bes' (an unusual key signature).
446 Keys are internally represented as transpositions of the c-major
447 scale. Printing the key signature for a scale is done by filtering out
448 all non-natural accidentals.
450 * Removed support for \keysignature, and \key something \minor; Newkey
451 is now obsolete.
453 1.3.58.jcn3
454 ===========
456 * Fixed pedal items (hw)
458 * Changed configure option tex-tmfdir to tmf-path now accepting multiple
459   tfm directories.  Automated links to cmr and amstex tfm font directories.
461 * Replaced one scm_assoc () u-turn slipped through jcn1
463 * various GUILE 1.3.5 compile fixes
465 * Added `Ped' as a compound symbol font and removed silly scheme kerning.
467 * Replaced some scheme assoc u-turns with scm_assoc ()
469 * Ran po-update (mostly because of new ja contribution).
471 1.3.57.jcn2
472 ===========
474 * Cleaned-up scheme list to text conversion for Chord_name and 
475 fixed horizontal kerning.
477 * Added examples for american (slashed o) and jazz (black triangle),
478   see input/test/{american-chords.ly,jazz-chords.ly}
480 * Made guile-1.3.5 compile fixes
482 1.3.57.uu1
483 ==========
485 * Fixed typo in Dots::do_brew_molecule (); this fixes the disappearing
486 dots problem.
488 * Rewrote key signature administration; now Scheme is used; Octave and
489 Key have been junked in favor of Newkey.
491 * japanese .po file included (thanks, Japanese team!)
493 1.3.57
494 ======
496 * Fixed several forgotten molecule-callbacks 
498 * Fixed first clef in score; now F clefs are also possible.
500 1.3.56.mb1
501 =========
503 * Updated FAQ with two useful GDB macros.
505 * Several fixes in the documentation.
507 1.3.55.jcn1
508 ===========
510 * Made (dutch) po-update
512 1.3.56
513 ===========
515 * Molecules are now generated via callbacks exclusively; most calls to
516 set_elt_property ("transparent", SCM_BOOL_T) have been replaced by suicide().
518 1.3.55
519 ======
521 * Experimental property collapse for most score-elements.  (notable
522 exceptions: Scripts, pedals). Change all Score_element constructors to
523 take a basic-property list. The suffix of a property list may be
524 shared by several score-elements, for instance all default G-clefs in
525 a score share the following settings
526   
527            (breakable . #t)
528            (break-align-symbol . Clef_item)
529            (visibility-lambda . ,begin-of-line-visible) 
531 This should reduce memory usage further. 
533 * Magically fixed the disappearing Lyrics problem.
535 * Removed used_b_ field from Score_element.  
537 * Massive search-replace patch: store pointers and properties
538 separately, in preparation of property collapse.
541 1.3.54
542 ======
544 * Bugfix: don't crash on tuplet spanners that don't contain any notes.
546 * Cleanup of Dimension_cache: removed a few redundant
547 fields. Slightly lower memory usage (32 bytes per
548 score-element). Dimension_cache is now a `dumb' struct again.
550 * Add array index to priority field of text scripts to ensure that
551 order is unique, and sensible.
553 * Added an element count statistic.
555 1.3.53
556 ======
558 * russian.po (thank you, August.)
560 * Small cleanups in Molecule interface 
562 * Spacing related elements perform suicide after calculating
563 distances.  This saves a some memory, approximately 2 to 5 % ?
565 * Small cleanups in line breaking: Paper_column stores springs and
566 rods in only one place now.  All fields relating to energy have been
567 removed
569 * Don't generate all output Scheme in memory, but evaluate to output
570 file immediately.  This will reduce memory usage a little.
572 * Use STL's map  for Dictionary template
574 * Substitute pointers on element properties of the root Line_of_score
575 as well.
577 * Added toplevel doc target, to support building doc with --srcdir
579 * Removed cygwin build stuff; updated versions at:
581      http://appel.dyndns.org/lilypond/gnu-windows/cross
583 * Fixed lily.scm to handle incipits (thanks, Mats)
586 1.3.52
587 ======
589 * Made bugfix in smob handling: delete the C-part of freed smobs and
590 be honest about amount of allocation and deletion, so that GUILE
591 doesn't overestimate the amount of memory available.
593 * Faq update: nicer blank note paper, courtesy Mats Bengtsson.
595 * Bugfix: don't crash on durations that are not a power of 2.
597 * Build manpages during `make all' 
599 * Bugfix: don't do absolute comparisons in Polynomial::clean ().
601 * Bugfix: set visibility-lambda for key signature created by
602 createKeyOnClefChange. Fixes disappearing key signatures. 
604 * Bugfix: make System_start_delimiter of bar-line type invisible when
605 it spans only one staff.
607 1.3.51
608 ======
610 * Item cleanups.  Copying items and rearranging pointers are done in
611 separate passes, which makes the code cleaner. This fixes a problem
612 with some items not disappearing from hara-kiri staffs.
614 * Use Scheme for Key_item data members. 
616 * Don't use regex in chord-names.scm under windows; hybrid chordnames
617 user+calculated will be partly broken.
619 1.3.50
620 ======
622 * Junked Shift_tuple from collision; Now it uses SCM.
624 * Bugfix of documentation and test-file of tuplet.
626 * Bugfix type string of repeated music is copied. This fixes declared
627 tremolos.
629 * Junked various cruft from lily.scm
631 * Use interfaces symbols instead of C++ class-name for assigning generic
632 element properties.
634 * Junked Dictionary from Piano_pedal_engraver and
635 Piano_pedal_performer.
637 * Introduced boolean element property no-spacing-rods: ignore this
638 item for hard constraints.
640 * Bugfix: added sanitised TeX fragment in faq.texi
642 * Bugfix: merge equal Bar_reqs
644 1.3.48.uu1
645 ==========
647 * Small fixes for \cresc and \endcresc
649 * Release properties of unbroken spanners & items after doing
650 handle_broken_smobs (); should conserve a little memory.
652 * Fixed handling of orphaned score-elements. Any element that does
653 not have its Line_of_score as a ancestor in both directions, is silently
654 removed from the output.  This guarantees that programming errors
655 don't result in coredumps from Dimension_cache::common_refpoint ():
656 element->line_l () is always a common reference point.
658 * Bugfix: set visibility-lambda of clef and octavation-8 explicitly
659 for default case.  Now the octavation 8 is not printed at every
660 barline.
662 1.3.48.mb1
663 ===========
665 * Changed noteHeadStyle properties to symbols, for example
666   \property Voice.noteHeadStyle = #'cross
668 1.3.47.jcn3
669 ===========
671 * Rewrite of chord-name production in scheme.  There are two major styles
672   now, banter and american.  To get american style, use
674       \property ChordNames.chordNameStyle = "american"
676   Most anything should be possible now.  See input/test/american-chords.ly
678 * Added isinf check to configure.in, and isinf macro from guile to
679   bezier.cc; solaris has no isinf ().
681 * Fixed star-spangled-banner with not-so-nice \bar "|." fix.  Almost
682   perfect now.
684 * Added output property to regression test.
686 * Fixed warning of creating existing outdir.
688 * Added `Mark' interface to text-items that are marks (thanks, HW).
690 1.3.48
691 ======
692 1.3.47.mb2
693 ===========
695 * Corrected glossary.tely
697 * Corrected \mark font handling. feta-nummer font only of the 
698   string is all numeric.
700 * Implemented noteHeadStyle lookup in Guile. Reintroduced the style
701   "harmonic" and added "baroque" (normal note shapes except for 
702   brevis and longa which are square).
704 * Simplified ly2dvi using the power of the geometry package.
706 * Improved heuristic size calculation of TeX macros. Handles e.g.
707   "\\u{a}", "\\"{o}" and "\\^{u}" correctly.
709 1.3.47.hwn1
710 ===========
712 * Bugfix: don't hang on zero-duration.
714 * Various glossary updates (thanks, Christian)
716 1.3.47
717 ======
719 1.3.46.jcn2
720 ===========
722 * Drastically reduced vertical space used by headers/footers, when using
723   ly2dvi.  See input/test/fill-a4.ly.
725 * Fixed bug with colons appearing on repeat span-bars.
727 * Added Bar_number_engraver to standard Score context
729 * Construct octavation scripts in the clef-engraver; this fixes the
730 hara-kiri + clef8 problem
732 1.3.46
733 ======
735 1.3.45.jcn2
736 ===========
738 * Fixed chord-name customisation and made small chord-name build fixes.
740 * Accidentals with chord-names smaller and as superscript.
742 * Do some extra footify (works only once) while making html docs.  
744 1.3.45.hwn1
745 ===========
747 * Debian patch (Thanks Anthony)
749 * Rewrote Bar_number_engraver and Mark_engraver and removed
750 Bar_script_engraver as baseclass. Both Bar_number_engraver and
751 Mark_engraver are simpler and more robust.
753 * Fixed precedence of \property verticalDirection and dynamicDirection
755 * Fixed keys without barlines 
757 * Fixed StaffGroups: removing `\consistsend "Axis_group_engraver"'
758 puts alignment in function again
760 * Fixed StaffGroup + GrandStaff combination.
762 * Music is now mandatory as the first thing in a \score{} block
764 1.3.45
765 ======
766 1.3.44.jcn2
767 ===========
769 * Implemented una-chorda and sostenuto piano pedals in performer and engraver.
771 * Added Properties textScriptWordSpace and chordNameWordSpace.
773 * Junked old lyrics in star-spangled-banner.
775 * Added a Piano_pedal_engraver.
777 * Removed some empty files.
779 * Created piano pedal symbols: * - . P e d.
781 * Fixed ps-to-pfa.py to handle multiple unfills.
783 * Moved accordion symbols out of feta-script to end of font.
785 * Bugfix: don't create tfm's, pfa's etc of feta-test fonts.
787 * Fixed blot_diameter for small resolutions.
789 1.3.43
790 ======
792 * Put global element list into Line_of_score, instead of
793 Paper_score. post processing (the stage after line breaking) is now
794 truly done per-system, and we got rid of an ugly hack to get font
795 handling OK.
797 * Bugfix: set the group-interface of System_start_delimiter.
799 * Cleanups of Break_algorithm and derived classes, Move
800 broken_col_range () to Line_of_score, remove Paper_score::col_l_arr_
802 * Bugfix for accordion symbols.
804 * Various patches to prevent crashing when do_brew_molecule gets
805 called before after_line_breaking (). This was a problem in Spanner
806 classes mostly.
808 1.3.43
809 ======
811 1.3.42.jcn3
812 ===========
814 * Made a quick try at piano pedal performer, damper pedal only.
816 * mf/feta-accordion.mf: Fixed strange turning paths.
818 * mf/feta-beugel.mf: Fixed infinity errors.
820 * Use a more discriptive name for windows setup.zip.
822 * mf/GNUmakefile: Have logs as last target, so that normally, they're 
823 not made twice.
825 * stepmake/stepmake/metafont-rules.make: Don't remove the .log files.
826 The logs are a target, removing them retriggers make.
828 * stepmake/stepmake/metapost-rules.make: Remove the correct log and tfm
829 files, ie the ones that clutter the source directory, not the target logs.
831 * Windows distribution: faked symlink for cmtfm.  Setup.zip should now be
832 standalone; ie, no need for Cygnus' usertools anymore.
834 1.3.42.jbr1
835 ===========
836   
837 * Documentation/ntweb: Updated angels.ly to match current syntax.
838 Also updated index.texi.
840 1.3.42.uu1
841 ==========
843 * Change all occurances of Staff_margin_engraver to
844 Instrument_name_engraver, add a convert-mudela rule
846 * Change status == busy assert into programming error
848 1.3.42
849 ======
851 1.3.41.jcn3
852 ===========
854 * Lots of fixes to windows distribution scripts.
856 * Added configuration features --program-prefix, --program suffix.
858 * lily/my-lily-parser.cc (get_chord): Bugfix, don't use deleted pitch.
859 This fixes inversions c/g and bass additions d/+c on chords.
861 1.3.41.mb1
862 ==========
864 * Avoid that xxxXXXVerticalExtent is used for empty HaraKiriStaff
865   lines.
867 1.3.41.hwn1
868 ===========
870 * Debian patches (thanks Anthony!)
872 * Use symbols for prefatory matter spacing. Do not use the typename
873 for looking up item pairs in the table, but read element property
874 break-align-symbol
876 * Instrument_name_engraver, uses break alignment instead of
877 side-position.
879 * System_start_delimiter_engraver, System_start_delimiter, uses a
880 spanner for the braces/brackets at the left of the system. Remove all
881 old Span_score_bar engravers.
883 * Removed Base_span_bar_engraver::use_prority_b_, and moved
884 Base_span_bar_engraver into Span_bar_engraver.
886 1.3.40.jcn3
887 ===========
889 * mutopia/Coriolan/violino-2.ly: Bugfix: wrong pitch.
891 * input/test: Removed stale AutoStaffSwitch examples.
893 * mutopia/E.Satie: Fixed gnossiene-4, doing \autochange.  Removed
894 stale copy of gnossiene-4.
896 * buildscripts/make-cygwin-cross.sh: Made some small .zip package fixes.
898 * make/lilypond.spec.in: Made some bugfixes for _prefix, preparations
899 for cross-building to Cygwin.
901 * buildscripts/make-cygwin-cross.sh: Now using rpm packages.
903 1.3.40.hwn2
904 ===========
906 * added \property XXXMinimumVerticalExtent, \property XXXExtraVerticalExtent
908 * New_chord_tremolo_engraver: make tremolo beams from
910         \repeat "tremolo" NUMBER <Music-expression>
912 Removed support for "old-style" tremolos.
914 * Add a convert-mudela function for the conversion "\key A;" to "\key a; 
916 * Read \property measurePosition within the engraver code, instead of
917 looking up the Timing_translator.
919 * star-spangled-banner.ly: add Bar_engraver to LyricsVoice 
921 * Changed all .fly and .sly files to .ly files.  Propose to dump .fly
922 and .sly.
924 1.3.40
925 ======
927 1.3.39.jbr1
928 ===========
930 * buildscripts/mf-to-table.py: feta dep files are now opened with write
931   binary option.  This avoids carriage return linefeed problems and
932   windows while not affecting unix.
934 * Documentation/hacking.texi: Fixed a texinfo syntax error
936 * stepmake/bin/package-zip32.sh: Fixed or Removed some legacy, 1.2.x,
937   directory paths.
939 * Documentation/ntweb/index.texi: Fixed broken links, added 1.3.39 links.
941 1.3.39.hwn1
942 ===========
944 * Glossary updates by Christian Mondrup.
946 * Bugfix: use generic properties in lyrics too. This fixes the
947 \property textStyle for lyrics.
949 * Score_element::preset_extent(), used by \property
950 XXXVerticalExtent, so hard code the size of a vertical group. 
952 * Don't fix up reference points for originals of broken
953 spanners. Fixes spurious "orphaned score-element" warnings.
955 * buildscripts/make-cygwin-cross.sh: Use rx-1.5 instead of regex (Jeffrey).
957 * scm/lily.scm: Fixed check for Windows: by default don't use scm regex.
959 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: Significantly smaller
960 patch for guile.
962 * buildscripts/make-cygwin-cross.sh: Compile native package GNU regex,
963 which should fix Windows problems with guile.  Also added input directory
964 to zip file.
966 * stepmake/aclocal.m4: Added decent checking for version of guile, and 
967 fixed warning message.
969 * lily/lexer.ll (My_lily_lexer): Bugfix: lookup chordmodifiers in the
970 chord-modifier table (not in the pitch list).
972 1.3.39
973 ======
975 1.3.38.hwn2
976 ===========
978 * General cleanups of My_lily_parser. 
980 * Start of a Chord_tremolo_iterator for the `\repeat 4 "tremolo"'
981 syntax.
983 * Moved Score_element::do_space_processing out of the dependency
984 mechanism.
986 * Use Scheme for notename tables.  Removed uppercase letters for low
987 octave notes. Removed Notename_table.
989 * Fixed core dump with declared "\key  ; "
991 * Extra robustness warning for Side_position_interface::aligned_on_self ()
993 * Extra robustness: make sure that first and last columns are breakable.
994         
995 1.3.38.jcn4
996 ===========
998 * stepmake/aclocal.m4: Added support for cross-compiling with guile.
1000 * buildscripts/make-cygwin-cross.sh: A try at dropping cygwin1.dll
1001  dependency by using mingw.  Compiling guile is too much to ask
1002  for mingw, though.  Also:
1003  - rename python scripts .py (request from Alain)
1004  - install native packages under their own, separate root. (Alain)
1006 * lily.scm: Don't use regex module when running on
1007 Windows. (Shamus)
1009 * lily/staff-margin-engraver.cc (acknowledge_element): If
1010 possible, hang y-axis of margin script to span-bar.  This fixes
1011 vertical placement of margin scripts attached to staff groups.
1013 * help2man-rules.make: Fixes for generating manpages by copying
1014 and for building using --scrdir.
1016 * stepmake/stepmake/generic-targets.make: Preserve date stamp of
1017 config.h, version.hh files file when copying.
1019 * buildscripts/make-cygwin-cross.sh: made number of fixes:
1020         - add `Cygnus/' prefix to directories in .zip-file too.
1021         - package guile too.
1022         - don't link to cygwin1.dll
1024 * stepmake/stepmake/install-targets.make: bugfix, don't fail if directory
1025   is not emty when uninstalling.
1026         
1027 * stepmake/stepmake/generic-targets.make: added man target.
1029 * buildscripts/make-cygwin-cross.sh: new script for cross-building cygwin
1030   development tools and lilypond executable.
1032 * Documentation/ntweb/lilypond-manpages.patch: provide pre-built
1033   manpages, so that make doesn't fail on help2man trying to execute
1034   a GNU/windows executable.     
1036 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: new patch for
1037   guile-1.3.4.  
1039 * flower/libc-extension.cc (memmem): cygwin compile fix.
1041 1.3.38
1042 ======
1044 1.3.37.hwn1
1045 ===========
1047 * (generic-property.scm) added \property tieDash to set dashing on
1048 ties.
1050 * Removed  ly_eval_str(), we should use scm_eval (Scm_object).
1052 * Removed scm_to_array (), array_to_scm (), associated junk. Reverted
1053 undocumented .29 patch that made Bezier::control_ into an
1054 Array<Offset>.  Added some comments documenting the reasons for the
1055 changes.
1057 * Revert generic-property.scm of .37 fix, fix the real problem in
1058 property-engraver.cc: use the right symbol to check if element
1059 property is already set.
1061 1.3.37.jcn2
1062 ===========
1064 * Fixed srcdir build, so that you can do:
1066       tar xzf releases/lilypond-x.y.z
1067       mkdir <build>
1068       cd <build>
1069       ../lilypond-x.y.z/configure
1070       make
1072   as with any other gnu package.  All build output goes to <build>/out.
1074 * Changed and fixed use of different configurations, and different output
1075   directories.  Finally, you can use different configurations alongside
1076   eachother.  From make/stepmake.make:
1078       # Use alternate configurations alongside eachother:
1079       #
1080       #     ./configure --enable-configsuffix=debug
1081       #     make conf=debug
1082       #
1083       # uses config-debug.make and config-debug.h; output goes to out-debug.
1084       #
1086       # Use same configuration, but different output directory:
1087       #
1088       #     make out=www
1089       #
1090       # uses config.make and config.h; output goes to out-www.
1091       #
1094 * Fixed performance of (de)crescendi.
1096 * Better documentation for arithmetic_multiplier and arithmetic_basicspace
1097   in params.ly.
1099 * Added instrument-equaliser for MIDI output, see scm/midi.scm, and
1100   properties midiMinimumVolume, midiMaximumVolume, ranges [0,1].
1102 * Changed absolute midi volume settings into factor of full scale.
1104 * Fixed another dynamic-line-spanner bug, it gets hairy.
1106 * Added warning for spanners that are not fully contained in parent spanner.
1109 1.3.37
1110 ======
1111 1.3.36.hwn1
1112 ===========
1114 * Abstract Align_element into Align_interface. Removed
1115 Axis_align_{item,spanner}, Align_element, Super_element, all multiple
1116 inheritance in the backend.
1118 * new Gade score, INSTALL.texi fixes (thanks, Mats)
1120 * Removed Item::hpos_f (), Score_element::{get,set}_real ()
1122 * comments detailing properties for Axis_group_interface,
1123 Side_position_interface, Score_element, Item and Spanner
1125 1.3.36.jcn3
1126 ===========
1128 * Fixed vertical dimensions of elements in dynamic line spanner by adding
1129   axis-group to dynamic line spanner.
1131 * Bugfix: line-spanner lasts always full duration of (de)crescendi.
1133 * Bugfix: broken (de)crescendi on a dynamic-line-spanner.
1135 * Bugfix: compilation dynamic-engraver.
1137 * Added and updated a faq about postscript and ghostscript.
1139 * Fixed order of slurVerticalDirection verticalDirection in
1140   generic-property.scm.  Similar fixes for Stem, Tie, etc.
1142 * Added a Text_engraver to GraceContext.  Maybe it was removed on
1143   purpose: scripts on grace notes seem broken, they appear on the
1144   main note.
1146 * Bugfix: volume effect of (de)crescendi was sometimes wrong way round.
1148 1.3.36
1149 ======
1150 1.3.35.hwn1
1151 ===========
1153 * textEmptyDimension changed into textNonEmpty, default: off,
1154 ie. texts don't occupy space.
1156 * Use STL map for Lookup::lookup_p_tab_p_
1158 * Abstracted Axis_group_element into Axis_group_interface, and removed
1159 Axis_group_element. This eliminates some multiple inheritance in the
1160 backend
1162 1.3.35.jcn1
1163 ===========
1165 * Added minimum-space property to Side_position_interface.  Used in
1166   positioning of Volta_spanner: voltaMinimumSpace.
1168 * Fixed and cleaned-up volta-spanner.
1170 * Moved directional-element.cc -> directional-element-interface.cc
1172 * Renamed all `process_requests' to `process_music', which fixes
1173   midi performance.
1175 * Fixed dimensions (more x-y interchanges) of brace, bracket and
1176   volta-spanner.
1178 * Half-assed fix to get similar vertical placement of orphaned vs.
1179   line-spanned dynamic elements.
1181 * Added property bracketCollapseHeight: the minimal size of a staff bracket
1182   that will be typeset.  Smaller brackets will not be displayed.  This
1183   fixes the (in 1.3.x reintroduced) funny duck-beak-bracket-bug (sorry).
1185 * Removed some dissonant chords from Coriolan
1187 1.3.35
1188 ======
1190 * Removed Documentation/programmer directory 
1192 1.3.34.jcn3
1193 ===========
1195 * Small enhancements to Staff_margin_engraver:
1196    - by default, the marginScript left aligns the text
1197    - to set the text style, use property marginScriptTextStyle
1198    - to change the alignment, use property marginScriptHorizontalAlignment
1199      (centred and right alignment require manual padding settings).
1201 * Print a friendly message if the manual pages failed to build.
1203 * Bugfix: dynamicDirection now overrides verticalDirection setting.
1205 * Warning messages and nl.po
1207 * Fixed vertical alignment for all dynamic items and (reluctantly)
1208   reinstated old directional behaviour for orphaned dynamics.
1210 * Finished maximumRestCount property.
1212 1.3.34
1213 ======
1214 1.3.33.hwn2
1215 ===========
1217 * Print key without setting key, syntax "\key ;". General cleanups of
1218 key-item.
1220 * Add paragraph tags in HTML output of mudela-book.  Music fragment
1221 don't run into the text anymore.
1223 * Bugfix: don't align the first line of text. (Lookup::text ()).
1225 * Abstract away data members of Axis_group_element, Align_element
1228 1.3.33.jcn3
1229 ===========
1231 * Added helpful properties instrumentScriptPadding/instrScriptPadding for
1232   Staff_margin_engraver.
1234 * Removed some empty files, substituted (c) 1999 occurrences.
1236 * Added \property maximumRestCount.  It will prevent showing (or actually:
1237   moving in case of a collision) more than maximumRestCount similar rests.
1238   WIP!
1240 * Rewrote Staff_margin_engraver.  Staff margin texts now hang on a new
1241   breakable item: Left_edge_item.
1243 * Fixed vertical alignment for dynamic elements.  Orphaned dynamic items
1244   (not supported by a Dynamic_line_spanner) still collide with Staff,
1245   although they now have staff support, which was supposed to fix this.
1247 * Fixed Staff_margin_engraver for "instrument", "instr" is still broken.
1249 * Dynamic elements are only put in a Dynamic_line_spanner if there
1250   actually is more than one adjacent note-column with a dynamic.
1251   This breaks the fine looks of all dynamics, again :-)
1256 1.3.33
1257 ======
1259 1.3.32.hwn3
1260 ===========
1262 * Experiment: use STL map for Scheme_hash_table; Is there a speedup?
1264 * Bugfix: print brace iso. bracket for Piano / GrandStaff
1266 * Change naming: change do_post_processsing into after_line_breaking,
1267 do_pre_processsing into before_line_breaking and do_process_requests
1268 into do_process_music.
1270 * Bugfix in hash-table.hh: do quadratic probing, and not cubic probing.
1272 * Display property name for type error.
1274 * Cleanups for Dynamic_engraver and Dynamic_line_spanner.
1276 * Warn if last column in score is musical. Helps catch programming errors.
1278 * Spanner::spanned_drul_ now is private. 
1280 * Rewrote some bar code: moved molecule functions out of Lookup.
1282 1.3.32.jcn3
1283 ===========
1285 * Embedded newlines in text items are now allowed.  This helps avoiding
1286   TeX-hacking in some cases.  See input/test/coriolan-margin.ly
1288 * Fixed stupid x-y interchange bug for staff-bracket.  This fixes
1289   placement of staff-brackets.
1291 * Fixed bracket/arch-thickness interchange bug, and made bracket a bit
1292   thinner.
1294 * Fixed slur/bezier-beautiful name mismatch.  This should fix the steep
1295   slurs that were apparently reintroduced in 1.3.29.
1297 * Made some small fixes to Coriolan.
1299 * Removed duplicate lily/output-property-engraver.hh.
1301 * Removed optional use of vanilla spanner in Dynamic_engraver.
1303 * Fixed (measured) tremolo for Stem and Beam. Merged declarations
1304   stem-engraver.hh and chord-tremolo-engraver.hh into their .cc
1305   implementation file.  Also fixed looks of Chord tremolo, input and
1306   implementation is still ugly.
1308 * Added *.yy and *.ll to TAGS, to that tags-find-replace doesn't omit
1309   parser and lexer.
1311 1.3.31.mb1
1312 =========
1314 * Fixed \specialkey and \normalkey. Updated documentation.
1316 1.3.32
1317 ======
1318 1.3.31.jcn5
1319 ===========
1321 * Fixed and cleaned-up Dynamic_engraver.  Optionionally uses vanilla
1322   spanner instead of Dynamic_line_spanner.
1324 * Made gcc-2.95 compile fix in libc-extension.
1326 * Various fixes to Coriolan, score starts to look acceptable.
1328 * Moved optional text of crescendo into Crescendo spanner.  Fixed horizontal
1329   and vertical alignment of dynamics.
1331 * Added new text crescendo spanners to Coriolan and made some fixes.
1332   If you're using timidity, use the -EO option to prevent notes get
1333   stuck.  I'm not sure whose fault this is, Lily's MIDI output may be
1334   stretching the standard a bit.
1336 * Adjacent dynamic markings are now grouped on a horizontal line, but it's
1337   not perfect yet: they're always below the staff and no horizontal spacing
1338   is done.  Also, character metrics of dynamics are still not used.
1339   See: input/test/crescendi.ly and input/test/dyn-line.ly
1341 * Cleaned up Span_dynamic_performer.
1343 1.3.31
1344 ======
1345 1.3.30.mb1
1346 =========
1348 * Fixed the page layout, reintroducing space for the header and
1349   trying to keep piece titles on the same page as the piece.
1350   The header and footer can now contain several lines.
1352 1.3.30.jcn3
1353 ===========
1355 * Lily now also performs crescendi and decrescendi in MIDI output:
1356   Span_dynamic_performer in a slightly crappy way.
1358 * Added preliminary support for crescendi/decrescendi other than `hairpins',
1359   eg: `cresc. poco `a poco -- -- --'
1361 * Made MIDI tie performance fix.
1363 1.3.30.jcn2
1364 ===========
1366 * Lily now performs absolute dynamics in MIDI output.
1368 * Included David's comments on opus47 in TODO.
1370 1.3.30.jcn1
1371 ===========
1373 * More Coriolan: flute-1,2; oboe-1,2; clarinet-1,2; 
1374   fixes and remainder french horn-1,2; trombone-1,2;
1375   fagotto-1,2; timpani; and several fixes.
1376   
1377 1.3.30.uu1
1378 ==========
1380 * Remove some old doco from programmer/ and put on personal homepage.
1382 * Removed union-find from flower library.
1384 * Only quantise tie horizontal part inside the staff.
1386 1.3.30
1387 ======
1388 1.3.29.hwn1
1389 ===========
1391 * Report type errors for \property. Helps with converting 1.2 input
1393 * Use Scheme for Align_element; fixed graceAlignPosition 
1394 and removed \property alignmentReference in the process.
1396 * Use generic properties for lyrics too.  This fixes \property
1397 Lyrics.textStyle
1400 * Add relative distance for constraints between non-column items.
1402 * Automatic \marks: use "\mark ; ". The mark numbers or letters are
1403 increased automatically.
1405 * Translators now only change properties of their own context. This
1406 removes the 2nd argument to Translator::get_property()
1408 * Bugfix for Metapost mode
1410 1.3.29.uu1
1411 ==========
1413 * Updates of glossary  (Christian Mondrup)
1415 * Bugfix with bar number placement
1417 * Moved links to bibliography/ and misc/ to main index.
1419 1.3.29
1420 ======
1422 * Moved Slur-specific code from Bezier_bow to Slur and Slur_bezier_bow.
1423   Slurs are now calculated just once.
1425 * Bezier_bow gets constants from paper.  Still no sensible solution for
1426   magic asymmetry gradient step constants.
1428 * Reinstantiated tangent-controls, more flexible than ever.  You can choose
1429   between area asymmetry and tangent-controls.  My guess is, tangent controls
1430   will be junked in 1.3.30.
1432 * Slur area: only look at x-gradient.
1434 * Added credits for some symbols of as5/9 fonts.
1436 * Bugfix: don't make almost flat slurs, change in de-uglyfy slur.  
1438 * Bugfix: midi2ly put out recent version (ugh).
1440 1.3.28.hwn2
1441 ===========
1443 * Bugfix: don't forget to process staffSpace and numberOfStaffLines
1444 properties.
1446 * Removed Gade score. To appear (shortly?) on Mutopia. 
1448 * Make Bar_script_engraver look for typeVisibilityFunction (eg
1449 property barNumberVisibilityFunction). Changed the names of the Scheme
1450 functions to be understandable. See input/test/bar-script-visibility.ly
1452 * rewrite of class Molecule. It has now reached the ultimate quality
1453 plateau. All molecule data is now shared.
1455 1.3.28
1456 ======
1458 * Update of the glossary by Christian Mondrup 
1460 * Moved horn-concerto-3 out of tarball to private website, removed
1461 W.A.Mozart subdirectory.
1463 1.3.27.hwn1
1464 ===========
1466 * Bugfix: don't make giant ties if the horizontal part of tie is near
1467 the center.
1469 * Small optimizations to be a little more careful with mem usage. 
1471 * Website change: put all examples in one directory.
1473 * Removed Atom as a separate type.  Now use SCM, and since we use
1474 function composition, Atoms are immutable, so they don't have to be
1475 copied. This makes life easier, hopefully this is quicker and uses
1476 less memory.
1478 1.3.27.jcn1
1479 ===========
1481 * Bezier_bow: minimise_enclosed_area
1483 1.3.27
1484 ======
1486 1.3.26.hwn4
1487 ===========
1489 * Tuplet-spanner slope calculation now looks better on tupletted rests
1490 (patch courtesy Laurent Martelli)
1492 * Bugfix (Staff_performer::new_instrument_str ()) check type of
1493 \property "instrument"
1495 * New mechanism for breaking lines: do not copy & prune the element
1496 property list separately, but combine these steps. Dramatically
1497 reduces memory usage for large scores.
1499 1.3.27
1500 ======
1501 1.3.26.jcn2
1502 ===========
1504 * Bugfix: font used in volta-spanner calculation.
1506 * Added simple selection list to webpage, inspired by sawmill.
1508 * Devised kludge for ascii 5 character font pitches.
1510 * Substitutions: interline, 1997,1998, @stack.nl and small typo fixes.
1512 1.3.26.hwn1
1513 ===========
1515 * Plug memory leaks related to Moment:
1516   - Spacing_engraver::do_pre_move_processing ()
1517   - make_rational ()/make-rational
1518   - Paper_column::Paper_column ()
1520 * Plug memory leak in Paper_outputter::output_{String,Real,int}_def()
1522 * Plug memory leak in Score_engraver::set_columns ()
1524 * Plug memory leak in Scheme_hash_table::set()
1526 * Plug memory leak in Score_element::molecule_extent ()
1528 * Bugfix: don't crash if a slur doesn't span anything.
1530 * Bugfix: don't crash if doing beams without a staff symbol.
1532 * Generic element property setting:
1534         \outputproperty #predicate #'symbol = #value
1536 Will set the element property symbol to value, for any elements that
1537 return true for PREDICATE.  This allows you to virtually tweak *ANY*
1538 property of the output. Example in input/test/generic-output-property.ly
1540 1.3.26
1541 ======
1543 * lilypond as as2ly: --help and --version to stdout.  Regular identify 
1544   to stderr.  This fixes help2man's manpage generation.
1546 * configure: substitute full path for perl and guile in scripts.
1548 * Added ascii slur and volta.  There seems to be a Lily bug in volta placement.
1550 * Bugfix: default font now user settable
1552 * as2text: handle plain ascii font, read from stdin, you can now do:
1554   echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
1556 1.3.25.hwn1
1557 ===========
1559 * Bugfix: second half of broken ties now are displayed again.
1561 * Bugfix: add clef to the support of 8 text in the G_8 clefs. Center
1562 it horizontally on the clef.
1564 * Added Tie_column spanner. Ties in tied chords now get proper directionsa.
1566 * Bugfix: unbroken repeat barlines now work, eg. |:
1568 * Added Request_iterator to make more flexible constructions possible.
1570 1.3.25
1571 ======
1572 * as2text: catch missing font/character errors, added default font, set text.
1574 * New ascii fonts and glyphs: as5 as-numeral4 as-braces9
1576 * Ascii output, minimal support:
1577   - AsciiScript Fonts: mf/*.af
1578   - Init files: ly/*-as.*ly 
1579   - AsciiScript translation to text: scripts/as2text.scm
1580   - input/test/as.fly input/test/as1.fly
1581   - Output support: lily/lily.scm
1582   - Try:
1583       lilypond -f as -i init-as.fly input/test/as.fly
1584       as2text as.as
1586 1.3.24.hwn1
1587 ===========
1589 * The horizontal part of ties will avoid collision with staff lines.
1591 * Plugged memory leak: don't protect Atom function.
1593 * Lookup cleanups. Made lots of functions static. Moved some code out
1594 of Lookup.
1598 1.3.24.hwn1
1599 ===========
1601 * Bugfix: ly2dvi.py exits succesfully when encountering --help and
1602 does not delete any of the file_ly*.tex.
1604 * Added header and footer support in ly2dvi.py
1606 1.3.24
1607 ======
1609 * Added a ROADMAP file explaining the source directory layout.
1611 * Minor tweak in the feta 6 and 9 numeral
1613 * Moved files from lib/ to flower/
1615 * Removed Note_head_side class.
1617 * Updated the webpage to be a little more chatty. 
1619 * Small Local_key_engraver optimization: only lookup timing engraver once.
1621 * Fixed dashed slurs
1623 * Rewrite of Slur code.  Be much more picky about slur shapes. We try
1624 to offset the slur instead of bending it too much
1626 * Look at stem directions for tie direction.
1628 * Compound multimeasure rests. Put measures_i_ variable in an element
1629 property.  Made the symbol a lot wider.
1631 * Time signature small cleanups.
1633 1.3.22.hwn2
1634 ===========
1636 * Symbols opposite to stem (eg marcato) now get the proper glyph in up
1637 version.
1639 * Breathing marks now have a direction by default.
1641 * Do set generic script properties.
1643 * Also put tuplet brackets under notes.
1645 * Score_element_info: only store origin of element, but not the path
1646 to parent translators. Saves a little memory, and removes some complexity.
1649 1.3.22.hwn1
1650 ===========
1652 * Autobeaming in time sigs that don't have 1/4 beats fixed.
1654 * (De)crescendi should now work. (Thanks Michael)
1656 * Better error reporting for conflicting time signatures.
1658 * Line_number_engraver: output locations of note head
1659 definitions. Very handy when entering complicated scores.
1661 * Rewrote multi measure rest support: now they are entered as spanners
1662 (\commandspanrequest \start "rest"). RXXXX is an abbreviation for
1664   { \commandspanrequest \start "rest"
1665     SXXXX
1666     \commandspanrequest \stop "rest"
1667   }
1669 * Removed support of percent style repetitions. 
1671 * Put texts outside the staff.
1673 1.3.21.mb1
1674 ==========
1675 * Getopt bugfix: don't assert on certain errors.
1677 * ly2dvi: Remove unnecessary space for the page headers.
1679 * Bugfix convert-mudela
1681 1.3.21.hwn1
1682 ===========
1684 * Bugfix in lilypond-mode.el: eval-buffering now uses file name and
1685 not buffer name.
1687 * Scrapped tupletVisibility property. Now use tupletNumberVisibility,
1688 tupletBracketVisibility, with Scheme value #t, #f or 'if-no-beam.
1689 \property tupletInvisible will stop all tuplet spanner creation.
1691 * Don't go berserk if tuplet spanner is on only one column.
1693 * Use SCMs & Smobs for Molecules & atoms.  This uses less
1694 scm_(un)protect_object () calls, so the output stage should be faster.
1696 * Added \property tupletSpannerDuration, to make multiple tuplet signs
1697 with one \times.
1699 * Some programming Errors in spacing are now caught. Lily does not
1700 hang when encountering degenerate springs.
1702 * Allow beams to start and end over rests
1704 1.3.19.hwn2
1705 ===========
1706 * Fix disappearing clefs when clefs are not printed with a barline.
1708 1.3.20.jcn2
1709 ==========
1711 * SCM properties beamHeight and beamVerticalposition now use half-spaces:
1712   input/test/beam-control.fly
1713 * Added \context Voice to .fly and .sly; the default \context Staff is almost
1714   never what you expect
1715 * Fixed decision for .sly/.fly in lilypond-mode.
1717 1.3.19.hwn1
1718 ==========
1720 * Clean up font-metric hierarchy, use Adobe AFM code to parse AFM files.
1721 Cleanup mf-to-table.py
1723 * Fixed embarassing slur bug.
1725 1.3.19.jcn1
1726 ==========
1728 * lilypond-mode.el: guess init file for lily-*-region, lily-mode-map bindings
1730 1.3.18.uu2
1731 ==========
1733 * lilypond-mode.el for emacs supersedes mudela-mode.el 
1735 * Tuplet spanners don't collide with encompassing notes. 
1737 * Gobbled Adobe parseAFM* code, for future use.
1739 * Big 1999 to 2000 search/replace.
1741 * Big interline to staff_space search/replace for mf files.
1743 * Removed Bow class, and split code into Tie and Slur
1745 * Don't put scripts on grace notes.
1747 * Font_metric uses SCM for name field.
1749 * Various compilation fixes.
1751 1.3.17.jcn2
1752 ===========
1754 * Bugfix: beams with less than one (visible) stem
1756 * small fixes to pa.ly
1758 1.3.17.jcn1
1759 ===========
1761 * Fixed bug that made multi-measure rest barnumber counts go wild.
1762 (even more scm2int/int2scm mixups!)
1764 * mutopia/J.S.Bach/pa.ly: organ score (for my father)
1766 * small fix to mutopia/J.S.Bach/Duette/violino-ii.ly
1768 1.3.17.hwn2
1769 ===========
1771 * Remove Paper_def calls in bezier-bow.cc
1773 * Remove data members of Tuplet_spanner,  Volta_spanner
1775 * hang_on_clef, property hangOnClef removed
1777 * Bar::type_str_ mode into element property `glyph'. Use a Scheme
1778 function to determine breaking behavior.
1780 * More Scheme typechecking.
1782 * Be strict about the difference between strings and symbols for conversion.
1784 * Fixed bug that made 1st line offset to right fixed. Bugfix courtesy
1785 Laurent Martelli.
1787 * Partial French translation, courtesy Laurent Martelli.
1789 * Small corrections in NL translation. 
1791 1.3.17.hwn1
1792 ===========
1794 * Added mensural note heads (noteHeadStyle = "mensural") Additionally,
1795 we have a longa note head.  noteHeadStyle = "harmonic" is not
1796 supported anymore. (for now, that is)  
1798 * Reference manual update. Document \properties with examples
1800 * fix mudela-book --help
1802 * Use element properties for Text_item::text_str_, Clef_item::symbol_,
1803 Key_item::c0_position_
1805 * Clef_engraver general cleanup. Use alists (\property
1806 supportedClefTypes, clefPitches) for clef types.
1808 * Use progress_indication () for progress. Don't include <iostream.h> directly 
1809 Don't include <string.h>, <math.h> from headers.
1812 1.3.16.hwn1
1813 ===========
1815 * \property stemCentered (boolean): centers stem on note head. See
1816 input/test/stem-centered.ly
1818 * input/trip.ly, small test of lots of features.
1820 * \property Staff.collisionMergeDotted: merge equal noteheads
1821 with different dot count. See input/test/collision-merge-dotted.fly
1823 * Dotted rest bugfix 
1825 * Don't crash if a slur does not span any notes.
1827 * Volta repeats fixed.
1829 * cleanup of Note_heads_engraver
1831 * removed dots_i_ member of Dots
1833 1.3.16.jcn1
1834 ===========
1835 * Fixed cross staff slurs.  It seems that cross-staff sign
1836   was swapped.
1838 1.3.15.hwn1
1839 ===========
1841 * Fixed bug in stem code.  Stem in chords works again.  Small
1842 stem cleanups.
1844 * Use element properties for Staff_symbol.
1846 * \property sparseTies (boolean).  Only make one tie in the
1847 middle for tied chords.
1849 * Junked Directional_spanner, Column_info.
1850 Directional_element now is element interface `Directional_element_interface'
1852 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
1854 pl 15.jcn4
1855         - removed old notename2scm conversion
1856         - beam-dir-algorithm through scm
1857         - bfs paper-scm
1858 gv      - bf: knee-stemlengths
1860 pl 15.jcn3
1861         - moved poor man's stem arrays to scm
1862         
1863 pl 15.jcn2
1864         - beam quanting using scm lists
1866 pl 14.hwn1jcn1
1867         - chord-name uses scm members
1868         - bfs: knee with different mults, interstaff knee, auto-knee
1870 **********
1871 pl 14.hwn1
1872         - specialize duration.cc for lily, move out of lib/
1873         - stem cleanup
1874         - more SCM typechecking
1875         - stafflineleading -> staff_space
1876         - bf: rod distances.
1877         - junk some unused code.
1878         
1879 pl 13.hwn2
1880         - paper/score column cleanups. Junk Score_column type
1882 pl 13.hwn1
1883         - Bezier_bow/Bezier cleanups
1884         - bf: rest under beam.
1885         
1886 pl 13.jcn2
1887         - untangled Chord_name (item) and Chord (list-of-pitches)
1888         
1889 pl 13.jcn1
1890         - bezier-bow fix
1892 **********
1893 pl 12.hwn1
1894         - polynomial.hh
1895         - bf: generic properties
1896         - quantise_iv () fix.
1897         - bezier cleanup
1898         - class Polynomial 
1899         - use smobs for font metric tables/hashes.
1900         - nl.po bf
1902 **********
1903 pl 11.jcn3
1904         - small beam fixes (interstaff knees still broken)
1906 pl 11.hwn1
1907         - bf: dots
1908         - bf: harmonic note heads
1909         - revise stem, notehead, rest
1911 pl 11.jcn2
1912         - included missing scm,ly updates
1913         - bf: urg to_dir () takes scm..
1914         - bf's: if (Foo b = bar != 1)
1915         - beam cleanup
1917 *********
1918 pl 10.uu1
1919         - various small bfs
1920         - bf: alignment reversed
1921         - Staff_symbol_referencer -> Staff_symbol_referencer_interface
1922         - bf: staccato pos
1923         - Knee fixes (thanks, Jan)
1925 pl 10.jcn2
1926         - fixes for invisible beamed stems
1927         - removed steminfo from properties, don't cache Stem_info
1929 pl 10.jcn1
1930         - steminfo to properties
1931         - dropped internote dim for stem-beams
1933 *********
1934 pl 9.hwn1
1935         - abstracting Staff_symbol_referencer to an interface.
1936         - quantised_position for staccato dots.
1937         - standchen fixes
1938         - junk Score_element::do_{width,height}: set callbacks directly.
1939         - merge Score_element, Graphical_element
1940         - merge Axis_group_element, Graphical_axis_group
1941         - junk pointer fields from Score_element derived classes
1942         - junk obsolete do_substitute_dependency code.
1944 **********
1946 pl 8.hwn2
1947         - staff-support for Crescendi.
1948         - padding for accidentals.
1949         - cascading offset callbacks
1951 pl 8.hwn1
1952         - note-head-side 
1953         - naming Staff_sidify -> Side_position_interface
1955 ***********
1957 pl 7.mb1
1958         - bf: timeSignatureStyle works again
1960 pl 7.hwn1
1961         - Dirk Latterman key/mmrest patches
1962         - Offset callbacks in Dimension_cache
1963         - Junked Staff_side_*
1964         - Staff_sidify: interface class.
1965         - prelude-{1,2} fixes.
1967 ***********
1968 pl 6.uu2
1969         - bf: PS font selecting.
1971 pl 6.uu1
1972         - bf: ls-latex
1973         - mudela-book --no-pictures
1974         - bf: ly2dvi
1975         - convert-mudela: beamAuto moment syntax. 
1977 pl 6.jcn3
1978         - fixed scm output
1980 pl 6.jcn2
1981         - half-baken ly-gulp-file in scm
1982         - resurrected scm output through guile
1984 pl 5.mb1
1985         - bf: version of init.sly, init.fly
1986         - Clarify necessary version of texinfo
1987         - bf: texi files, minor errors and syntax compatible with 
1988           older makeinfo
1990 pl 6.jcn1
1991         - bf: scm output
1993 *******
1995 pl 5.hwn2
1996         - Bach preludes: mutopification
1997         - dots are Directional_element too; use \property dotDirection
1998         - moved some stuff out of Lookup
1999         - bf: dots
2000         - font selection mechanics changed.
2002 pl 5.uu1
2003         - bf: smob allocation (thanks David!)
2005 pl 5.hwn1
2006         - junked \shape. Now use #'margin-shape 
2007         - timing: one_beat -> \property beatLength
2008         - bf convert-mudela
2010 ************
2012 pl 4.uu1
2013         - input/test/ \property fixes.
2014         - gcc 2.95 fix
2016 pl 4.hwn1
2017         - Break_align_engraver,
2018         break align order from  \property breakAlignOrder
2019         - junked Score_priority_engraver
2020         - moved Time_description into Timing_translator
2021         - use properties for timing, see input/test/timing.fly
2022         * removed \cadenza ; now use \property Score.timing
2023         * \property measurePosition
2024         * \property measureLength
2025         * \property currentBarNumber
2026         - Note_name_engraver , \context NoteNames
2029 pl 4.jcn1
2030         - junked some chord guessing code
2031         - bf: lookup size (-1) for chord-name accidentals
2032         - bf: ly2dvi's MFINPUTS setting
2034 *************
2035 pl 2.jcn3
2036         - chords:
2037           * Chord is item
2038           * junked TeX hacking
2039           * configurable with styled strings from scm
2040           * fixes: dim, /no X, tonic != C
2042 pl 2.jcn2
2043         - chords from  scm 
2046 pl 3.hwn2
2047         - visibility-lambdas into default elt properties SCM.
2048         - clef types in SCM
2049         - verticalDirection properties now in SCM.
2051 pl 3.hwn1
2052         - move position_i_ into Staff_symbol_referencer
2053         - move dir_ into Directional_element baseclass
2055 ****************
2057 pl 2.hwn1
2058         - bf: dynamic style.
2059         - prepare to move dir_ into SCM. 
2061 pl 2.jcn2
2062         - chord fixes: 
2063            * inversion request: no inversion guessing for chord entry
2064            * bass request: c/+b to add bass note not part of chord
2065            * -dim modifier works on all thirds
2066            * colon iso dash as tonic/modifier-additions separator
2067            * C:m5- displays as "Cdim"
2068            * C:m5-7- displays as "Co"
2070 pl 2.jcn1
2071         - moved bracket vars to params
2072         - reverted broken lilypond-devel
2074 *************
2075 pl 1.uu1
2076         - David's patches:
2077         * mfplain.mp detection
2078         * Graphical_element::common_refpoint() robuster.
2079         * fixes for mudela-mode.el
2080         - Dirk's patches:
2081         * key signature placement,
2082         * tied accidentals.
2084 pl 1.hwn2
2085         - extra-offset elt property.
2086         - junked Chord_tremolo
2088 pl 1.hwn1
2089         - changed calling convention for {get,set,remove}_elt_property()
2090         - rm'd some mutopia examples.
2092 *******
2093 pl 0.hwn2,1
2094       - Generic properties and Property_engraver. Moved most of the
2095 properties.
2097 0.lu1
2098         - resurrected midi2ly
2100 0.jcn1
2101         - bf: lyrics lexer
2102         - reverted mup2ly revert
2104 pl 3.uu1:
2105         - frontport of 1.2.17 patches.
2107 **********
2109 1.3.0:
2111 pl 15.hwn2
2112         - loads of bfs.
2114 pl x.jcn3
2115         - another workaround: reset buffer state for scm_ftell ()
2116         - workaround for broken scm_ftell ()
2118 pl 15.hwn1
2119         - \properties are now SCM s, junk Scalar type
2120         - use SCM for strings in parser.
2121         - Moment derived from Rational. Moment may be smobified.
2123 pl 15.jcn4
2124         - direct #... to scm parser  (Thanks to Gary Houston)