lilypond-1.3.126
[lilypond.git] / CHANGES
blobdda2232cd9b22b500f1dce53c8258378d50ad5d3
1 1.3.126
2 =======
3 * Doco:
4   - fixes,
5   - updates,
6   - rewrites.
7   - Changed license to FDL.
8   - added index entries
9   - tutorial: 0-th tune
10   - literature overview.
11   - removed development stuff.
14 1.3.125.jcn3
15 ============
17 * Clef workarounds for Coriolan.
19 * Moved feature and regression-test input to input/feature, input/regression.
21 * Added some regtests.
23 * Bugfix: auto-knee for beam over rest.
25 * Fixes for Coriolan and viola Solo Cello Suites.
27 * Replaced generic 'collapse-height' for System_start_delimiter with
28 brace-collapse-height, bracket-collapse-height, bar-line-collapse-height.
30 * Bugfix: measure System_start_delimiter's *-collapse-height in staff-space.
32 * Fixed some info and html links.
34 * Automatic knees now on by default for vertical distances >= 7 staff-space.
36 1.3.125
37 =======
39 * Updated Coriolan.
41 * Bugfix: beams with no stems.
43 * Cleanup automatic knees, junked calc_interstaff_dist.
45 * Automatic knees now on by default for vertical distances >= 7 staff-space.
47 * Bugfix: automatic interstaff knees.
49 1.3.124.hwn1
50 ============
52 * Auto change music bugfix; removed Auto_change_music type
54 * Bugfix: add copy ctors to all relevant iterators, this fixes various
55 combinations with auto-change and part-combine.
57 * Bugfix: glissandi with smaller rhythms parallel.
59 * Add printfilename option to @lilypondfile 
61 * Include Grobs in Context self-documentation; remove "Grob " from
62 node name for grob documentation.
64 1.3.124
65 =======
67 * Tutorial fragment on ly2dvi.
69 * Bugfix: also print path of mismatched .TFM file.
71 * Some callbacks to allow manipulation of fonts and molecules from
72 Scheme.  See input/test/molecule-hacking.ly ; allows for a kludged
73 "parenthesize notehead" command.
76 1.3.123.mb1
77 ===========
79 * Added percussion clef. Note: font updated!
81 * Bugfix: font style Large works regardless of font-shape.
85 1.3.123
86 =======
88 * Added macro \turnOff to remove volta brackets or any other 
89   graphical objects, see input/test/volta.ly or mutopia/J.S.Bach/pa.ly
91 * Removed the "none" clef, use Clef \override #'transparent = ##t instead.
93 * Bugfix ly2dvi: paper variable orientation = "landscape" works.
95 * Allow for wildcards in the font style alist to give more robust font
96 selection handling. Ignore shape and series for the font families:
97 braces, dynamic and music.
99 * Bugfix: stem and dstem font symbol.
101 1.3.122.jcn3
102 ============
104 * More website link fixes, split and nonsplit.
106 * Non-splitting makeinfo website fix.
108 * Doco fixes, included feature document into main documentation.
110 * lily/chord.cc (member_notename, lower_pitch): gh_member returns a list of
111 which car is the member!
113 * Bugfix: added equal_p to list of smob functions.  This fixes
114 behaviour of property chordChanges.
116 * More guile-1.4.1 snapshot fixes, generated doco.
118 * Doco fixes.
120 * Small fixes for guile-1.4.1 snapshot which is more strict on symbols
121 vs strings.
123 1.3.122
124 =======
126 * Small lilypond-book cleanups.
128 * Bugfix: fix lyric extenders.
130 1.3.121.mb2
131 ===========
133 * Bugfix: svenska.ly and norsk.ly
135 * Bugfix: tied-over accidentals handled more correctly.
137 1.3.121.jcn2
138 ============
140 * Renamed last instances of musical_*pitch to pitch.
142 * Bugfix: actually read pitch value in \pitch #(make-pitch ...)
144 * Bugfix(?): always allow explicit duration entry.
146 * Fixed .po charsets for upcoming msgfmt release (Bruno Haible).
148 * Some doco updates and fixes.
150 * Bugfix Ly2dvi: reset LC_ALL and LC_LANG too.
152 * Commented out dubious undocumented $(PATHSEP) from lilypond-vars.make
154 * Replaced some instances of [$(outdir)/].. with $(pwd), these may
155 break --srcdir builds and texi2dvi.
157 * Several fixes for --srcdir build, allowing build from read only media.
159 * Moved make/toplevel.make.in to less unusual GNUmakefile.in
161 * Bugfix: changed beam thickness to .48 staff-space.
164 1.3.120.uu1
165 ===========
167 * Ancient font update (Juergen Reuter)
169 * Syntax change: paper_xxxx -> paperXxxx
171 * Some documentation updates.
173 * Doc-string cleanups, and completization.
175 * Changed Pedal string properties: unify stop/start/stopStart
176 properties.  Changed pedal identifier syntax.
178 * bugfix: do change clefs if full-size-change is *not* set.
180 1.3.120
181 =======
183 * Removed texi->dvi cancellation and removed --clean option from texi2dvi
184 command line; this fixes generation of dvi files in Documentation/user.
185 Strange bug in texi2dvi.
187 * Fixed bibtex url (reported David Raleigh Arnold), added support for
188 bibtex2html, which is in Debian.
190 * Added direntries to toplevel texi documents, for info files
191 (reported Thomas Klausner).
193 * Removed some empty files.
195 * Make a Stem::height callback, to prevent early brew_molecule
196 call. This fixes input/bugs/triplet.ly.
198 * Manual fix for generated -interfaces documentation.
200 * Small changes for texinfo-4.0a prerelease.
202 * Added a --force option for makeinfo .txt generation.
204 * Changed debian ftp urls according to new package pools layout.
206 * Debian update, including menu/node fixes to development.texi (Anthony Fok).
208 * Bugfix: lilypond-book (Tom Cato Amundsen).
210 * Increase the size of dynamics, adding new sizes of feta-din (Mats Bengtsson).
212 * \clef "none"; no clef, but whitespace (Mark Hindley).
214 * Website fix: don't mv but cp .pngs do deep-html dirs.
216 * Bugfix: chords examples (James Hammons).
218 * Warning fix.
220 1.3.119
221 =======
223 * Added some feature examples.
225 * Bugfix for \partial and auto-beamer.
227 * Bugfixes: warnings.
229 * More feature examples.
231 * Renamed some scm files.
233 * Some more documentation fixes (move hacking.texi into normal
234 documentation.)
236 * Bugfix: header protection in parser.yy
238 1.3.117.mb1
239 ===========
241 * Bugfix: fetdefs.tex: don't redefine the standard TeX macros 
242   \sharp,\natural or \flat.
244 * Bugfix: ly2dvi: handle the --landscape option. Leave the textheight
245   calculation to the geometry package. Remove some dead code.
247 * Bugfix: correct font-family for TextSpanner.
249 * Bugfix: script-engraver.cc: forced script directions work again.
251 1.3.117.jcn2
252 ============
254 * Resurrected direct scheme output, ie. lilypond -fscm
256 * Warning message fixes and po update.
258 * Bugfix: debian package.
260 * Resurrected direct postscript output, ie. lilypond --output-format=ps.
262 1.3.117.hwn1
263 ============
265 * Broken left-edge of volta, Again. Now the Final Fix.
267 * Smobified Score, smobified Music_output_def, removed Identifier.
268 Reorganised Scope and Scheme_hash_table to this end.
270 * Small cleanups in relations between
271 Paper_def/Paper_outputter/Paper_stream.
273 * lilypond syntax update: deprecate $ syntax for identifiers; Provide
274 convert-ly method.
276 * Rename: don't use grobs in performer methods.
278 1.3.116.jcn4
279 ============
281 * Bugfix: don't set beaming for outer half beams.  This fixes some
282 slurs attached to stem end.
284 * Bugfixes for (de)crescendo spanners and generic text spanners
286 * Bugfix: Slur::set_interface (): don't overwrite, but copy attachment
287 property.
289 * Started documenting some new or not too wel documented features.
291 * Bugfix: only assume making deep split html documentation when
292 makeinfo --version 4.0.jcn2 is available.  Although the documentation
293 should now build with plain makeinfo 4.0, some links will be broken.
295 * Bugfix: lilypond-book: check for .texidoc files *after* running lilypond.
297 1.3.116.mb1
298 ===========
300 * Bugfix: convert-ly.py: Correct syntax for inserted \version, 
301   \push -> override happened in 1.3.111
303 * Bugfix: corrected documentation of timeSignatureStyle, removed all
304   `unknown type' in the property documentation.
306 * Added font family typewriter (cmtt).
308 * Bugfix: some examples updated
310 * Bugfix: beamed grace notes (reinstate process_music () call in
311 Grace_engraver_group::process() )
313 * Rename: Global_translator::process -> Global_translator::one_time_step (). 
315 1.3.115.jcn2
316 ============
318 * Bugfix: lilypond-book.py: only include exisisting .texidoc files.
320 * Lilypond: don't write empty header field file if header field does
321 not exist (ie, empty .texidoc files).
323 * Turn on info generation.
325 * Fixes to dynamic placement and crescendo spanners.  Incomprehensible
326 ``width-correct'' hack remains.
328 * Bugfix: auto-beamer beaming over bar lines.
330 * Bugfix: consecutive and non-consecutive glissandi.
332 1.3.115.hwn1
333 ============
335 * Bugfix: multi-measure rest ends, chords. 
337 * Some back end documentation
339 * Rename element to grob in .scm files.
341 1.3.114.mb1
342 ===========
344 * Bugfix: convert-ly
346 * Bugfix: Included FAQ.txt in the top directory
348 * Allow for instrument names with multiple lines and font selection,
349   see input/test/coriolan-margin.ly
351 * Added example for figured bass: input/test/figured-bass.ly
353 1.3.114.lec1
354 ============
356 * abc2ly fixes
358         * allow a g_8 clef to be specified by treble8
360         * allow full mode names, as well as 3 character abbreviations
362         * support breves and longas (no abc program that I know of has
363           longas, but a couple of them have breves, and one can always hope.)
365         * translate text annotations beginning with _ and ^ for above and 
366           below the staff.
368         * quote lyrics syllables with (
370         * handle real repeat syntax, for appropriately written ABC.
372         * %%LY slyrics now works for longer than one character lyric strings.
374         * N: fields are now in header.
376 1.3.114.uu1
377 ===========
379 * Prepare for Music type-unification: remove all args from Music
380 constructor, and set everything in the parser.
382 * Moved writing of \header strings feature from lilypond-book to lilypond. (1.3.114.jcn1)
384 * Bugfix: tied chords.
386 * Turn off .info creation by default.
388 1.3.114
389 =======
391 * Moved all documentation from regtest to individual example files.
393 * Added feature to lilypond-book to write out \header texidoc string.
395 * Reincluded simple FAQ in tarball.
397 * Fixed lyrics with bar-enrgaver example.
399 * Renamed LyricVoice to LyricsVoice.
401 1.3.113.uu1
402 ===========
404 * Checksums for AFM fonts: make sure that TFM and AFM files match.
405 One FAQ less to be asked.
407 * Made point-and-click switchable, default: off 
409 * Bugfix: don't make multimeasure rests from failed span-requests.
411 * Bugfix: mark with string arguments, eg. letters..
413 * Bugfix: direction of staccato dots. 
415 1.3.113
416 =======
418 * Added stems to font for use in markup text.
420 * Fixed markup text kerning, see input/test/metronome.ly.
421   (Ugh, only feasible if kerning is first markup -- markup text should be revised.)
423 * Fixed molecule caching problem with stem-tremolo: fixes vertical
424 positioning of stem-tremolo.
426 * Added forced slur direction (stemUp no longer implies slurUp) in
427 cross-staff slur example.
429 * Fixes to Glissando and line-spanner.  Behaves reasonably across line
430 breaks.
432 * Added: Align_interface::fixed_distance_alignment_callback that does
433 not compute the extents of the to-be-aligned objects. This delays many
434 brew_molecule() calls, because staff-height is no longer needed for
435 aligning.
437 * Bugfix: allows linebreaks for some types of beam.
439 * Bugfix: add braces in larger size range; prevents "Unknown character
440 127" messages, hopefully.
442 1.3.112
443 =======
445 * Allow two consecutive glissandi.
447 * Note_head_line_engraver now also listenes to \property
448 "followThread": Automagically connect note-heads when thread switches
449 staff.
451 * Fixed american-chords example (except for o/, that waits for kerning fix).
453 * Added simple glissando line.
455 * Bugfix: broken text spanner (ie. crescendo)
457 * Bugfix: chord tremolos
459 * Bugfix: staff group brace
461 * Bugfix: volta repeats
463 * Resurrected clef _8 and ^8 syntax.  (This should be deprecated?)
465 1.3.111
466 =======
468 * Fixed non-empty-text feature.
470 * Bugfix for Grob::has_extent_callback_b ()
472 * Added infrastructure for music property documentation strings.
474 * Syntax change: \notenames -> \pitchnames
476 * Changed syntax \push -> \override, \pop -> \revert. Add:
478         \property Context.Element \set #'foo = #bar
480 which  does a \revert followed by a \override.
482 * Documentation updates.
484 * Fixed typechecks for \push, \pop and \property
486 * Bugfix: Local_key_engraver.
488 * Fixes for lilypond-mode.el (patch by Mark Hindley)
490 1.3.110
491 =======
493 * Fixed a mysterious typo in toplevel index.
495 * Enabled property-engraver.
497 * Cleanup in Auto-beam-engraver (still broken, because timings are off?)
499 * Collapsed all ``void Foo::create_grobs () { deprecated_process_music
500 (); }'' occurences, and reactivated some disabled code (note-name,
501 chord-name, custos, lyrics).  Reactivated Timing_translator using
502 process_music ().
504 1.3.109.hwn1
505 ============
507 * unsmob_element -> unsmob_grob
509 * Make a Slur::height callback, to prevent early brew_molecule
510 call. This fixes cross-staff slurs.
512 * Bugfix: custodes style must be symbol, not string.
514 * do_creation_processing () -> initialize (), do_removal_processing ()
515 -> finalize ().  Remove (do_)add_processing.
517 * Move Relative_octave_music::last_pitch_ into SCM, junk
518 Transposed_music::to_pitch_, junked Time_scaled_music::{den_i_,
519 num_i_}, Rhythmic_req::duration_, Melodic_req::pitch_
521 1.3.109
522 =======
524 * Bugfix: resurrected point-and-click. 
526 * Use scheme object props for storing type predicates and doc-strings
527 Dump global lists of properties into auto-documentation.
529 * Bugfix: extent callback for Rest, so  ledger lines don't disappear for
530 rest-collisions.
532 * Removed some hair from chord code
534 * Rewrite of engraver pass scheme: try to make graphical objects in
535 acknowledge_element()/process_acknowledged(), not in process_music()
537 * Remove Translator::status_ and associated code. Removes the need for
538 various XXXX functions as wrapper for do_XXX functions.
540 * Search replace: Score_element -> Grob (Graphical object),
541 {pre,post}_move_processing -> {stop,start}_translation_timestep,
542 do_try_music -> try_music.
544 1.3.108
545 =======
547 * Dropped ly_lists_equal for gh_equal_
549 * Removed Array from chord.
551 * Small bugfix to lilypond-mode.
553 * lily/part-combine-music-iterator.cc: fixed (switch `combineParts'
554 property on), and removed Array.
556 1.3.107.uu1
557 ===========
559 * Bugfix: don't call Crescendo::brew_molecule () too early if there is
560 an absolute dynamic.
562 * Rename class Crescendo to Hairpin.
564 * Search/replace: Musical_pitch -> Pitch 
566 * More links in the backend documentation.
568 1.3.106.jcn2
569 ============
571 * Cross compilation and info build fixes, really cancel all builtin
572 rules, sigh.
574 * Generated documentation fixes: Generate all interface descriptions,
575 separately, don't list non-set interface properties with element
576 descriptions.
578 1.3.106.hwn1
579 ============
581 * Deprecate `mudela' name: rename mudela to lilypond globally.
583 * construct Music_iterators decentrally.
585 * Make smob of Duration 
587 * Make smob of Musical_pitch.
589 * Move Repeated_music members into SCM. Length is computed via a SCM
590 function. (todo: write SCM function to unfold all repeats. \apply for
591 \midi)
593 * Remove Time_signature_change_req, \time is disguise for \property
594 Score.timeSignatureFraction = ...
596 * \property barCheckNoSynchronize: don't reset measurePosition when
597 finding a bbarcheck. This makes bar-checks for polyphonic music
598 easier.
600 * elt property full-size-change for clefs.
602 * Bugfix: use Stem::dim_callback (), so brew_molecule () is not called
603 too early.
605 * Bugfix: use extent of Note_head (iso. Note_column) for rest
606 collisions, so Stem::brew_molecule() is not called too early.
608 1.3.105.jcn1
609 ============
611 * Makeinfo html documentation generation fixes.
613 1.3.105.uu1
614 ===========
616 * Remove Bar_req, \bar is now a frontend to setting Score.whichBar
618 * Move Context_specced_music::translator_{type,id}_str_ into music
619 properties.
621 * Don't make line breaks during note playing.
623 * Clef engraver rewrite. Clef-engraver is now controlled through
624 properties clefPosition, clefGlyph, clefOctavation. The \clef command
625 is just a front-end to these, see scm/lily.scm, function
626 clef-name-to-properties.  See also input/test/manual-clef.ly
628 1.3.105
629 =======
631 * Bit of temporary makefile hacking to stay in sync with makeinfo patch.
633 * Separate interface description (test phase).
635 * Makeinfo --html split fix: http://appel.lilypond.org/fred/software/texinfo-4.0.jcn2.diff
637 * Use headers for makeinfo html output.
639 * Made some --scrdir build fixes.
641 1.3.104.uu1
642 ===========
644 * Smobified molecule, and cache molecule (ie. generate each molecule
645 only once).  Lily should be faster now. (approx. 6 % ?)
647 * Coded properties-to-font-name in C++. Measured speedup: 14% (wtk1-fugue2)
649 * Use music properties for Request data.
651 1.3.104
652 =======
654 * Documentation build fix: don't run LilyPond when generating plain info doc.
656 * Resurrected info documentation and made cross links between manual
657 and generated doco, some small fixes.
659 * Made small time signature style fix.
661 * Generate texinfo iso html documentation.
663 * Added x-references for elements->engravers and engravers->contexts.
665 * Fixed number font listing in style sheet.
667 * Fixed default font settings for text items, text-item now uses
668 font-interface's alist-chain.
670 * Renamed property AutoBeam to autoBeamSettings to avoid confusion
671 about non-existing AutoBeam element.
673 * Mensural clefs (courtesy Juergen Reuter)
675 1.3.103.lec1
676 ============
678 * abc2ly enhancements
680         * %%LY comments
682         * explanation of rationale for %%MIDI nobarlines
684         * supports -8va as a syntax for tenor clef
686         * pushing the Staff.timeSignatureStyle property
688         * parses space between key letter and mode in K: statement
690         * default for guitar chords is above the staff
692         * fix for translation of :: repeat
694 1.3.103
695 =======
697 * Translated auto-beam properties to alist.
699 * Rewrite of tfmtoafm in scm.
701 * Rewrite of emacs LilyPond mode, based upon auctex interface.
703 * Chord name fixes and additions (Atte Andr'e Jensen)
705 * ly-get-mus-property, ly-set-mus-property: set properties of Music
707 * Move Span_req::span_dir_ into Scheme
709 * removed numberOfStaffLines, staffSpace. Use StaffSymbol \push
710 staff-space, line-count
712 * removed minVerticalAlign, maxVerticalAlign; use VerticalAlignment
713 \push #'threshold = #(MIN . MAX)
715 * \property tremoloFlags can be set anywhere now
717 * \apply #function music 
719 * Bugfix: padding of dots.
721 * Generate documentation for separate engravers as well as for contexts.
723 * Move some reference manual into the  SCM documentation system.
725 * Bugfix: fixed hyphen spanners.
727 1.3.102
728 =======
730 * Fixed bracket, and made some other PostScript code fixes.
732 * Silly font initialisation fix for paper19 non-feature.
734 * Automatic engraver/property documentation infrastructure. 
736 * Fixed system-start braces
738 * Fix for forgetAccidentals: do print accidentals, just don't remember
739 them.
741 * Bugfix: forced script directions for scripts that have relative stem-direction.
743 * Bugfix: Tie_column doesn't force Tie directions ties that already
744 have a direction.
746 * Bugfix: multimeasure rest 
748 1.3.101
749 =======
751 * Custodes (patch by Juergen Reuter), mods by hwn.
753 * Font initialisation and markup translation fixes. (99.jcn2)
755 * Remove staffspace calls. Removed markScriptPadding. Fixes some
756 problems with tuplet, brace and volta spanners.
758 * make Font_interface::font_alist_chain (), and use default font
759 settings. Fixes too large time sigs.
761 1.3.100
762 =======
764 * Tweaks of .scm font-selection. 
766 * Rewrote font management of Score_element and Paper_def.
768 * Introduced outputscale: internally do computation in terms of
769 outputscale.  Prepare to deprecate staffspace internally.  Rewrote
770 .scm side of font selectioning. 
772 1.3.99.jcn1
773 ===========
775 * Made several font size and initialisation fixes.
777 * Renamed all occurrences of font-size to font-relative-size
779 * Renamed all occurrences of font-point to font-point-size
781 * Fixed interface.scm descriptions to use symbols iso strings
783 * Fixes for chord names, and added jazz style (James Hammons)
785 * Some font-size fixes.
787 * Added dynamics font in all staff-sizes.
789 * Quick fix for regtest.
791 1.3.98.hwn2
792 ===========
794 * Removed all paper vars except linewidth, indent, staffspace and
795 stafflinethickness.
797 * Rewrote Scheme side of font-selection.
799 * Bugfix: deprecate group-center-element thoroughly.
801 * Bugfix: LeftEdge must also have Break_align_item::alignment_callback
802 X-offset-callback.
804 * Add use music property "direction" for storing direction in
805 Script_req, use music property "text-type" for storing 'dynamic,
806 'finger, etc. Remove Dynamic_script_req. Resurrect fingerings.
808 1.3.98.lec1
809 ===========
811 * fixed scale-definition.ly for greek mode names.
813 1.3.98
814 ======
816 * Backend documentation updates and related cleanups
818 * Removed \property bracketCollapseHeight, systemStartDelimiterGlyph
820 * Bugfix: instrument-name on grandstaffs, see
821 input/test/instrument-name-grandstaff.ly
823 * Bugfix for tie/staffline collision.
825 * Bugfix: also send out end-repeat if there are no alternatives.
827 * Small solo cello suite fixes.
829 1.3.97.jcn1
830 ===========
832 * Added some interface documentation.
834 * Added raise and kern to markup.  This should make Chord names usable.
836 1.3.97
837 ======
839 * Made small fixes to basic properties: regression-test compiles.
841 * Moved Text_script_req's text_ member into mus-property.
843 * Renamed ChordName to ChordNames, for consistency.
845 * Resurrected most of chord names, superscripting and kerning
846   is currently broken, though.
848 * Junked all old style text lookups, except for feta definitions.
850 * Added support for name-based character lookups.
852 * Added support for font styles and papersize style sheets.
854 * Added new code for font selection and scm text markup.  Only used
855   for testing in \textscript SCM. See input/test/markup.ly.
857 * Fixed (added actually, it got lost?) word-space for chords.
859 * Added slope-limit and attachment-offset properties to slur.
861 * Slur's broken trend now weighs in the number of note-columns.
863 * Spacing tweaks
865 1.3.96.hwn1
866 ===========
868 * Mudela-book fixes (Tom Cato Amundsen)
870 * Put marks above chords.
872 * Solaris fix.
874 * Type checking for \push and \pop; elt property description (docs
875 inclusive) is now in Scheme.
877 * Self-documenting backend using ly/generate-documentation.ly
879 1.3.96
880 ======
882 * Added friendly message for the clueless dvips user.
884 * Clef-engraver: changed c0-position, clef-position and glyph into properties,
885   enabling ottava spanners: input/test/ottava.ly.
887 * Added option for edge lines to Text spanner.
889 * Bugfix for early initialisation of invalid (grace->voice) slur.
891 * Dropped text support and padding of crescendo symbol.  Horizontal
892   alignment of dynamics is handled by side-support, Text crescendos
893   use the generic Text spanner.
895 * Added a generic Text spanner.
897 1.3.95.hwn1
898 ===========
900 * Bugfix: octavate eight.
902 * Rewrote arpeggio.
904 * mudela-book fixes (Tom Cato)
906 * Cleaned up Group_interface and Pointer_group_interface
908 * Add accidentals to arpeggio support.
910 * Stemup + barline combination gets extra space.
912 * Score_element::extent () now takes a reference point argument.
914 1.3.95
915 ======
917 * Use music property for setting type. This prevents accidental
918 forgotten copies.
920 1.3.94.jcn3
921 ===========
923 * Added Arpeggio and Trill elements to feta font.
925 * Yet another bugfix for output-property (Han-Wen)
927 * Made some fixes to les-nereides.
929 * Fixed output-property (Dankje).
931 * Added backend framework for arpeggios.
933 * Fixes for les-nereides.  Should we do asymmetric slurs...?
935 * Don't print repeat bars at start of line.
937 1.3.94
938 ======
940 1.3.93.uu1
941 ==========
943 * Bugfix: don't crash if there is no volta bracket to end.
945 * Move offset, dimension callbacks into Scheme.  They can be initialized from basicXXXX properties using
947         (X-offset-callbacks . (callback1 callback2 .. .))
948         (Y-offset-callbacks . (callback1 callback2 .. .))
949         (X-extent-callback . callback1) 
950         (Y-extent-callback . callback1)
952 * naming: basicXXXProperties -> XXX, some other changes in naming;
953 convert-mudela rules added.
955 * naming: \voiceone -> \voiceOne and related changes. convert-mudela
956 rules added
958 * syntax: \property XXX \pop #'bla -> \property Context.XXX \pop #'bla
960 * changed aclocal.m4 to have better check for guile version. (Laura Conrad)
962 * updates for mudela-book (Tom Cato Amundsen)
964 1.3.93.jcn1
965 ===========
967 * Try at nastiest competition piece: input/les-nereides.ly.
969 * Moved Pedal_engraver to Staff context.
971 1.3.93
972 ======
974 * Added some error messages for toplevel and stray string parse errors.
976 * Don't start more than one slur at a time.
978 * Set direction of Slur too in a2-engraver.
980 1.3.92.hwn1
981 ===========
982 * Removed calls to global GUILE namespace.
984 * Added \property: scriptDefinitions, explicitClefVisibility,
985 explicitKeySignatureVisibility, instrumentEqualizer,
986 dynamicAbsoluteVolumeFunction
988 * Added element properties Bar::break-glyph-function,
989 Break_align_item::space-alist, Chord_name::chord-name-function
991 * Added \property combineParts: part combiner switched off by default.
993 * Remove all print methods.
995 * Use Scope::try_retrieve if possible.
997 * Remove FAQ in favor of URL.
999 * etf2ly.py robustness fixes.
1001 * Don't compensate for left edge in broken volta spanner.
1003 1.3.92
1004 ======
1006 * RPM .spec fixes.
1008 * italiano.ly
1010 * mudela-book updates by Tom Cato Amundsen.
1012 * Allow lyric hara kiri as well.
1014 * Bugfix: left/right mixup  in Side_position_interface::aligned_on_self ()
1016 * rest collision of differing rests.
1018 * Cleanup of Sequential_music_iterator, Simple_music_iterator.
1020 * Unfolded_repeat_iterator now signals repeats using \property
1021   repeatCommands. You could override this, eg.
1023         \property Score.repeatCommands = #'((volta "X") start-repeat)
1025   will print a |: and a volta bracket saying X. See also
1026   input/test/manual-volta.ly
1027   
1028 * Volta_engraver, Repeat_acknowledge_engraver: new engravers that are
1029 controlled by repeatCommands; much cleaner than the Repeat_engraver.
1031 * Junked Repeat_engraver.
1033 1.3.91.jcn1
1034 ===========
1035 * Abort all running spanners when part-combiner combines voices.
1037 1.3.91
1038 ======
1040 * Use S_ISDIR () and check for stat.h.
1042 * Various fixes for RedHat 7.0 / gcc 2.96.54
1044 * separate basic propertylist for fingerings, center them on
1045 noteheads.
1047 * Side_position_interface::aligned_on_self() now can take a real
1048 number for self-alignment-{X,Y}.
1050 * etf2ly: single line GF field.
1052 1.3.90.mb1
1053 ===========
1055 * Added an interscorelinefill paper variable. Set to a positive number 
1056   in order to stretch the inter-line spacing to fill the full pages,
1057   except for the last page (where it would look really ugly).
1059 1.3.89.jcn1
1060 ===========
1062 * Changed lilypond to LilyPond in ly2dvi, Mudela to LilyPond source.
1064 * Website fixes: Changed \interline to \staffspace in manual, removed offending
1065   braces from mudela-book.tely.
1067 * Fixed slur attachment correction bug.
1069 * Made some fixes to Coriolan.
1071 1.3.89.hwn1
1072 ===========
1074 * Only open files, not directories 
1076 * bugfix: textNonEmpty.
1078 * Look ahead in auto-change iterator for rests. This means rests
1079 before the note leading to an automatic staff switch are switched as
1080 well (improves the looks of scarlatti-test).  Associated fixes and
1081 additions for  Music_iterator::skip () and friends.
1083 * Bugfix: only quantise staccato inside the staff. 
1085 * cleanups for beam and stem. Removed global GUILE namespace calls
1086 from Beam and Stem.
1088 1.3.89
1089 ======
1091 * Some fixes to Coriolan.
1093 * Fixed some stupid core dumps processing Coriolan.
1095 * Fixed several problems with part-combiner's part-switching.
1097 * Fixes for ASCII output.
1099 * Added feature to part combiner that should allow part-switching only
1100   for entire measures.  Currently, it is controlled by a new 
1101   property changeMoments (A . B):
1102     - only switch when !(A mod now),
1103     - decide whether to switch based on music during time period B.
1105 * Made bugfix: Sequential_iterator::get_music (M): mustn't return music 
1106   later than M.
1108 * Added skip (M) to some iterators.
1110 * maintain minimum-length by shifting for hyphens at start of
1111 line. (patch courtesy Christophe Rhodes)
1113 * mudela-book fixes (courtesy Tom Cato Amundsen): documentation
1114 update, LaTeX example, landscape support.
1116 1.3.88.hwn2
1117 ===========
1119 * Added elt properties for Tie:
1120   - details
1121   - x-gap
1122   - staffline-clearance
1124 * Added elt properties for Slur
1125   - y-free
1126   - details
1128 * Removed C++ support for barNumberScriptPadding, now in
1129 generic-property.scm (but they're deprecated anyway)
1131 * Changed threshold in Align_interface to be in staffspace 
1133 * changed minVerticalAlign and maxVerticalAlign to be in staffspace.
1134 A better way: do \push #'threshold = #(cons A B ).  (WARNING:
1135 INCOMPATIBLE CHANGE)
1137 * moved translator definitions out of \paper { }, only instantiate in
1138 \paper.
1140 1.3.88
1141 ======
1143 * Sequential_iterator::get_music (), part combiner now works.
1145 * Changed paper variables into elt properties:
1146   Beam:
1147   - beam-space-function, Removed Paper_def::interbeam_f(), Smaller
1148   beams for grace notes.
1149   - beam-flag-width-function to Beam.
1151   Grace_align_item:
1152   -  horizontal-space: spacing of grace notes is configurable
1154   Volta_spanner: 
1155   - height
1156   - thickness 
1158   Multi_measure_rest:
1159   - expand-limit
1160   - minimum-width
1161   - padding
1163   Lyric_extender:
1164   - height
1166   Stem
1167   - thickness 
1169   Collision
1170   -  note-width to Collision
1172 * removed various obsolete variables from params.ly
1174 * added input/test/bagpipe.ly
1176 1.3.87
1177 ======
1179 * Made fixes to part-combine examples and Coriolan.
1181 * Bugfix: don't dump core on unterminated (de)crescendo.
1183 * Rolled next (M) also into get_music (M), similar to process (M), so that
1184   sequential-music-iterator::get_music (M) returns something useful.
1186 * Bugfix: part-combiner still expected Music_sequence, where get_music ()
1187   now returns plain list of events.
1189 1.3.86.hwn3
1190 ===========
1192 * Fixed problem with disappearing crescendi across line break.
1194 * Bugfix: dynamic texts should not be set by text-engraver. 
1196 * Rewrote and cleaned up music-iterator.
1198 * etf2ly robustness fixes.
1200 1.3.85.hwn2
1201 ===========
1203 * Added side-position-interface as an interface identifier, in stead
1204 of checking side-support-elements. This fixes a problem with stacked
1205 text scripts.
1207 * Removed spurious set_elt_property ("XX", SCM_EOL) calls.
1209 * Added \property squashedPosition for Pitch_squash_engraver: the
1210 staff-position number to squash noteheads to.
1212 * Added FAQ entry for script on bar, updated description of mailing
1213 lists.
1215 * Fixed bug with \translator { basicXXXProperties \push ... }
1217 * Updated and revised call for help in hacking.texi.
1219 * Bugfix: don't remember accidental if it is tied from the previous note.
1221 1.3.85
1222 ======
1224 * Separated definition and implementation of contexts (moved
1225 definition out of Translator_group into Translator_def)
1227 * pmx2ly.py fixes: now handles text at beginning of block correctly.
1229 * update .spec to include scripts. 
1231 * Changed syntax of \pushproperty:
1233         \property Voice.basicXXXProperties \push #'foo = #bar
1234         \property basicXXXProperties \pop #'foo
1236         \translator {
1237                 basicXXXProperties \push #'foo = #bar
1238                 basicXXXProperties \pop #'foo
1239         }
1241 1.3.84.jcn1
1242 ===========
1244 * Updated INSTALL.texi
1246 1.3.80.tca1
1247 ===========
1248 * Added Documentation/user/mb-latex.tex, mudela-book+latex example
1249   file and test case. Some work on Documentation/user/mudela-book.tely
1251 * mudela-book.py: any combination of \verb, \begin{verbatim}
1252   @code and @example and mudela should work as expected. 
1254 * dropped [].extend that depend on python 1.5.2
1256 1.3.84
1257 ======
1259 * pmx2ly, PMX to LilyPond conversion. Succesfully converts barsant.pmx.
1261 * musedata2ly, a Musedata to LilyPond convertor. Succesfully converts
1262 wtk1-fugue2
1264 * bugfixes for dynamics: make sure that dynamic alignments encompass
1265 the dynamics they support, and that any columns they attach to aren't
1266 prematurely killed.
1268 * bugfix: make sure \time gets noticed early enough.
1270 1.3.83
1271 ======
1273 * small doc updates.
1275 * Cleanups related to barline handling:
1277   - Removed Translator_group::get_simple_translator (), and -
1279   - use properties to communicate about barlines and time sigs. (NOTE:
1280     by default a time-signature of 4/4 is printed.)
1282   - fix repeat bar behavior.
1284 1.3.115.hwn1
1285 ============
1287 * documentation
1291 * cleaned up Directional_element_interface
1293 * add name field to score-elements.
1295 * comment in some unprotects for Music in parser. Should bring down
1296   cpu time and plug some leaks.
1298 * robustness fixes for etf2ly, tuplets, grace notes. 
1300 1.3.82
1301 ======
1303 * engraver.ly: cleanups.
1305 * etf2ly: robustness fixes, handle mac files as well.
1307 * Smobified Translator and Translator_group, junked
1308 Translator_group_identifier.
1310 * \pushproperty and \popproperty withing \translator, similar to
1311 predefining \property, ie.
1313         \translator { [...] \pushproperty [..] }
1314         \translator { [...] \popproperty [..] }
1316 (these \pushes and \pops are delayed until instantiation, so if you do
1319         \score {
1320                 \pushproperty #'basicFooProperties #'bla #VALUE1
1321                 \context Voice { \pushproperty #'basicFooProperties #'bar #VALUE2
1322                         [..]
1323                 }
1324         }
1326 then the setting for basicFooProperties contains both (bla . VALUE1)
1327 and (bar . VALUE2).
1329 * allow \pushproperty #'symbol [..] as well as \pushproperty #'(symbol1 symbol2 ... )
1331 1.3.81.jcn1
1332 ===========
1334 * Activated regex for windows.
1336 * New guile-1.4 patch for cross windows build.
1338 * Added configure messages for metapost checking.
1340 1.3.81
1341 ======
1342 1.3.80.gp1
1343 ==========
1345 * Added property LyricVoice.associatedVoice to enable switching associated
1346   voice mid-stream. Association still defaults to context name.
1348 1.3.80.hwn1
1349 ===========
1351 * \pushproperty, \popproperty: property settings with less memory
1352 cost. See input/test/pushproperty.ly and Documentation/hacking. Note:
1353 syntax is most likely only temporary.
1355 1.3.80.jcn1
1356 ===========
1358 * (Line-)broken slurs now have vertical trend.
1360 * Better length for broken ties: no invisibly short ties.  Now ties may
1361   collide with time signatures, though.
1363 * Don't typeset unfinished spanners, but kill them.
1365 * Added two FAQs (Mats)
1367 * Made workaround guile-1.4.1 backward incompatible (scm_)eval change.
1368   Note that we must use (scm_)eval2 to remain backwards compatible with
1369   guile < 1.4.1 snapshot.
1371 * Reincluded 79.jcn2 fix
1373 1.3.80
1374 ======
1376 1.3.79.jcn5
1377 ===========
1379 * Created Thread_devnull_engraver and Voice_devnull_engraver iso
1380   single A2_devnull_engraver in Thread context.  It seems however
1381   that the hack in A2_devnull_engraver works better.
1383 * Coriolan fixes.
1385 * Slur attachment fix for chords where case slurdir != stemdir.
1387 * Made various fixes for (line-)broken slurs.
1389 * Fixed slur_height (), which fixes most ugly slurs (Yeah!).
1391 * Fixed some silly url reversals in FAQ.
1393 * Finished Coriolan music entry (again); entered second viola part.
1395 * Updated Coriolan to use part combiner on Voice level for wind parts
1396   and on Staff level for violi and bassi.
1398 * Part-combiner now uses duration inquiry, which fixes rhythm-related
1399   bugs in determining solo/a2.  Also, rests are taken into account.
1401 * Another crude fix for almost unexplainable (with a gdb that dumps
1402   core on ly_display_scm) all-zero control points slurs.
1404 * Fixed slurs that crossed through stems and note heads.  Note
1405   that beautifying of ugly slurs is still broken.
1407 * Made crude fixes slurs don't crash, bezier still crashes on
1408   infinitely steep slurs (eg flauti-part *with* slur_engraver).
1410 1.3.79.gp1
1411 ==========
1413 * Replaced empty melisma score element with a property
1415 * Renamed Voice_alist_entry -> Syllable_group in lyric-phrasing-engraver
1417 1.3.79.uu1
1418 ==========
1420 * fixed y-position of whole rest
1422 * fixed sustainPedalPadding
1424 * etf2ly: articulation, lyrics.
1426 1.3.79
1427 ======
1429 * etf2ly.py: Finale to LilyPond conversion.
1431 1.3.78.jcn4
1432 ===========
1434 * Made simple fix to get part-combiner to recognise different rhythms
1436 * Unhardcoded part combiner and a2-engraver; introduced properties
1437   splitInterval, soloADue, soloText, soloIIText, aDueText.
1439 * Fixed part combiner's too-late problem (Dankje!)
1441 * Fixed a2-devnull-engraver, a2-engraver.
1443 * Renamed part combiner music names to "one", "two".
1445 * Cleaned up decision making in part combiner, renamed to "solo"/"unison"
1447 1.3.77.mb1
1448 ==========
1450 * Minor documentation updates
1452 * Mark_engraver: has been broken since .73, fixed!
1454 1.3.78
1455 ======
1457 * Added a devnull engraver, that junks (notehead) requests of the second
1458   stem when combined parts are in unison (a2).
1460 * Part-combine iterator identifies Soli and A2 parts in threads by 
1461   looking at rhythm and pitches.  It switches Voice context automagically,
1462   and communicates current state using a2/solo/solo2 properties.
1464 * Simple A2_engraver (`a due) prints `a2/Solo/Solo II.  Soli seem to
1465   arrive one request late.
1467 * First try at combining parts: part-combine*
1469 * fixed problem with HaraKiri
1471 * fixed problem with dynamicDirection
1473 * fixed problem with nonEmptyText 
1475 * `Fixed' chord notation, as per request of David Arnold, ie, 
1476    Added a chord-name-mode, that only displays chord names
1477    when there's a change in the chord-name-scheme, Also, a chord
1478    name should always be displayed after a line break.  See
1480        input/test/chord-changes.ly
1482 * Reverted duration-iter change in midi2ly, moved printing of options.
1484 * warning bugfix in lexer.ll (Mats Bengtsson)
1486 1.3.77
1487 ======
1489 * Midi2ly bugfix: handle durations longer than longa.  These can occur
1490   because of lengthened notes when using --no-rests.
1492 * Midi2ly: output `new' \key syntax, and updated version number.
1494 * Midi2ly bugfix: don't correct quantised durations, don't use tuplets, 
1495   double dots etc. when user doesn't want them.  It probably used to
1496   work like this, a long time ago.  For some unknown reason, all
1497   corrections made by Duration_convert were junked if the corrected
1498   duration != exact duration.  Duh.
1500 * Midi2ly: added a new option: --no-rests.
1502 * Update of mudela-book (Tom Cato Amundsen)
1503  - --read-lys option, now you can do:
1504         mudela-book file.texi
1505         convert-mudela
1506         mudela-book --read-lys
1507  - --outdir=DIR will put ALL output into DIR
1508  - @mudela[filename="myfilename"]{c d e f g}
1509  - --force-mudela-fontsize
1510  - ignore mudela inside @ignore @end ignore
1512 1.3.76.gp1
1513 ==========
1515 * Lyric_phrasing_engraver now catches lyric extenders and correctly
1516   terminates them under the last note of a melisma.
1518 * Lyric word spacing code changed to fix hyphen alignment.
1520 * Other minor tidying up of Lyric_phrasing_engraver and related code.
1522 1.3.76
1523 ======
1525 * Lyric_phrasing_engraver now adjusts for melisma.  (Glen Prideaux).
1527 * Mudela-book fix for Windows95 (Mark Hindley)
1529 * Debian update (Anthony Fok)
1531 * Added beam melisma for when automaticMelismata and noAutoBeaming are both
1532   #t (primarily for hymns).  Courtesy Glen Prideaux.
1534 * Bugfix: .pfa dependency on $(outdir)/mfplain.mem
1536 1.3.75.mb1
1537 ==========
1539 * stepmake/stepmake/metapost-rules.make: Put all generated files
1540   in mf/out/.
1542 * Added paper variable interscoreline to determine the score line
1543   spacing, see input/test/vertical-extent.ly.
1544   Cleaned up the lilyponddefs.tex inclusion scheme.
1546 1.3.75
1547 ======
1549 1.3.74.gp1
1550 ==========
1552 * Improved default handling of Lyric_phrasing_engraver and made it on by 
1553 default.
1555 * Beginnings of a stanza number engraver (\property LyricVoice.stanza = 
1556 #"1:" etc.)
1558 * fixed bug in script.cc so fermata (and other scripts) get flipped 
1559 correctly when they are above the staff.
1561 1.3.74.jcn2
1562 ===========
1564 * Reincluded simple code for including tfm.[1-5] into search path.
1565   Configure with --disable-kpathsea to enable this kludge.
1567 1.3.74.jcn1
1568 ===========
1570 * Updated input/test/banter-chords.ly German H/B example.
1572 * Updated nl.po.
1574 * Have configure check for kpathsea library and functions.  Made kpathsea
1575   support optional for now.
1577 * Bugfix: halved width of tremolo-beams.
1579 * Included compilation fix for guile-1.3.4 (Anthony).
1581 * Added: chord inversion and base to regtest.
1583 * Fixed: Chord names that were broken by pl73.
1585 * Fixed: Chord inversions that were broken by pl72.
1587 * Resurrected ascii-script output, for debugging purposes.
1589 * Included compilation fix for scm-hash.cc (Han-Wen).
1592 1.3.74
1593 ======
1595 * Small bugfix: also do a deep copy on  submusices
1597 * Fixed:  \autochange doesn't crash anymore.
1599 * Cleanup, documentation and enforcement of smob interfaces in
1600 LilyPond.  We distinguish between SIMPLE_SMOBS and SMOBS (objects that
1601 have self_scm_)
1603 * Glen Prideaux lyric phrasing engraver. See
1604 input/test/lyric-phrasing.ly
1606 1.3.73
1607 ======
1608 * Removed \interscoreline after the last line, prevents some
1609 empty pages. (patch by Mats Bengtsson)
1611 * Smobified Music, junked associated identifiers. Use Scheme list to
1612 store Music_sequence.  Removed const declarations from
1613 Music_iterators.  Added a mutable and immutable property list to
1614 Music.  Use music property for all Scheme values in Music.  Created
1615 and fixed a load of Garbage Collection bugs.
1617 * Changed number font to allow automatic .mf creation.
1619 * Output place of definition as \special{src:LOCATION}. See FAQ for
1620 explanation how to use.
1622 * Schemified Local_key_item and fixed minor bug with accidentals.
1624 * new Japanese .po file.
1626 * Bugfix for broken tie direction
1628 * Bugfix for bar at beginning of line break
1630 1.3.72
1631 ======
1633 * Robustness fix for minimise_least_squares ()
1635 * cleanups of Slur_bezier_bow, removed Bezier_bow.
1637 * cleanup of Tie. Changed Tie into interface. Made ties flatter by default.
1639 * changed SCM_UNDEFINED to SCM_UNSPECIFIED for return values that go
1640 back into Scheme.
1642 * changed SCM_UNSPECIFIED to SCM_EOL for undefined element
1643 properties. This makes initializing list properties redundant.
1645 * removed idiotic code for including tfm.[1-5] into search path.
1647 * fixed problem with tuplet placement for cross staff tuplets.
1649 1.3.71
1650 ======
1651 * Small cleanups to bring down  compile time and binary ensmallment.
1653 * Made Lookup into a smob, and use guile alist iso. an STL map.
1655 * Changed repeated music semantics for relative octave: each
1656 alternative takes its inital octave from the body.
1658 * Fixed: parser accepts booleans for property values as well.
1660 * Added Scarlatti sonata test file to input/
1662 * kpathsea support, courtesy Carsten Block <carsten.block@gmx.de> 
1664 1.3.70
1665 ======
1666 * Fixed: long standing problem in optical-illusion code.
1668 * Fixed: stop beam if stem *has* a beam in auto-beam-engraver. 
1670 * Made interface of Multi_measure_rest, System_start_delimiter,
1671 Spacing_spanner, Separating_group_spanner, Beam, Slur and
1672 Rhythmic_head.
1674 * Use properties for minimum distances and spring parameters.  Move
1675 spacing related functions from Paper_column into Spaceable_element.
1677 * Removed most Paper_column typecasts.
1679 1.3.69
1680 ======
1682 * Cleanup auto-beam-engraver: use properties for retrieving timing
1683 information.
1685 * Fixed: Multi measure rests don't cause crashes.
1687 * Fixed: don't invoke Hara_kiri::consider_suicide too early.
1689 * Fixed: property engraver.  
1691 * Fixed: don't crash on multiple ties.
1693 * Cleanups of Beam, should also be a little faster.  
1695 * Reunite properties and pointers. In implementation we make a
1696 distinction between mutable and immutable properties
1698 * Add {has|set}_interface () static methods to interface classes.
1700 * Made Side_position_interface and Staff_symbol_interface an all
1701 statics class, and stripped _interface suffix.
1703 * Make Align_interface and Axis_group_interface an all-statics class 
1705 * Rhythmic_head, Staff_symbol, Grace_align_item, Break_align_item,
1706 Bar, Span_bar are now interfaces, Staff_bar was removed. Use a
1707 callback for determining barsize.
1709 * Removed all GLUE_SCORE_ELEMENT callbacks. 
1711 * Added test for repeats to trip.ly
1713 1.3.68
1714 ======
1716 * ly2dvi: changed back to original semantics of latexheaders.
1718 * Stem_tremolo, Crescendo, Hara_kiri_group_spanner, Tuplet_spanner,
1719 Volta_spanner changed into interface.
1721 * Related cleanups for Tie, Tie_column cleanups.
1723 * Made Time_signature, Single_malt_grouping_item, Script_column,
1724 Chord_name, Dot_column, Breathing_sign, Key_item type into interface.
1726 * Removed const declaration from callback arguments.
1728 * Pagebreak support. See input/test/between-systems.ly
1730 * Fixed a problem with accidentals in combination with
1731 non-nil key signatures.
1733 1.3.67
1734 ======
1736 * Use callbacks for augmentation dot positioning.
1738 * Removed types Note_head and Rest
1740 * Cleanup of slur.cc: use common reference points in a sane manner.
1742 1.3.66
1743 ======
1745 * Corrected text sizes in paper*.ly (Mats Bengtsson)
1747 1.3.65.uu1
1748 ==========
1750 * Dots, Collision, Rest_collision removed as separate Score_element type.
1752 * Stem and Note_column accept only one rest.
1754 * Use offset callback in Stem to resolve rest/beam collisions.
1756 * Put the value of new  local key signature (accidentals) back into a property.
1758 * Set molecule-callback for notename item.
1760 1.3.65.jcn2
1761 ===========
1763 * Added some comments to new slur code.
1765 * Removed some ugly interstaff slur code, interstaff slurs at line-break
1766   are still broken.
1768 * Slur bugfix: 16th beams are also beams.
1771 1.3.65
1772 ======
1774 * Bugfix: translate volta spanner at start of line.
1776 * Changed directional_element() calls to instantiations
1777 of Directional_element_interface.
1779 * Removed Dynamic_line_spanner, and cleaned up Dynamic_engraver.
1781 * Removed Staff_info type. Information about columns is now transferred
1782 via currentMusicalColumn and currentCommandColumn.
1785 1.3.64.jcn2
1786 ============
1788 * Made slur attachment position user settable; properties:
1789 slurBeginAttachment slurEndAttachment, values: 'head 'stem
1790 'along-side-stem.  See input/test/slur-attachment.ly and ophee-slurs.ly.
1792 * Fixed slur attachment positions, added missing rule and use simple
1793 default starting positions for attachments.
1795 * Started rewrite of slur ending code, interstaff slurs are broken for
1796 now.
1798 * Fixed download URL of the webpage.
1800 * Moved direction.cc to flower/.
1802 1.3.64
1803 ======
1805 * Lyrics centered on notehead.
1807 * Various bugfixes hyphen-spanner.
1809 * Bugfix: set appropriate callbacks for Note_head. This fixes 
1810 problems with dots.
1812 * Removed Clef_item as score-element derived type.
1814 * Updated config.sub and config.guess
1816 * Bugfix: allow linebreaks on beamed grace notes.
1818 1.3.61.jcn2
1819 ===========
1821 * Included dutch po-update based on submitted 1.3.57 nl.po
1823 * Added "Development" link to website, now that "Home" is a relative link.
1825 * Bugfix: use deep copies for resetting keys.
1827 * Assorted typing erors in procedure names in ly/engraver.ly
1829 1.3.62
1830 ======
1832 * Made callbacks from Score_element::before_line_breaking() and
1833 Score_element::after_line_breaking()
1835 * Fixed website; backlinks should work again.
1837 * Removed --ignore-version option. Added --verbose option.
1839 1.3.61
1840 ======
1842 * Webpage hacking
1844 1.3.60.hwn1
1845 ===========
1847 * Junk int_identifier, real_identifier. Merged Midi_def_identifier and
1848 Paper_def_identifier.
1850 * Fixed bug with spanning barlines in combination with Hara-Kiri staffs.
1852 * Cleaned up Text_item, Hyphen_spanner, Lyric_extender and
1853 Sustain_pedal and reduced them to an Score_element interface (they are
1854 no longer Score_element derived types).
1856 * Some instances of brew_molecule routines have moved out of
1857 Score_element, and are now called scheme_molecule.
1859 * Moved lots of parameters from ly/params.ly to ly/engraver.ly
1861 1.3.59.hwn1
1862 ===========
1864 * Removed String_identifier, and use the type system of GUILE instead.
1866 * Fixed \key PITCH MODALITY syntax. The modality argument is now
1867 mandatory, a rule in convert-mudela has been added.
1869 * Cleaned up  buildscripts/ directory: removed obsolete scripts.
1871 * Use Scheme_hash_table for identifier Scopes.  Scheme_hash_table is
1872 based on STL and should be faster than hash_table.
1875 1.3.59.jcn1
1876 ===========
1878 * Fixed scm_un/protect_object for guile-1.3.4 and 1.3.5 snapshots,
1879   in the process reduced number of protect/unprotect calls.  With
1880   guile-1.3.5 snapshot, memory usage has decreased by 1/5th, now
1881   just 10% above the 1.2 level.  Also, Lily's a bit faster.
1883 * Fixed make diff bug in stepmake to be able to make this diff :-)
1885 1.3.58.hwn1
1886 ===========
1888 * Rewrote key sig support.  Now key signature can also be controlled
1889 by setting keySignature and localKeySignature properties, eg.
1891         \property keySignature = #'((2 . -1) ( 4 . -1) (6 . -1))
1893 sets a key signature of `es ges bes' (an unusual key signature).
1895 Keys are internally represented as transpositions of the c-major
1896 scale. Printing the key signature for a scale is done by filtering out
1897 all non-natural accidentals.
1899 * Removed support for \keysignature, and \key something \minor; Newkey
1900 is now obsolete.
1902 1.3.58.jcn3
1903 ===========
1905 * Fixed pedal items (hw)
1907 * Changed configure option tex-tmfdir to tmf-path now accepting multiple
1908   tfm directories.  Automated links to cmr and amstex tfm font directories.
1910 * Replaced one scm_assoc () u-turn slipped through jcn1
1912 * various GUILE 1.3.5 compile fixes
1914 * Added `Ped' as a compound symbol font and removed silly scheme kerning.
1916 * Replaced some scheme assoc u-turns with scm_assoc ()
1918 * Ran po-update (mostly because of new ja contribution).
1920 1.3.57.jcn2
1921 ===========
1923 * Cleaned-up scheme list to text conversion for Chord_name and 
1924 fixed horizontal kerning.
1926 * Added examples for american (slashed o) and jazz (black triangle),
1927   see input/test/{american-chords.ly,jazz-chords.ly}
1929 * Made guile-1.3.5 compile fixes
1931 1.3.57.uu1
1932 ==========
1934 * Fixed typo in Dots::do_brew_molecule (); this fixes the disappearing
1935 dots problem.
1937 * Rewrote key signature administration; now Scheme is used; Octave and
1938 Key have been junked in favor of Newkey.
1940 * japanese .po file included (thanks, Japanese team!)
1942 1.3.57
1943 ======
1945 * Fixed several forgotten molecule-callbacks 
1947 * Fixed first clef in score; now F clefs are also possible.
1949 1.3.56.mb1
1950 =========
1952 * Updated FAQ with two useful GDB macros.
1954 * Several fixes in the documentation.
1956 1.3.55.jcn1
1957 ===========
1959 * Made (dutch) po-update
1961 1.3.56
1962 ===========
1964 * Molecules are now generated via callbacks exclusively; most calls to
1965 set_elt_property ("transparent", SCM_BOOL_T) have been replaced by suicide().
1967 1.3.55
1968 ======
1970 * Experimental property collapse for most score-elements.  (notable
1971 exceptions: Scripts, pedals). Change all Score_element constructors to
1972 take a basic-property list. The suffix of a property list may be
1973 shared by several score-elements, for instance all default G-clefs in
1974 a score share the following settings
1975   
1976            (breakable . #t)
1977            (break-align-symbol . Clef_item)
1978            (visibility-lambda . ,begin-of-line-visible) 
1980 This should reduce memory usage further. 
1982 * Magically fixed the disappearing Lyrics problem.
1984 * Removed used_b_ field from Score_element.  
1986 * Massive search-replace patch: store pointers and properties
1987 separately, in preparation of property collapse.
1990 1.3.54
1991 ======
1993 * Bugfix: don't crash on tuplet spanners that don't contain any notes.
1995 * Cleanup of Dimension_cache: removed a few redundant
1996 fields. Slightly lower memory usage (32 bytes per
1997 score-element). Dimension_cache is now a `dumb' struct again.
1999 * Add array index to priority field of text scripts to ensure that
2000 order is unique, and sensible.
2002 * Added an element count statistic.
2004 1.3.53
2005 ======
2007 * russian.po (thank you, August.)
2009 * Small cleanups in Molecule interface 
2011 * Spacing related elements perform suicide after calculating
2012 distances.  This saves a some memory, approximately 2 to 5 % ?
2014 * Small cleanups in line breaking: Paper_column stores springs and
2015 rods in only one place now.  All fields relating to energy have been
2016 removed
2018 * Don't generate all output Scheme in memory, but evaluate to output
2019 file immediately.  This will reduce memory usage a little.
2021 * Use STL's map  for Dictionary template
2023 * Substitute pointers on element properties of the root Line_of_score
2024 as well.
2026 * Added toplevel doc target, to support building doc with --srcdir
2028 * Removed cygwin build stuff; updated versions at:
2030      http://appel.dyndns.org/lilypond/gnu-windows/cross
2032 * Fixed lily.scm to handle incipits (thanks, Mats)
2035 1.3.52
2036 ======
2038 * Made bugfix in smob handling: delete the C-part of freed smobs and
2039 be honest about amount of allocation and deletion, so that GUILE
2040 doesn't overestimate the amount of memory available.
2042 * Faq update: nicer blank note paper, courtesy Mats Bengtsson.
2044 * Bugfix: don't crash on durations that are not a power of 2.
2046 * Build manpages during `make all' 
2048 * Bugfix: don't do absolute comparisons in Polynomial::clean ().
2050 * Bugfix: set visibility-lambda for key signature created by
2051 createKeyOnClefChange. Fixes disappearing key signatures. 
2053 * Bugfix: make System_start_delimiter of bar-line type invisible when
2054 it spans only one staff.
2056 1.3.51
2057 ======
2059 * Item cleanups.  Copying items and rearranging pointers are done in
2060 separate passes, which makes the code cleaner. This fixes a problem
2061 with some items not disappearing from hara-kiri staffs.
2063 * Use Scheme for Key_item data members. 
2065 * Don't use regex in chord-names.scm under windows; hybrid chordnames
2066 user+calculated will be partly broken.
2068 1.3.50
2069 ======
2071 * Junked Shift_tuple from collision; Now it uses SCM.
2073 * Bugfix of documentation and test-file of tuplet.
2075 * Bugfix type string of repeated music is copied. This fixes declared
2076 tremolos.
2078 * Junked various cruft from lily.scm
2080 * Use interfaces symbols instead of C++ class-name for assigning generic
2081 element properties.
2083 * Junked Dictionary from Piano_pedal_engraver and
2084 Piano_pedal_performer.
2086 * Introduced boolean element property no-spacing-rods: ignore this
2087 item for hard constraints.
2089 * Bugfix: added sanitised TeX fragment in faq.texi
2091 * Bugfix: merge equal Bar_reqs
2093 1.3.48.uu1
2094 ==========
2096 * Small fixes for \cresc and \endcresc
2098 * Release properties of unbroken spanners & items after doing
2099 handle_broken_smobs (); should conserve a little memory.
2101 * Fixed handling of orphaned score-elements. Any element that does
2102 not have its Line_of_score as a ancestor in both directions, is silently
2103 removed from the output.  This guarantees that programming errors
2104 don't result in coredumps from Dimension_cache::common_refpoint ():
2105 element->line_l () is always a common reference point.
2107 * Bugfix: set visibility-lambda of clef and octavation-8 explicitly
2108 for default case.  Now the octavation 8 is not printed at every
2109 barline.
2111 1.3.48.mb1
2112 ===========
2114 * Changed noteHeadStyle properties to symbols, for example
2115   \property Voice.noteHeadStyle = #'cross
2117 1.3.47.jcn3
2118 ===========
2120 * Rewrite of chord-name production in scheme.  There are two major styles
2121   now, banter and american.  To get american style, use
2123       \property ChordNames.chordNameStyle = "american"
2125   Most anything should be possible now.  See input/test/american-chords.ly
2127 * Added isinf check to configure.in, and isinf macro from guile to
2128   bezier.cc; solaris has no isinf ().
2130 * Fixed star-spangled-banner with not-so-nice \bar "|." fix.  Almost
2131   perfect now.
2133 * Added output property to regression test.
2135 * Fixed warning of creating existing outdir.
2137 * Added `Mark' interface to text-items that are marks (thanks, HW).
2139 1.3.48
2140 ======
2141 1.3.47.mb2
2142 ===========
2144 * Corrected glossary.tely
2146 * Corrected \mark font handling. feta-nummer font only of the 
2147   string is all numeric.
2149 * Implemented noteHeadStyle lookup in Guile. Reintroduced the style
2150   "harmonic" and added "baroque" (normal note shapes except for 
2151   brevis and longa which are square).
2153 * Simplified ly2dvi using the power of the geometry package.
2155 * Improved heuristic size calculation of TeX macros. Handles e.g.
2156   "\\u{a}", "\\"{o}" and "\\^{u}" correctly.
2158 1.3.47.hwn1
2159 ===========
2161 * Bugfix: don't hang on zero-duration.
2163 * Various glossary updates (thanks, Christian)
2165 1.3.47
2166 ======
2168 1.3.46.jcn2
2169 ===========
2171 * Drastically reduced vertical space used by headers/footers, when using
2172   ly2dvi.  See input/test/fill-a4.ly.
2174 * Fixed bug with colons appearing on repeat span-bars.
2176 * Added Bar_number_engraver to standard Score context
2178 * Construct octavation scripts in the clef-engraver; this fixes the
2179 hara-kiri + clef8 problem
2181 1.3.46
2182 ======
2184 1.3.45.jcn2
2185 ===========
2187 * Fixed chord-name customisation and made small chord-name build fixes.
2189 * Accidentals with chord-names smaller and as superscript.
2191 * Do some extra footify (works only once) while making html docs.  
2193 1.3.45.hwn1
2194 ===========
2196 * Debian patch (Thanks Anthony)
2198 * Rewrote Bar_number_engraver and Mark_engraver and removed
2199 Bar_script_engraver as baseclass. Both Bar_number_engraver and
2200 Mark_engraver are simpler and more robust.
2202 * Fixed precedence of \property verticalDirection and dynamicDirection
2204 * Fixed keys without barlines 
2206 * Fixed StaffGroups: removing `\consistsend "Axis_group_engraver"'
2207 puts alignment in function again
2209 * Fixed StaffGroup + GrandStaff combination.
2211 * Music is now mandatory as the first thing in a \score{} block
2213 1.3.45
2214 ======
2215 1.3.44.jcn2
2216 ===========
2218 * Implemented una-chorda and sostenuto piano pedals in performer and engraver.
2220 * Added Properties textScriptWordSpace and chordNameWordSpace.
2222 * Junked old lyrics in star-spangled-banner.
2224 * Added a Piano_pedal_engraver.
2226 * Removed some empty files.
2228 * Created piano pedal symbols: * - . P e d.
2230 * Fixed ps-to-pfa.py to handle multiple unfills.
2232 * Moved accordion symbols out of feta-script to end of font.
2234 * Bugfix: don't create tfm's, pfa's etc of feta-test fonts.
2236 * Fixed blot_diameter for small resolutions.
2238 1.3.43
2239 ======
2241 * Put global element list into Line_of_score, instead of
2242 Paper_score. post processing (the stage after line breaking) is now
2243 truly done per-system, and we got rid of an ugly hack to get font
2244 handling OK.
2246 * Bugfix: set the group-interface of System_start_delimiter.
2248 * Cleanups of Break_algorithm and derived classes, Move
2249 broken_col_range () to Line_of_score, remove Paper_score::col_l_arr_
2251 * Bugfix for accordion symbols.
2253 * Various patches to prevent crashing when do_brew_molecule gets
2254 called before after_line_breaking (). This was a problem in Spanner
2255 classes mostly.
2257 1.3.43
2258 ======
2260 1.3.42.jcn3
2261 ===========
2263 * Made a quick try at piano pedal performer, damper pedal only.
2265 * mf/feta-accordion.mf: Fixed strange turning paths.
2267 * mf/feta-beugel.mf: Fixed infinity errors.
2269 * Use a more discriptive name for windows setup.zip.
2271 * mf/GNUmakefile: Have logs as last target, so that normally, they're 
2272 not made twice.
2274 * stepmake/stepmake/metafont-rules.make: Don't remove the .log files.
2275 The logs are a target, removing them retriggers make.
2277 * stepmake/stepmake/metapost-rules.make: Remove the correct log and tfm
2278 files, ie the ones that clutter the source directory, not the target logs.
2280 * Windows distribution: faked symlink for cmtfm.  Setup.zip should now be
2281 standalone; ie, no need for Cygnus' usertools anymore.
2283 1.3.42.jbr1
2284 ===========
2285   
2286 * Documentation/ntweb: Updated angels.ly to match current syntax.
2287 Also updated index.texi.
2289 1.3.42.uu1
2290 ==========
2292 * Change all occurances of Staff_margin_engraver to
2293 Instrument_name_engraver, add a convert-mudela rule
2295 * Change status == busy assert into programming error
2297 1.3.42
2298 ======
2300 1.3.41.jcn3
2301 ===========
2303 * Lots of fixes to windows distribution scripts.
2305 * Added configuration features --program-prefix, --program suffix.
2307 * lily/my-lily-parser.cc (get_chord): Bugfix, don't use deleted pitch.
2308 This fixes inversions c/g and bass additions d/+c on chords.
2310 1.3.41.mb1
2311 ==========
2313 * Avoid that xxxXXXVerticalExtent is used for empty HaraKiriStaff
2314   lines.
2316 1.3.41.hwn1
2317 ===========
2319 * Debian patches (thanks Anthony!)
2321 * Use symbols for prefatory matter spacing. Do not use the typename
2322 for looking up item pairs in the table, but read element property
2323 break-align-symbol
2325 * Instrument_name_engraver, uses break alignment instead of
2326 side-position.
2328 * System_start_delimiter_engraver, System_start_delimiter, uses a
2329 spanner for the braces/brackets at the left of the system. Remove all
2330 old Span_score_bar engravers.
2332 * Removed Base_span_bar_engraver::use_prority_b_, and moved
2333 Base_span_bar_engraver into Span_bar_engraver.
2335 1.3.40.jcn3
2336 ===========
2338 * mutopia/Coriolan/violino-2.ly: Bugfix: wrong pitch.
2340 * input/test: Removed stale AutoStaffSwitch examples.
2342 * mutopia/E.Satie: Fixed gnossiene-4, doing \autochange.  Removed
2343 stale copy of gnossiene-4.
2345 * buildscripts/make-cygwin-cross.sh: Made some small .zip package fixes.
2347 * make/lilypond.spec.in: Made some bugfixes for _prefix, preparations
2348 for cross-building to Cygwin.
2350 * buildscripts/make-cygwin-cross.sh: Now using rpm packages.
2352 1.3.40.hwn2
2353 ===========
2355 * added \property XXXMinimumVerticalExtent, \property XXXExtraVerticalExtent
2357 * New_chord_tremolo_engraver: make tremolo beams from
2359         \repeat "tremolo" NUMBER <Music-expression>
2361 Removed support for "old-style" tremolos.
2363 * Add a convert-mudela function for the conversion "\key A;" to "\key a; 
2365 * Read \property measurePosition within the engraver code, instead of
2366 looking up the Timing_translator.
2368 * star-spangled-banner.ly: add Bar_engraver to LyricsVoice 
2370 * Changed all .fly and .sly files to .ly files.  Propose to dump .fly
2371 and .sly.
2373 1.3.40
2374 ======
2376 1.3.39.jbr1
2377 ===========
2379 * buildscripts/mf-to-table.py: feta dep files are now opened with write
2380   binary option.  This avoids carriage return linefeed problems and
2381   windows while not affecting unix.
2383 * Documentation/hacking.texi: Fixed a texinfo syntax error
2385 * stepmake/bin/package-zip32.sh: Fixed or Removed some legacy, 1.2.x,
2386   directory paths.
2388 * Documentation/ntweb/index.texi: Fixed broken links, added 1.3.39 links.
2390 1.3.39.hwn1
2391 ===========
2393 * Glossary updates by Christian Mondrup.
2395 * Bugfix: use generic properties in lyrics too. This fixes the
2396 \property textStyle for lyrics.
2398 * Score_element::preset_extent(), used by \property
2399 XXXVerticalExtent, so hard code the size of a vertical group. 
2401 * Don't fix up reference points for originals of broken
2402 spanners. Fixes spurious "orphaned score-element" warnings.
2404 * buildscripts/make-cygwin-cross.sh: Use rx-1.5 instead of regex (Jeffrey).
2406 * scm/lily.scm: Fixed check for Windows: by default don't use scm regex.
2408 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: Significantly smaller
2409 patch for guile.
2411 * buildscripts/make-cygwin-cross.sh: Compile native package GNU regex,
2412 which should fix Windows problems with guile.  Also added input directory
2413 to zip file.
2415 * stepmake/aclocal.m4: Added decent checking for version of guile, and 
2416 fixed warning message.
2418 * lily/lexer.ll (My_lily_lexer): Bugfix: lookup chordmodifiers in the
2419 chord-modifier table (not in the pitch list).
2421 1.3.39
2422 ======
2424 1.3.38.hwn2
2425 ===========
2427 * General cleanups of My_lily_parser. 
2429 * Start of a Chord_tremolo_iterator for the `\repeat 4 "tremolo"'
2430 syntax.
2432 * Moved Score_element::do_space_processing out of the dependency
2433 mechanism.
2435 * Use Scheme for notename tables.  Removed uppercase letters for low
2436 octave notes. Removed Notename_table.
2438 * Fixed core dump with declared "\key  ; "
2440 * Extra robustness warning for Side_position_interface::aligned_on_self ()
2442 * Extra robustness: make sure that first and last columns are breakable.
2443         
2444 1.3.38.jcn4
2445 ===========
2447 * stepmake/aclocal.m4: Added support for cross-compiling with guile.
2449 * buildscripts/make-cygwin-cross.sh: A try at dropping cygwin1.dll
2450  dependency by using mingw.  Compiling guile is too much to ask
2451  for mingw, though.  Also:
2452  - rename python scripts .py (request from Alain)
2453  - install native packages under their own, separate root. (Alain)
2455 * lily.scm: Don't use regex module when running on
2456 Windows. (Shamus)
2458 * lily/staff-margin-engraver.cc (acknowledge_element): If
2459 possible, hang y-axis of margin script to span-bar.  This fixes
2460 vertical placement of margin scripts attached to staff groups.
2462 * help2man-rules.make: Fixes for generating manpages by copying
2463 and for building using --scrdir.
2465 * stepmake/stepmake/generic-targets.make: Preserve date stamp of
2466 config.h, version.hh files file when copying.
2468 * buildscripts/make-cygwin-cross.sh: made number of fixes:
2469         - add `Cygnus/' prefix to directories in .zip-file too.
2470         - package guile too.
2471         - don't link to cygwin1.dll
2473 * stepmake/stepmake/install-targets.make: bugfix, don't fail if directory
2474   is not emty when uninstalling.
2475         
2476 * stepmake/stepmake/generic-targets.make: added man target.
2478 * buildscripts/make-cygwin-cross.sh: new script for cross-building cygwin
2479   development tools and lilypond executable.
2481 * Documentation/ntweb/lilypond-manpages.patch: provide pre-built
2482   manpages, so that make doesn't fail on help2man trying to execute
2483   a GNU/windows executable.     
2485 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: new patch for
2486   guile-1.3.4.  
2488 * flower/libc-extension.cc (memmem): cygwin compile fix.
2490 1.3.38
2491 ======
2493 1.3.37.hwn1
2494 ===========
2496 * (generic-property.scm) added \property tieDash to set dashing on
2497 ties.
2499 * Removed  ly_eval_str(), we should use scm_eval (Scm_object).
2501 * Removed scm_to_array (), array_to_scm (), associated junk. Reverted
2502 undocumented .29 patch that made Bezier::control_ into an
2503 Array<Offset>.  Added some comments documenting the reasons for the
2504 changes.
2506 * Revert generic-property.scm of .37 fix, fix the real problem in
2507 property-engraver.cc: use the right symbol to check if element
2508 property is already set.
2510 1.3.37.jcn2
2511 ===========
2513 * Fixed srcdir build, so that you can do:
2515       tar xzf releases/lilypond-x.y.z
2516       mkdir <build>
2517       cd <build>
2518       ../lilypond-x.y.z/configure
2519       make
2521   as with any other gnu package.  All build output goes to <build>/out.
2523 * Changed and fixed use of different configurations, and different output
2524   directories.  Finally, you can use different configurations alongside
2525   eachother.  From make/stepmake.make:
2527       # Use alternate configurations alongside eachother:
2528       #
2529       #     ./configure --enable-config=debug
2530       #     make conf=debug
2531       #
2532       # uses config-debug.make and config-debug.h; output goes to out-debug.
2533       #
2535       # Use same configuration, but different output directory:
2536       #
2537       #     make out=www
2538       #
2539       # uses config.make and config.h; output goes to out-www.
2540       #
2543 * Fixed performance of (de)crescendi.
2545 * Better documentation for arithmetic_multiplier and arithmetic_basicspace
2546   in params.ly.
2548 * Added instrument-equaliser for MIDI output, see scm/midi.scm, and
2549   properties midiMinimumVolume, midiMaximumVolume, ranges [0,1].
2551 * Changed absolute midi volume settings into factor of full scale.
2553 * Fixed another dynamic-line-spanner bug, it gets hairy.
2555 * Added warning for spanners that are not fully contained in parent spanner.
2558 1.3.37
2559 ======
2560 1.3.36.hwn1
2561 ===========
2563 * Abstract Align_element into Align_interface. Removed
2564 Axis_align_{item,spanner}, Align_element, Super_element, all multiple
2565 inheritance in the backend.
2567 * new Gade score, INSTALL.texi fixes (thanks, Mats)
2569 * Removed Item::hpos_f (), Score_element::{get,set}_real ()
2571 * comments detailing properties for Axis_group_interface,
2572 Side_position_interface, Score_element, Item and Spanner
2574 1.3.36.jcn3
2575 ===========
2577 * Fixed vertical dimensions of elements in dynamic line spanner by adding
2578   axis-group to dynamic line spanner.
2580 * Bugfix: line-spanner lasts always full duration of (de)crescendi.
2582 * Bugfix: broken (de)crescendi on a dynamic-line-spanner.
2584 * Bugfix: compilation dynamic-engraver.
2586 * Added and updated a faq about postscript and ghostscript.
2588 * Fixed order of slurVerticalDirection verticalDirection in
2589   generic-property.scm.  Similar fixes for Stem, Tie, etc.
2591 * Added a Text_engraver to GraceContext.  Maybe it was removed on
2592   purpose: scripts on grace notes seem broken, they appear on the
2593   main note.
2595 * Bugfix: volume effect of (de)crescendi was sometimes wrong way round.
2597 1.3.36
2598 ======
2599 1.3.35.hwn1
2600 ===========
2602 * textEmptyDimension changed into textNonEmpty, default: off,
2603 ie. texts don't occupy space.
2605 * Use STL map for Lookup::lookup_p_tab_p_
2607 * Abstracted Axis_group_element into Axis_group_interface, and removed
2608 Axis_group_element. This eliminates some multiple inheritance in the
2609 backend
2611 1.3.35.jcn1
2612 ===========
2614 * Added minimum-space property to Side_position_interface.  Used in
2615   positioning of Volta_spanner: voltaMinimumSpace.
2617 * Fixed and cleaned-up volta-spanner.
2619 * Moved directional-element.cc -> directional-element-interface.cc
2621 * Renamed all `process_requests' to `process_music', which fixes
2622   midi performance.
2624 * Fixed dimensions (more x-y interchanges) of brace, bracket and
2625   volta-spanner.
2627 * Half-assed fix to get similar vertical placement of orphaned vs.
2628   line-spanned dynamic elements.
2630 * Added property bracketCollapseHeight: the minimal size of a staff bracket
2631   that will be typeset.  Smaller brackets will not be displayed.  This
2632   fixes the (in 1.3.x reintroduced) funny duck-beak-bracket-bug (sorry).
2634 * Removed some dissonant chords from Coriolan
2636 1.3.35
2637 ======
2639 * Removed Documentation/programmer directory 
2641 1.3.34.jcn3
2642 ===========
2644 * Small enhancements to Staff_margin_engraver:
2645    - by default, the marginScript left aligns the text
2646    - to set the text style, use property marginScriptTextStyle
2647    - to change the alignment, use property marginScriptHorizontalAlignment
2648      (centred and right alignment require manual padding settings).
2650 * Print a friendly message if the manual pages failed to build.
2652 * Bugfix: dynamicDirection now overrides verticalDirection setting.
2654 * Warning messages and nl.po
2656 * Fixed vertical alignment for all dynamic items and (reluctantly)
2657   reinstated old directional behaviour for orphaned dynamics.
2659 * Finished maximumRestCount property.
2661 1.3.34
2662 ======
2663 1.3.33.hwn2
2664 ===========
2666 * Print key without setting key, syntax "\key ;". General cleanups of
2667 key-item.
2669 * Add paragraph tags in HTML output of mudela-book.  Music fragment
2670 don't run into the text anymore.
2672 * Bugfix: don't align the first line of text. (Lookup::text ()).
2674 * Abstract away data members of Axis_group_element, Align_element
2677 1.3.33.jcn3
2678 ===========
2680 * Added helpful properties instrumentScriptPadding/instrScriptPadding for
2681   Staff_margin_engraver.
2683 * Removed some empty files, substituted (c) 1999 occurrences.
2685 * Added \property maximumRestCount.  It will prevent showing (or actually:
2686   moving in case of a collision) more than maximumRestCount similar rests.
2687   WIP!
2689 * Rewrote Staff_margin_engraver.  Staff margin texts now hang on a new
2690   breakable item: Left_edge_item.
2692 * Fixed vertical alignment for dynamic elements.  Orphaned dynamic items
2693   (not supported by a Dynamic_line_spanner) still collide with Staff,
2694   although they now have staff support, which was supposed to fix this.
2696 * Fixed Staff_margin_engraver for "instrument", "instr" is still broken.
2698 * Dynamic elements are only put in a Dynamic_line_spanner if there
2699   actually is more than one adjacent note-column with a dynamic.
2700   This breaks the fine looks of all dynamics, again :-)
2705 1.3.33
2706 ======
2708 1.3.32.hwn3
2709 ===========
2711 * Experiment: use STL map for Scheme_hash_table; Is there a speedup?
2713 * Bugfix: print brace iso. bracket for Piano / GrandStaff
2715 * Change naming: change do_post_processsing into after_line_breaking,
2716 do_pre_processsing into before_line_breaking and do_process_requests
2717 into do_process_music.
2719 * Bugfix in hash-table.hh: do quadratic probing, and not cubic probing.
2721 * Display property name for type error.
2723 * Cleanups for Dynamic_engraver and Dynamic_line_spanner.
2725 * Warn if last column in score is musical. Helps catch programming errors.
2727 * Spanner::spanned_drul_ now is private. 
2729 * Rewrote some bar code: moved molecule functions out of Lookup.
2731 1.3.32.jcn3
2732 ===========
2734 * Embedded newlines in text items are now allowed.  This helps avoiding
2735   TeX-hacking in some cases.  See input/test/coriolan-margin.ly
2737 * Fixed stupid x-y interchange bug for staff-bracket.  This fixes
2738   placement of staff-brackets.
2740 * Fixed bracket/arch-thickness interchange bug, and made bracket a bit
2741   thinner.
2743 * Fixed slur/bezier-beautiful name mismatch.  This should fix the steep
2744   slurs that were apparently reintroduced in 1.3.29.
2746 * Made some small fixes to Coriolan.
2748 * Removed duplicate lily/output-property-engraver.hh.
2750 * Removed optional use of vanilla spanner in Dynamic_engraver.
2752 * Fixed (measured) tremolo for Stem and Beam. Merged declarations
2753   stem-engraver.hh and chord-tremolo-engraver.hh into their .cc
2754   implementation file.  Also fixed looks of Chord tremolo, input and
2755   implementation is still ugly.
2757 * Added *.yy and *.ll to TAGS, to that tags-find-replace doesn't omit
2758   parser and lexer.
2760 1.3.31.mb1
2761 =========
2763 * Fixed \specialkey and \normalkey. Updated documentation.
2765 1.3.32
2766 ======
2767 1.3.31.jcn5
2768 ===========
2770 * Fixed and cleaned-up Dynamic_engraver.  Optionionally uses vanilla
2771   spanner instead of Dynamic_line_spanner.
2773 * Made gcc-2.95 compile fix in libc-extension.
2775 * Various fixes to Coriolan, score starts to look acceptable.
2777 * Moved optional text of crescendo into Crescendo spanner.  Fixed horizontal
2778   and vertical alignment of dynamics.
2780 * Added new text crescendo spanners to Coriolan and made some fixes.
2781   If you're using timidity, use the -EO option to prevent notes get
2782   stuck.  I'm not sure whose fault this is, Lily's MIDI output may be
2783   stretching the standard a bit.
2785 * Adjacent dynamic markings are now grouped on a horizontal line, but it's
2786   not perfect yet: they're always below the staff and no horizontal spacing
2787   is done.  Also, character metrics of dynamics are still not used.
2788   See: input/test/crescendi.ly and input/test/dyn-line.ly
2790 * Cleaned up Span_dynamic_performer.
2792 1.3.31
2793 ======
2794 1.3.30.mb1
2795 =========
2797 * Fixed the page layout, reintroducing space for the header and
2798   trying to keep piece titles on the same page as the piece.
2799   The header and footer can now contain several lines.
2801 1.3.30.jcn3
2802 ===========
2804 * Lily now also performs crescendi and decrescendi in MIDI output:
2805   Span_dynamic_performer in a slightly crappy way.
2807 * Added preliminary support for crescendi/decrescendi other than `hairpins',
2808   eg: `cresc. poco `a poco -- -- --'
2810 * Made MIDI tie performance fix.
2812 1.3.30.jcn2
2813 ===========
2815 * Lily now performs absolute dynamics in MIDI output.
2817 * Included David's comments on opus47 in TODO.
2819 1.3.30.jcn1
2820 ===========
2822 * More Coriolan: flute-1,2; oboe-1,2; clarinet-1,2; 
2823   fixes and remainder french horn-1,2; trombone-1,2;
2824   fagotto-1,2; timpani; and several fixes.
2825   
2826 1.3.30.uu1
2827 ==========
2829 * Remove some old doco from programmer/ and put on personal homepage.
2831 * Removed union-find from flower library.
2833 * Only quantise tie horizontal part inside the staff.
2835 1.3.30
2836 ======
2837 1.3.29.hwn1
2838 ===========
2840 * Report type errors for \property. Helps with converting 1.2 input
2842 * Use Scheme for Align_element; fixed graceAlignPosition 
2843 and removed \property alignmentReference in the process.
2845 * Use generic properties for lyrics too.  This fixes \property
2846 Lyrics.textStyle
2849 * Add relative distance for constraints between non-column items.
2851 * Automatic \marks: use "\mark ; ". The mark numbers or letters are
2852 increased automatically.
2854 * Translators now only change properties of their own context. This
2855 removes the 2nd argument to Translator::get_property()
2857 * Bugfix for Metapost mode
2859 1.3.29.uu1
2860 ==========
2862 * Updates of glossary  (Christian Mondrup)
2864 * Bugfix with bar number placement
2866 * Moved links to bibliography/ and misc/ to main index.
2868 1.3.29
2869 ======
2871 * Moved Slur-specific code from Bezier_bow to Slur and Slur_bezier_bow.
2872   Slurs are now calculated just once.
2874 * Bezier_bow gets constants from paper.  Still no sensible solution for
2875   magic asymmetry gradient step constants.
2877 * Reinstantiated tangent-controls, more flexible than ever.  You can choose
2878   between area asymmetry and tangent-controls.  My guess is, tangent controls
2879   will be junked in 1.3.30.
2881 * Slur area: only look at x-gradient.
2883 * Added credits for some symbols of as5/9 fonts.
2885 * Bugfix: don't make almost flat slurs, change in de-uglyfy slur.  
2887 * Bugfix: midi2ly put out recent version (ugh).
2889 1.3.28.hwn2
2890 ===========
2892 * Bugfix: don't forget to process staffSpace and numberOfStaffLines
2893 properties.
2895 * Removed Gade score. To appear (shortly?) on Mutopia. 
2897 * Make Bar_script_engraver look for typeVisibilityFunction (eg
2898 property barNumberVisibilityFunction). Changed the names of the Scheme
2899 functions to be understandable. See input/test/bar-script-visibility.ly
2901 * rewrite of class Molecule. It has now reached the ultimate quality
2902 plateau. All molecule data is now shared.
2904 1.3.28
2905 ======
2907 * Update of the glossary by Christian Mondrup 
2909 * Moved horn-concerto-3 out of tarball to private website, removed
2910 W.A.Mozart subdirectory.
2912 1.3.27.hwn1
2913 ===========
2915 * Bugfix: don't make giant ties if the horizontal part of tie is near
2916 the center.
2918 * Small optimizations to be a little more careful with mem usage. 
2920 * Website change: put all examples in one directory.
2922 * Removed Atom as a separate type.  Now use SCM, and since we use
2923 function composition, Atoms are immutable, so they don't have to be
2924 copied. This makes life easier, hopefully this is quicker and uses
2925 less memory.
2927 1.3.27.jcn1
2928 ===========
2930 * Bezier_bow: minimise_enclosed_area
2932 1.3.27
2933 ======
2935 1.3.26.hwn4
2936 ===========
2938 * Tuplet-spanner slope calculation now looks better on tupletted rests
2939 (patch courtesy Laurent Martelli)
2941 * Bugfix (Staff_performer::new_instrument_str ()) check type of
2942 \property "instrument"
2944 * New mechanism for breaking lines: do not copy & prune the element
2945 property list separately, but combine these steps. Dramatically
2946 reduces memory usage for large scores.
2948 1.3.27
2949 ======
2950 1.3.26.jcn2
2951 ===========
2953 * Bugfix: font used in volta-spanner calculation.
2955 * Added simple selection list to webpage, inspired by sawmill.
2957 * Devised kludge for ascii 5 character font pitches.
2959 * Substitutions: interline, 1997,1998, @stack.nl and small typo fixes.
2961 1.3.26.hwn1
2962 ===========
2964 * Plug memory leaks related to Moment:
2965   - Spacing_engraver::do_pre_move_processing ()
2966   - make_rational ()/make-rational
2967   - Paper_column::Paper_column ()
2969 * Plug memory leak in Paper_outputter::output_{String,Real,int}_def()
2971 * Plug memory leak in Score_engraver::set_columns ()
2973 * Plug memory leak in Scheme_hash_table::set()
2975 * Plug memory leak in Score_element::molecule_extent ()
2977 * Bugfix: don't crash if a slur doesn't span anything.
2979 * Bugfix: don't crash if doing beams without a staff symbol.
2981 * Generic element property setting:
2983         \outputproperty #predicate #'symbol = #value
2985 Will set the element property symbol to value, for any elements that
2986 return true for PREDICATE.  This allows you to virtually tweak *ANY*
2987 property of the output. Example in input/test/generic-output-property.ly
2989 1.3.26
2990 ======
2992 * lilypond as as2ly: --help and --version to stdout.  Regular identify 
2993   to stderr.  This fixes help2man's manpage generation.
2995 * configure: substitute full path for perl and guile in scripts.
2997 * Added ascii slur and volta.  There seems to be a Lily bug in volta placement.
2999 * Bugfix: default font now user settable
3001 * as2text: handle plain ascii font, read from stdin, you can now do:
3003   echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
3005 1.3.25.hwn1
3006 ===========
3008 * Bugfix: second half of broken ties now are displayed again.
3010 * Bugfix: add clef to the support of 8 text in the G_8 clefs. Center
3011 it horizontally on the clef.
3013 * Added Tie_column spanner. Ties in tied chords now get proper directionsa.
3015 * Bugfix: unbroken repeat barlines now work, eg. |:
3017 * Added Request_iterator to make more flexible constructions possible.
3019 1.3.25
3020 ======
3021 * as2text: catch missing font/character errors, added default font, set text.
3023 * New ascii fonts and glyphs: as5 as-numeral4 as-braces9
3025 * Ascii output, minimal support:
3026   - AsciiScript Fonts: mf/*.af
3027   - Init files: ly/*-as.*ly 
3028   - AsciiScript translation to text: scripts/as2text.scm
3029   - input/test/as.fly input/test/as1.fly
3030   - Output support: lily/lily.scm
3031   - Try:
3032       lilypond -f as -i init-as.fly input/test/as.fly
3033       as2text as.as
3035 1.3.24.hwn1
3036 ===========
3038 * The horizontal part of ties will avoid collision with staff lines.
3040 * Plugged memory leak: don't protect Atom function.
3042 * Lookup cleanups. Made lots of functions static. Moved some code out
3043 of Lookup.
3047 1.3.24.hwn1
3048 ===========
3050 * Bugfix: ly2dvi.py exits succesfully when encountering --help and
3051 does not delete any of the file_ly*.tex.
3053 * Added header and footer support in ly2dvi.py
3055 1.3.24
3056 ======
3058 * Added a ROADMAP file explaining the source directory layout.
3060 * Minor tweak in the feta 6 and 9 numeral
3062 * Moved files from lib/ to flower/
3064 * Removed Note_head_side class.
3066 * Updated the webpage to be a little more chatty. 
3068 * Small Local_key_engraver optimization: only lookup timing engraver once.
3070 * Fixed dashed slurs
3072 * Rewrite of Slur code.  Be much more picky about slur shapes. We try
3073 to offset the slur instead of bending it too much
3075 * Look at stem directions for tie direction.
3077 * Compound multimeasure rests. Put measures_i_ variable in an element
3078 property.  Made the symbol a lot wider.
3080 * Time signature small cleanups.
3082 1.3.22.hwn2
3083 ===========
3085 * Symbols opposite to stem (eg marcato) now get the proper glyph in up
3086 version.
3088 * Breathing marks now have a direction by default.
3090 * Do set generic script properties.
3092 * Also put tuplet brackets under notes.
3094 * Score_element_info: only store origin of element, but not the path
3095 to parent translators. Saves a little memory, and removes some complexity.
3098 1.3.22.hwn1
3099 ===========
3101 * Autobeaming in time sigs that don't have 1/4 beats fixed.
3103 * (De)crescendi should now work. (Thanks Michael)
3105 * Better error reporting for conflicting time signatures.
3107 * Line_number_engraver: output locations of note head
3108 definitions. Very handy when entering complicated scores.
3110 * Rewrote multi measure rest support: now they are entered as spanners
3111 (\commandspanrequest \start "rest"). RXXXX is an abbreviation for
3113   { \commandspanrequest \start "rest"
3114     SXXXX
3115     \commandspanrequest \stop "rest"
3116   }
3118 * Removed support of percent style repetitions. 
3120 * Put texts outside the staff.
3122 1.3.21.mb1
3123 ==========
3124 * Getopt bugfix: don't assert on certain errors.
3126 * ly2dvi: Remove unnecessary space for the page headers.
3128 * Bugfix convert-mudela
3130 1.3.21.hwn1
3131 ===========
3133 * Bugfix in lilypond-mode.el: eval-buffering now uses file name and
3134 not buffer name.
3136 * Scrapped tupletVisibility property. Now use tupletNumberVisibility,
3137 tupletBracketVisibility, with Scheme value #t, #f or 'if-no-beam.
3138 \property tupletInvisible will stop all tuplet spanner creation.
3140 * Don't go berserk if tuplet spanner is on only one column.
3142 * Use SCMs & Smobs for Molecules & atoms.  This uses less
3143 scm_(un)protect_object () calls, so the output stage should be faster.
3145 * Added \property tupletSpannerDuration, to make multiple tuplet signs
3146 with one \times.
3148 * Some programming Errors in spacing are now caught. Lily does not
3149 hang when encountering degenerate springs.
3151 * Allow beams to start and end over rests
3153 1.3.19.hwn2
3154 ===========
3155 * Fix disappearing clefs when clefs are not printed with a barline.
3157 1.3.20.jcn2
3158 ==========
3160 * SCM properties beamHeight and beamVerticalposition now use half-spaces:
3161   input/test/beam-control.fly
3162 * Added \context Voice to .fly and .sly; the default \context Staff is almost
3163   never what you expect
3164 * Fixed decision for .sly/.fly in lilypond-mode.
3166 1.3.19.hwn1
3167 ==========
3169 * Clean up font-metric hierarchy, use Adobe AFM code to parse AFM files.
3170 Cleanup mf-to-table.py
3172 * Fixed embarassing slur bug.
3174 1.3.19.jcn1
3175 ==========
3177 * lilypond-mode.el: guess init file for lily-*-region, lily-mode-map bindings
3179 1.3.18.uu2
3180 ==========
3182 * lilypond-mode.el for emacs supersedes mudela-mode.el 
3184 * Tuplet spanners don't collide with encompassing notes. 
3186 * Gobbled Adobe parseAFM* code, for future use.
3188 * Big 1999 to 2000 search/replace.
3190 * Big interline to staff_space search/replace for mf files.
3192 * Removed Bow class, and split code into Tie and Slur
3194 * Don't put scripts on grace notes.
3196 * Font_metric uses SCM for name field.
3198 * Various compilation fixes.
3200 1.3.17.jcn2
3201 ===========
3203 * Bugfix: beams with less than one (visible) stem
3205 * small fixes to pa.ly
3207 1.3.17.jcn1
3208 ===========
3210 * Fixed bug that made multi-measure rest barnumber counts go wild.
3211 (even more scm2int/int2scm mixups!)
3213 * mutopia/J.S.Bach/pa.ly: organ score (for my father)
3215 * small fix to mutopia/J.S.Bach/Duette/violino-ii.ly
3217 1.3.17.hwn2
3218 ===========
3220 * Remove Paper_def calls in bezier-bow.cc
3222 * Remove data members of Tuplet_spanner,  Volta_spanner
3224 * hang_on_clef, property hangOnClef removed
3226 * Bar::type_str_ mode into element property `glyph'. Use a Scheme
3227 function to determine breaking behavior.
3229 * More Scheme typechecking.
3231 * Be strict about the difference between strings and symbols for conversion.
3233 * Fixed bug that made 1st line offset to right fixed. Bugfix courtesy
3234 Laurent Martelli.
3236 * Partial French translation, courtesy Laurent Martelli.
3238 * Small corrections in NL translation. 
3240 1.3.17.hwn1
3241 ===========
3243 * Added mensural note heads (noteHeadStyle = "mensural") Additionally,
3244 we have a longa note head.  noteHeadStyle = "harmonic" is not
3245 supported anymore. (for now, that is)  
3247 * Reference manual update. Document \properties with examples
3249 * fix mudela-book --help
3251 * Use element properties for Text_item::text_str_, Clef_item::symbol_,
3252 Key_item::c0_position_
3254 * Clef_engraver general cleanup. Use alists (\property
3255 supportedClefTypes, clefPitches) for clef types.
3257 * Use progress_indication () for progress. Don't include <iostream.h> directly 
3258 Don't include <string.h>, <math.h> from headers.
3261 1.3.16.hwn1
3262 ===========
3264 * \property stemCentered (boolean): centers stem on note head. See
3265 input/test/stem-centered.ly
3267 * input/trip.ly, small test of lots of features.
3269 * \property Staff.collisionMergeDotted: merge equal noteheads
3270 with different dot count. See input/test/collision-merge-dotted.fly
3272 * Dotted rest bugfix 
3274 * Don't crash if a slur does not span any notes.
3276 * Volta repeats fixed.
3278 * cleanup of Note_heads_engraver
3280 * removed dots_i_ member of Dots
3282 1.3.16.jcn1
3283 ===========
3284 * Fixed cross staff slurs.  It seems that cross-staff sign
3285   was swapped.
3287 1.3.15.hwn1
3288 ===========
3290 * Fixed bug in stem code.  Stem in chords works again.  Small
3291 stem cleanups.
3293 * Use element properties for Staff_symbol.
3295 * \property sparseTies (boolean).  Only make one tie in the
3296 middle for tied chords.
3298 * Junked Directional_spanner, Column_info.
3299 Directional_element now is element interface `Directional_element_interface'
3301 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
3303 pl 15.jcn4
3304         - removed old notename2scm conversion
3305         - beam-dir-algorithm through scm
3306         - bfs paper-scm
3307 gv      - bf: knee-stemlengths
3309 pl 15.jcn3
3310         - moved poor man's stem arrays to scm
3311         
3312 pl 15.jcn2
3313         - beam quanting using scm lists
3315 pl 14.hwn1jcn1
3316         - chord-name uses scm members
3317         - bfs: knee with different mults, interstaff knee, auto-knee
3319 **********
3320 pl 14.hwn1
3321         - specialize duration.cc for lily, move out of lib/
3322         - stem cleanup
3323         - more SCM typechecking
3324         - stafflineleading -> staff_space
3325         - bf: rod distances.
3326         - junk some unused code.
3327         
3328 pl 13.hwn2
3329         - paper/score column cleanups. Junk Score_column type
3331 pl 13.hwn1
3332         - Bezier_bow/Bezier cleanups
3333         - bf: rest under beam.
3334         
3335 pl 13.jcn2
3336         - untangled Chord_name (item) and Chord (list-of-pitches)
3337         
3338 pl 13.jcn1
3339         - bezier-bow fix
3341 **********
3342 pl 12.hwn1
3343         - polynomial.hh
3344         - bf: generic properties
3345         - quantise_iv () fix.
3346         - bezier cleanup
3347         - class Polynomial 
3348         - use smobs for font metric tables/hashes.
3349         - nl.po bf
3351 **********
3352 pl 11.jcn3
3353         - small beam fixes (interstaff knees still broken)
3355 pl 11.hwn1
3356         - bf: dots
3357         - bf: harmonic note heads
3358         - revise stem, notehead, rest
3360 pl 11.jcn2
3361         - included missing scm,ly updates
3362         - bf: urg to_dir () takes scm..
3363         - bf's: if (Foo b = bar != 1)
3364         - beam cleanup
3366 *********
3367 pl 10.uu1
3368         - various small bfs
3369         - bf: alignment reversed
3370         - Staff_symbol_referencer -> Staff_symbol_referencer_interface
3371         - bf: staccato pos
3372         - Knee fixes (thanks, Jan)
3374 pl 10.jcn2
3375         - fixes for invisible beamed stems
3376         - removed steminfo from properties, don't cache Stem_info
3378 pl 10.jcn1
3379         - steminfo to properties
3380         - dropped internote dim for stem-beams
3382 *********
3383 pl 9.hwn1
3384         - abstracting Staff_symbol_referencer to an interface.
3385         - quantised_position for staccato dots.
3386         - standchen fixes
3387         - junk Score_element::do_{width,height}: set callbacks directly.
3388         - merge Score_element, Graphical_element
3389         - merge Axis_group_element, Graphical_axis_group
3390         - junk pointer fields from Score_element derived classes
3391         - junk obsolete do_substitute_dependency code.
3393 **********
3395 pl 8.hwn2
3396         - staff-support for Crescendi.
3397         - padding for accidentals.
3398         - cascading offset callbacks
3400 pl 8.hwn1
3401         - note-head-side 
3402         - naming Staff_sidify -> Side_position_interface
3404 ***********
3406 pl 7.mb1
3407         - bf: timeSignatureStyle works again
3409 pl 7.hwn1
3410         - Dirk Latterman key/mmrest patches
3411         - Offset callbacks in Dimension_cache
3412         - Junked Staff_side_*
3413         - Staff_sidify: interface class.
3414         - prelude-{1,2} fixes.
3416 ***********
3417 pl 6.uu2
3418         - bf: PS font selecting.
3420 pl 6.uu1
3421         - bf: ls-latex
3422         - mudela-book --no-pictures
3423         - bf: ly2dvi
3424         - convert-mudela: beamAuto moment syntax. 
3426 pl 6.jcn3
3427         - fixed scm output
3429 pl 6.jcn2
3430         - half-baken ly-gulp-file in scm
3431         - resurrected scm output through guile
3433 pl 5.mb1
3434         - bf: version of init.sly, init.fly
3435         - Clarify necessary version of texinfo
3436         - bf: texi files, minor errors and syntax compatible with 
3437           older makeinfo
3439 pl 6.jcn1
3440         - bf: scm output
3442 *******
3444 pl 5.hwn2
3445         - Bach preludes: mutopification
3446         - dots are Directional_element too; use \property dotDirection
3447         - moved some stuff out of Lookup
3448         - bf: dots
3449         - font selection mechanics changed.
3451 pl 5.uu1
3452         - bf: smob allocation (thanks David!)
3454 pl 5.hwn1
3455         - junked \shape. Now use #'margin-shape 
3456         - timing: one_beat -> \property beatLength
3457         - bf convert-mudela
3459 ************
3461 pl 4.uu1
3462         - input/test/ \property fixes.
3463         - gcc 2.95 fix
3465 pl 4.hwn1
3466         - Break_align_engraver,
3467         break align order from  \property breakAlignOrder
3468         - junked Score_priority_engraver
3469         - moved Time_description into Timing_translator
3470         - use properties for timing, see input/test/timing.fly
3471         * removed \cadenza ; now use \property Score.timing
3472         * \property measurePosition
3473         * \property measureLength
3474         * \property currentBarNumber
3475         - Note_name_engraver , \context NoteNames
3478 pl 4.jcn1
3479         - junked some chord guessing code
3480         - bf: lookup size (-1) for chord-name accidentals
3481         - bf: ly2dvi's MFINPUTS setting
3483 *************
3484 pl 2.jcn3
3485         - chords:
3486           * Chord is item
3487           * junked TeX hacking
3488           * configurable with styled strings from scm
3489           * fixes: dim, /no X, tonic != C
3491 pl 2.jcn2
3492         - chords from  scm 
3495 pl 3.hwn2
3496         - visibility-lambdas into default elt properties SCM.
3497         - clef types in SCM
3498         - verticalDirection properties now in SCM.
3500 pl 3.hwn1
3501         - move position_i_ into Staff_symbol_referencer
3502         - move dir_ into Directional_element baseclass
3504 ****************
3506 pl 2.hwn1
3507         - bf: dynamic style.
3508         - prepare to move dir_ into SCM. 
3510 pl 2.jcn2
3511         - chord fixes: 
3512            * inversion request: no inversion guessing for chord entry
3513            * bass request: c/+b to add bass note not part of chord
3514            * -dim modifier works on all thirds
3515            * colon iso dash as tonic/modifier-additions separator
3516            * C:m5- displays as "Cdim"
3517            * C:m5-7- displays as "Co"
3519 pl 2.jcn1
3520         - moved bracket vars to params
3521         - reverted broken lilypond-devel
3523 *************
3524 pl 1.uu1
3525         - David's patches:
3526         * mfplain.mp detection
3527         * Graphical_element::common_refpoint() robuster.
3528         * fixes for mudela-mode.el
3529         - Dirk's patches:
3530         * key signature placement,
3531         * tied accidentals.
3533 pl 1.hwn2
3534         - extra-offset elt property.
3535         - junked Chord_tremolo
3537 pl 1.hwn1
3538         - changed calling convention for {get,set,remove}_elt_property()
3539         - rm'd some mutopia examples.
3541 *******
3542 pl 0.hwn2,1
3543       - Generic properties and Property_engraver. Moved most of the
3544 properties.
3546 0.lu1
3547         - resurrected midi2ly
3549 0.jcn1
3550         - bf: lyrics lexer
3551         - reverted mup2ly revert
3553 pl 3.uu1:
3554         - frontport of 1.2.17 patches.
3556 **********
3558 1.3.0:
3560 pl 15.hwn2
3561         - loads of bfs.
3563 pl x.jcn3
3564         - another workaround: reset buffer state for scm_ftell ()
3565         - workaround for broken scm_ftell ()
3567 pl 15.hwn1
3568         - \properties are now SCM s, junk Scalar type
3569         - use SCM for strings in parser.
3570         - Moment derived from Rational. Moment may be smobified.
3572 pl 15.jcn4
3573         - direct #... to scm parser  (Thanks to Gary Houston)