lilypond-1.3.82
[lilypond.git] / CHANGES
blobcb52b11d60c35ee7f6215091abbeef9c39166cc2
1 1.3.82
2 ======
4 * engraver.ly: cleanups.
6 * etf2ly: robustness fixes, handle mac files as well.
8 * Smobified Translator and Translator_group, junked
9 Translator_group_identifier.
12 * \pushproperty and \popproperty withing \translator, similar to
13 predefining \property, ie.
15         \translator { [...] \pushproperty [..] }
16         \translator { [...] \popproperty [..] }
18 (these \pushes and \pops are delayed until instantiation, so if you do
21         \score {
22                 \pushproperty #'basicFooProperties #'bla #VALUE1
23                 \context Voice { \pushproperty #'basicFooProperties #'bar #VALUE2
24                         [..]
25                 }
26         }
28 then the setting for basicFooProperties contains both (bla . VALUE1)
29 and (bar . VALUE2).
31 * allow \pushproperty #'symbol [..] as well as \pushproperty #'(symbol1 symbol2 ... )
33 1.3.81.jcn1
34 ===========
36 * Activated regex for windows.
38 * New guile-1.4 patch for cross windows build.
40 * Added configure messages for metapost checking.
42 1.3.81
43 ======
44 1.3.80.gp1
45 ==========
47 * Added property LyricVoice.associatedVoice to enable switching associated
48   voice mid-stream. Association still defaults to context name.
50 1.3.80.hwn1
51 ===========
53 * \pushproperty, \popproperty: property settings with less memory
54 cost. See input/test/pushproperty.ly and Documentation/hacking. Note:
55 syntax is most likely only temporary.
57 1.3.80.jcn1
58 ===========
60 * (Line-)broken slurs now have vertical trend.
62 * Better length for broken ties: no invisibly short ties.  Now ties may
63   collide with time signatures, though.
65 * Don't typeset unfinished spanners, but kill them.
67 * Added two FAQs (Mats)
69 * Made workaround guile-1.4.1 backward incompatible (scm_)eval change.
70   Note that we must use (scm_)eval2 to remain backwards compatible with
71   guile < 1.4.1 snapshot.
73 * Reincluded 79.jcn2 fix
75 1.3.80
76 ======
78 1.3.79.jcn5
79 ===========
81 * Created Thread_devnull_engraver and Voice_devnull_engraver iso
82   single A2_devnull_engraver in Thread context.  It seems however
83   that the hack in A2_devnull_engraver works better.
85 * Coriolan fixes.
87 * Slur attachment fix for chords where case slurdir != stemdir.
89 * Made various fixes for (line-)broken slurs.
91 * Fixed slur_height (), which fixes most ugly slurs (Yeah!).
93 * Fixed some silly url reversals in FAQ.
95 * Finished Coriolan music entry (again); entered second viola part.
97 * Updated Coriolan to use part combiner on Voice level for wind parts
98   and on Staff level for violi and bassi.
100 * Part-combiner now uses duration inquiry, which fixes rhythm-related
101   bugs in determining solo/a2.  Also, rests are taken into account.
103 * Another crude fix for almost unexplainable (with a gdb that dumps
104   core on ly_display_scm) all-zero control points slurs.
106 * Fixed slurs that crossed through stems and note heads.  Note
107   that beautifying of ugly slurs is still broken.
109 * Made crude fixes slurs don't crash, bezier still crashes on
110   infinitely steep slurs (eg flauti-part *with* slur_engraver).
112 1.3.79.gp1
113 ==========
115 * Replaced empty melisma score element with a property
117 * Renamed Voice_alist_entry -> Syllable_group in lyric-phrasing-engraver
119 1.3.79.uu1
120 ==========
122 * fixed y-position of whole rest
124 * fixed sustainPedalPadding
126 * etf2ly: articulation, lyrics.
128 1.3.79
129 ======
131 * etf2ly.py: Finale to LilyPond conversion.
133 1.3.78.jcn4
134 ===========
136 * Made simple fix to get part-combiner to recognise different rhythms
138 * Unhardcoded part combiner and a2-engraver; introduced properties
139   splitInterval, soloADue, soloText, soloIIText, aDueText.
141 * Fixed part combiner's too-late problem (Dankje!)
143 * Fixed a2-devnull-engraver, a2-engraver.
145 * Renamed part combiner music names to "one", "two".
147 * Cleaned up decision making in part combiner, renamed to "solo"/"unison"
149 1.3.77.mb1
150 ==========
152 * Minor documentation updates
154 * Mark_engraver: has been broken since .73, fixed!
156 1.3.78
157 ======
159 * Added a devnull engraver, that junks (notehead) requests of the second
160   stem when combined parts are in unison (a2).
162 * Part-combine iterator identifies Soli and A2 parts in threads by 
163   looking at rhythm and pitches.  It switches Voice context automagically,
164   and communicates current state using a2/solo/solo2 properties.
166 * Simple A2_engraver (`a due) prints `a2/Solo/Solo II.  Soli seem to
167   arrive one request late.
169 * First try at combining parts: part-combine*
171 * fixed problem with HaraKiri
173 * fixed problem with dynamicDirection
175 * fixed problem with nonEmptyText 
177 * `Fixed' chord notation, as per request of David Arnold, ie, 
178    Added a chord-name-mode, that only displays chord names
179    when there's a change in the chord-name-scheme, Also, a chord
180    name should always be displayed after a line break.  See
182        input/test/drarn-chords.ly
184 * Reverted duration-iter change in midi2ly, moved printing of options.
186 * warning bugfix in lexer.ll (Mats Bengtsson)
188 1.3.77
189 ======
191 * Midi2ly bugfix: handle durations longer than longa.  These can occur
192   because of lengthened notes when using --no-rests.
194 * Midi2ly: output `new' \key syntax, and updated version number.
196 * Midi2ly bugfix: don't correct quantised durations, don't use tuplets, 
197   double dots etc. when user doesn't want them.  It probably used to
198   work like this, a long time ago.  For some unknown reason, all
199   corrections made by Duration_convert were junked if the corrected
200   duration != exact duration.  Duh.
202 * Midi2ly: added a new option: --no-rests.
204 * Update of mudela-book (Tom Cato Amundsen)
205  - --read-lys option, now you can do:
206         mudela-book file.texi
207         convert-mudela
208         mudela-book --read-lys
209  - --outdir=DIR will put ALL output into DIR
210  - @mudela[filename="myfilename"]{c d e f g}
211  - --force-mudela-fontsize
212  - ignore mudela inside @ignore @end ignore
214 1.3.76.gp1
215 ==========
217 * Lyric_phrasing_engraver now catches lyric extenders and correctly
218   terminates them under the last note of a melisma.
220 * Lyric word spacing code changed to fix hyphen alignment.
222 * Other minor tidying up of Lyric_phrasing_engraver and related code.
224 1.3.76
225 ======
227 * Lyric_phrasing_engraver now adjusts for melisma.  (Glen Prideaux).
229 * Mudela-book fix for Windows95 (Mark Hindley)
231 * Debian update (Anthony Fok)
233 * Added beam melisma for when automaticMelismata and noAutoBeaming are both
234   #t (primarily for hymns).  Courtesy Glen Prideaux.
236 * Bugfix: .pfa dependency on $(outdir)/mfplain.mem
238 1.3.75.mb1
239 ==========
241 * stepmake/stepmake/metapost-rules.make: Put all generated files
242   in mf/out/.
244 * Added paper variable interscoreline to determine the score line
245   spacing, see input/test/vertical-extent.ly.
246   Cleaned up the lilyponddefs.tex inclusion scheme.
248 1.3.75
249 ======
251 1.3.74.gp1
252 ==========
254 * Improved default handling of Lyric_phrasing_engraver and made it on by 
255 default.
257 * Beginnings of a stanza number engraver (\property LyricVoice.stanza = 
258 #"1:" etc.)
260 * fixed bug in script.cc so fermata (and other scripts) get flipped 
261 correctly when they are above the staff.
263 1.3.74.jcn2
264 ===========
266 * Reincluded simple code for including tfm.[1-5] into search path.
267   Configure with --disable-kpathsea to enable this kludge.
269 1.3.74.jcn1
270 ===========
272 * Updated input/test/banter-chords.ly German H/B example.
274 * Updated nl.po.
276 * Have configure check for kpathsea library and functions.  Made kpathsea
277   support optional for now.
279 * Bugfix: halved width of tremolo-beams.
281 * Included compilation fix for guile-1.3.4 (Anthony).
283 * Added: chord inversion and base to regtest.
285 * Fixed: Chord names that were broken by pl73.
287 * Fixed: Chord inversions that were broken by pl72.
289 * Resurrected ascii-script output, for debugging purposes.
291 * Included compilation fix for scm-hash.cc (Han-Wen).
294 1.3.74
295 ======
297 * Small bugfix: also do a deep copy on  submusices
299 * Fixed:  \autochange doesn't crash anymore.
301 * Cleanup, documentation and enforcement of smob interfaces in
302 LilyPond.  We distinguish between SIMPLE_SMOBS and SMOBS (objects that
303 have self_scm_)
305 * Glen Prideaux lyric phrasing engraver. See
306 input/test/lyric-phrasing.ly
311 1.3.73
312 ======
313 * Removed \interscoreline after the last line, prevents some
314 empty pages. (patch by Mats Bengtsson)
316 * Smobified Music, junked associated identifiers. Use Scheme list to
317 store Music_sequence.  Removed const declarations from
318 Music_iterators.  Added a mutable and immutable property list to
319 Music.  Use music property for all Scheme values in Music.  Created
320 and fixed a load of Garbage Collection bugs.
322 * Changed number font to allow automatic .mf creation.
324 * Output place of definition as \special{src:LOCATION}. See FAQ for
325 explanation how to use.
327 * Schemified Local_key_item and fixed minor bug with accidentals.
329 * new Japanese .po file.
331 * Bugfix for broken tie direction
333 * Bugfix for bar at beginning of line break
335 1.3.72
336 ======
338 * Robustness fix for minimise_least_squares ()
340 * cleanups of Slur_bezier_bow, removed Bezier_bow.
342 * cleanup of Tie. Changed Tie into interface. Made ties flatter by default.
344 * changed SCM_UNDEFINED to SCM_UNSPECIFIED for return values that go
345 back into Scheme.
347 * changed SCM_UNSPECIFIED to SCM_EOL for undefined element
348 properties. This makes initializing list properties redundant.
350 * removed idiotic code for including tfm.[1-5] into search path.
352 * fixed problem with tuplet placement for cross staff tuplets.
354 1.3.71
355 ======
356 * Small cleanups to bring down  compile time and binary ensmallment.
358 * Made Lookup into a smob, and use guile alist iso. an STL map.
360 * Changed repeated music semantics for relative octave: each
361 alternative takes its inital octave from the body.
363 * Fixed: parser accepts booleans for property values as well.
365 * Added Scarlatti sonata test file to input/
367 * kpathsea support, courtesy Carsten Block <carsten.block@gmx.de> 
369 1.3.70
370 ======
371 * Fixed: long standing problem in optical-illusion code.
373 * Fixed: stop beam if stem *has* a beam in auto-beam-engraver. 
375 * Made interface of Multi_measure_rest, System_start_delimiter,
376 Spacing_spanner, Separating_group_spanner, Beam, Slur and
377 Rhythmic_head.
379 * Use properties for minimum distances and spring parameters.  Move
380 spacing related functions from Paper_column into Spaceable_element.
382 * Removed most Paper_column typecasts.
384 1.3.69
385 ======
387 * Cleanup auto-beam-engraver: use properties for retrieving timing
388 information.
390 * Fixed: Multi measure rests don't cause crashes.
392 * Fixed: don't invoke Hara_kiri::consider_suicide too early.
394 * Fixed: property engraver.  
396 * Fixed: don't crash on multiple ties.
398 * Cleanups of Beam, should also be a little faster.  
400 * Reunite properties and pointers. In implementation we make a
401 distinction between mutable and immutable properties
403 * Add {has|set}_interface () static methods to interface classes.
405 * Made Side_position_interface and Staff_symbol_interface an all
406 statics class, and stripped _interface suffix.
408 * Make Align_interface and Axis_group_interface an all-statics class 
410 * Rhythmic_head, Staff_symbol, Grace_align_item, Break_align_item,
411 Bar, Span_bar are now interfaces, Staff_bar was removed. Use a
412 callback for determining barsize.
414 * Removed all GLUE_SCORE_ELEMENT callbacks. 
416 * Added test for repeats to trip.ly
418 1.3.68
419 ======
421 * ly2dvi: changed back to original semantics of latexheaders.
423 * Stem_tremolo, Crescendo, Hara_kiri_group_spanner, Tuplet_spanner,
424 Volta_spanner changed into interface.
426 * Related cleanups for Tie, Tie_column cleanups.
428 * Made Time_signature, Single_malt_grouping_item, Script_column,
429 Chord_name, Dot_column, Breathing_sign, Key_item type into interface.
431 * Removed const declaration from callback arguments.
433 * Pagebreak support. See input/test/between-systems.ly
435 * Fixed a problem with accidentals in combination with
436 non-nil key signatures.
438 1.3.67
439 ======
441 * Use callbacks for augmentation dot positioning.
443 * Removed types Note_head and Rest
445 * Cleanup of slur.cc: use common reference points in a sane manner.
447 1.3.66
448 ======
450 * Corrected text sizes in paper*.ly (Mats Bengtsson)
452 1.3.65.uu1
453 ==========
455 * Dots, Collision, Rest_collision removed as separate Score_element type.
457 * Stem and Note_column accept only one rest.
459 * Use offset callback in Stem to resolve rest/beam collisions.
461 * Put the value of new  local key signature (accidentals) back into a property.
463 * Set molecule-callback for notename item.
465 1.3.65.jcn2
466 ===========
468 * Added some comments to new slur code.
470 * Removed some ugly interstaff slur code, interstaff slurs at line-break
471   are still broken.
473 * Slur bugfix: 16th beams are also beams.
476 1.3.65
477 ======
479 * Bugfix: translate volta spanner at start of line.
481 * Changed directional_element() calls to instantiations
482 of Directional_element_interface.
484 * Removed Dynamic_line_spanner, and cleaned up Dynamic_engraver.
486 * Removed Staff_info type. Information about columns is now transferred
487 via currentMusicalColumn and currentCommandColumn.
490 1.3.64.jcn2
491 ============
493 * Made slur attachment position user settable; properties:
494 slurBeginAttachment slurEndAttachment, values: 'head 'stem
495 'along-side-stem.  See input/test/slur-attachment.ly and ophee-slurs.ly.
497 * Fixed slur attachment positions, added missing rule and use simple
498 default starting positions for attachments.
500 * Started rewrite of slur ending code, interstaff slurs are broken for
501 now.
503 * Fixed download URL of the webpage.
505 * Moved direction.cc to flower/.
507 1.3.64
508 ======
510 * Lyrics centered on notehead.
512 * Various bugfixes hyphen-spanner.
514 * Bugfix: set appropriate callbacks for Note_head. This fixes 
515 problems with dots.
517 * Removed Clef_item as score-element derived type.
519 * Updated config.sub and config.guess
521 * Bugfix: allow linebreaks on beamed grace notes.
523 1.3.61.jcn2
524 ===========
526 * Included dutch po-update based on submitted 1.3.57 nl.po
528 * Added "Development" link to website, now that "Home" is a relative link.
530 * Bugfix: use deep copies for resetting keys.
532 * Assorted typing erors in procedure names in ly/engraver.ly
534 1.3.62
535 ======
537 * Made callbacks from Score_element::before_line_breaking() and
538 Score_element::after_line_breaking()
540 * Fixed website; backlinks should work again.
542 * Removed --ignore-version option. Added --verbose option.
544 1.3.61
545 ======
547 * Webpage hacking
549 1.3.60.hwn1
550 ===========
552 * Junk int_identifier, real_identifier. Merged Midi_def_identifier and
553 Paper_def_identifier.
555 * Fixed bug with spanning barlines in combination with Hara-Kiri staffs.
557 * Cleaned up Text_item, Hyphen_spanner, Lyric_extender and
558 Sustain_pedal and reduced them to an Score_element interface (they are
559 no longer Score_element derived types).
561 * Some instances of brew_molecule routines have moved out of
562 Score_element, and are now called scheme_molecule.
564 * Moved lots of parameters from ly/params.ly to ly/engraver.ly
566 1.3.59.hwn1
567 ===========
569 * Removed String_identifier, and use the type system of GUILE instead.
571 * Fixed \key PITCH MODALITY syntax. The modality argument is now
572 mandatory, a rule in convert-mudela has been added.
574 * Cleaned up  buildscripts/ directory: removed obsolete scripts.
576 * Use Scheme_hash_table for identifier Scopes.  Scheme_hash_table is
577 based on STL and should be faster than hash_table.
580 1.3.59.jcn1
581 ===========
583 * Fixed scm_un/protect_object for guile-1.3.4 and 1.3.5 snapshots,
584   in the process reduced number of protect/unprotect calls.  With
585   guile-1.3.5 snapshot, memory usage has decreased by 1/5th, now
586   just 10% above the 1.2 level.  Also, Lily's a bit faster.
588 * Fixed make diff bug in stepmake to be able to make this diff :-)
590 1.3.58.hwn1
591 ===========
593 * Rewrote key sig support.  Now key signature can also be controlled
594 by setting keySignature and localKeySignature properties, eg.
596         \property keySignature = #'((2 . -1) ( 4 . -1) (6 . -1))
598 sets a key signature of `es ges bes' (an unusual key signature).
600 Keys are internally represented as transpositions of the c-major
601 scale. Printing the key signature for a scale is done by filtering out
602 all non-natural accidentals.
604 * Removed support for \keysignature, and \key something \minor; Newkey
605 is now obsolete.
607 1.3.58.jcn3
608 ===========
610 * Fixed pedal items (hw)
612 * Changed configure option tex-tmfdir to tmf-path now accepting multiple
613   tfm directories.  Automated links to cmr and amstex tfm font directories.
615 * Replaced one scm_assoc () u-turn slipped through jcn1
617 * various GUILE 1.3.5 compile fixes
619 * Added `Ped' as a compound symbol font and removed silly scheme kerning.
621 * Replaced some scheme assoc u-turns with scm_assoc ()
623 * Ran po-update (mostly because of new ja contribution).
625 1.3.57.jcn2
626 ===========
628 * Cleaned-up scheme list to text conversion for Chord_name and 
629 fixed horizontal kerning.
631 * Added examples for american (slashed o) and jazz (black triangle),
632   see input/test/{american-chords.ly,jazz-chords.ly}
634 * Made guile-1.3.5 compile fixes
636 1.3.57.uu1
637 ==========
639 * Fixed typo in Dots::do_brew_molecule (); this fixes the disappearing
640 dots problem.
642 * Rewrote key signature administration; now Scheme is used; Octave and
643 Key have been junked in favor of Newkey.
645 * japanese .po file included (thanks, Japanese team!)
647 1.3.57
648 ======
650 * Fixed several forgotten molecule-callbacks 
652 * Fixed first clef in score; now F clefs are also possible.
654 1.3.56.mb1
655 =========
657 * Updated FAQ with two useful GDB macros.
659 * Several fixes in the documentation.
661 1.3.55.jcn1
662 ===========
664 * Made (dutch) po-update
666 1.3.56
667 ===========
669 * Molecules are now generated via callbacks exclusively; most calls to
670 set_elt_property ("transparent", SCM_BOOL_T) have been replaced by suicide().
672 1.3.55
673 ======
675 * Experimental property collapse for most score-elements.  (notable
676 exceptions: Scripts, pedals). Change all Score_element constructors to
677 take a basic-property list. The suffix of a property list may be
678 shared by several score-elements, for instance all default G-clefs in
679 a score share the following settings
680   
681            (breakable . #t)
682            (break-align-symbol . Clef_item)
683            (visibility-lambda . ,begin-of-line-visible) 
685 This should reduce memory usage further. 
687 * Magically fixed the disappearing Lyrics problem.
689 * Removed used_b_ field from Score_element.  
691 * Massive search-replace patch: store pointers and properties
692 separately, in preparation of property collapse.
695 1.3.54
696 ======
698 * Bugfix: don't crash on tuplet spanners that don't contain any notes.
700 * Cleanup of Dimension_cache: removed a few redundant
701 fields. Slightly lower memory usage (32 bytes per
702 score-element). Dimension_cache is now a `dumb' struct again.
704 * Add array index to priority field of text scripts to ensure that
705 order is unique, and sensible.
707 * Added an element count statistic.
709 1.3.53
710 ======
712 * russian.po (thank you, August.)
714 * Small cleanups in Molecule interface 
716 * Spacing related elements perform suicide after calculating
717 distances.  This saves a some memory, approximately 2 to 5 % ?
719 * Small cleanups in line breaking: Paper_column stores springs and
720 rods in only one place now.  All fields relating to energy have been
721 removed
723 * Don't generate all output Scheme in memory, but evaluate to output
724 file immediately.  This will reduce memory usage a little.
726 * Use STL's map  for Dictionary template
728 * Substitute pointers on element properties of the root Line_of_score
729 as well.
731 * Added toplevel doc target, to support building doc with --srcdir
733 * Removed cygwin build stuff; updated versions at:
735      http://appel.dyndns.org/lilypond/gnu-windows/cross
737 * Fixed lily.scm to handle incipits (thanks, Mats)
740 1.3.52
741 ======
743 * Made bugfix in smob handling: delete the C-part of freed smobs and
744 be honest about amount of allocation and deletion, so that GUILE
745 doesn't overestimate the amount of memory available.
747 * Faq update: nicer blank note paper, courtesy Mats Bengtsson.
749 * Bugfix: don't crash on durations that are not a power of 2.
751 * Build manpages during `make all' 
753 * Bugfix: don't do absolute comparisons in Polynomial::clean ().
755 * Bugfix: set visibility-lambda for key signature created by
756 createKeyOnClefChange. Fixes disappearing key signatures. 
758 * Bugfix: make System_start_delimiter of bar-line type invisible when
759 it spans only one staff.
761 1.3.51
762 ======
764 * Item cleanups.  Copying items and rearranging pointers are done in
765 separate passes, which makes the code cleaner. This fixes a problem
766 with some items not disappearing from hara-kiri staffs.
768 * Use Scheme for Key_item data members. 
770 * Don't use regex in chord-names.scm under windows; hybrid chordnames
771 user+calculated will be partly broken.
773 1.3.50
774 ======
776 * Junked Shift_tuple from collision; Now it uses SCM.
778 * Bugfix of documentation and test-file of tuplet.
780 * Bugfix type string of repeated music is copied. This fixes declared
781 tremolos.
783 * Junked various cruft from lily.scm
785 * Use interfaces symbols instead of C++ class-name for assigning generic
786 element properties.
788 * Junked Dictionary from Piano_pedal_engraver and
789 Piano_pedal_performer.
791 * Introduced boolean element property no-spacing-rods: ignore this
792 item for hard constraints.
794 * Bugfix: added sanitised TeX fragment in faq.texi
796 * Bugfix: merge equal Bar_reqs
798 1.3.48.uu1
799 ==========
801 * Small fixes for \cresc and \endcresc
803 * Release properties of unbroken spanners & items after doing
804 handle_broken_smobs (); should conserve a little memory.
806 * Fixed handling of orphaned score-elements. Any element that does
807 not have its Line_of_score as a ancestor in both directions, is silently
808 removed from the output.  This guarantees that programming errors
809 don't result in coredumps from Dimension_cache::common_refpoint ():
810 element->line_l () is always a common reference point.
812 * Bugfix: set visibility-lambda of clef and octavation-8 explicitly
813 for default case.  Now the octavation 8 is not printed at every
814 barline.
816 1.3.48.mb1
817 ===========
819 * Changed noteHeadStyle properties to symbols, for example
820   \property Voice.noteHeadStyle = #'cross
822 1.3.47.jcn3
823 ===========
825 * Rewrite of chord-name production in scheme.  There are two major styles
826   now, banter and american.  To get american style, use
828       \property ChordNames.chordNameStyle = "american"
830   Most anything should be possible now.  See input/test/american-chords.ly
832 * Added isinf check to configure.in, and isinf macro from guile to
833   bezier.cc; solaris has no isinf ().
835 * Fixed star-spangled-banner with not-so-nice \bar "|." fix.  Almost
836   perfect now.
838 * Added output property to regression test.
840 * Fixed warning of creating existing outdir.
842 * Added `Mark' interface to text-items that are marks (thanks, HW).
844 1.3.48
845 ======
846 1.3.47.mb2
847 ===========
849 * Corrected glossary.tely
851 * Corrected \mark font handling. feta-nummer font only of the 
852   string is all numeric.
854 * Implemented noteHeadStyle lookup in Guile. Reintroduced the style
855   "harmonic" and added "baroque" (normal note shapes except for 
856   brevis and longa which are square).
858 * Simplified ly2dvi using the power of the geometry package.
860 * Improved heuristic size calculation of TeX macros. Handles e.g.
861   "\\u{a}", "\\"{o}" and "\\^{u}" correctly.
863 1.3.47.hwn1
864 ===========
866 * Bugfix: don't hang on zero-duration.
868 * Various glossary updates (thanks, Christian)
870 1.3.47
871 ======
873 1.3.46.jcn2
874 ===========
876 * Drastically reduced vertical space used by headers/footers, when using
877   ly2dvi.  See input/test/fill-a4.ly.
879 * Fixed bug with colons appearing on repeat span-bars.
881 * Added Bar_number_engraver to standard Score context
883 * Construct octavation scripts in the clef-engraver; this fixes the
884 hara-kiri + clef8 problem
886 1.3.46
887 ======
889 1.3.45.jcn2
890 ===========
892 * Fixed chord-name customisation and made small chord-name build fixes.
894 * Accidentals with chord-names smaller and as superscript.
896 * Do some extra footify (works only once) while making html docs.  
898 1.3.45.hwn1
899 ===========
901 * Debian patch (Thanks Anthony)
903 * Rewrote Bar_number_engraver and Mark_engraver and removed
904 Bar_script_engraver as baseclass. Both Bar_number_engraver and
905 Mark_engraver are simpler and more robust.
907 * Fixed precedence of \property verticalDirection and dynamicDirection
909 * Fixed keys without barlines 
911 * Fixed StaffGroups: removing `\consistsend "Axis_group_engraver"'
912 puts alignment in function again
914 * Fixed StaffGroup + GrandStaff combination.
916 * Music is now mandatory as the first thing in a \score{} block
918 1.3.45
919 ======
920 1.3.44.jcn2
921 ===========
923 * Implemented una-chorda and sostenuto piano pedals in performer and engraver.
925 * Added Properties textScriptWordSpace and chordNameWordSpace.
927 * Junked old lyrics in star-spangled-banner.
929 * Added a Piano_pedal_engraver.
931 * Removed some empty files.
933 * Created piano pedal symbols: * - . P e d.
935 * Fixed ps-to-pfa.py to handle multiple unfills.
937 * Moved accordion symbols out of feta-script to end of font.
939 * Bugfix: don't create tfm's, pfa's etc of feta-test fonts.
941 * Fixed blot_diameter for small resolutions.
943 1.3.43
944 ======
946 * Put global element list into Line_of_score, instead of
947 Paper_score. post processing (the stage after line breaking) is now
948 truly done per-system, and we got rid of an ugly hack to get font
949 handling OK.
951 * Bugfix: set the group-interface of System_start_delimiter.
953 * Cleanups of Break_algorithm and derived classes, Move
954 broken_col_range () to Line_of_score, remove Paper_score::col_l_arr_
956 * Bugfix for accordion symbols.
958 * Various patches to prevent crashing when do_brew_molecule gets
959 called before after_line_breaking (). This was a problem in Spanner
960 classes mostly.
962 1.3.43
963 ======
965 1.3.42.jcn3
966 ===========
968 * Made a quick try at piano pedal performer, damper pedal only.
970 * mf/feta-accordion.mf: Fixed strange turning paths.
972 * mf/feta-beugel.mf: Fixed infinity errors.
974 * Use a more discriptive name for windows setup.zip.
976 * mf/GNUmakefile: Have logs as last target, so that normally, they're 
977 not made twice.
979 * stepmake/stepmake/metafont-rules.make: Don't remove the .log files.
980 The logs are a target, removing them retriggers make.
982 * stepmake/stepmake/metapost-rules.make: Remove the correct log and tfm
983 files, ie the ones that clutter the source directory, not the target logs.
985 * Windows distribution: faked symlink for cmtfm.  Setup.zip should now be
986 standalone; ie, no need for Cygnus' usertools anymore.
988 1.3.42.jbr1
989 ===========
990   
991 * Documentation/ntweb: Updated angels.ly to match current syntax.
992 Also updated index.texi.
994 1.3.42.uu1
995 ==========
997 * Change all occurances of Staff_margin_engraver to
998 Instrument_name_engraver, add a convert-mudela rule
1000 * Change status == busy assert into programming error
1002 1.3.42
1003 ======
1005 1.3.41.jcn3
1006 ===========
1008 * Lots of fixes to windows distribution scripts.
1010 * Added configuration features --program-prefix, --program suffix.
1012 * lily/my-lily-parser.cc (get_chord): Bugfix, don't use deleted pitch.
1013 This fixes inversions c/g and bass additions d/+c on chords.
1015 1.3.41.mb1
1016 ==========
1018 * Avoid that xxxXXXVerticalExtent is used for empty HaraKiriStaff
1019   lines.
1021 1.3.41.hwn1
1022 ===========
1024 * Debian patches (thanks Anthony!)
1026 * Use symbols for prefatory matter spacing. Do not use the typename
1027 for looking up item pairs in the table, but read element property
1028 break-align-symbol
1030 * Instrument_name_engraver, uses break alignment instead of
1031 side-position.
1033 * System_start_delimiter_engraver, System_start_delimiter, uses a
1034 spanner for the braces/brackets at the left of the system. Remove all
1035 old Span_score_bar engravers.
1037 * Removed Base_span_bar_engraver::use_prority_b_, and moved
1038 Base_span_bar_engraver into Span_bar_engraver.
1040 1.3.40.jcn3
1041 ===========
1043 * mutopia/Coriolan/violino-2.ly: Bugfix: wrong pitch.
1045 * input/test: Removed stale AutoStaffSwitch examples.
1047 * mutopia/E.Satie: Fixed gnossiene-4, doing \autochange.  Removed
1048 stale copy of gnossiene-4.
1050 * buildscripts/make-cygwin-cross.sh: Made some small .zip package fixes.
1052 * make/lilypond.spec.in: Made some bugfixes for _prefix, preparations
1053 for cross-building to Cygwin.
1055 * buildscripts/make-cygwin-cross.sh: Now using rpm packages.
1057 1.3.40.hwn2
1058 ===========
1060 * added \property XXXMinimumVerticalExtent, \property XXXExtraVerticalExtent
1062 * New_chord_tremolo_engraver: make tremolo beams from
1064         \repeat "tremolo" NUMBER <Music-expression>
1066 Removed support for "old-style" tremolos.
1068 * Add a convert-mudela function for the conversion "\key A;" to "\key a; 
1070 * Read \property measurePosition within the engraver code, instead of
1071 looking up the Timing_translator.
1073 * star-spangled-banner.ly: add Bar_engraver to LyricsVoice 
1075 * Changed all .fly and .sly files to .ly files.  Propose to dump .fly
1076 and .sly.
1078 1.3.40
1079 ======
1081 1.3.39.jbr1
1082 ===========
1084 * buildscripts/mf-to-table.py: feta dep files are now opened with write
1085   binary option.  This avoids carriage return linefeed problems and
1086   windows while not affecting unix.
1088 * Documentation/hacking.texi: Fixed a texinfo syntax error
1090 * stepmake/bin/package-zip32.sh: Fixed or Removed some legacy, 1.2.x,
1091   directory paths.
1093 * Documentation/ntweb/index.texi: Fixed broken links, added 1.3.39 links.
1095 1.3.39.hwn1
1096 ===========
1098 * Glossary updates by Christian Mondrup.
1100 * Bugfix: use generic properties in lyrics too. This fixes the
1101 \property textStyle for lyrics.
1103 * Score_element::preset_extent(), used by \property
1104 XXXVerticalExtent, so hard code the size of a vertical group. 
1106 * Don't fix up reference points for originals of broken
1107 spanners. Fixes spurious "orphaned score-element" warnings.
1109 * buildscripts/make-cygwin-cross.sh: Use rx-1.5 instead of regex (Jeffrey).
1111 * scm/lily.scm: Fixed check for Windows: by default don't use scm regex.
1113 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: Significantly smaller
1114 patch for guile.
1116 * buildscripts/make-cygwin-cross.sh: Compile native package GNU regex,
1117 which should fix Windows problems with guile.  Also added input directory
1118 to zip file.
1120 * stepmake/aclocal.m4: Added decent checking for version of guile, and 
1121 fixed warning message.
1123 * lily/lexer.ll (My_lily_lexer): Bugfix: lookup chordmodifiers in the
1124 chord-modifier table (not in the pitch list).
1126 1.3.39
1127 ======
1129 1.3.38.hwn2
1130 ===========
1132 * General cleanups of My_lily_parser. 
1134 * Start of a Chord_tremolo_iterator for the `\repeat 4 "tremolo"'
1135 syntax.
1137 * Moved Score_element::do_space_processing out of the dependency
1138 mechanism.
1140 * Use Scheme for notename tables.  Removed uppercase letters for low
1141 octave notes. Removed Notename_table.
1143 * Fixed core dump with declared "\key  ; "
1145 * Extra robustness warning for Side_position_interface::aligned_on_self ()
1147 * Extra robustness: make sure that first and last columns are breakable.
1148         
1149 1.3.38.jcn4
1150 ===========
1152 * stepmake/aclocal.m4: Added support for cross-compiling with guile.
1154 * buildscripts/make-cygwin-cross.sh: A try at dropping cygwin1.dll
1155  dependency by using mingw.  Compiling guile is too much to ask
1156  for mingw, though.  Also:
1157  - rename python scripts .py (request from Alain)
1158  - install native packages under their own, separate root. (Alain)
1160 * lily.scm: Don't use regex module when running on
1161 Windows. (Shamus)
1163 * lily/staff-margin-engraver.cc (acknowledge_element): If
1164 possible, hang y-axis of margin script to span-bar.  This fixes
1165 vertical placement of margin scripts attached to staff groups.
1167 * help2man-rules.make: Fixes for generating manpages by copying
1168 and for building using --scrdir.
1170 * stepmake/stepmake/generic-targets.make: Preserve date stamp of
1171 config.h, version.hh files file when copying.
1173 * buildscripts/make-cygwin-cross.sh: made number of fixes:
1174         - add `Cygnus/' prefix to directories in .zip-file too.
1175         - package guile too.
1176         - don't link to cygwin1.dll
1178 * stepmake/stepmake/install-targets.make: bugfix, don't fail if directory
1179   is not emty when uninstalling.
1180         
1181 * stepmake/stepmake/generic-targets.make: added man target.
1183 * buildscripts/make-cygwin-cross.sh: new script for cross-building cygwin
1184   development tools and lilypond executable.
1186 * Documentation/ntweb/lilypond-manpages.patch: provide pre-built
1187   manpages, so that make doesn't fail on help2man trying to execute
1188   a GNU/windows executable.     
1190 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: new patch for
1191   guile-1.3.4.  
1193 * flower/libc-extension.cc (memmem): cygwin compile fix.
1195 1.3.38
1196 ======
1198 1.3.37.hwn1
1199 ===========
1201 * (generic-property.scm) added \property tieDash to set dashing on
1202 ties.
1204 * Removed  ly_eval_str(), we should use scm_eval (Scm_object).
1206 * Removed scm_to_array (), array_to_scm (), associated junk. Reverted
1207 undocumented .29 patch that made Bezier::control_ into an
1208 Array<Offset>.  Added some comments documenting the reasons for the
1209 changes.
1211 * Revert generic-property.scm of .37 fix, fix the real problem in
1212 property-engraver.cc: use the right symbol to check if element
1213 property is already set.
1215 1.3.37.jcn2
1216 ===========
1218 * Fixed srcdir build, so that you can do:
1220       tar xzf releases/lilypond-x.y.z
1221       mkdir <build>
1222       cd <build>
1223       ../lilypond-x.y.z/configure
1224       make
1226   as with any other gnu package.  All build output goes to <build>/out.
1228 * Changed and fixed use of different configurations, and different output
1229   directories.  Finally, you can use different configurations alongside
1230   eachother.  From make/stepmake.make:
1232       # Use alternate configurations alongside eachother:
1233       #
1234       #     ./configure --enable-configsuffix=debug
1235       #     make conf=debug
1236       #
1237       # uses config-debug.make and config-debug.h; output goes to out-debug.
1238       #
1240       # Use same configuration, but different output directory:
1241       #
1242       #     make out=www
1243       #
1244       # uses config.make and config.h; output goes to out-www.
1245       #
1248 * Fixed performance of (de)crescendi.
1250 * Better documentation for arithmetic_multiplier and arithmetic_basicspace
1251   in params.ly.
1253 * Added instrument-equaliser for MIDI output, see scm/midi.scm, and
1254   properties midiMinimumVolume, midiMaximumVolume, ranges [0,1].
1256 * Changed absolute midi volume settings into factor of full scale.
1258 * Fixed another dynamic-line-spanner bug, it gets hairy.
1260 * Added warning for spanners that are not fully contained in parent spanner.
1263 1.3.37
1264 ======
1265 1.3.36.hwn1
1266 ===========
1268 * Abstract Align_element into Align_interface. Removed
1269 Axis_align_{item,spanner}, Align_element, Super_element, all multiple
1270 inheritance in the backend.
1272 * new Gade score, INSTALL.texi fixes (thanks, Mats)
1274 * Removed Item::hpos_f (), Score_element::{get,set}_real ()
1276 * comments detailing properties for Axis_group_interface,
1277 Side_position_interface, Score_element, Item and Spanner
1279 1.3.36.jcn3
1280 ===========
1282 * Fixed vertical dimensions of elements in dynamic line spanner by adding
1283   axis-group to dynamic line spanner.
1285 * Bugfix: line-spanner lasts always full duration of (de)crescendi.
1287 * Bugfix: broken (de)crescendi on a dynamic-line-spanner.
1289 * Bugfix: compilation dynamic-engraver.
1291 * Added and updated a faq about postscript and ghostscript.
1293 * Fixed order of slurVerticalDirection verticalDirection in
1294   generic-property.scm.  Similar fixes for Stem, Tie, etc.
1296 * Added a Text_engraver to GraceContext.  Maybe it was removed on
1297   purpose: scripts on grace notes seem broken, they appear on the
1298   main note.
1300 * Bugfix: volume effect of (de)crescendi was sometimes wrong way round.
1302 1.3.36
1303 ======
1304 1.3.35.hwn1
1305 ===========
1307 * textEmptyDimension changed into textNonEmpty, default: off,
1308 ie. texts don't occupy space.
1310 * Use STL map for Lookup::lookup_p_tab_p_
1312 * Abstracted Axis_group_element into Axis_group_interface, and removed
1313 Axis_group_element. This eliminates some multiple inheritance in the
1314 backend
1316 1.3.35.jcn1
1317 ===========
1319 * Added minimum-space property to Side_position_interface.  Used in
1320   positioning of Volta_spanner: voltaMinimumSpace.
1322 * Fixed and cleaned-up volta-spanner.
1324 * Moved directional-element.cc -> directional-element-interface.cc
1326 * Renamed all `process_requests' to `process_music', which fixes
1327   midi performance.
1329 * Fixed dimensions (more x-y interchanges) of brace, bracket and
1330   volta-spanner.
1332 * Half-assed fix to get similar vertical placement of orphaned vs.
1333   line-spanned dynamic elements.
1335 * Added property bracketCollapseHeight: the minimal size of a staff bracket
1336   that will be typeset.  Smaller brackets will not be displayed.  This
1337   fixes the (in 1.3.x reintroduced) funny duck-beak-bracket-bug (sorry).
1339 * Removed some dissonant chords from Coriolan
1341 1.3.35
1342 ======
1344 * Removed Documentation/programmer directory 
1346 1.3.34.jcn3
1347 ===========
1349 * Small enhancements to Staff_margin_engraver:
1350    - by default, the marginScript left aligns the text
1351    - to set the text style, use property marginScriptTextStyle
1352    - to change the alignment, use property marginScriptHorizontalAlignment
1353      (centred and right alignment require manual padding settings).
1355 * Print a friendly message if the manual pages failed to build.
1357 * Bugfix: dynamicDirection now overrides verticalDirection setting.
1359 * Warning messages and nl.po
1361 * Fixed vertical alignment for all dynamic items and (reluctantly)
1362   reinstated old directional behaviour for orphaned dynamics.
1364 * Finished maximumRestCount property.
1366 1.3.34
1367 ======
1368 1.3.33.hwn2
1369 ===========
1371 * Print key without setting key, syntax "\key ;". General cleanups of
1372 key-item.
1374 * Add paragraph tags in HTML output of mudela-book.  Music fragment
1375 don't run into the text anymore.
1377 * Bugfix: don't align the first line of text. (Lookup::text ()).
1379 * Abstract away data members of Axis_group_element, Align_element
1382 1.3.33.jcn3
1383 ===========
1385 * Added helpful properties instrumentScriptPadding/instrScriptPadding for
1386   Staff_margin_engraver.
1388 * Removed some empty files, substituted (c) 1999 occurrences.
1390 * Added \property maximumRestCount.  It will prevent showing (or actually:
1391   moving in case of a collision) more than maximumRestCount similar rests.
1392   WIP!
1394 * Rewrote Staff_margin_engraver.  Staff margin texts now hang on a new
1395   breakable item: Left_edge_item.
1397 * Fixed vertical alignment for dynamic elements.  Orphaned dynamic items
1398   (not supported by a Dynamic_line_spanner) still collide with Staff,
1399   although they now have staff support, which was supposed to fix this.
1401 * Fixed Staff_margin_engraver for "instrument", "instr" is still broken.
1403 * Dynamic elements are only put in a Dynamic_line_spanner if there
1404   actually is more than one adjacent note-column with a dynamic.
1405   This breaks the fine looks of all dynamics, again :-)
1410 1.3.33
1411 ======
1413 1.3.32.hwn3
1414 ===========
1416 * Experiment: use STL map for Scheme_hash_table; Is there a speedup?
1418 * Bugfix: print brace iso. bracket for Piano / GrandStaff
1420 * Change naming: change do_post_processsing into after_line_breaking,
1421 do_pre_processsing into before_line_breaking and do_process_requests
1422 into do_process_music.
1424 * Bugfix in hash-table.hh: do quadratic probing, and not cubic probing.
1426 * Display property name for type error.
1428 * Cleanups for Dynamic_engraver and Dynamic_line_spanner.
1430 * Warn if last column in score is musical. Helps catch programming errors.
1432 * Spanner::spanned_drul_ now is private. 
1434 * Rewrote some bar code: moved molecule functions out of Lookup.
1436 1.3.32.jcn3
1437 ===========
1439 * Embedded newlines in text items are now allowed.  This helps avoiding
1440   TeX-hacking in some cases.  See input/test/coriolan-margin.ly
1442 * Fixed stupid x-y interchange bug for staff-bracket.  This fixes
1443   placement of staff-brackets.
1445 * Fixed bracket/arch-thickness interchange bug, and made bracket a bit
1446   thinner.
1448 * Fixed slur/bezier-beautiful name mismatch.  This should fix the steep
1449   slurs that were apparently reintroduced in 1.3.29.
1451 * Made some small fixes to Coriolan.
1453 * Removed duplicate lily/output-property-engraver.hh.
1455 * Removed optional use of vanilla spanner in Dynamic_engraver.
1457 * Fixed (measured) tremolo for Stem and Beam. Merged declarations
1458   stem-engraver.hh and chord-tremolo-engraver.hh into their .cc
1459   implementation file.  Also fixed looks of Chord tremolo, input and
1460   implementation is still ugly.
1462 * Added *.yy and *.ll to TAGS, to that tags-find-replace doesn't omit
1463   parser and lexer.
1465 1.3.31.mb1
1466 =========
1468 * Fixed \specialkey and \normalkey. Updated documentation.
1470 1.3.32
1471 ======
1472 1.3.31.jcn5
1473 ===========
1475 * Fixed and cleaned-up Dynamic_engraver.  Optionionally uses vanilla
1476   spanner instead of Dynamic_line_spanner.
1478 * Made gcc-2.95 compile fix in libc-extension.
1480 * Various fixes to Coriolan, score starts to look acceptable.
1482 * Moved optional text of crescendo into Crescendo spanner.  Fixed horizontal
1483   and vertical alignment of dynamics.
1485 * Added new text crescendo spanners to Coriolan and made some fixes.
1486   If you're using timidity, use the -EO option to prevent notes get
1487   stuck.  I'm not sure whose fault this is, Lily's MIDI output may be
1488   stretching the standard a bit.
1490 * Adjacent dynamic markings are now grouped on a horizontal line, but it's
1491   not perfect yet: they're always below the staff and no horizontal spacing
1492   is done.  Also, character metrics of dynamics are still not used.
1493   See: input/test/crescendi.ly and input/test/dyn-line.ly
1495 * Cleaned up Span_dynamic_performer.
1497 1.3.31
1498 ======
1499 1.3.30.mb1
1500 =========
1502 * Fixed the page layout, reintroducing space for the header and
1503   trying to keep piece titles on the same page as the piece.
1504   The header and footer can now contain several lines.
1506 1.3.30.jcn3
1507 ===========
1509 * Lily now also performs crescendi and decrescendi in MIDI output:
1510   Span_dynamic_performer in a slightly crappy way.
1512 * Added preliminary support for crescendi/decrescendi other than `hairpins',
1513   eg: `cresc. poco `a poco -- -- --'
1515 * Made MIDI tie performance fix.
1517 1.3.30.jcn2
1518 ===========
1520 * Lily now performs absolute dynamics in MIDI output.
1522 * Included David's comments on opus47 in TODO.
1524 1.3.30.jcn1
1525 ===========
1527 * More Coriolan: flute-1,2; oboe-1,2; clarinet-1,2; 
1528   fixes and remainder french horn-1,2; trombone-1,2;
1529   fagotto-1,2; timpani; and several fixes.
1530   
1531 1.3.30.uu1
1532 ==========
1534 * Remove some old doco from programmer/ and put on personal homepage.
1536 * Removed union-find from flower library.
1538 * Only quantise tie horizontal part inside the staff.
1540 1.3.30
1541 ======
1542 1.3.29.hwn1
1543 ===========
1545 * Report type errors for \property. Helps with converting 1.2 input
1547 * Use Scheme for Align_element; fixed graceAlignPosition 
1548 and removed \property alignmentReference in the process.
1550 * Use generic properties for lyrics too.  This fixes \property
1551 Lyrics.textStyle
1554 * Add relative distance for constraints between non-column items.
1556 * Automatic \marks: use "\mark ; ". The mark numbers or letters are
1557 increased automatically.
1559 * Translators now only change properties of their own context. This
1560 removes the 2nd argument to Translator::get_property()
1562 * Bugfix for Metapost mode
1564 1.3.29.uu1
1565 ==========
1567 * Updates of glossary  (Christian Mondrup)
1569 * Bugfix with bar number placement
1571 * Moved links to bibliography/ and misc/ to main index.
1573 1.3.29
1574 ======
1576 * Moved Slur-specific code from Bezier_bow to Slur and Slur_bezier_bow.
1577   Slurs are now calculated just once.
1579 * Bezier_bow gets constants from paper.  Still no sensible solution for
1580   magic asymmetry gradient step constants.
1582 * Reinstantiated tangent-controls, more flexible than ever.  You can choose
1583   between area asymmetry and tangent-controls.  My guess is, tangent controls
1584   will be junked in 1.3.30.
1586 * Slur area: only look at x-gradient.
1588 * Added credits for some symbols of as5/9 fonts.
1590 * Bugfix: don't make almost flat slurs, change in de-uglyfy slur.  
1592 * Bugfix: midi2ly put out recent version (ugh).
1594 1.3.28.hwn2
1595 ===========
1597 * Bugfix: don't forget to process staffSpace and numberOfStaffLines
1598 properties.
1600 * Removed Gade score. To appear (shortly?) on Mutopia. 
1602 * Make Bar_script_engraver look for typeVisibilityFunction (eg
1603 property barNumberVisibilityFunction). Changed the names of the Scheme
1604 functions to be understandable. See input/test/bar-script-visibility.ly
1606 * rewrite of class Molecule. It has now reached the ultimate quality
1607 plateau. All molecule data is now shared.
1609 1.3.28
1610 ======
1612 * Update of the glossary by Christian Mondrup 
1614 * Moved horn-concerto-3 out of tarball to private website, removed
1615 W.A.Mozart subdirectory.
1617 1.3.27.hwn1
1618 ===========
1620 * Bugfix: don't make giant ties if the horizontal part of tie is near
1621 the center.
1623 * Small optimizations to be a little more careful with mem usage. 
1625 * Website change: put all examples in one directory.
1627 * Removed Atom as a separate type.  Now use SCM, and since we use
1628 function composition, Atoms are immutable, so they don't have to be
1629 copied. This makes life easier, hopefully this is quicker and uses
1630 less memory.
1632 1.3.27.jcn1
1633 ===========
1635 * Bezier_bow: minimise_enclosed_area
1637 1.3.27
1638 ======
1640 1.3.26.hwn4
1641 ===========
1643 * Tuplet-spanner slope calculation now looks better on tupletted rests
1644 (patch courtesy Laurent Martelli)
1646 * Bugfix (Staff_performer::new_instrument_str ()) check type of
1647 \property "instrument"
1649 * New mechanism for breaking lines: do not copy & prune the element
1650 property list separately, but combine these steps. Dramatically
1651 reduces memory usage for large scores.
1653 1.3.27
1654 ======
1655 1.3.26.jcn2
1656 ===========
1658 * Bugfix: font used in volta-spanner calculation.
1660 * Added simple selection list to webpage, inspired by sawmill.
1662 * Devised kludge for ascii 5 character font pitches.
1664 * Substitutions: interline, 1997,1998, @stack.nl and small typo fixes.
1666 1.3.26.hwn1
1667 ===========
1669 * Plug memory leaks related to Moment:
1670   - Spacing_engraver::do_pre_move_processing ()
1671   - make_rational ()/make-rational
1672   - Paper_column::Paper_column ()
1674 * Plug memory leak in Paper_outputter::output_{String,Real,int}_def()
1676 * Plug memory leak in Score_engraver::set_columns ()
1678 * Plug memory leak in Scheme_hash_table::set()
1680 * Plug memory leak in Score_element::molecule_extent ()
1682 * Bugfix: don't crash if a slur doesn't span anything.
1684 * Bugfix: don't crash if doing beams without a staff symbol.
1686 * Generic element property setting:
1688         \outputproperty #predicate #'symbol = #value
1690 Will set the element property symbol to value, for any elements that
1691 return true for PREDICATE.  This allows you to virtually tweak *ANY*
1692 property of the output. Example in input/test/generic-output-property.ly
1694 1.3.26
1695 ======
1697 * lilypond as as2ly: --help and --version to stdout.  Regular identify 
1698   to stderr.  This fixes help2man's manpage generation.
1700 * configure: substitute full path for perl and guile in scripts.
1702 * Added ascii slur and volta.  There seems to be a Lily bug in volta placement.
1704 * Bugfix: default font now user settable
1706 * as2text: handle plain ascii font, read from stdin, you can now do:
1708   echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
1710 1.3.25.hwn1
1711 ===========
1713 * Bugfix: second half of broken ties now are displayed again.
1715 * Bugfix: add clef to the support of 8 text in the G_8 clefs. Center
1716 it horizontally on the clef.
1718 * Added Tie_column spanner. Ties in tied chords now get proper directionsa.
1720 * Bugfix: unbroken repeat barlines now work, eg. |:
1722 * Added Request_iterator to make more flexible constructions possible.
1724 1.3.25
1725 ======
1726 * as2text: catch missing font/character errors, added default font, set text.
1728 * New ascii fonts and glyphs: as5 as-numeral4 as-braces9
1730 * Ascii output, minimal support:
1731   - AsciiScript Fonts: mf/*.af
1732   - Init files: ly/*-as.*ly 
1733   - AsciiScript translation to text: scripts/as2text.scm
1734   - input/test/as.fly input/test/as1.fly
1735   - Output support: lily/lily.scm
1736   - Try:
1737       lilypond -f as -i init-as.fly input/test/as.fly
1738       as2text as.as
1740 1.3.24.hwn1
1741 ===========
1743 * The horizontal part of ties will avoid collision with staff lines.
1745 * Plugged memory leak: don't protect Atom function.
1747 * Lookup cleanups. Made lots of functions static. Moved some code out
1748 of Lookup.
1752 1.3.24.hwn1
1753 ===========
1755 * Bugfix: ly2dvi.py exits succesfully when encountering --help and
1756 does not delete any of the file_ly*.tex.
1758 * Added header and footer support in ly2dvi.py
1760 1.3.24
1761 ======
1763 * Added a ROADMAP file explaining the source directory layout.
1765 * Minor tweak in the feta 6 and 9 numeral
1767 * Moved files from lib/ to flower/
1769 * Removed Note_head_side class.
1771 * Updated the webpage to be a little more chatty. 
1773 * Small Local_key_engraver optimization: only lookup timing engraver once.
1775 * Fixed dashed slurs
1777 * Rewrite of Slur code.  Be much more picky about slur shapes. We try
1778 to offset the slur instead of bending it too much
1780 * Look at stem directions for tie direction.
1782 * Compound multimeasure rests. Put measures_i_ variable in an element
1783 property.  Made the symbol a lot wider.
1785 * Time signature small cleanups.
1787 1.3.22.hwn2
1788 ===========
1790 * Symbols opposite to stem (eg marcato) now get the proper glyph in up
1791 version.
1793 * Breathing marks now have a direction by default.
1795 * Do set generic script properties.
1797 * Also put tuplet brackets under notes.
1799 * Score_element_info: only store origin of element, but not the path
1800 to parent translators. Saves a little memory, and removes some complexity.
1803 1.3.22.hwn1
1804 ===========
1806 * Autobeaming in time sigs that don't have 1/4 beats fixed.
1808 * (De)crescendi should now work. (Thanks Michael)
1810 * Better error reporting for conflicting time signatures.
1812 * Line_number_engraver: output locations of note head
1813 definitions. Very handy when entering complicated scores.
1815 * Rewrote multi measure rest support: now they are entered as spanners
1816 (\commandspanrequest \start "rest"). RXXXX is an abbreviation for
1818   { \commandspanrequest \start "rest"
1819     SXXXX
1820     \commandspanrequest \stop "rest"
1821   }
1823 * Removed support of percent style repetitions. 
1825 * Put texts outside the staff.
1827 1.3.21.mb1
1828 ==========
1829 * Getopt bugfix: don't assert on certain errors.
1831 * ly2dvi: Remove unnecessary space for the page headers.
1833 * Bugfix convert-mudela
1835 1.3.21.hwn1
1836 ===========
1838 * Bugfix in lilypond-mode.el: eval-buffering now uses file name and
1839 not buffer name.
1841 * Scrapped tupletVisibility property. Now use tupletNumberVisibility,
1842 tupletBracketVisibility, with Scheme value #t, #f or 'if-no-beam.
1843 \property tupletInvisible will stop all tuplet spanner creation.
1845 * Don't go berserk if tuplet spanner is on only one column.
1847 * Use SCMs & Smobs for Molecules & atoms.  This uses less
1848 scm_(un)protect_object () calls, so the output stage should be faster.
1850 * Added \property tupletSpannerDuration, to make multiple tuplet signs
1851 with one \times.
1853 * Some programming Errors in spacing are now caught. Lily does not
1854 hang when encountering degenerate springs.
1856 * Allow beams to start and end over rests
1858 1.3.19.hwn2
1859 ===========
1860 * Fix disappearing clefs when clefs are not printed with a barline.
1862 1.3.20.jcn2
1863 ==========
1865 * SCM properties beamHeight and beamVerticalposition now use half-spaces:
1866   input/test/beam-control.fly
1867 * Added \context Voice to .fly and .sly; the default \context Staff is almost
1868   never what you expect
1869 * Fixed decision for .sly/.fly in lilypond-mode.
1871 1.3.19.hwn1
1872 ==========
1874 * Clean up font-metric hierarchy, use Adobe AFM code to parse AFM files.
1875 Cleanup mf-to-table.py
1877 * Fixed embarassing slur bug.
1879 1.3.19.jcn1
1880 ==========
1882 * lilypond-mode.el: guess init file for lily-*-region, lily-mode-map bindings
1884 1.3.18.uu2
1885 ==========
1887 * lilypond-mode.el for emacs supersedes mudela-mode.el 
1889 * Tuplet spanners don't collide with encompassing notes. 
1891 * Gobbled Adobe parseAFM* code, for future use.
1893 * Big 1999 to 2000 search/replace.
1895 * Big interline to staff_space search/replace for mf files.
1897 * Removed Bow class, and split code into Tie and Slur
1899 * Don't put scripts on grace notes.
1901 * Font_metric uses SCM for name field.
1903 * Various compilation fixes.
1905 1.3.17.jcn2
1906 ===========
1908 * Bugfix: beams with less than one (visible) stem
1910 * small fixes to pa.ly
1912 1.3.17.jcn1
1913 ===========
1915 * Fixed bug that made multi-measure rest barnumber counts go wild.
1916 (even more scm2int/int2scm mixups!)
1918 * mutopia/J.S.Bach/pa.ly: organ score (for my father)
1920 * small fix to mutopia/J.S.Bach/Duette/violino-ii.ly
1922 1.3.17.hwn2
1923 ===========
1925 * Remove Paper_def calls in bezier-bow.cc
1927 * Remove data members of Tuplet_spanner,  Volta_spanner
1929 * hang_on_clef, property hangOnClef removed
1931 * Bar::type_str_ mode into element property `glyph'. Use a Scheme
1932 function to determine breaking behavior.
1934 * More Scheme typechecking.
1936 * Be strict about the difference between strings and symbols for conversion.
1938 * Fixed bug that made 1st line offset to right fixed. Bugfix courtesy
1939 Laurent Martelli.
1941 * Partial French translation, courtesy Laurent Martelli.
1943 * Small corrections in NL translation. 
1945 1.3.17.hwn1
1946 ===========
1948 * Added mensural note heads (noteHeadStyle = "mensural") Additionally,
1949 we have a longa note head.  noteHeadStyle = "harmonic" is not
1950 supported anymore. (for now, that is)  
1952 * Reference manual update. Document \properties with examples
1954 * fix mudela-book --help
1956 * Use element properties for Text_item::text_str_, Clef_item::symbol_,
1957 Key_item::c0_position_
1959 * Clef_engraver general cleanup. Use alists (\property
1960 supportedClefTypes, clefPitches) for clef types.
1962 * Use progress_indication () for progress. Don't include <iostream.h> directly 
1963 Don't include <string.h>, <math.h> from headers.
1966 1.3.16.hwn1
1967 ===========
1969 * \property stemCentered (boolean): centers stem on note head. See
1970 input/test/stem-centered.ly
1972 * input/trip.ly, small test of lots of features.
1974 * \property Staff.collisionMergeDotted: merge equal noteheads
1975 with different dot count. See input/test/collision-merge-dotted.fly
1977 * Dotted rest bugfix 
1979 * Don't crash if a slur does not span any notes.
1981 * Volta repeats fixed.
1983 * cleanup of Note_heads_engraver
1985 * removed dots_i_ member of Dots
1987 1.3.16.jcn1
1988 ===========
1989 * Fixed cross staff slurs.  It seems that cross-staff sign
1990   was swapped.
1992 1.3.15.hwn1
1993 ===========
1995 * Fixed bug in stem code.  Stem in chords works again.  Small
1996 stem cleanups.
1998 * Use element properties for Staff_symbol.
2000 * \property sparseTies (boolean).  Only make one tie in the
2001 middle for tied chords.
2003 * Junked Directional_spanner, Column_info.
2004 Directional_element now is element interface `Directional_element_interface'
2006 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
2008 pl 15.jcn4
2009         - removed old notename2scm conversion
2010         - beam-dir-algorithm through scm
2011         - bfs paper-scm
2012 gv      - bf: knee-stemlengths
2014 pl 15.jcn3
2015         - moved poor man's stem arrays to scm
2016         
2017 pl 15.jcn2
2018         - beam quanting using scm lists
2020 pl 14.hwn1jcn1
2021         - chord-name uses scm members
2022         - bfs: knee with different mults, interstaff knee, auto-knee
2024 **********
2025 pl 14.hwn1
2026         - specialize duration.cc for lily, move out of lib/
2027         - stem cleanup
2028         - more SCM typechecking
2029         - stafflineleading -> staff_space
2030         - bf: rod distances.
2031         - junk some unused code.
2032         
2033 pl 13.hwn2
2034         - paper/score column cleanups. Junk Score_column type
2036 pl 13.hwn1
2037         - Bezier_bow/Bezier cleanups
2038         - bf: rest under beam.
2039         
2040 pl 13.jcn2
2041         - untangled Chord_name (item) and Chord (list-of-pitches)
2042         
2043 pl 13.jcn1
2044         - bezier-bow fix
2046 **********
2047 pl 12.hwn1
2048         - polynomial.hh
2049         - bf: generic properties
2050         - quantise_iv () fix.
2051         - bezier cleanup
2052         - class Polynomial 
2053         - use smobs for font metric tables/hashes.
2054         - nl.po bf
2056 **********
2057 pl 11.jcn3
2058         - small beam fixes (interstaff knees still broken)
2060 pl 11.hwn1
2061         - bf: dots
2062         - bf: harmonic note heads
2063         - revise stem, notehead, rest
2065 pl 11.jcn2
2066         - included missing scm,ly updates
2067         - bf: urg to_dir () takes scm..
2068         - bf's: if (Foo b = bar != 1)
2069         - beam cleanup
2071 *********
2072 pl 10.uu1
2073         - various small bfs
2074         - bf: alignment reversed
2075         - Staff_symbol_referencer -> Staff_symbol_referencer_interface
2076         - bf: staccato pos
2077         - Knee fixes (thanks, Jan)
2079 pl 10.jcn2
2080         - fixes for invisible beamed stems
2081         - removed steminfo from properties, don't cache Stem_info
2083 pl 10.jcn1
2084         - steminfo to properties
2085         - dropped internote dim for stem-beams
2087 *********
2088 pl 9.hwn1
2089         - abstracting Staff_symbol_referencer to an interface.
2090         - quantised_position for staccato dots.
2091         - standchen fixes
2092         - junk Score_element::do_{width,height}: set callbacks directly.
2093         - merge Score_element, Graphical_element
2094         - merge Axis_group_element, Graphical_axis_group
2095         - junk pointer fields from Score_element derived classes
2096         - junk obsolete do_substitute_dependency code.
2098 **********
2100 pl 8.hwn2
2101         - staff-support for Crescendi.
2102         - padding for accidentals.
2103         - cascading offset callbacks
2105 pl 8.hwn1
2106         - note-head-side 
2107         - naming Staff_sidify -> Side_position_interface
2109 ***********
2111 pl 7.mb1
2112         - bf: timeSignatureStyle works again
2114 pl 7.hwn1
2115         - Dirk Latterman key/mmrest patches
2116         - Offset callbacks in Dimension_cache
2117         - Junked Staff_side_*
2118         - Staff_sidify: interface class.
2119         - prelude-{1,2} fixes.
2121 ***********
2122 pl 6.uu2
2123         - bf: PS font selecting.
2125 pl 6.uu1
2126         - bf: ls-latex
2127         - mudela-book --no-pictures
2128         - bf: ly2dvi
2129         - convert-mudela: beamAuto moment syntax. 
2131 pl 6.jcn3
2132         - fixed scm output
2134 pl 6.jcn2
2135         - half-baken ly-gulp-file in scm
2136         - resurrected scm output through guile
2138 pl 5.mb1
2139         - bf: version of init.sly, init.fly
2140         - Clarify necessary version of texinfo
2141         - bf: texi files, minor errors and syntax compatible with 
2142           older makeinfo
2144 pl 6.jcn1
2145         - bf: scm output
2147 *******
2149 pl 5.hwn2
2150         - Bach preludes: mutopification
2151         - dots are Directional_element too; use \property dotDirection
2152         - moved some stuff out of Lookup
2153         - bf: dots
2154         - font selection mechanics changed.
2156 pl 5.uu1
2157         - bf: smob allocation (thanks David!)
2159 pl 5.hwn1
2160         - junked \shape. Now use #'margin-shape 
2161         - timing: one_beat -> \property beatLength
2162         - bf convert-mudela
2164 ************
2166 pl 4.uu1
2167         - input/test/ \property fixes.
2168         - gcc 2.95 fix
2170 pl 4.hwn1
2171         - Break_align_engraver,
2172         break align order from  \property breakAlignOrder
2173         - junked Score_priority_engraver
2174         - moved Time_description into Timing_translator
2175         - use properties for timing, see input/test/timing.fly
2176         * removed \cadenza ; now use \property Score.timing
2177         * \property measurePosition
2178         * \property measureLength
2179         * \property currentBarNumber
2180         - Note_name_engraver , \context NoteNames
2183 pl 4.jcn1
2184         - junked some chord guessing code
2185         - bf: lookup size (-1) for chord-name accidentals
2186         - bf: ly2dvi's MFINPUTS setting
2188 *************
2189 pl 2.jcn3
2190         - chords:
2191           * Chord is item
2192           * junked TeX hacking
2193           * configurable with styled strings from scm
2194           * fixes: dim, /no X, tonic != C
2196 pl 2.jcn2
2197         - chords from  scm 
2200 pl 3.hwn2
2201         - visibility-lambdas into default elt properties SCM.
2202         - clef types in SCM
2203         - verticalDirection properties now in SCM.
2205 pl 3.hwn1
2206         - move position_i_ into Staff_symbol_referencer
2207         - move dir_ into Directional_element baseclass
2209 ****************
2211 pl 2.hwn1
2212         - bf: dynamic style.
2213         - prepare to move dir_ into SCM. 
2215 pl 2.jcn2
2216         - chord fixes: 
2217            * inversion request: no inversion guessing for chord entry
2218            * bass request: c/+b to add bass note not part of chord
2219            * -dim modifier works on all thirds
2220            * colon iso dash as tonic/modifier-additions separator
2221            * C:m5- displays as "Cdim"
2222            * C:m5-7- displays as "Co"
2224 pl 2.jcn1
2225         - moved bracket vars to params
2226         - reverted broken lilypond-devel
2228 *************
2229 pl 1.uu1
2230         - David's patches:
2231         * mfplain.mp detection
2232         * Graphical_element::common_refpoint() robuster.
2233         * fixes for mudela-mode.el
2234         - Dirk's patches:
2235         * key signature placement,
2236         * tied accidentals.
2238 pl 1.hwn2
2239         - extra-offset elt property.
2240         - junked Chord_tremolo
2242 pl 1.hwn1
2243         - changed calling convention for {get,set,remove}_elt_property()
2244         - rm'd some mutopia examples.
2246 *******
2247 pl 0.hwn2,1
2248       - Generic properties and Property_engraver. Moved most of the
2249 properties.
2251 0.lu1
2252         - resurrected midi2ly
2254 0.jcn1
2255         - bf: lyrics lexer
2256         - reverted mup2ly revert
2258 pl 3.uu1:
2259         - frontport of 1.2.17 patches.
2261 **********
2263 1.3.0:
2265 pl 15.hwn2
2266         - loads of bfs.
2268 pl x.jcn3
2269         - another workaround: reset buffer state for scm_ftell ()
2270         - workaround for broken scm_ftell ()
2272 pl 15.hwn1
2273         - \properties are now SCM s, junk Scalar type
2274         - use SCM for strings in parser.
2275         - Moment derived from Rational. Moment may be smobified.
2277 pl 15.jcn4
2278         - direct #... to scm parser  (Thanks to Gary Houston)