lilypond-1.3.147
[lilypond.git] / CHANGES
blob4f8acd2e6fb17b30bfd5c6706055d6a1fe11e9fb
2 1.3.145.jcn2
3 ============
5 * Make and ly2dvi fixes.
6  
7 * Made feta-timesig C a bit rounder. 
9 * Included flat autogenerated list of grob interfaces into refman.
11 * Moved Rest_engraver to ThreadContext.
13 * Documentation updates.
15 * Bugfix: package-diff: remove all out-?.* dirs.
17 * Preliminary tutorial fixes.
19 * Ly2dvi:
20    - keep .dvi output when making .ps.
21    - name latex wrapper for foo.ly: foo.latex
22    - keep .tex and .latex output if latex fails
23    - keep .dvi output if dvips fails
24    - replaced --outdir option with --output=FILE option, where FILE
25      may include directories
26    - enhancements and fixes
28 * Typo fix: clean-fonts
30 * Bugfixes: lilypond-login.sh
32 * Tutorial and refman fixes (Mats)
34 1.3.145.hwn1
35 ============
37 * Bugfix: LyricsVoice.stz property now works.
39 * Remove sem-colons from lilypond syntax. 
41 * Removed a grammar ambiguity: '-' DIGIT (fingering, only possible in \notes)
42 now can not be interpreted as a negative number.
45 1.3.145.rz1
46 ===========
48 * Stem/notehead attach bug fixed (still probs with mensural head and
49   other head on same stem)
51 * Minor font changes
54 1.3.145
55 =======
57 * Build fixes for icon, this fixes 'rpm' target.  Tried to reinclude
58 in rpm using (.png and) .xpm, but latest LinuxPPC release's rpm
59 (3.0.6) Icon: tag handling is broken.
61 * Fixes for update-lily script.
63 * Bugfixes: refman, changed Ascii to ASCII.
65 * Fixed ascii art output.  Started some doco on different output formats.
67 * Fixed scheme font lookup to handle new font lists with wildcards.
69 * Fixes to point-and-click doco (Thanks, Laura Conrad).
71 * Bugfixes: changed several (eval to (ly-eval for guile 1.4/1.4.x
72 compatibility.
74 * Fixes to buildscripts/clean-fonts.sh.
76 1.3.144.hwn1
77 ============
79 * Tutorial updates
81 * Change interaction between clef-engraver and positioned items: do
82 not use acknowledge/announce () to get position relative to c0, but
83 use centralCPosition directly after grob creation.
85 Side-effect: Pitch_squash_engraver now puts notes on position in
86 staff, not on specific pitch.
88 * Bugfixes: yet more create_grobs () -> process_music() reverts.
90 * Tutorial updates
92 * Don't give unbound spanner warnings for isolated dynamics on space
93 rests.
95 * cleaned up debug stuff.
97 * cleaned up INSTALL document.
99 * Key_change_req::do_equal_b(), keychange merge.
101 * per octave key signatures. See
102 input/regression/key-signature-scordatura.ly
104 * moved tricks/ directory into test/.
106 * Rename {Staff,Lyrics,etc}VerticalExtent and friends into
107 VerticalExtent. Use predefined props to prevent inheritance.
109 * Multi_measure_rest_engraver now uses whichBar property to detect
110 barlines.  Hence, no need to keep Bar_engraver and
111 Multi_measure_rest_engraver together.
113 * Revised syntax for multiplied durations. Multiplied durations must
114 now directly follow the number +dots. example:
116         c4*3/4 -\f (                    % valid
117         c4-\f ( *3/4                    % invalid
119 * Halt configure if kpathsea not found. 
121 * Small refman fixes.
123 * Prevent tie - dot collisions.
125 * Bugfix: don't crash if hyphen spanner bounds are empty.
127 * Spanish glossary, courtesy David Gonzalez.
129 * Bugfix: all-font-metrics.cc: only lookup .tfm and check checksum if
130 the AFM file has a CheckSum field.
133 1.3.144.mb1
134 ============
136 * Fix ps specials to work together with \usepackage[french]{babel}
138 1.3.144
139 =======
141 * LilyPond-mode: show what's going on (font building) in *view* buffer.
143 * Added environment settings to ly2dvi and lilypond-book.
145 * Bugfix: make diff links diff into patch-dir, like make release.
147 * Bugfix: make diff/release for different configs.
149 * Bugfix: convert-ly: don't change item name ChordName to ChordNames.
151 * Added flag (LilyPond-kick-xdvi) to LilyPond emacs mode to allow
152 simultaneous view processes.
154 * Small doco fixes.
156 * Cosmetic bugfixes to chord names.
158 * Fixed order of piano pedal strings (Amelie).
160 * Changed embarrassing 'chorda' to corda (Thanks, Amelie).
162 * Bugfixes: ly2dvi: empty tagline, don't fail if gettext.py can't be
163 imported, check for linewidth before indexing, copy midi output.
165 1.3.142.rz1
166 ===========
168 * Added "hacky" drum notation/midi. See input/tricks/drums.ly and
169   ly/drumpitch.ly. Moved midi-instruments to scm.
171 * Added temporary nested staffgroups/choirstaffs support
172   use Context InnerStaffGroup / InnerChoirStaff.
174 1.3.143.uu1
175 ===========
177 * Bugfix: hairpin that hangs on otherwise empty column should not
178 collapse into flat line. Inserted sanity check in Interval::center().
180 * Programmable stem-attachments for note heads.
182 * Set default empty instrument name for Staff, to avoid weird effects for
183 named grand staffs.
185 * remove various entries from mutopia/
187 1.3.143
188 =======
190 * Glossary bugfixes for lilypond code.
192 * Bugfix: don't crash if dy or y not set in Beam.
194 * Doco updates: moved contents of tricks chapter to input/tricks,
195 inserted lilypond-book tutorial, added polyphony section.
197 * Score.skipTypesetting skips over already or not yet corrected music, thus
198 speeding up running times and score debugging. (Includes bugfix relative to
199 patch submitted to list.)
201 1.3.142.jcn1
202 ============
204 * Mup2ly preprocesses and extracts all plain notes.
206 * Bugfix: patch in $(outdir)
209 1.3.142
210 =======
212 * some mup2ly progress.
214 * Bugfix: ly2dvi: don't include empty set fo latexheaders, don't use
215 python-1.5.2 abspath func.
217 * Setup for new mup converter, based on pmx2ly.
219 * Bugfix: lilypond-book: accept \documentclass{article}.
221 * scripts/update-lily.py: fancy source rebuild update tool that we're
222 probably not going to use on www.lilypond.org.  Check it out!
224 * Bugfix: building of topdocs.
226 1.3.141.hwn2
227 ============
229 * Fix: instrument names on piano staffs.
231 * Bugfix: don't left-align absolute dynamics.
233 * Bugfix: don't make spacing rods for absolute dynamics.
235 * Various bugfixes for examples (thanks Laura!).
237 * Bugfix: clean up of hairpin ending logic. Crescendi start under
238 notes now.
240 * Don't substitute  '\ ' for  '\_' in lyrics. (Suggestion by Roy Rankin)
242 * In computing text lengths handle the following cases \['`"^_]. (the same)
244 * Made directories input/no-notation, input/ascii-art
246 * Doco fixes.
248 * Beat repeats, double measure repeats; removed repeat sign character
249 from the font (WARNING: FONT CHANGED).
251 * Cleanups in (de)crescendo code, fixed continued (de)crescendi.
253 * German chords (Rune Zedeler)
255 1.3.141
256 =======
258 * po update.
260 * Renamed remaining mudela -> lilypond (except for old change logs).
262 * Dropped Solo-Cello-Suite II and gnossienne-4 from ./mutopia, as
263 they're now accessible throug the ports.
265 * Fixed compilation of lots of examples.
267 * Convert-ly: added and fixed some conversions.
269 * Doco updates.
271 * Ly2dvi: don't hang compilation process: run latex in batchmode.
273 * Some ly2dvi updates.
275 * Junked cruft from makefiles.
277 * Added message about make help at end of configure.
279 * Some documentation updates.
281 * Convert-ly: added some missing rules.
283 * Ly2dvi: changed footer (and header) macros to match mutopia headers again.
285 * Convert-ly: always insert or update version number.  New option:
286 --assume-old will apply all conversions if version cannot be
287 determined.
289 * Small documentation fixes.
291 * Removed default (font-shape . italic) settings from TextScript and
292 TextSpanner.
294 * Moved ports section of mutopia to mutopia/ports.  Fixed make
295 bootstrapping.  Added sync target, synced with www.mutopiaproject.org.
297 * Bugfix: ly2dvi sets footers, headers, tagline.  Pagenumbering on by default.
299 1.3.140.hwn1
300 ============
302 * input/trick/boxed-molecule.ly : show how to draw boxes around grobs.
304 * added font-shape caps, input/test/caps.
306 * Added minimum-length for hairpin. Unified Tie::set_spacing_rods and
307 Slur::set_spacing_rods into Spanner::set_spacing_rods
309 * Small doco fixes.
311 1.3.140.mb1
312 ===========
314 * Bugfix: Some more examples in input/test/ work again.
316 * bugfix: cautionary accidentals
319 1.3.140
320 =======
324 1.3.139.jcn5
325 ============
327 * Coriolan gets mutopia-id 57.
329 * Experimental start of ports to mutopia archive.
331 * Bugfix: ly2dvi: added letter support, catch indexing with unknown
332 papersize names.
334 * ly2dvi: removed warning message and changed --set=papersizename= to
335 --set=papersize=.  This fixes mutopia letter-targets.
337 * Small fixes to Coriolan.
339 * Bugfix: don't typeset suicided multi-measure-rests, don't set
340 multi-measure-rests spanning less than one measure.
342 * Bugfix: line-column-location.
344 * Allow markup text for crecscendoText and decrescendoText.
346 * Changed part combiner's a due text: `a2 to a2.
348 * Bugfix: info direntries.
350 * Automated fixing of info structure.  Build now stops on info errors.
351 This should robustify documentation and website builds.  To undo this,
352 remove the target `info: check-info' from Documentation/user/GNUmakefile.
354 1.3.139.hwn1
355 =============
357 * Move Multi_measure_rest up/down in combined parts.
359 * Renamed FollowThread into VoiceFollower, followThread into
360 followVoice.
362 * lilypond-book: changed nonfragment into nofragment 
364 * Cleanups for ledgered rests.  
366 * Bugfix; don't create RhythmicStaff if asking for Staff.
368 * Bugfix: sparseTies. 
370 * Reference manual: hara kiri, font selection
372 * changed font-point-size into font-design-size
375 1.3.139
376 =======
378 * Documentation build fixes.
380 1.3.138.hwn1
381 ============
383 * Documentation updates
385 * Added -e,--evaluate=CODE, to evaluate scheme from the command
386 line. Practical application:
388         -e "(set-lily-option 'midi-debug #t)'
390 Removed command-line options -T, -t, -Q, -x.
392 * Changed point-and-click. Now it should be set to a procedure, e.g.
394         (set! point-and-click line-column-location)
396 Added convert-ly rule.  
398 * Bugfix: use aliases not only for creating contexts, but also for
399 referring to them. This fixes \clef "percussion" in rhythmic staffs.
401 * removed \textscript.  
403 1.3.137.jcn4
404 ============
406 * Bugfix: ly2dvi: handle input files with multiple extensions.
408 * Minor doco updates.
410 * Bugfix: ly2dvi: can't remove cwd on Solaris.
412 * Better --enable-conf=CONF message, better INSTALL.tely documentation.
414 * Bugfix: built of Documentation/user for different conf=CONF.
416 * Don't append "." to version string without my_patch_level.
418 * Faked titling for tutorial example.
420 * Bugfix: don't override GUILE environment settings.
422 * Small refman fixes.
424 * Better tutorial orchestral score example.
426 * Bugfix: input/test/hshift.ly
428 * Fixed looks of configure options.
430 * Bugfix: ly2dvi: linewidth < 0.
432 * Bugfix: documentation build: fixed two macros in refman that
433 makeinfo groks, but make texi2dvi barf.
435 * Bugfix: listing of engraver contexts in autogenerated documentation.
437 1.3.137.uu1
438 ===========
440 * changed name of ly-[sg]et-elt-property into ly-[sg]et-grob-property
442 * Added  function (ly-music-name ), returns the name of a music objects as a
443 string. 
445 * Bugfix: \relative on \chords is no-op. (Added Un_relativable_music)
447 * Refman documentation fixes.
449 * Property undefine:
451         \property X.Y \unset
453 undoes \property X.Y = Z. \unset is confusingly asymetric with \set.
455 * removed ChordNamesVoice
457 * added \alias STRING ; to translator definition, so \name
458 RhythmicStaff, \alias Staff is found for \property Staff.XXX
460 1.3.136.hwn2
461 ============
463 * Documentation updates
465 * Check whether  property definitions are duplicate.
467 * Percent style repeats. 
469 * Named music creation: (ly-make-music "Note_req")
471 * Added noteheadtypes: "slash","triangle","xcircle" ; completed
472 noteheadtype "cross" ; added (ugly) tab-clef ; changed percussion
473 clef, fixed "repeat dots on even number of stafflines"-bug. (Rune
474 Zedeler)
476 * Use complete version number for /var/lib/texmf/ paths.
478 1.3.136.jcn3
479 ============
481 * Finished () beautification.
483 * Bugfix: in grob-description.scm, change Script::after_line_breaking into
484 before_line_breaking.
486 * Bugfix and small addition to convert-ly.
488 * Bugfix: ly2dvi: create --outdir before copying there.
490 * Bugfix: mutopia letter target.
492 * Some bugfixes and checks for killed spanners, reducing warnings in
493 Coriolan from 1143 to 283.  Part combiner still gives rise to many
494 foreseeable warnings.
496 * Bugfix: install gettext.py into @datadir@/python and use that path
497 from ly2dvi.  Debian or RedHat installs could/should move gettext.py
498 into /usr/share/lib/python/1.x/site-packages or so.
500 * Bugfix: move the making of \makelilypondpiecetitle to actually
501 included part of lilyponddefs.tex.
503 * Bugfix: ly2dvi, tex.scm: set empty tex definitions to \relax.  This
504 fixes ly2dvi'ing of scsii.
506 * Bugfix: completed renaming of `cautionary' to `reminder' for broken
507 tie accidental feature.  (`Cautionary' is reserved for parenthised
508 accidentals.).  This fixes all tie and accidentals bugs.
510 * Bugfix: added dynamic-interface to DynamicText grob.  This fixes
511 loose dynamics.
513 * Bugfix: enable Voice_devnull_engraver.  This fixes loose scripts and
514 double dynamics.
516 * Bugfix: don't dump core on some programming errors (2x).
518 * Grand Coriolan revision after copyright free reprint of a 1862-1865
519 original edition.  This revision also revealed fair amount of bugs.
520 Previous versions arguably might have worn some small stains of
521 editorial decisions dated 1936.  Arguably, because most of these small
522 changes can be found in other editions, some of which even are
523 commonplace modernisations.
525 1.3.136
526 =======
528 * Bugfix: set dependency for direction-source in script-engraver. This
529 fixes core-dump problem when stacking multiple scripts containing
530 staccato dots.
532 * Put TFM files under $VARTEXFONTS (/var/lib/texmf,
533 typically). PK files are put in the right spot
534 automatically, and dirs are also created automatically.
536 A change to mktexnam is still required -- add  
538         MT_DESTROOT=foobar
540 before line 161.
542 1.3.135.jcn3
543 ============
545 * Internationalised ly2dvi.py (thanks to GNU Solfege), and nl.po update.
547 * Coriolan fixes.
549 * Bugfix: (first and also) write global header fields; this fixes
550 `latexpackages' and ly2dvi.
552 * Bugfix: website build.
554 * Fixed titling: cleaned out titledefs.tex for use by ly2dvi.
556 1.3.134.mb1
557 ===========
559 * minor documentation fix.
561 1.3.134.jcn2
562 ============
564 * Bugfix: Pitch::transpose ().
566 * Small doco update.
568 * Silly build and website-build fixes.
570 * convert-ly: added conversions, converted glossary, refman and examples.
572 1.3.134.hwn1
573 ============
575 * Rewrote ly2dvi, moved the old one to buildscripts/. The result is
576 490 lines code in stead of 1230.
578 * Modified kpathsea lookup so it will find system-installed feta TFMs first.
579 Now lily doesn't clutter the CWD with .TFM files.  Kpathsea is fun if you like
580 pasta.
582 1.3.133.jcn5
583 ============
585 * Bugfix: fixed point-and-click broken in jcn2.
587 * convert-ly: Added and fixed various entries (our strings with optional "" re\ally suck).
589 * Small ez play tweaks.  Guess I'm a sucker too.
591 * Easy-play bugfixes: don't do showpage for each notehead, output
592 staff-symbol first, moved to lily.ps.
594 * Bugfix: don't print so many decimals in ps output.
596 * Bugfix for refman example.
598 * Added some part combiner doco.
600 * Bugfix: a broken tie only generates an accidental if it would differ
601 from an untied note.
603 1.3.133.hwn1
604 ============
606 * Center instrument name on staffs.  Use
607 Side_position_interface::align_elements_to_refpoints.
609 * staff-symbol-referencer-interface, general cleanup of
610 interface-description.scm
612 1.3.133.mb3
613 ===========
615 * Bugfix: Time and key signatures in MIDI.
617 * Bugfix: Tempo changes in MIDI work again.
619 * Bugfix: ly2dvi file.tex works again.
621 * Bugfix: don't stretch the space after the last score line.
623 1.3.132.jcn3
624 ============
626 * Tied notes at a linebreak repeat their accidental.
628 * Removed some cruft from lily/include/.
630 * Bugfix: tied notes in chords sometimes got stuck in MIDI output
631 (thanks Mats).
633 * Added some example bug files, taken from Coriolan
635 * a2-engraver: \property noDirection: don't force direction when part-combining (for StaffCombining).
637 * text-spanner: don't repeat edge text for broken edge.
639 * Coriolan fixes, titling, font setting, header info, cello octave
640 (yes, notated different from bass; all agree) at end.
642 1.3.132.hwn1
643 ============
645 * Allow declared repeat variant string
647 * Bugfix: break alignment at right edge.
649 * Easy-notation: letters in circular note heads.  
651 * Debian patch by Anthony Fok.
653 1.3.131.jcn2
654 ============
656 * Fixes for ascii-script output.  Stylesheet needs some work, just as
657 PostScript output.
659 * Bugfix: convert-ly --to accepts argument.
661 * Prepared Petites Preludes for (first?) submission to mutopia.
663 * Bugfix: out-letter/%.ps generation for mutopia.
665 * Bugfix: don't use $(message ) in makefiles; some versions of make
666 choke on this.
668 * Bugfix: ly2dvi.py: don't add magic `//' to TEXINPUTS,MFINPUTS; this
669 chokes kpsewhich 3.3.1 (bug report filed).
671 * Bugfix: file-path.cc: don't interpret relative path as system root.
673 * Bugfix: --srcdir install.
675 1.3.131.hwn1
676 ============
678 * Documentation: piano pedals, breath marks, tutorial fixes,
679 convertors, autochange, \override/\set/\revert, multi-stanza lyrics,
680 \outputproperty
682 * Bugfix: another fix for collapsing dynamics with partcombine.
684 * Bugfix: add functionality of
685 Side_position_interface::self_align_callback() into
686 Align_interface::align_elements_to_extents(). Otherwise, combining
687 both (such as in a break alignment) leads to weird behavior: the
688 spacing information is written halfway during a callback sequence,
689 leading to weird results.
691 This fixes input/test/orchestscore.ly
693 * Bugfix: x-offset of stem was off by 0.5 stem thickness.
695 * Add grob-property attachment-angle: angle for stem to attach to note head. 
697 1.3.130.hwn2
698 ============
700 * Documentation: notation contexts.
702 * 2001 (c) search-replace patch.
704 * Center rehearsal marks by default.
706 * Fixing collapsed dynamics with part-combine
708 * \property tupletNumberFormatFunction selects formatting function for
709 tuplet brackets.
711 1.3.130.jcn5
712 ============
714 * Added some handy targets to example makefile: make/ly.make.
716 * Bugfix: file-path.cc; absolute directories start with directory separator.
718 * Makefile template using dependencies: make/ly.make.  Needs some
719 simple examples.
721 * Depencies fixes for lilypond, ly2dvi (still kludged) and lilypond-book.
723 * nl.po update.
725 * Bugfixes and cleanups of mainly main.cc.
727 * Enabled changing default tex output extension to ".lytex".
729 * Bugfix: use init file extension .ly for extensionless input.
731 * Ignore outname = ; settings in output blocks.
733 * Revised input and output naming, now it's possible to include a
734 directory in the output name.  This should fix some input/init name
735 related bugs.
737 * Fixed dependencies for outdir in lilypond-book and ly2dvi.
739 * Uniformised tags to read: Generated automatically by: <program>.
741 * Install make/* and stepmake/stepmake/* to enable making use of
742 stepmake templates.
744 * Added example mutopia makefile: make/ly.make.
746 * Lilypond-book now writes lily-<HASH>.ly files.
748 * Bugfix: don't display repeat colons for zero height bar lines; fixes
749 repeat barlines in lyrics.
751 * Fixed markup definition and implementation, added baseline-skip
752 property; this makes multi-line markup text a lot easier.
754 * Bugfix: chordChanges works with other rhythm of accompaniment, and
755 silly chord name typo fixes.
757 1.3.130
758 =======
760 1.3.129.jcn2
761 ============
763 * Implemented Phrasing slurs, copied from slur.
765 * More hooks for chord pitch name overrides, see
766 input/tricks/german-chords.ly.
768 1.3.129.hwn1
769 ============
771 * Bugfix: bar lines in lyrics.
773 * Bugfix: vertical positioning of isolated dynamics: absolute dynamics
774 are only supported by the note they are on, in absence of crescendi.
776 * Documentation of ancient clefs, custodes (Jurgen Reuter)
778 * Small documentation fixes: rehearsal marks, -f option, markup, instrument names
780 * Bugfix: rounding errors caused errouneous ledger lines for
781 #'staff-space = 1.3
783 * Subsubtitles, \bar "";  (Rune Zedeler)
785 1.3.129
786 =======
788 * Small doco fixes.
790 * Removed duplicated engraver hierarchies from coriolan and orchestral
791 examples.
793 * Added user control for devnull engravers. Default: switched off 
795 * Small doco fixes.
797 1.3.128.hwn1
798 ============
800 * Doco fixes
802 * Glissando fix (Rune Zedeler)
804 1.3.128.mb2
805 ===========
807 * Made the percussion clef somewhat fatter, thanks to Rune Zedeler. 
808 Note: font updated! Added this clef to input/regression/clefs.ly.
810 * updated \endincipit macro and the examples input/test/incipit.ly and
811 input/regression/clefs.ly
813 1.3.127.jcn3
814 ============
816 * Mutopia preparations and Coriolan fixes.
818 * Small beam cleanup, changed y-position-hs,height-hs user overrides to
819   staff-position,height (height:name suggestions?), now in staff-spaces.
821 * Beam (y, dy) calculations now as list of scm functions.
823 * Added cleaned-up excerpt from Coriolan for tutorial.
825 * Bugfix: beam looks at smallest gap for auto knees.
827 * Property-description-fix: allow auto-knee-gap to be set to false.
829 * Small doco fixes.
831 * Bugfix: repeats without alternatives.
833 1.3.127.uu3
834 ============
836 * Bugfix: staccato dot on outer staff lines.
838 * Documentation: lots of updates and revisions.
840 * \repeat tremolo for single notes, \repeat tremolo 4 c16
841 produces the same effect as c4:16
843 1.3.126.mb1
844 ===========
846 * ly2dvi: bugfix --number.
847 Added header field latexpackages, see input/test/orchestscore.ly
849 * \mark: add possibility to use font selection markup, see input/test/mark.ly
851 1.3.127
852 =======
854 * Grand Refman restructuring, featuring outline mode.
856 * Fixed missing menus and cross references.
858 * Coriolan fixes and updates.
860 * Bugfix: a2-engraver and *devnull_engraver recognise alternative
861 'oneXXX' 'twoXXX' naming convention.
863 * Enabled markup text to be used for instrument names.
865 * Bugfix: interface description of System_start_delimiter
867 * Slur attachment fix (thanks, Han-Wen)
869 1.3.126.hwn1
870 ============
872 * Bugfix in Global_translator::run_iterator_on_me (): only run
873 iterator::process if iterator::ok() is true.
875 * Bugfix: when iterating empty sequential-music, start out with an
876 invalid iterator.
878 * Bugfix: length calculation for volta repeat music with too few
879 alternatives.
881 * Bugfix: print different string for first printed alternative in
882 volta repeat music with too few alternatives, eg. 1.-4.
884 * Cleaned up bugs/ directory
886 * Be less intelligent about default font backup, just load cmr10
888 * Generated documentation: sort and uniq Grob lists of contexts.
890 1.3.126
891 =======
892 * Doco:
893   - fixes,
894   - updates,
895   - rewrites.
896   - Changed license to FDL.
897   - added index entries
898   - tutorial: 0-th tune
899   - literature overview.
900   - removed development stuff.
903 1.3.125.jcn3
904 ============
906 * Clef workarounds for Coriolan.
908 * Moved feature and regression-test input to input/feature, input/regression.
910 * Added some regtests.
912 * Bugfix: auto-knee for beam over rest.
914 * Fixes for Coriolan and viola Solo Cello Suites.
916 * Replaced generic 'collapse-height' for System_start_delimiter with
917 brace-collapse-height, bracket-collapse-height, bar-line-collapse-height.
919 * Bugfix: measure System_start_delimiter's *-collapse-height in staff-space.
921 * Fixed some info and html links.
923 * Automatic knees now on by default for vertical distances >= 7 staff-space.
925 1.3.125
926 =======
928 * Updated Coriolan.
930 * Bugfix: beams with no stems.
932 * Cleanup automatic knees, junked calc_interstaff_dist.
934 * Automatic knees now on by default for vertical distances >= 7 staff-space.
936 * Bugfix: automatic interstaff knees.
938 1.3.124.hwn1
939 ============
941 * Auto change music bugfix; removed Auto_change_music type
943 * Bugfix: add copy ctors to all relevant iterators, this fixes various
944 combinations with auto-change and part-combine.
946 * Bugfix: glissandi with smaller rhythms parallel.
948 * Add printfilename option to @lilypondfile 
950 * Include Grobs in Context self-documentation; remove "Grob " from
951 node name for grob documentation.
953 1.3.124
954 =======
956 * Tutorial fragment on ly2dvi.
958 * Bugfix: also print path of mismatched .TFM file.
960 * Some callbacks to allow manipulation of fonts and molecules from
961 Scheme.  See input/test/molecule-hacking.ly ; allows for a kludged
962 "parenthesize notehead" command.
965 1.3.123.mb1
966 ===========
968 * Added percussion clef. Note: font updated!
970 * Bugfix: font style Large works regardless of font-shape.
974 1.3.123
975 =======
977 * Added macro \turnOff to remove volta brackets or any other 
978   graphical objects, see input/test/volta.ly or mutopia/J.S.Bach/pa.ly
980 * Removed the "none" clef, use Clef \override #'transparent = ##t instead.
982 * Bugfix ly2dvi: paper variable orientation = "landscape" works.
984 * Allow for wildcards in the font style alist to give more robust font
985 selection handling. Ignore shape and series for the font families:
986 braces, dynamic and music.
988 * Bugfix: stem and dstem font symbol.
990 1.3.122.jcn3
991 ============
993 * More website link fixes, split and nonsplit.
995 * Non-splitting makeinfo website fix.
997 * Doco fixes, included feature document into main documentation.
999 * lily/chord.cc (member_notename, lower_pitch): gh_member returns a list of
1000 which car is the member!
1002 * Bugfix: added equal_p to list of smob functions.  This fixes
1003 behaviour of property chordChanges.
1005 * More guile-1.4.1 snapshot fixes, generated doco.
1007 * Doco fixes.
1009 * Small fixes for guile-1.4.1 snapshot which is more strict on symbols
1010 vs strings.
1012 1.3.122
1013 =======
1015 * Small lilypond-book cleanups.
1017 * Bugfix: fix lyric extenders.
1019 1.3.121.mb2
1020 ===========
1022 * Bugfix: svenska.ly and norsk.ly
1024 * Bugfix: tied-over accidentals handled more correctly.
1026 1.3.121.jcn2
1027 ============
1029 * Renamed last instances of musical_*pitch to pitch.
1031 * Bugfix: actually read pitch value in \pitch #(make-pitch ...)
1033 * Bugfix(?): always allow explicit duration entry.
1035 * Fixed .po charsets for upcoming msgfmt release (Bruno Haible).
1037 * Some doco updates and fixes.
1039 * Bugfix Ly2dvi: reset LC_ALL and LC_LANG too.
1041 * Commented out dubious undocumented $(PATHSEP) from lilypond-vars.make
1043 * Replaced some instances of [$(outdir)/].. with $(pwd), these may
1044 break --srcdir builds and texi2dvi.
1046 * Several fixes for --srcdir build, allowing build from read only media.
1048 * Moved make/toplevel.make.in to less unusual GNUmakefile.in
1050 * Bugfix: changed beam thickness to .48 staff-space.
1053 1.3.120.uu1
1054 ===========
1056 * Ancient font update (Juergen Reuter)
1058 * Syntax change: paper_xxxx -> paperXxxx
1060 * Some documentation updates.
1062 * Doc-string cleanups, and completization.
1064 * Changed Pedal string properties: unify stop/start/stopStart
1065 properties.  Changed pedal identifier syntax.
1067 * bugfix: do change clefs if full-size-change is *not* set.
1069 1.3.120
1070 =======
1072 * Removed texi->dvi cancellation and removed --clean option from texi2dvi
1073 command line; this fixes generation of dvi files in Documentation/user.
1074 Strange bug in texi2dvi.
1076 * Fixed bibtex url (reported David Raleigh Arnold), added support for
1077 bibtex2html, which is in Debian.
1079 * Added direntries to toplevel texi documents, for info files
1080 (reported Thomas Klausner).
1082 * Removed some empty files.
1084 * Make a Stem::height callback, to prevent early brew_molecule
1085 call. This fixes input/bugs/triplet.ly.
1087 * Manual fix for generated -interfaces documentation.
1089 * Small changes for texinfo-4.0a prerelease.
1091 * Added a --force option for makeinfo .txt generation.
1093 * Changed debian ftp urls according to new package pools layout.
1095 * Debian update, including menu/node fixes to development.texi (Anthony Fok).
1097 * Bugfix: lilypond-book (Tom Cato Amundsen).
1099 * Increase the size of dynamics, adding new sizes of feta-din (Mats Bengtsson).
1101 * \clef "none"; no clef, but whitespace (Mark Hindley).
1103 * Website fix: don't mv but cp .pngs do deep-html dirs.
1105 * Bugfix: chords examples (James Hammons).
1107 * Warning fix.
1109 1.3.119
1110 =======
1112 * Added some feature examples.
1114 * Bugfix for \partial and auto-beamer.
1116 * Bugfixes: warnings.
1118 * More feature examples.
1120 * Renamed some scm files.
1122 * Some more documentation fixes (move hacking.texi into normal
1123 documentation.)
1125 * Bugfix: header protection in parser.yy
1127 1.3.117.mb1
1128 ===========
1130 * Bugfix: fetdefs.tex: don't redefine the standard TeX macros 
1131   \sharp,\natural or \flat.
1133 * Bugfix: ly2dvi: handle the --landscape option. Leave the textheight
1134   calculation to the geometry package. Remove some dead code.
1136 * Bugfix: correct font-family for TextSpanner.
1138 * Bugfix: script-engraver.cc: forced script directions work again.
1140 1.3.117.jcn2
1141 ============
1143 * Resurrected direct scheme output, ie. lilypond -fscm
1145 * Warning message fixes and po update.
1147 * Bugfix: debian package.
1149 * Resurrected direct postscript output, ie. lilypond --output-format=ps.
1151 1.3.117.hwn1
1152 ============
1154 * Broken left-edge of volta, Again. Now the Final Fix.
1156 * Smobified Score, smobified Music_output_def, removed Identifier.
1157 Reorganised Scope and Scheme_hash_table to this end.
1159 * Small cleanups in relations between
1160 Paper_def/Paper_outputter/Paper_stream.
1162 * lilypond syntax update: deprecate $ syntax for identifiers; Provide
1163 convert-ly method.
1165 * Rename: don't use grobs in performer methods.
1167 1.3.116.jcn4
1168 ============
1170 * Bugfix: don't set beaming for outer half beams.  This fixes some
1171 slurs attached to stem end.
1173 * Bugfixes for (de)crescendo spanners and generic text spanners
1175 * Bugfix: Slur::set_interface (): don't overwrite, but copy attachment
1176 property.
1178 * Started documenting some new or not too wel documented features.
1180 * Bugfix: only assume making deep split html documentation when
1181 makeinfo --version 4.0.jcn2 is available.  Although the documentation
1182 should now build with plain makeinfo 4.0, some links will be broken.
1184 * Bugfix: lilypond-book: check for .texidoc files *after* running lilypond.
1186 1.3.116.mb1
1187 ===========
1189 * Bugfix: convert-ly.py: Correct syntax for inserted \version, 
1190   \push -> override happened in 1.3.111
1192 * Bugfix: corrected documentation of timeSignatureStyle, removed all
1193   `unknown type' in the property documentation.
1195 * Added font family typewriter (cmtt).
1197 * Bugfix: some examples updated
1199 * Bugfix: beamed grace notes (reinstate process_music () call in
1200 Grace_engraver_group::process() )
1202 * Rename: Global_translator::process -> Global_translator::one_time_step (). 
1204 1.3.115.jcn2
1205 ============
1207 * Bugfix: lilypond-book.py: only include exisisting .texidoc files.
1209 * Lilypond: don't write empty header field file if header field does
1210 not exist (ie, empty .texidoc files).
1212 * Turn on info generation.
1214 * Fixes to dynamic placement and crescendo spanners.  Incomprehensible
1215 ``width-correct'' hack remains.
1217 * Bugfix: auto-beamer beaming over bar lines.
1219 * Bugfix: consecutive and non-consecutive glissandi.
1221 1.3.115.hwn1
1222 ============
1224 * Bugfix: multi-measure rest ends, chords. 
1226 * Some back end documentation
1228 * Rename element to grob in .scm files.
1230 1.3.114.mb1
1231 ===========
1233 * Bugfix: convert-ly
1235 * Bugfix: Included FAQ.txt in the top directory
1237 * Allow for instrument names with multiple lines and font selection,
1238   see input/test/coriolan-margin.ly
1240 * Added example for figured bass: input/test/figured-bass.ly
1242 1.3.114.lec1
1243 ============
1245 * abc2ly fixes
1247         * allow a g_8 clef to be specified by treble8
1249         * allow full mode names, as well as 3 character abbreviations
1251         * support breves and longas (no abc program that I know of has
1252           longas, but a couple of them have breves, and one can always hope.)
1254         * translate text annotations beginning with _ and ^ for above and 
1255           below the staff.
1257         * quote lyrics syllables with (
1259         * handle real repeat syntax, for appropriately written ABC.
1261         * %%LY slyrics now works for longer than one character lyric strings.
1263         * N: fields are now in header.
1265 1.3.114.uu1
1266 ===========
1268 * Prepare for Music type-unification: remove all args from Music
1269 constructor, and set everything in the parser.
1271 * Moved writing of \header strings feature from lilypond-book to lilypond. (1.3.114.jcn1)
1273 * Bugfix: tied chords.
1275 * Turn off .info creation by default.
1277 1.3.114
1278 =======
1280 * Moved all documentation from regtest to individual example files.
1282 * Added feature to lilypond-book to write out \header texidoc string.
1284 * Reincluded simple FAQ in tarball.
1286 * Fixed lyrics with bar-enrgaver example.
1288 * Renamed LyricVoice to LyricsVoice.
1290 1.3.113.uu1
1291 ===========
1293 * Checksums for AFM fonts: make sure that TFM and AFM files match.
1294 One FAQ less to be asked.
1296 * Made point-and-click switchable, default: off 
1298 * Bugfix: don't make multimeasure rests from failed span-requests.
1300 * Bugfix: mark with string arguments, eg. letters..
1302 * Bugfix: direction of staccato dots. 
1304 1.3.113
1305 =======
1307 * Added stems to font for use in markup text.
1309 * Fixed markup text kerning, see input/test/metronome.ly.
1310   (Ugh, only feasible if kerning is first markup -- markup text should be revised.)
1312 * Fixed molecule caching problem with stem-tremolo: fixes vertical
1313 positioning of stem-tremolo.
1315 * Added forced slur direction (stemUp no longer implies slurUp) in
1316 cross-staff slur example.
1318 * Fixes to Glissando and line-spanner.  Behaves reasonably across line
1319 breaks.
1321 * Added: Align_interface::fixed_distance_alignment_callback that does
1322 not compute the extents of the to-be-aligned objects. This delays many
1323 brew_molecule() calls, because staff-height is no longer needed for
1324 aligning.
1326 * Bugfix: allows linebreaks for some types of beam.
1328 * Bugfix: add braces in larger size range; prevents "Unknown character
1329 127" messages, hopefully.
1331 1.3.112
1332 =======
1334 * Allow two consecutive glissandi.
1336 * Note_head_line_engraver now also listenes to \property
1337 "followThread": Automagically connect note-heads when thread switches
1338 staff.
1340 * Fixed american-chords example (except for o/, that waits for kerning fix).
1342 * Added simple glissando line.
1344 * Bugfix: broken text spanner (ie. crescendo)
1346 * Bugfix: chord tremolos
1348 * Bugfix: staff group brace
1350 * Bugfix: volta repeats
1352 * Resurrected clef _8 and ^8 syntax.  (This should be deprecated?)
1354 1.3.111
1355 =======
1357 * Fixed non-empty-text feature.
1359 * Bugfix for Grob::has_extent_callback_b ()
1361 * Added infrastructure for music property documentation strings.
1363 * Syntax change: \notenames -> \pitchnames
1365 * Changed syntax \push -> \override, \pop -> \revert. Add:
1367         \property Context.Element \set #'foo = #bar
1369 which  does a \revert followed by a \override.
1371 * Documentation updates.
1373 * Fixed typechecks for \push, \pop and \property
1375 * Bugfix: Local_key_engraver.
1377 * Fixes for lilypond-mode.el (patch by Mark Hindley)
1379 1.3.110
1380 =======
1382 * Fixed a mysterious typo in toplevel index.
1384 * Enabled property-engraver.
1386 * Cleanup in Auto-beam-engraver (still broken, because timings are off?)
1388 * Collapsed all ``void Foo::create_grobs () { deprecated_process_music
1389 (); }'' occurences, and reactivated some disabled code (note-name,
1390 chord-name, custos, lyrics).  Reactivated Timing_translator using
1391 process_music ().
1393 1.3.109.hwn1
1394 ============
1396 * unsmob_element -> unsmob_grob
1398 * Make a Slur::height callback, to prevent early brew_molecule
1399 call. This fixes cross-staff slurs.
1401 * Bugfix: custodes style must be symbol, not string.
1403 * do_creation_processing () -> initialize (), do_removal_processing ()
1404 -> finalize ().  Remove (do_)add_processing.
1406 * Move Relative_octave_music::last_pitch_ into SCM, junk
1407 Transposed_music::to_pitch_, junked Time_scaled_music::{den_i_,
1408 num_i_}, Rhythmic_req::duration_, Melodic_req::pitch_
1410 1.3.109
1411 =======
1413 * Bugfix: resurrected point-and-click. 
1415 * Use scheme object props for storing type predicates and doc-strings
1416 Dump global lists of properties into auto-documentation.
1418 * Bugfix: extent callback for Rest, so  ledger lines don't disappear for
1419 rest-collisions.
1421 * Removed some hair from chord code
1423 * Rewrite of engraver pass scheme: try to make graphical objects in
1424 acknowledge_element()/process_acknowledged(), not in process_music()
1426 * Remove Translator::status_ and associated code. Removes the need for
1427 various XXXX functions as wrapper for do_XXX functions.
1429 * Search replace: Score_element -> Grob (Graphical object),
1430 {pre,post}_move_processing -> {stop,start}_translation_timestep,
1431 do_try_music -> try_music.
1433 1.3.108
1434 =======
1436 * Dropped ly_lists_equal for gh_equal_
1438 * Removed Array from chord.
1440 * Small bugfix to lilypond-mode.
1442 * lily/part-combine-music-iterator.cc: fixed (switch `combineParts'
1443 property on), and removed Array.
1445 1.3.107.uu1
1446 ===========
1448 * Bugfix: don't call Crescendo::brew_molecule () too early if there is
1449 an absolute dynamic.
1451 * Rename class Crescendo to Hairpin.
1453 * Search/replace: Musical_pitch -> Pitch 
1455 * More links in the backend documentation.
1457 1.3.106.jcn2
1458 ============
1460 * Cross compilation and info build fixes, really cancel all builtin
1461 rules, sigh.
1463 * Generated documentation fixes: Generate all interface descriptions,
1464 separately, don't list non-set interface properties with element
1465 descriptions.
1467 1.3.106.hwn1
1468 ============
1470 * Deprecate `mudela' name: rename mudela to lilypond globally.
1472 * construct Music_iterators decentrally.
1474 * Make smob of Duration 
1476 * Make smob of Musical_pitch.
1478 * Move Repeated_music members into SCM. Length is computed via a SCM
1479 function. (todo: write SCM function to unfold all repeats. \apply for
1480 \midi)
1482 * Remove Time_signature_change_req, \time is disguise for \property
1483 Score.timeSignatureFraction = ...
1485 * \property barCheckNoSynchronize: don't reset measurePosition when
1486 finding a bbarcheck. This makes bar-checks for polyphonic music
1487 easier.
1489 * elt property full-size-change for clefs.
1491 * Bugfix: use Stem::dim_callback (), so brew_molecule () is not called
1492 too early.
1494 * Bugfix: use extent of Note_head (iso. Note_column) for rest
1495 collisions, so Stem::brew_molecule() is not called too early.
1497 1.3.105.jcn1
1498 ============
1500 * Makeinfo html documentation generation fixes.
1502 1.3.105.uu1
1503 ===========
1505 * Remove Bar_req, \bar is now a frontend to setting Score.whichBar
1507 * Move Context_specced_music::translator_{type,id}_str_ into music
1508 properties.
1510 * Don't make line breaks during note playing.
1512 * Clef engraver rewrite. Clef-engraver is now controlled through
1513 properties clefPosition, clefGlyph, clefOctavation. The \clef command
1514 is just a front-end to these, see scm/lily.scm, function
1515 clef-name-to-properties.  See also input/test/manual-clef.ly
1517 1.3.105
1518 =======
1520 * Bit of temporary makefile hacking to stay in sync with makeinfo patch.
1522 * Separate interface description (test phase).
1524 * Makeinfo --html split fix: http://appel.lilypond.org/fred/software/texinfo-4.0.jcn2.diff
1526 * Use headers for makeinfo html output.
1528 * Made some --scrdir build fixes.
1530 1.3.104.uu1
1531 ===========
1533 * Smobified molecule, and cache molecule (ie. generate each molecule
1534 only once).  Lily should be faster now. (approx. 6 % ?)
1536 * Coded properties-to-font-name in C++. Measured speedup: 14% (wtk1-fugue2)
1538 * Use music properties for Request data.
1540 1.3.104
1541 =======
1543 * Documentation build fix: don't run LilyPond when generating plain info doc.
1545 * Resurrected info documentation and made cross links between manual
1546 and generated doco, some small fixes.
1548 * Made small time signature style fix.
1550 * Generate texinfo iso html documentation.
1552 * Added x-references for elements->engravers and engravers->contexts.
1554 * Fixed number font listing in style sheet.
1556 * Fixed default font settings for text items, text-item now uses
1557 font-interface's alist-chain.
1559 * Renamed property AutoBeam to autoBeamSettings to avoid confusion
1560 about non-existing AutoBeam element.
1562 * Mensural clefs (courtesy Juergen Reuter)
1564 1.3.103.lec1
1565 ============
1567 * abc2ly enhancements
1569         * %%LY comments
1571         * explanation of rationale for %%MIDI nobarlines
1573         * supports -8va as a syntax for tenor clef
1575         * pushing the Staff.timeSignatureStyle property
1577         * parses space between key letter and mode in K: statement
1579         * default for guitar chords is above the staff
1581         * fix for translation of :: repeat
1583 1.3.103
1584 =======
1586 * Translated auto-beam properties to alist.
1588 * Rewrite of tfmtoafm in scm.
1590 * Rewrite of emacs LilyPond mode, based upon auctex interface.
1592 * Chord name fixes and additions (Atte Andr'e Jensen)
1594 * ly-get-mus-property, ly-set-mus-property: set properties of Music
1596 * Move Span_req::span_dir_ into Scheme
1598 * removed numberOfStaffLines, staffSpace. Use StaffSymbol \push
1599 staff-space, line-count
1601 * removed minVerticalAlign, maxVerticalAlign; use VerticalAlignment
1602 \push #'threshold = #(MIN . MAX)
1604 * \property tremoloFlags can be set anywhere now
1606 * \apply #function music 
1608 * Bugfix: padding of dots.
1610 * Generate documentation for separate engravers as well as for contexts.
1612 * Move some reference manual into the  SCM documentation system.
1614 * Bugfix: fixed hyphen spanners.
1616 1.3.102
1617 =======
1619 * Fixed bracket, and made some other PostScript code fixes.
1621 * Silly font initialisation fix for paper19 non-feature.
1623 * Automatic engraver/property documentation infrastructure. 
1625 * Fixed system-start braces
1627 * Fix for forgetAccidentals: do print accidentals, just don't remember
1628 them.
1630 * Bugfix: forced script directions for scripts that have relative stem-direction.
1632 * Bugfix: Tie_column doesn't force Tie directions ties that already
1633 have a direction.
1635 * Bugfix: multimeasure rest 
1637 1.3.101
1638 =======
1640 * Custodes (patch by Juergen Reuter), mods by hwn.
1642 * Font initialisation and markup translation fixes. (99.jcn2)
1644 * Remove staffspace calls. Removed markScriptPadding. Fixes some
1645 problems with tuplet, brace and volta spanners.
1647 * make Font_interface::font_alist_chain (), and use default font
1648 settings. Fixes too large time sigs.
1650 1.3.100
1651 =======
1653 * Tweaks of .scm font-selection. 
1655 * Rewrote font management of Score_element and Paper_def.
1657 * Introduced outputscale: internally do computation in terms of
1658 outputscale.  Prepare to deprecate staffspace internally.  Rewrote
1659 .scm side of font selectioning. 
1661 1.3.99.jcn1
1662 ===========
1664 * Made several font size and initialisation fixes.
1666 * Renamed all occurrences of font-size to font-relative-size
1668 * Renamed all occurrences of font-point to font-point-size
1670 * Fixed interface.scm descriptions to use symbols iso strings
1672 * Fixes for chord names, and added jazz style (James Hammons)
1674 * Some font-size fixes.
1676 * Added dynamics font in all staff-sizes.
1678 * Quick fix for regtest.
1680 1.3.98.hwn2
1681 ===========
1683 * Removed all paper vars except linewidth, indent, staffspace and
1684 stafflinethickness.
1686 * Rewrote Scheme side of font-selection.
1688 * Bugfix: deprecate group-center-element thoroughly.
1690 * Bugfix: LeftEdge must also have Break_align_item::alignment_callback
1691 X-offset-callback.
1693 * Add use music property "direction" for storing direction in
1694 Script_req, use music property "text-type" for storing 'dynamic,
1695 'finger, etc. Remove Dynamic_script_req. Resurrect fingerings.
1697 1.3.98.lec1
1698 ===========
1700 * fixed scale-definition.ly for greek mode names.
1702 1.3.98
1703 ======
1705 * Backend documentation updates and related cleanups
1707 * Removed \property bracketCollapseHeight, systemStartDelimiterGlyph
1709 * Bugfix: instrument-name on grandstaffs, see
1710 input/test/instrument-name-grandstaff.ly
1712 * Bugfix for tie/staffline collision.
1714 * Bugfix: also send out end-repeat if there are no alternatives.
1716 * Small solo cello suite fixes.
1718 1.3.97.jcn1
1719 ===========
1721 * Added some interface documentation.
1723 * Added raise and kern to markup.  This should make Chord names usable.
1725 1.3.97
1726 ======
1728 * Made small fixes to basic properties: regression-test compiles.
1730 * Moved Text_script_req's text_ member into mus-property.
1732 * Renamed ChordName to ChordNames, for consistency.
1734 * Resurrected most of chord names, superscripting and kerning
1735   is currently broken, though.
1737 * Junked all old style text lookups, except for feta definitions.
1739 * Added support for name-based character lookups.
1741 * Added support for font styles and papersize style sheets.
1743 * Added new code for font selection and scm text markup.  Only used
1744   for testing in \textscript SCM. See input/test/markup.ly.
1746 * Fixed (added actually, it got lost?) word-space for chords.
1748 * Added slope-limit and attachment-offset properties to slur.
1750 * Slur's broken trend now weighs in the number of note-columns.
1752 * Spacing tweaks
1754 1.3.96.hwn1
1755 ===========
1757 * Mudela-book fixes (Tom Cato Amundsen)
1759 * Put marks above chords.
1761 * Solaris fix.
1763 * Type checking for \push and \pop; elt property description (docs
1764 inclusive) is now in Scheme.
1766 * Self-documenting backend using ly/generate-documentation.ly
1768 1.3.96
1769 ======
1771 * Added friendly message for the clueless dvips user.
1773 * Clef-engraver: changed c0-position, clef-position and glyph into properties,
1774   enabling ottava spanners: input/test/ottava.ly.
1776 * Added option for edge lines to Text spanner.
1778 * Bugfix for early initialisation of invalid (grace->voice) slur.
1780 * Dropped text support and padding of crescendo symbol.  Horizontal
1781   alignment of dynamics is handled by side-support, Text crescendos
1782   use the generic Text spanner.
1784 * Added a generic Text spanner.
1786 1.3.95.hwn1
1787 ===========
1789 * Bugfix: octavate eight.
1791 * Rewrote arpeggio.
1793 * mudela-book fixes (Tom Cato)
1795 * Cleaned up Group_interface and Pointer_group_interface
1797 * Add accidentals to arpeggio support.
1799 * Stemup + barline combination gets extra space.
1801 * Score_element::extent () now takes a reference point argument.
1803 1.3.95
1804 ======
1806 * Use music property for setting type. This prevents accidental
1807 forgotten copies.
1809 1.3.94.jcn3
1810 ===========
1812 * Added Arpeggio and Trill elements to feta font.
1814 * Yet another bugfix for output-property (Han-Wen)
1816 * Made some fixes to les-nereides.
1818 * Fixed output-property (Dankje).
1820 * Added backend framework for arpeggios.
1822 * Fixes for les-nereides.  Should we do asymmetric slurs...?
1824 * Don't print repeat bars at start of line.
1826 1.3.94
1827 ======
1829 1.3.93.uu1
1830 ==========
1832 * Bugfix: don't crash if there is no volta bracket to end.
1834 * Move offset, dimension callbacks into Scheme.  They can be initialized from basicXXXX properties using
1836         (X-offset-callbacks . (callback1 callback2 .. .))
1837         (Y-offset-callbacks . (callback1 callback2 .. .))
1838         (X-extent-callback . callback1) 
1839         (Y-extent-callback . callback1)
1841 * naming: basicXXXProperties -> XXX, some other changes in naming;
1842 convert-mudela rules added.
1844 * naming: \voiceone -> \voiceOne and related changes. convert-mudela
1845 rules added
1847 * syntax: \property XXX \pop #'bla -> \property Context.XXX \pop #'bla
1849 * changed aclocal.m4 to have better check for guile version. (Laura Conrad)
1851 * updates for mudela-book (Tom Cato Amundsen)
1853 1.3.93.jcn1
1854 ===========
1856 * Try at nastiest competition piece: input/les-nereides.ly.
1858 * Moved Pedal_engraver to Staff context.
1860 1.3.93
1861 ======
1863 * Added some error messages for toplevel and stray string parse errors.
1865 * Don't start more than one slur at a time.
1867 * Set direction of Slur too in a2-engraver.
1869 1.3.92.hwn1
1870 ===========
1871 * Removed calls to global GUILE namespace.
1873 * Added \property: scriptDefinitions, explicitClefVisibility,
1874 explicitKeySignatureVisibility, instrumentEqualizer,
1875 dynamicAbsoluteVolumeFunction
1877 * Added element properties Bar::break-glyph-function,
1878 Break_align_item::space-alist, Chord_name::chord-name-function
1880 * Added \property combineParts: part combiner switched off by default.
1882 * Remove all print methods.
1884 * Use Scope::try_retrieve if possible.
1886 * Remove FAQ in favor of URL.
1888 * etf2ly.py robustness fixes.
1890 * Don't compensate for left edge in broken volta spanner.
1892 1.3.92
1893 ======
1895 * RPM .spec fixes.
1897 * italiano.ly
1899 * mudela-book updates by Tom Cato Amundsen.
1901 * Allow lyric hara kiri as well.
1903 * Bugfix: left/right mixup  in Side_position_interface::aligned_on_self ()
1905 * rest collision of differing rests.
1907 * Cleanup of Sequential_music_iterator, Simple_music_iterator.
1909 * Unfolded_repeat_iterator now signals repeats using \property
1910   repeatCommands. You could override this, eg.
1912         \property Score.repeatCommands = #'((volta "X") start-repeat)
1914   will print a |: and a volta bracket saying X. See also
1915   input/test/manual-volta.ly
1916   
1917 * Volta_engraver, Repeat_acknowledge_engraver: new engravers that are
1918 controlled by repeatCommands; much cleaner than the Repeat_engraver.
1920 * Junked Repeat_engraver.
1922 1.3.91.jcn1
1923 ===========
1924 * Abort all running spanners when part-combiner combines voices.
1926 1.3.91
1927 ======
1929 * Use S_ISDIR () and check for stat.h.
1931 * Various fixes for RedHat 7.0 / gcc 2.96.54
1933 * separate basic propertylist for fingerings, center them on
1934 noteheads.
1936 * Side_position_interface::aligned_on_self() now can take a real
1937 number for self-alignment-{X,Y}.
1939 * etf2ly: single line GF field.
1941 1.3.90.mb1
1942 ===========
1944 * Added an interscorelinefill paper variable. Set to a positive number 
1945   in order to stretch the inter-line spacing to fill the full pages,
1946   except for the last page (where it would look really ugly).
1948 1.3.89.jcn1
1949 ===========
1951 * Changed lilypond to LilyPond in ly2dvi, Mudela to LilyPond source.
1953 * Website fixes: Changed \interline to \staffspace in manual, removed offending
1954   braces from mudela-book.tely.
1956 * Fixed slur attachment correction bug.
1958 * Made some fixes to Coriolan.
1960 1.3.89.hwn1
1961 ===========
1963 * Only open files, not directories 
1965 * bugfix: textNonEmpty.
1967 * Look ahead in auto-change iterator for rests. This means rests
1968 before the note leading to an automatic staff switch are switched as
1969 well (improves the looks of scarlatti-test).  Associated fixes and
1970 additions for  Music_iterator::skip () and friends.
1972 * Bugfix: only quantise staccato inside the staff. 
1974 * cleanups for beam and stem. Removed global GUILE namespace calls
1975 from Beam and Stem.
1977 1.3.89
1978 ======
1980 * Some fixes to Coriolan.
1982 * Fixed some stupid core dumps processing Coriolan.
1984 * Fixed several problems with part-combiner's part-switching.
1986 * Fixes for ASCII output.
1988 * Added feature to part combiner that should allow part-switching only
1989   for entire measures.  Currently, it is controlled by a new 
1990   property changeMoments (A . B):
1991     - only switch when !(A mod now),
1992     - decide whether to switch based on music during time period B.
1994 * Made bugfix: Sequential_iterator::get_music (M): mustn't return music 
1995   later than M.
1997 * Added skip (M) to some iterators.
1999 * maintain minimum-length by shifting for hyphens at start of
2000 line. (patch courtesy Christophe Rhodes)
2002 * mudela-book fixes (courtesy Tom Cato Amundsen): documentation
2003 update, LaTeX example, landscape support.
2005 1.3.88.hwn2
2006 ===========
2008 * Added elt properties for Tie:
2009   - details
2010   - x-gap
2011   - staffline-clearance
2013 * Added elt properties for Slur
2014   - y-free
2015   - details
2017 * Removed C++ support for barNumberScriptPadding, now in
2018 generic-property.scm (but they're deprecated anyway)
2020 * Changed threshold in Align_interface to be in staffspace 
2022 * changed minVerticalAlign and maxVerticalAlign to be in staffspace.
2023 A better way: do \push #'threshold = #(cons A B ).  (WARNING:
2024 INCOMPATIBLE CHANGE)
2026 * moved translator definitions out of \paper { }, only instantiate in
2027 \paper.
2029 1.3.88
2030 ======
2032 * Sequential_iterator::get_music (), part combiner now works.
2034 * Changed paper variables into elt properties:
2035   Beam:
2036   - beam-space-function, Removed Paper_def::interbeam_f(), Smaller
2037   beams for grace notes.
2038   - beam-flag-width-function to Beam.
2040   Grace_align_item:
2041   -  horizontal-space: spacing of grace notes is configurable
2043   Volta_spanner: 
2044   - height
2045   - thickness 
2047   Multi_measure_rest:
2048   - expand-limit
2049   - minimum-width
2050   - padding
2052   Lyric_extender:
2053   - height
2055   Stem
2056   - thickness 
2058   Collision
2059   -  note-width to Collision
2061 * removed various obsolete variables from params.ly
2063 * added input/test/bagpipe.ly
2065 1.3.87
2066 ======
2068 * Made fixes to part-combine examples and Coriolan.
2070 * Bugfix: don't dump core on unterminated (de)crescendo.
2072 * Rolled next (M) also into get_music (M), similar to process (M), so that
2073   sequential-music-iterator::get_music (M) returns something useful.
2075 * Bugfix: part-combiner still expected Music_sequence, where get_music ()
2076   now returns plain list of events.
2078 1.3.86.hwn3
2079 ===========
2081 * Fixed problem with disappearing crescendi across line break.
2083 * Bugfix: dynamic texts should not be set by text-engraver. 
2085 * Rewrote and cleaned up music-iterator.
2087 * etf2ly robustness fixes.
2089 1.3.85.hwn2
2090 ===========
2092 * Added side-position-interface as an interface identifier, in stead
2093 of checking side-support-elements. This fixes a problem with stacked
2094 text scripts.
2096 * Removed spurious set_elt_property ("XX", SCM_EOL) calls.
2098 * Added \property squashedPosition for Pitch_squash_engraver: the
2099 staff-position number to squash noteheads to.
2101 * Added FAQ entry for script on bar, updated description of mailing
2102 lists.
2104 * Fixed bug with \translator { basicXXXProperties \push ... }
2106 * Updated and revised call for help in hacking.texi.
2108 * Bugfix: don't remember accidental if it is tied from the previous note.
2110 1.3.85
2111 ======
2113 * Separated definition and implementation of contexts (moved
2114 definition out of Translator_group into Translator_def)
2116 * pmx2ly.py fixes: now handles text at beginning of block correctly.
2118 * update .spec to include scripts. 
2120 * Changed syntax of \pushproperty:
2122         \property Voice.basicXXXProperties \push #'foo = #bar
2123         \property basicXXXProperties \pop #'foo
2125         \translator {
2126                 basicXXXProperties \push #'foo = #bar
2127                 basicXXXProperties \pop #'foo
2128         }
2130 1.3.84.jcn1
2131 ===========
2133 * Updated INSTALL.texi
2135 1.3.80.tca1
2136 ===========
2137 * Added Documentation/user/mb-latex.tex, mudela-book+latex example
2138   file and test case. Some work on Documentation/user/mudela-book.tely
2140 * mudela-book.py: any combination of \verb, \begin{verbatim}
2141   @code and @example and mudela should work as expected. 
2143 * dropped [].extend that depend on python 1.5.2
2145 1.3.84
2146 ======
2148 * pmx2ly, PMX to LilyPond conversion. Succesfully converts barsant.pmx.
2150 * musedata2ly, a Musedata to LilyPond convertor. Succesfully converts
2151 wtk1-fugue2
2153 * bugfixes for dynamics: make sure that dynamic alignments encompass
2154 the dynamics they support, and that any columns they attach to aren't
2155 prematurely killed.
2157 * bugfix: make sure \time gets noticed early enough.
2159 1.3.83
2160 ======
2162 * small doc updates.
2164 * Cleanups related to barline handling:
2166   - Removed Translator_group::get_simple_translator (), and -
2168   - use properties to communicate about barlines and time sigs. (NOTE:
2169     by default a time-signature of 4/4 is printed.)
2171   - fix repeat bar behavior.
2173 1.3.115.hwn1
2174 ============
2176 * documentation
2180 * cleaned up Directional_element_interface
2182 * add name field to score-elements.
2184 * comment in some unprotects for Music in parser. Should bring down
2185   cpu time and plug some leaks.
2187 * robustness fixes for etf2ly, tuplets, grace notes. 
2189 1.3.82
2190 ======
2192 * engraver.ly: cleanups.
2194 * etf2ly: robustness fixes, handle mac files as well.
2196 * Smobified Translator and Translator_group, junked
2197 Translator_group_identifier.
2199 * \pushproperty and \popproperty withing \translator, similar to
2200 predefining \property, ie.
2202         \translator { [...] \pushproperty [..] }
2203         \translator { [...] \popproperty [..] }
2205 (these \pushes and \pops are delayed until instantiation, so if you do
2208         \score {
2209                 \pushproperty #'basicFooProperties #'bla #VALUE1
2210                 \context Voice { \pushproperty #'basicFooProperties #'bar #VALUE2
2211                         [..]
2212                 }
2213         }
2215 then the setting for basicFooProperties contains both (bla . VALUE1)
2216 and (bar . VALUE2).
2218 * allow \pushproperty #'symbol [..] as well as \pushproperty #'(symbol1 symbol2 ... )
2220 1.3.81.jcn1
2221 ===========
2223 * Activated regex for windows.
2225 * New guile-1.4 patch for cross windows build.
2227 * Added configure messages for metapost checking.
2229 1.3.81
2230 ======
2231 1.3.80.gp1
2232 ==========
2234 * Added property LyricVoice.associatedVoice to enable switching associated
2235   voice mid-stream. Association still defaults to context name.
2237 1.3.80.hwn1
2238 ===========
2240 * \pushproperty, \popproperty: property settings with less memory
2241 cost. See input/test/pushproperty.ly and Documentation/hacking. Note:
2242 syntax is most likely only temporary.
2244 1.3.80.jcn1
2245 ===========
2247 * (Line-)broken slurs now have vertical trend.
2249 * Better length for broken ties: no invisibly short ties.  Now ties may
2250   collide with time signatures, though.
2252 * Don't typeset unfinished spanners, but kill them.
2254 * Added two FAQs (Mats)
2256 * Made workaround guile-1.4.1 backward incompatible (scm_)eval change.
2257   Note that we must use (scm_)eval2 to remain backwards compatible with
2258   guile < 1.4.1 snapshot.
2260 * Reincluded 79.jcn2 fix
2262 1.3.80
2263 ======
2265 1.3.79.jcn5
2266 ===========
2268 * Created Thread_devnull_engraver and Voice_devnull_engraver iso
2269   single A2_devnull_engraver in Thread context.  It seems however
2270   that the hack in A2_devnull_engraver works better.
2272 * Coriolan fixes.
2274 * Slur attachment fix for chords where case slurdir != stemdir.
2276 * Made various fixes for (line-)broken slurs.
2278 * Fixed slur_height (), which fixes most ugly slurs (Yeah!).
2280 * Fixed some silly url reversals in FAQ.
2282 * Finished Coriolan music entry (again); entered second viola part.
2284 * Updated Coriolan to use part combiner on Voice level for wind parts
2285   and on Staff level for violi and bassi.
2287 * Part-combiner now uses duration inquiry, which fixes rhythm-related
2288   bugs in determining solo/a2.  Also, rests are taken into account.
2290 * Another crude fix for almost unexplainable (with a gdb that dumps
2291   core on ly_display_scm) all-zero control points slurs.
2293 * Fixed slurs that crossed through stems and note heads.  Note
2294   that beautifying of ugly slurs is still broken.
2296 * Made crude fixes slurs don't crash, bezier still crashes on
2297   infinitely steep slurs (eg flauti-part *with* slur_engraver).
2299 1.3.79.gp1
2300 ==========
2302 * Replaced empty melisma score element with a property
2304 * Renamed Voice_alist_entry -> Syllable_group in lyric-phrasing-engraver
2306 1.3.79.uu1
2307 ==========
2309 * fixed y-position of whole rest
2311 * fixed sustainPedalPadding
2313 * etf2ly: articulation, lyrics.
2315 1.3.79
2316 ======
2318 * etf2ly.py: Finale to LilyPond conversion.
2320 1.3.78.jcn4
2321 ===========
2323 * Made simple fix to get part-combiner to recognise different rhythms
2325 * Unhardcoded part combiner and a2-engraver; introduced properties
2326   splitInterval, soloADue, soloText, soloIIText, aDueText.
2328 * Fixed part combiner's too-late problem (Dankje!)
2330 * Fixed a2-devnull-engraver, a2-engraver.
2332 * Renamed part combiner music names to "one", "two".
2334 * Cleaned up decision making in part combiner, renamed to "solo"/"unison"
2336 1.3.77.mb1
2337 ==========
2339 * Minor documentation updates
2341 * Mark_engraver: has been broken since .73, fixed!
2343 1.3.78
2344 ======
2346 * Added a devnull engraver, that junks (notehead) requests of the second
2347   stem when combined parts are in unison (a2).
2349 * Part-combine iterator identifies Soli and A2 parts in threads by 
2350   looking at rhythm and pitches.  It switches Voice context automagically,
2351   and communicates current state using a2/solo/solo2 properties.
2353 * Simple A2_engraver (`a due) prints `a2/Solo/Solo II.  Soli seem to
2354   arrive one request late.
2356 * First try at combining parts: part-combine*
2358 * fixed problem with HaraKiri
2360 * fixed problem with dynamicDirection
2362 * fixed problem with nonEmptyText 
2364 * `Fixed' chord notation, as per request of David Arnold, ie, 
2365    Added a chord-name-mode, that only displays chord names
2366    when there's a change in the chord-name-scheme, Also, a chord
2367    name should always be displayed after a line break.  See
2369        input/test/chord-changes.ly
2371 * Reverted duration-iter change in midi2ly, moved printing of options.
2373 * warning bugfix in lexer.ll (Mats Bengtsson)
2375 1.3.77
2376 ======
2378 * Midi2ly bugfix: handle durations longer than longa.  These can occur
2379   because of lengthened notes when using --no-rests.
2381 * Midi2ly: output `new' \key syntax, and updated version number.
2383 * Midi2ly bugfix: don't correct quantised durations, don't use tuplets, 
2384   double dots etc. when user doesn't want them.  It probably used to
2385   work like this, a long time ago.  For some unknown reason, all
2386   corrections made by Duration_convert were junked if the corrected
2387   duration != exact duration.  Duh.
2389 * Midi2ly: added a new option: --no-rests.
2391 * Update of mudela-book (Tom Cato Amundsen)
2392  - --read-lys option, now you can do:
2393         mudela-book file.texi
2394         convert-mudela
2395         mudela-book --read-lys
2396  - --outdir=DIR will put ALL output into DIR
2397  - @mudela[filename="myfilename"]{c d e f g}
2398  - --force-mudela-fontsize
2399  - ignore mudela inside @ignore @end ignore
2401 1.3.76.gp1
2402 ==========
2404 * Lyric_phrasing_engraver now catches lyric extenders and correctly
2405   terminates them under the last note of a melisma.
2407 * Lyric word spacing code changed to fix hyphen alignment.
2409 * Other minor tidying up of Lyric_phrasing_engraver and related code.
2411 1.3.76
2412 ======
2414 * Lyric_phrasing_engraver now adjusts for melisma.  (Glen Prideaux).
2416 * Mudela-book fix for Windows95 (Mark Hindley)
2418 * Debian update (Anthony Fok)
2420 * Added beam melisma for when automaticMelismata and noAutoBeaming are both
2421   #t (primarily for hymns).  Courtesy Glen Prideaux.
2423 * Bugfix: .pfa dependency on $(outdir)/mfplain.mem
2425 1.3.75.mb1
2426 ==========
2428 * stepmake/stepmake/metapost-rules.make: Put all generated files
2429   in mf/out/.
2431 * Added paper variable interscoreline to determine the score line
2432   spacing, see input/test/vertical-extent.ly.
2433   Cleaned up the lilyponddefs.tex inclusion scheme.
2435 1.3.75
2436 ======
2438 1.3.74.gp1
2439 ==========
2441 * Improved default handling of Lyric_phrasing_engraver and made it on by 
2442 default.
2444 * Beginnings of a stanza number engraver (\property LyricVoice.stanza = 
2445 #"1:" etc.)
2447 * fixed bug in script.cc so fermata (and other scripts) get flipped 
2448 correctly when they are above the staff.
2450 1.3.74.jcn2
2451 ===========
2453 * Reincluded simple code for including tfm.[1-5] into search path.
2454   Configure with --disable-kpathsea to enable this kludge.
2456 1.3.74.jcn1
2457 ===========
2459 * Updated input/test/banter-chords.ly German H/B example.
2461 * Updated nl.po.
2463 * Have configure check for kpathsea library and functions.  Made kpathsea
2464   support optional for now.
2466 * Bugfix: halved width of tremolo-beams.
2468 * Included compilation fix for guile-1.3.4 (Anthony).
2470 * Added: chord inversion and base to regtest.
2472 * Fixed: Chord names that were broken by pl73.
2474 * Fixed: Chord inversions that were broken by pl72.
2476 * Resurrected ascii-script output, for debugging purposes.
2478 * Included compilation fix for scm-hash.cc (Han-Wen).
2481 1.3.74
2482 ======
2484 * Small bugfix: also do a deep copy on  submusices
2486 * Fixed:  \autochange doesn't crash anymore.
2488 * Cleanup, documentation and enforcement of smob interfaces in
2489 LilyPond.  We distinguish between SIMPLE_SMOBS and SMOBS (objects that
2490 have self_scm_)
2492 * Glen Prideaux lyric phrasing engraver. See
2493 input/test/lyric-phrasing.ly
2495 1.3.73
2496 ======
2497 * Removed \interscoreline after the last line, prevents some
2498 empty pages. (patch by Mats Bengtsson)
2500 * Smobified Music, junked associated identifiers. Use Scheme list to
2501 store Music_sequence.  Removed const declarations from
2502 Music_iterators.  Added a mutable and immutable property list to
2503 Music.  Use music property for all Scheme values in Music.  Created
2504 and fixed a load of Garbage Collection bugs.
2506 * Changed number font to allow automatic .mf creation.
2508 * Output place of definition as \special{src:LOCATION}. See FAQ for
2509 explanation how to use.
2511 * Schemified Local_key_item and fixed minor bug with accidentals.
2513 * new Japanese .po file.
2515 * Bugfix for broken tie direction
2517 * Bugfix for bar at beginning of line break
2519 1.3.72
2520 ======
2522 * Robustness fix for minimise_least_squares ()
2524 * cleanups of Slur_bezier_bow, removed Bezier_bow.
2526 * cleanup of Tie. Changed Tie into interface. Made ties flatter by default.
2528 * changed SCM_UNDEFINED to SCM_UNSPECIFIED for return values that go
2529 back into Scheme.
2531 * changed SCM_UNSPECIFIED to SCM_EOL for undefined element
2532 properties. This makes initializing list properties redundant.
2534 * removed idiotic code for including tfm.[1-5] into search path.
2536 * fixed problem with tuplet placement for cross staff tuplets.
2538 1.3.71
2539 ======
2540 * Small cleanups to bring down  compile time and binary ensmallment.
2542 * Made Lookup into a smob, and use guile alist iso. an STL map.
2544 * Changed repeated music semantics for relative octave: each
2545 alternative takes its inital octave from the body.
2547 * Fixed: parser accepts booleans for property values as well.
2549 * Added Scarlatti sonata test file to input/
2551 * kpathsea support, courtesy Carsten Block <carsten.block@gmx.de> 
2553 1.3.70
2554 ======
2555 * Fixed: long standing problem in optical-illusion code.
2557 * Fixed: stop beam if stem *has* a beam in auto-beam-engraver. 
2559 * Made interface of Multi_measure_rest, System_start_delimiter,
2560 Spacing_spanner, Separating_group_spanner, Beam, Slur and
2561 Rhythmic_head.
2563 * Use properties for minimum distances and spring parameters.  Move
2564 spacing related functions from Paper_column into Spaceable_element.
2566 * Removed most Paper_column typecasts.
2568 1.3.69
2569 ======
2571 * Cleanup auto-beam-engraver: use properties for retrieving timing
2572 information.
2574 * Fixed: Multi measure rests don't cause crashes.
2576 * Fixed: don't invoke Hara_kiri::consider_suicide too early.
2578 * Fixed: property engraver.  
2580 * Fixed: don't crash on multiple ties.
2582 * Cleanups of Beam, should also be a little faster.  
2584 * Reunite properties and pointers. In implementation we make a
2585 distinction between mutable and immutable properties
2587 * Add {has|set}_interface () static methods to interface classes.
2589 * Made Side_position_interface and Staff_symbol_interface an all
2590 statics class, and stripped _interface suffix.
2592 * Make Align_interface and Axis_group_interface an all-statics class 
2594 * Rhythmic_head, Staff_symbol, Grace_align_item, Break_align_item,
2595 Bar, Span_bar are now interfaces, Staff_bar was removed. Use a
2596 callback for determining barsize.
2598 * Removed all GLUE_SCORE_ELEMENT callbacks. 
2600 * Added test for repeats to trip.ly
2602 1.3.68
2603 ======
2605 * ly2dvi: changed back to original semantics of latexheaders.
2607 * Stem_tremolo, Crescendo, Hara_kiri_group_spanner, Tuplet_spanner,
2608 Volta_spanner changed into interface.
2610 * Related cleanups for Tie, Tie_column cleanups.
2612 * Made Time_signature, Single_malt_grouping_item, Script_column,
2613 Chord_name, Dot_column, Breathing_sign, Key_item type into interface.
2615 * Removed const declaration from callback arguments.
2617 * Pagebreak support. See input/test/between-systems.ly
2619 * Fixed a problem with accidentals in combination with
2620 non-nil key signatures.
2622 1.3.67
2623 ======
2625 * Use callbacks for augmentation dot positioning.
2627 * Removed types Note_head and Rest
2629 * Cleanup of slur.cc: use common reference points in a sane manner.
2631 1.3.66
2632 ======
2634 * Corrected text sizes in paper*.ly (Mats Bengtsson)
2636 1.3.65.uu1
2637 ==========
2639 * Dots, Collision, Rest_collision removed as separate Score_element type.
2641 * Stem and Note_column accept only one rest.
2643 * Use offset callback in Stem to resolve rest/beam collisions.
2645 * Put the value of new  local key signature (accidentals) back into a property.
2647 * Set molecule-callback for notename item.
2649 1.3.65.jcn2
2650 ===========
2652 * Added some comments to new slur code.
2654 * Removed some ugly interstaff slur code, interstaff slurs at line-break
2655   are still broken.
2657 * Slur bugfix: 16th beams are also beams.
2660 1.3.65
2661 ======
2663 * Bugfix: translate volta spanner at start of line.
2665 * Changed directional_element() calls to instantiations
2666 of Directional_element_interface.
2668 * Removed Dynamic_line_spanner, and cleaned up Dynamic_engraver.
2670 * Removed Staff_info type. Information about columns is now transferred
2671 via currentMusicalColumn and currentCommandColumn.
2674 1.3.64.jcn2
2675 ============
2677 * Made slur attachment position user settable; properties:
2678 slurBeginAttachment slurEndAttachment, values: 'head 'stem
2679 'along-side-stem.  See input/test/slur-attachment.ly and ophee-slurs.ly.
2681 * Fixed slur attachment positions, added missing rule and use simple
2682 default starting positions for attachments.
2684 * Started rewrite of slur ending code, interstaff slurs are broken for
2685 now.
2687 * Fixed download URL of the webpage.
2689 * Moved direction.cc to flower/.
2691 1.3.64
2692 ======
2694 * Lyrics centered on notehead.
2696 * Various bugfixes hyphen-spanner.
2698 * Bugfix: set appropriate callbacks for Note_head. This fixes 
2699 problems with dots.
2701 * Removed Clef_item as score-element derived type.
2703 * Updated config.sub and config.guess
2705 * Bugfix: allow linebreaks on beamed grace notes.
2707 1.3.61.jcn2
2708 ===========
2710 * Included dutch po-update based on submitted 1.3.57 nl.po
2712 * Added "Development" link to website, now that "Home" is a relative link.
2714 * Bugfix: use deep copies for resetting keys.
2716 * Assorted typing erors in procedure names in ly/engraver.ly
2718 1.3.62
2719 ======
2721 * Made callbacks from Score_element::before_line_breaking() and
2722 Score_element::after_line_breaking()
2724 * Fixed website; backlinks should work again.
2726 * Removed --ignore-version option. Added --verbose option.
2728 1.3.61
2729 ======
2731 * Webpage hacking
2733 1.3.60.hwn1
2734 ===========
2736 * Junk int_identifier, real_identifier. Merged Midi_def_identifier and
2737 Paper_def_identifier.
2739 * Fixed bug with spanning barlines in combination with Hara-Kiri staffs.
2741 * Cleaned up Text_item, Hyphen_spanner, Lyric_extender and
2742 Sustain_pedal and reduced them to an Score_element interface (they are
2743 no longer Score_element derived types).
2745 * Some instances of brew_molecule routines have moved out of
2746 Score_element, and are now called scheme_molecule.
2748 * Moved lots of parameters from ly/params.ly to ly/engraver.ly
2750 1.3.59.hwn1
2751 ===========
2753 * Removed String_identifier, and use the type system of GUILE instead.
2755 * Fixed \key PITCH MODALITY syntax. The modality argument is now
2756 mandatory, a rule in convert-mudela has been added.
2758 * Cleaned up  buildscripts/ directory: removed obsolete scripts.
2760 * Use Scheme_hash_table for identifier Scopes.  Scheme_hash_table is
2761 based on STL and should be faster than hash_table.
2764 1.3.59.jcn1
2765 ===========
2767 * Fixed scm_un/protect_object for guile-1.3.4 and 1.3.5 snapshots,
2768   in the process reduced number of protect/unprotect calls.  With
2769   guile-1.3.5 snapshot, memory usage has decreased by 1/5th, now
2770   just 10% above the 1.2 level.  Also, Lily's a bit faster.
2772 * Fixed make diff bug in stepmake to be able to make this diff :-)
2774 1.3.58.hwn1
2775 ===========
2777 * Rewrote key sig support.  Now key signature can also be controlled
2778 by setting keySignature and localKeySignature properties, eg.
2780         \property keySignature = #'((2 . -1) ( 4 . -1) (6 . -1))
2782 sets a key signature of `es ges bes' (an unusual key signature).
2784 Keys are internally represented as transpositions of the c-major
2785 scale. Printing the key signature for a scale is done by filtering out
2786 all non-natural accidentals.
2788 * Removed support for \keysignature, and \key something \minor; Newkey
2789 is now obsolete.
2791 1.3.58.jcn3
2792 ===========
2794 * Fixed pedal items (hw)
2796 * Changed configure option tex-tmfdir to tmf-path now accepting multiple
2797   tfm directories.  Automated links to cmr and amstex tfm font directories.
2799 * Replaced one scm_assoc () u-turn slipped through jcn1
2801 * various GUILE 1.3.5 compile fixes
2803 * Added `Ped' as a compound symbol font and removed silly scheme kerning.
2805 * Replaced some scheme assoc u-turns with scm_assoc ()
2807 * Ran po-update (mostly because of new ja contribution).
2809 1.3.57.jcn2
2810 ===========
2812 * Cleaned-up scheme list to text conversion for Chord_name and 
2813 fixed horizontal kerning.
2815 * Added examples for american (slashed o) and jazz (black triangle),
2816   see input/test/{american-chords.ly,jazz-chords.ly}
2818 * Made guile-1.3.5 compile fixes
2820 1.3.57.uu1
2821 ==========
2823 * Fixed typo in Dots::do_brew_molecule (); this fixes the disappearing
2824 dots problem.
2826 * Rewrote key signature administration; now Scheme is used; Octave and
2827 Key have been junked in favor of Newkey.
2829 * japanese .po file included (thanks, Japanese team!)
2831 1.3.57
2832 ======
2834 * Fixed several forgotten molecule-callbacks 
2836 * Fixed first clef in score; now F clefs are also possible.
2838 1.3.56.mb1
2839 =========
2841 * Updated FAQ with two useful GDB macros.
2843 * Several fixes in the documentation.
2845 1.3.55.jcn1
2846 ===========
2848 * Made (dutch) po-update
2850 1.3.56
2851 ===========
2853 * Molecules are now generated via callbacks exclusively; most calls to
2854 set_elt_property ("transparent", SCM_BOOL_T) have been replaced by suicide().
2856 1.3.55
2857 ======
2859 * Experimental property collapse for most score-elements.  (notable
2860 exceptions: Scripts, pedals). Change all Score_element constructors to
2861 take a basic-property list. The suffix of a property list may be
2862 shared by several score-elements, for instance all default G-clefs in
2863 a score share the following settings
2864   
2865            (breakable . #t)
2866            (break-align-symbol . Clef_item)
2867            (visibility-lambda . ,begin-of-line-visible) 
2869 This should reduce memory usage further. 
2871 * Magically fixed the disappearing Lyrics problem.
2873 * Removed used_b_ field from Score_element.  
2875 * Massive search-replace patch: store pointers and properties
2876 separately, in preparation of property collapse.
2879 1.3.54
2880 ======
2882 * Bugfix: don't crash on tuplet spanners that don't contain any notes.
2884 * Cleanup of Dimension_cache: removed a few redundant
2885 fields. Slightly lower memory usage (32 bytes per
2886 score-element). Dimension_cache is now a `dumb' struct again.
2888 * Add array index to priority field of text scripts to ensure that
2889 order is unique, and sensible.
2891 * Added an element count statistic.
2893 1.3.53
2894 ======
2896 * russian.po (thank you, August.)
2898 * Small cleanups in Molecule interface 
2900 * Spacing related elements perform suicide after calculating
2901 distances.  This saves a some memory, approximately 2 to 5 % ?
2903 * Small cleanups in line breaking: Paper_column stores springs and
2904 rods in only one place now.  All fields relating to energy have been
2905 removed
2907 * Don't generate all output Scheme in memory, but evaluate to output
2908 file immediately.  This will reduce memory usage a little.
2910 * Use STL's map  for Dictionary template
2912 * Substitute pointers on element properties of the root Line_of_score
2913 as well.
2915 * Added toplevel doc target, to support building doc with --srcdir
2917 * Removed cygwin build stuff; updated versions at:
2919      http://appel.dyndns.org/lilypond/gnu-windows/cross
2921 * Fixed lily.scm to handle incipits (thanks, Mats)
2924 1.3.52
2925 ======
2927 * Made bugfix in smob handling: delete the C-part of freed smobs and
2928 be honest about amount of allocation and deletion, so that GUILE
2929 doesn't overestimate the amount of memory available.
2931 * Faq update: nicer blank note paper, courtesy Mats Bengtsson.
2933 * Bugfix: don't crash on durations that are not a power of 2.
2935 * Build manpages during `make all' 
2937 * Bugfix: don't do absolute comparisons in Polynomial::clean ().
2939 * Bugfix: set visibility-lambda for key signature created by
2940 createKeyOnClefChange. Fixes disappearing key signatures. 
2942 * Bugfix: make System_start_delimiter of bar-line type invisible when
2943 it spans only one staff.
2945 1.3.51
2946 ======
2948 * Item cleanups.  Copying items and rearranging pointers are done in
2949 separate passes, which makes the code cleaner. This fixes a problem
2950 with some items not disappearing from hara-kiri staffs.
2952 * Use Scheme for Key_item data members. 
2954 * Don't use regex in chord-names.scm under windows; hybrid chordnames
2955 user+calculated will be partly broken.
2957 1.3.50
2958 ======
2960 * Junked Shift_tuple from collision; Now it uses SCM.
2962 * Bugfix of documentation and test-file of tuplet.
2964 * Bugfix type string of repeated music is copied. This fixes declared
2965 tremolos.
2967 * Junked various cruft from lily.scm
2969 * Use interfaces symbols instead of C++ class-name for assigning generic
2970 element properties.
2972 * Junked Dictionary from Piano_pedal_engraver and
2973 Piano_pedal_performer.
2975 * Introduced boolean element property no-spacing-rods: ignore this
2976 item for hard constraints.
2978 * Bugfix: added sanitised TeX fragment in faq.texi
2980 * Bugfix: merge equal Bar_reqs
2982 1.3.48.uu1
2983 ==========
2985 * Small fixes for \cresc and \endcresc
2987 * Release properties of unbroken spanners & items after doing
2988 handle_broken_smobs (); should conserve a little memory.
2990 * Fixed handling of orphaned score-elements. Any element that does
2991 not have its Line_of_score as a ancestor in both directions, is silently
2992 removed from the output.  This guarantees that programming errors
2993 don't result in coredumps from Dimension_cache::common_refpoint ():
2994 element->line_l () is always a common reference point.
2996 * Bugfix: set visibility-lambda of clef and octavation-8 explicitly
2997 for default case.  Now the octavation 8 is not printed at every
2998 barline.
3000 1.3.48.mb1
3001 ===========
3003 * Changed noteHeadStyle properties to symbols, for example
3004   \property Voice.noteHeadStyle = #'cross
3006 1.3.47.jcn3
3007 ===========
3009 * Rewrite of chord-name production in scheme.  There are two major styles
3010   now, banter and american.  To get american style, use
3012       \property ChordNames.chordNameStyle = "american"
3014   Most anything should be possible now.  See input/test/american-chords.ly
3016 * Added isinf check to configure.in, and isinf macro from guile to
3017   bezier.cc; solaris has no isinf ().
3019 * Fixed star-spangled-banner with not-so-nice \bar "|." fix.  Almost
3020   perfect now.
3022 * Added output property to regression test.
3024 * Fixed warning of creating existing outdir.
3026 * Added `Mark' interface to text-items that are marks (thanks, HW).
3028 1.3.48
3029 ======
3030 1.3.47.mb2
3031 ===========
3033 * Corrected glossary.tely
3035 * Corrected \mark font handling. feta-nummer font only of the 
3036   string is all numeric.
3038 * Implemented noteHeadStyle lookup in Guile. Reintroduced the style
3039   "harmonic" and added "baroque" (normal note shapes except for 
3040   brevis and longa which are square).
3042 * Simplified ly2dvi using the power of the geometry package.
3044 * Improved heuristic size calculation of TeX macros. Handles e.g.
3045   "\\u{a}", "\\"{o}" and "\\^{u}" correctly.
3047 1.3.47.hwn1
3048 ===========
3050 * Bugfix: don't hang on zero-duration.
3052 * Various glossary updates (thanks, Christian)
3054 1.3.47
3055 ======
3057 1.3.46.jcn2
3058 ===========
3060 * Drastically reduced vertical space used by headers/footers, when using
3061   ly2dvi.  See input/test/fill-a4.ly.
3063 * Fixed bug with colons appearing on repeat span-bars.
3065 * Added Bar_number_engraver to standard Score context
3067 * Construct octavation scripts in the clef-engraver; this fixes the
3068 hara-kiri + clef8 problem
3070 1.3.46
3071 ======
3073 1.3.45.jcn2
3074 ===========
3076 * Fixed chord-name customisation and made small chord-name build fixes.
3078 * Accidentals with chord-names smaller and as superscript.
3080 * Do some extra footify (works only once) while making html docs.  
3082 1.3.45.hwn1
3083 ===========
3085 * Debian patch (Thanks Anthony)
3087 * Rewrote Bar_number_engraver and Mark_engraver and removed
3088 Bar_script_engraver as baseclass. Both Bar_number_engraver and
3089 Mark_engraver are simpler and more robust.
3091 * Fixed precedence of \property verticalDirection and dynamicDirection
3093 * Fixed keys without barlines 
3095 * Fixed StaffGroups: removing `\consistsend "Axis_group_engraver"'
3096 puts alignment in function again
3098 * Fixed StaffGroup + GrandStaff combination.
3100 * Music is now mandatory as the first thing in a \score{} block
3102 1.3.45
3103 ======
3104 1.3.44.jcn2
3105 ===========
3107 * Implemented una-chorda and sostenuto piano pedals in performer and engraver.
3109 * Added Properties textScriptWordSpace and chordNameWordSpace.
3111 * Junked old lyrics in star-spangled-banner.
3113 * Added a Piano_pedal_engraver.
3115 * Removed some empty files.
3117 * Created piano pedal symbols: * - . P e d.
3119 * Fixed ps-to-pfa.py to handle multiple unfills.
3121 * Moved accordion symbols out of feta-script to end of font.
3123 * Bugfix: don't create tfm's, pfa's etc of feta-test fonts.
3125 * Fixed blot_diameter for small resolutions.
3127 1.3.43
3128 ======
3130 * Put global element list into Line_of_score, instead of
3131 Paper_score. post processing (the stage after line breaking) is now
3132 truly done per-system, and we got rid of an ugly hack to get font
3133 handling OK.
3135 * Bugfix: set the group-interface of System_start_delimiter.
3137 * Cleanups of Break_algorithm and derived classes, Move
3138 broken_col_range () to Line_of_score, remove Paper_score::col_l_arr_
3140 * Bugfix for accordion symbols.
3142 * Various patches to prevent crashing when do_brew_molecule gets
3143 called before after_line_breaking (). This was a problem in Spanner
3144 classes mostly.
3146 1.3.43
3147 ======
3149 1.3.42.jcn3
3150 ===========
3152 * Made a quick try at piano pedal performer, damper pedal only.
3154 * mf/feta-accordion.mf: Fixed strange turning paths.
3156 * mf/feta-beugel.mf: Fixed infinity errors.
3158 * Use a more discriptive name for windows setup.zip.
3160 * mf/GNUmakefile: Have logs as last target, so that normally, they're 
3161 not made twice.
3163 * stepmake/stepmake/metafont-rules.make: Don't remove the .log files.
3164 The logs are a target, removing them retriggers make.
3166 * stepmake/stepmake/metapost-rules.make: Remove the correct log and tfm
3167 files, ie the ones that clutter the source directory, not the target logs.
3169 * Windows distribution: faked symlink for cmtfm.  Setup.zip should now be
3170 standalone; ie, no need for Cygnus' usertools anymore.
3172 1.3.42.jbr1
3173 ===========
3174   
3175 * Documentation/ntweb: Updated angels.ly to match current syntax.
3176 Also updated index.texi.
3178 1.3.42.uu1
3179 ==========
3181 * Change all occurances of Staff_margin_engraver to
3182 Instrument_name_engraver, add a convert-mudela rule
3184 * Change status == busy assert into programming error
3186 1.3.42
3187 ======
3189 1.3.41.jcn3
3190 ===========
3192 * Lots of fixes to windows distribution scripts.
3194 * Added configuration features --program-prefix, --program suffix.
3196 * lily/my-lily-parser.cc (get_chord): Bugfix, don't use deleted pitch.
3197 This fixes inversions c/g and bass additions d/+c on chords.
3199 1.3.41.mb1
3200 ==========
3202 * Avoid that xxxXXXVerticalExtent is used for empty HaraKiriStaff
3203   lines.
3205 1.3.41.hwn1
3206 ===========
3208 * Debian patches (thanks Anthony!)
3210 * Use symbols for prefatory matter spacing. Do not use the typename
3211 for looking up item pairs in the table, but read element property
3212 break-align-symbol
3214 * Instrument_name_engraver, uses break alignment instead of
3215 side-position.
3217 * System_start_delimiter_engraver, System_start_delimiter, uses a
3218 spanner for the braces/brackets at the left of the system. Remove all
3219 old Span_score_bar engravers.
3221 * Removed Base_span_bar_engraver::use_prority_b_, and moved
3222 Base_span_bar_engraver into Span_bar_engraver.
3224 1.3.40.jcn3
3225 ===========
3227 * mutopia/Coriolan/violino-2.ly: Bugfix: wrong pitch.
3229 * input/test: Removed stale AutoStaffSwitch examples.
3231 * mutopia/E.Satie: Fixed gnossiene-4, doing \autochange.  Removed
3232 stale copy of gnossiene-4.
3234 * buildscripts/make-cygwin-cross.sh: Made some small .zip package fixes.
3236 * make/lilypond.spec.in: Made some bugfixes for _prefix, preparations
3237 for cross-building to Cygwin.
3239 * buildscripts/make-cygwin-cross.sh: Now using rpm packages.
3241 1.3.40.hwn2
3242 ===========
3244 * added \property XXXMinimumVerticalExtent, \property XXXExtraVerticalExtent
3246 * New_chord_tremolo_engraver: make tremolo beams from
3248         \repeat "tremolo" NUMBER <Music-expression>
3250 Removed support for "old-style" tremolos.
3252 * Add a convert-mudela function for the conversion "\key A;" to "\key a; 
3254 * Read \property measurePosition within the engraver code, instead of
3255 looking up the Timing_translator.
3257 * star-spangled-banner.ly: add Bar_engraver to LyricsVoice 
3259 * Changed all .fly and .sly files to .ly files.  Propose to dump .fly
3260 and .sly.
3262 1.3.40
3263 ======
3265 1.3.39.jbr1
3266 ===========
3268 * buildscripts/mf-to-table.py: feta dep files are now opened with write
3269   binary option.  This avoids carriage return linefeed problems and
3270   windows while not affecting unix.
3272 * Documentation/hacking.texi: Fixed a texinfo syntax error
3274 * stepmake/bin/package-zip32.sh: Fixed or Removed some legacy, 1.2.x,
3275   directory paths.
3277 * Documentation/ntweb/index.texi: Fixed broken links, added 1.3.39 links.
3279 1.3.39.hwn1
3280 ===========
3282 * Glossary updates by Christian Mondrup.
3284 * Bugfix: use generic properties in lyrics too. This fixes the
3285 \property textStyle for lyrics.
3287 * Score_element::preset_extent(), used by \property
3288 XXXVerticalExtent, so hard code the size of a vertical group. 
3290 * Don't fix up reference points for originals of broken
3291 spanners. Fixes spurious "orphaned score-element" warnings.
3293 * buildscripts/make-cygwin-cross.sh: Use rx-1.5 instead of regex (Jeffrey).
3295 * scm/lily.scm: Fixed check for Windows: by default don't use scm regex.
3297 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: Significantly smaller
3298 patch for guile.
3300 * buildscripts/make-cygwin-cross.sh: Compile native package GNU regex,
3301 which should fix Windows problems with guile.  Also added input directory
3302 to zip file.
3304 * stepmake/aclocal.m4: Added decent checking for version of guile, and 
3305 fixed warning message.
3307 * lily/lexer.ll (My_lily_lexer): Bugfix: lookup chordmodifiers in the
3308 chord-modifier table (not in the pitch list).
3310 1.3.39
3311 ======
3313 1.3.38.hwn2
3314 ===========
3316 * General cleanups of My_lily_parser. 
3318 * Start of a Chord_tremolo_iterator for the `\repeat 4 "tremolo"'
3319 syntax.
3321 * Moved Score_element::do_space_processing out of the dependency
3322 mechanism.
3324 * Use Scheme for notename tables.  Removed uppercase letters for low
3325 octave notes. Removed Notename_table.
3327 * Fixed core dump with declared "\key  ; "
3329 * Extra robustness warning for Side_position_interface::aligned_on_self ()
3331 * Extra robustness: make sure that first and last columns are breakable.
3332         
3333 1.3.38.jcn4
3334 ===========
3336 * stepmake/aclocal.m4: Added support for cross-compiling with guile.
3338 * buildscripts/make-cygwin-cross.sh: A try at dropping cygwin1.dll
3339  dependency by using mingw.  Compiling guile is too much to ask
3340  for mingw, though.  Also:
3341  - rename python scripts .py (request from Alain)
3342  - install native packages under their own, separate root. (Alain)
3344 * lily.scm: Don't use regex module when running on
3345 Windows. (Shamus)
3347 * lily/staff-margin-engraver.cc (acknowledge_element): If
3348 possible, hang y-axis of margin script to span-bar.  This fixes
3349 vertical placement of margin scripts attached to staff groups.
3351 * help2man-rules.make: Fixes for generating manpages by copying
3352 and for building using --scrdir.
3354 * stepmake/stepmake/generic-targets.make: Preserve date stamp of
3355 config.h, version.hh files file when copying.
3357 * buildscripts/make-cygwin-cross.sh: made number of fixes:
3358         - add `Cygnus/' prefix to directories in .zip-file too.
3359         - package guile too.
3360         - don't link to cygwin1.dll
3362 * stepmake/stepmake/install-targets.make: bugfix, don't fail if directory
3363   is not emty when uninstalling.
3364         
3365 * stepmake/stepmake/generic-targets.make: added man target.
3367 * buildscripts/make-cygwin-cross.sh: new script for cross-building cygwin
3368   development tools and lilypond executable.
3370 * Documentation/ntweb/lilypond-manpages.patch: provide pre-built
3371   manpages, so that make doesn't fail on help2man trying to execute
3372   a GNU/windows executable.     
3374 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: new patch for
3375   guile-1.3.4.  
3377 * flower/libc-extension.cc (memmem): cygwin compile fix.
3379 1.3.38
3380 ======
3382 1.3.37.hwn1
3383 ===========
3385 * (generic-property.scm) added \property tieDash to set dashing on
3386 ties.
3388 * Removed  ly_eval_str(), we should use scm_eval (Scm_object).
3390 * Removed scm_to_array (), array_to_scm (), associated junk. Reverted
3391 undocumented .29 patch that made Bezier::control_ into an
3392 Array<Offset>.  Added some comments documenting the reasons for the
3393 changes.
3395 * Revert generic-property.scm of .37 fix, fix the real problem in
3396 property-engraver.cc: use the right symbol to check if element
3397 property is already set.
3399 1.3.37.jcn2
3400 ===========
3402 * Fixed srcdir build, so that you can do:
3404       tar xzf releases/lilypond-x.y.z
3405       mkdir <build>
3406       cd <build>
3407       ../lilypond-x.y.z/configure
3408       make
3410   as with any other gnu package.  All build output goes to <build>/out.
3412 * Changed and fixed use of different configurations, and different output
3413   directories.  Finally, you can use different configurations alongside
3414   eachother.  From make/stepmake.make:
3416       # Use alternate configurations alongside eachother:
3417       #
3418       #     ./configure --enable-config=debug
3419       #     make conf=debug
3420       #
3421       # uses config-debug.make and config-debug.h; output goes to out-debug.
3422       #
3424       # Use same configuration, but different output directory:
3425       #
3426       #     make out=www
3427       #
3428       # uses config.make and config.h; output goes to out-www.
3429       #
3432 * Fixed performance of (de)crescendi.
3434 * Better documentation for arithmetic_multiplier and arithmetic_basicspace
3435   in params.ly.
3437 * Added instrument-equaliser for MIDI output, see scm/midi.scm, and
3438   properties midiMinimumVolume, midiMaximumVolume, ranges [0,1].
3440 * Changed absolute midi volume settings into factor of full scale.
3442 * Fixed another dynamic-line-spanner bug, it gets hairy.
3444 * Added warning for spanners that are not fully contained in parent spanner.
3447 1.3.37
3448 ======
3449 1.3.36.hwn1
3450 ===========
3452 * Abstract Align_element into Align_interface. Removed
3453 Axis_align_{item,spanner}, Align_element, Super_element, all multiple
3454 inheritance in the backend.
3456 * new Gade score, INSTALL.texi fixes (thanks, Mats)
3458 * Removed Item::hpos_f (), Score_element::{get,set}_real ()
3460 * comments detailing properties for Axis_group_interface,
3461 Side_position_interface, Score_element, Item and Spanner
3463 1.3.36.jcn3
3464 ===========
3466 * Fixed vertical dimensions of elements in dynamic line spanner by adding
3467   axis-group to dynamic line spanner.
3469 * Bugfix: line-spanner lasts always full duration of (de)crescendi.
3471 * Bugfix: broken (de)crescendi on a dynamic-line-spanner.
3473 * Bugfix: compilation dynamic-engraver.
3475 * Added and updated a faq about postscript and ghostscript.
3477 * Fixed order of slurVerticalDirection verticalDirection in
3478   generic-property.scm.  Similar fixes for Stem, Tie, etc.
3480 * Added a Text_engraver to GraceContext.  Maybe it was removed on
3481   purpose: scripts on grace notes seem broken, they appear on the
3482   main note.
3484 * Bugfix: volume effect of (de)crescendi was sometimes wrong way round.
3486 1.3.36
3487 ======
3488 1.3.35.hwn1
3489 ===========
3491 * textEmptyDimension changed into textNonEmpty, default: off,
3492 ie. texts don't occupy space.
3494 * Use STL map for Lookup::lookup_p_tab_p_
3496 * Abstracted Axis_group_element into Axis_group_interface, and removed
3497 Axis_group_element. This eliminates some multiple inheritance in the
3498 backend
3500 1.3.35.jcn1
3501 ===========
3503 * Added minimum-space property to Side_position_interface.  Used in
3504   positioning of Volta_spanner: voltaMinimumSpace.
3506 * Fixed and cleaned-up volta-spanner.
3508 * Moved directional-element.cc -> directional-element-interface.cc
3510 * Renamed all `process_requests' to `process_music', which fixes
3511   midi performance.
3513 * Fixed dimensions (more x-y interchanges) of brace, bracket and
3514   volta-spanner.
3516 * Half-assed fix to get similar vertical placement of orphaned vs.
3517   line-spanned dynamic elements.
3519 * Added property bracketCollapseHeight: the minimal size of a staff bracket
3520   that will be typeset.  Smaller brackets will not be displayed.  This
3521   fixes the (in 1.3.x reintroduced) funny duck-beak-bracket-bug (sorry).
3523 * Removed some dissonant chords from Coriolan
3525 1.3.35
3526 ======
3528 * Removed Documentation/programmer directory 
3530 1.3.34.jcn3
3531 ===========
3533 * Small enhancements to Staff_margin_engraver:
3534    - by default, the marginScript left aligns the text
3535    - to set the text style, use property marginScriptTextStyle
3536    - to change the alignment, use property marginScriptHorizontalAlignment
3537      (centred and right alignment require manual padding settings).
3539 * Print a friendly message if the manual pages failed to build.
3541 * Bugfix: dynamicDirection now overrides verticalDirection setting.
3543 * Warning messages and nl.po
3545 * Fixed vertical alignment for all dynamic items and (reluctantly)
3546   reinstated old directional behaviour for orphaned dynamics.
3548 * Finished maximumRestCount property.
3550 1.3.34
3551 ======
3552 1.3.33.hwn2
3553 ===========
3555 * Print key without setting key, syntax "\key ;". General cleanups of
3556 key-item.
3558 * Add paragraph tags in HTML output of mudela-book.  Music fragment
3559 don't run into the text anymore.
3561 * Bugfix: don't align the first line of text. (Lookup::text ()).
3563 * Abstract away data members of Axis_group_element, Align_element
3566 1.3.33.jcn3
3567 ===========
3569 * Added helpful properties instrumentScriptPadding/instrScriptPadding for
3570   Staff_margin_engraver.
3572 * Removed some empty files, substituted (c) 1999 occurrences.
3574 * Added \property maximumRestCount.  It will prevent showing (or actually:
3575   moving in case of a collision) more than maximumRestCount similar rests.
3576   WIP!
3578 * Rewrote Staff_margin_engraver.  Staff margin texts now hang on a new
3579   breakable item: Left_edge_item.
3581 * Fixed vertical alignment for dynamic elements.  Orphaned dynamic items
3582   (not supported by a Dynamic_line_spanner) still collide with Staff,
3583   although they now have staff support, which was supposed to fix this.
3585 * Fixed Staff_margin_engraver for "instrument", "instr" is still broken.
3587 * Dynamic elements are only put in a Dynamic_line_spanner if there
3588   actually is more than one adjacent note-column with a dynamic.
3589   This breaks the fine looks of all dynamics, again :-)
3594 1.3.33
3595 ======
3597 1.3.32.hwn3
3598 ===========
3600 * Experiment: use STL map for Scheme_hash_table; Is there a speedup?
3602 * Bugfix: print brace iso. bracket for Piano / GrandStaff
3604 * Change naming: change do_post_processsing into after_line_breaking,
3605 do_pre_processsing into before_line_breaking and do_process_requests
3606 into do_process_music.
3608 * Bugfix in hash-table.hh: do quadratic probing, and not cubic probing.
3610 * Display property name for type error.
3612 * Cleanups for Dynamic_engraver and Dynamic_line_spanner.
3614 * Warn if last column in score is musical. Helps catch programming errors.
3616 * Spanner::spanned_drul_ now is private. 
3618 * Rewrote some bar code: moved molecule functions out of Lookup.
3620 1.3.32.jcn3
3621 ===========
3623 * Embedded newlines in text items are now allowed.  This helps avoiding
3624   TeX-hacking in some cases.  See input/test/coriolan-margin.ly
3626 * Fixed stupid x-y interchange bug for staff-bracket.  This fixes
3627   placement of staff-brackets.
3629 * Fixed bracket/arch-thickness interchange bug, and made bracket a bit
3630   thinner.
3632 * Fixed slur/bezier-beautiful name mismatch.  This should fix the steep
3633   slurs that were apparently reintroduced in 1.3.29.
3635 * Made some small fixes to Coriolan.
3637 * Removed duplicate lily/output-property-engraver.hh.
3639 * Removed optional use of vanilla spanner in Dynamic_engraver.
3641 * Fixed (measured) tremolo for Stem and Beam. Merged declarations
3642   stem-engraver.hh and chord-tremolo-engraver.hh into their .cc
3643   implementation file.  Also fixed looks of Chord tremolo, input and
3644   implementation is still ugly.
3646 * Added *.yy and *.ll to TAGS, to that tags-find-replace doesn't omit
3647   parser and lexer.
3649 1.3.31.mb1
3650 =========
3652 * Fixed \specialkey and \normalkey. Updated documentation.
3654 1.3.32
3655 ======
3656 1.3.31.jcn5
3657 ===========
3659 * Fixed and cleaned-up Dynamic_engraver.  Optionionally uses vanilla
3660   spanner instead of Dynamic_line_spanner.
3662 * Made gcc-2.95 compile fix in libc-extension.
3664 * Various fixes to Coriolan, score starts to look acceptable.
3666 * Moved optional text of crescendo into Crescendo spanner.  Fixed horizontal
3667   and vertical alignment of dynamics.
3669 * Added new text crescendo spanners to Coriolan and made some fixes.
3670   If you're using timidity, use the -EO option to prevent notes get
3671   stuck.  I'm not sure whose fault this is, Lily's MIDI output may be
3672   stretching the standard a bit.
3674 * Adjacent dynamic markings are now grouped on a horizontal line, but it's
3675   not perfect yet: they're always below the staff and no horizontal spacing
3676   is done.  Also, character metrics of dynamics are still not used.
3677   See: input/test/crescendi.ly and input/test/dyn-line.ly
3679 * Cleaned up Span_dynamic_performer.
3681 1.3.31
3682 ======
3683 1.3.30.mb1
3684 =========
3686 * Fixed the page layout, reintroducing space for the header and
3687   trying to keep piece titles on the same page as the piece.
3688   The header and footer can now contain several lines.
3690 1.3.30.jcn3
3691 ===========
3693 * Lily now also performs crescendi and decrescendi in MIDI output:
3694   Span_dynamic_performer in a slightly crappy way.
3696 * Added preliminary support for crescendi/decrescendi other than `hairpins',
3697   eg: `cresc. poco `a poco -- -- --'
3699 * Made MIDI tie performance fix.
3701 1.3.30.jcn2
3702 ===========
3704 * Lily now performs absolute dynamics in MIDI output.
3706 * Included David's comments on opus47 in TODO.
3708 1.3.30.jcn1
3709 ===========
3711 * More Coriolan: flute-1,2; oboe-1,2; clarinet-1,2; 
3712   fixes and remainder french horn-1,2; trombone-1,2;
3713   fagotto-1,2; timpani; and several fixes.
3714   
3715 1.3.30.uu1
3716 ==========
3718 * Remove some old doco from programmer/ and put on personal homepage.
3720 * Removed union-find from flower library.
3722 * Only quantise tie horizontal part inside the staff.
3724 1.3.30
3725 ======
3726 1.3.29.hwn1
3727 ===========
3729 * Report type errors for \property. Helps with converting 1.2 input
3731 * Use Scheme for Align_element; fixed graceAlignPosition 
3732 and removed \property alignmentReference in the process.
3734 * Use generic properties for lyrics too.  This fixes \property
3735 Lyrics.textStyle
3738 * Add relative distance for constraints between non-column items.
3740 * Automatic \marks: use "\mark ; ". The mark numbers or letters are
3741 increased automatically.
3743 * Translators now only change properties of their own context. This
3744 removes the 2nd argument to Translator::get_property()
3746 * Bugfix for Metapost mode
3748 1.3.29.uu1
3749 ==========
3751 * Updates of glossary  (Christian Mondrup)
3753 * Bugfix with bar number placement
3755 * Moved links to bibliography/ and misc/ to main index.
3757 1.3.29
3758 ======
3760 * Moved Slur-specific code from Bezier_bow to Slur and Slur_bezier_bow.
3761   Slurs are now calculated just once.
3763 * Bezier_bow gets constants from paper.  Still no sensible solution for
3764   magic asymmetry gradient step constants.
3766 * Reinstantiated tangent-controls, more flexible than ever.  You can choose
3767   between area asymmetry and tangent-controls.  My guess is, tangent controls
3768   will be junked in 1.3.30.
3770 * Slur area: only look at x-gradient.
3772 * Added credits for some symbols of as5/9 fonts.
3774 * Bugfix: don't make almost flat slurs, change in de-uglyfy slur.  
3776 * Bugfix: midi2ly put out recent version (ugh).
3778 1.3.28.hwn2
3779 ===========
3781 * Bugfix: don't forget to process staffSpace and numberOfStaffLines
3782 properties.
3784 * Removed Gade score. To appear (shortly?) on Mutopia. 
3786 * Make Bar_script_engraver look for typeVisibilityFunction (eg
3787 property barNumberVisibilityFunction). Changed the names of the Scheme
3788 functions to be understandable. See input/test/bar-script-visibility.ly
3790 * rewrite of class Molecule. It has now reached the ultimate quality
3791 plateau. All molecule data is now shared.
3793 1.3.28
3794 ======
3796 * Update of the glossary by Christian Mondrup 
3798 * Moved horn-concerto-3 out of tarball to private website, removed
3799 W.A.Mozart subdirectory.
3801 1.3.27.hwn1
3802 ===========
3804 * Bugfix: don't make giant ties if the horizontal part of tie is near
3805 the center.
3807 * Small optimizations to be a little more careful with mem usage. 
3809 * Website change: put all examples in one directory.
3811 * Removed Atom as a separate type.  Now use SCM, and since we use
3812 function composition, Atoms are immutable, so they don't have to be
3813 copied. This makes life easier, hopefully this is quicker and uses
3814 less memory.
3816 1.3.27.jcn1
3817 ===========
3819 * Bezier_bow: minimise_enclosed_area
3821 1.3.27
3822 ======
3824 1.3.26.hwn4
3825 ===========
3827 * Tuplet-spanner slope calculation now looks better on tupletted rests
3828 (patch courtesy Laurent Martelli)
3830 * Bugfix (Staff_performer::new_instrument_str ()) check type of
3831 \property "instrument"
3833 * New mechanism for breaking lines: do not copy & prune the element
3834 property list separately, but combine these steps. Dramatically
3835 reduces memory usage for large scores.
3837 1.3.27
3838 ======
3839 1.3.26.jcn2
3840 ===========
3842 * Bugfix: font used in volta-spanner calculation.
3844 * Added simple selection list to webpage, inspired by sawmill.
3846 * Devised kludge for ascii 5 character font pitches.
3848 * Substitutions: interline, 1997,1998, @stack.nl and small typo fixes.
3850 1.3.26.hwn1
3851 ===========
3853 * Plug memory leaks related to Moment:
3854   - Spacing_engraver::do_pre_move_processing ()
3855   - make_rational ()/make-rational
3856   - Paper_column::Paper_column ()
3858 * Plug memory leak in Paper_outputter::output_{String,Real,int}_def()
3860 * Plug memory leak in Score_engraver::set_columns ()
3862 * Plug memory leak in Scheme_hash_table::set()
3864 * Plug memory leak in Score_element::molecule_extent ()
3866 * Bugfix: don't crash if a slur doesn't span anything.
3868 * Bugfix: don't crash if doing beams without a staff symbol.
3870 * Generic element property setting:
3872         \outputproperty #predicate #'symbol = #value
3874 Will set the element property symbol to value, for any elements that
3875 return true for PREDICATE.  This allows you to virtually tweak *ANY*
3876 property of the output. Example in input/test/generic-output-property.ly
3878 1.3.26
3879 ======
3881 * lilypond as as2ly: --help and --version to stdout.  Regular identify 
3882   to stderr.  This fixes help2man's manpage generation.
3884 * configure: substitute full path for perl and guile in scripts.
3886 * Added ascii slur and volta.  There seems to be a Lily bug in volta placement.
3888 * Bugfix: default font now user settable
3890 * as2text: handle plain ascii font, read from stdin, you can now do:
3892   echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
3894 1.3.25.hwn1
3895 ===========
3897 * Bugfix: second half of broken ties now are displayed again.
3899 * Bugfix: add clef to the support of 8 text in the G_8 clefs. Center
3900 it horizontally on the clef.
3902 * Added Tie_column spanner. Ties in tied chords now get proper directionsa.
3904 * Bugfix: unbroken repeat barlines now work, eg. |:
3906 * Added Request_iterator to make more flexible constructions possible.
3908 1.3.25
3909 ======
3910 * as2text: catch missing font/character errors, added default font, set text.
3912 * New ascii fonts and glyphs: as5 as-numeral4 as-braces9
3914 * Ascii output, minimal support:
3915   - AsciiScript Fonts: mf/*.af
3916   - Init files: ly/*-as.*ly 
3917   - AsciiScript translation to text: scripts/as2text.scm
3918   - input/test/as.fly input/test/as1.fly
3919   - Output support: lily/lily.scm
3920   - Try:
3921       lilypond -f as -i init-as.fly input/test/as.fly
3922       as2text as.as
3924 1.3.24.hwn1
3925 ===========
3927 * The horizontal part of ties will avoid collision with staff lines.
3929 * Plugged memory leak: don't protect Atom function.
3931 * Lookup cleanups. Made lots of functions static. Moved some code out
3932 of Lookup.
3936 1.3.24.hwn1
3937 ===========
3939 * Bugfix: ly2dvi.py exits succesfully when encountering --help and
3940 does not delete any of the file_ly*.tex.
3942 * Added header and footer support in ly2dvi.py
3944 1.3.24
3945 ======
3947 * Added a ROADMAP file explaining the source directory layout.
3949 * Minor tweak in the feta 6 and 9 numeral
3951 * Moved files from lib/ to flower/
3953 * Removed Note_head_side class.
3955 * Updated the webpage to be a little more chatty. 
3957 * Small Local_key_engraver optimization: only lookup timing engraver once.
3959 * Fixed dashed slurs
3961 * Rewrite of Slur code.  Be much more picky about slur shapes. We try
3962 to offset the slur instead of bending it too much
3964 * Look at stem directions for tie direction.
3966 * Compound multimeasure rests. Put measures_i_ variable in an element
3967 property.  Made the symbol a lot wider.
3969 * Time signature small cleanups.
3971 1.3.22.hwn2
3972 ===========
3974 * Symbols opposite to stem (eg marcato) now get the proper glyph in up
3975 version.
3977 * Breathing marks now have a direction by default.
3979 * Do set generic script properties.
3981 * Also put tuplet brackets under notes.
3983 * Score_element_info: only store origin of element, but not the path
3984 to parent translators. Saves a little memory, and removes some complexity.
3987 1.3.22.hwn1
3988 ===========
3990 * Autobeaming in time sigs that don't have 1/4 beats fixed.
3992 * (De)crescendi should now work. (Thanks Michael)
3994 * Better error reporting for conflicting time signatures.
3996 * Line_number_engraver: output locations of note head
3997 definitions. Very handy when entering complicated scores.
3999 * Rewrote multi measure rest support: now they are entered as spanners
4000 (\commandspanrequest \start "rest"). RXXXX is an abbreviation for
4002   { \commandspanrequest \start "rest"
4003     SXXXX
4004     \commandspanrequest \stop "rest"
4005   }
4007 * Removed support of percent style repetitions. 
4009 * Put texts outside the staff.
4011 1.3.21.mb1
4012 ==========
4013 * Getopt bugfix: don't assert on certain errors.
4015 * ly2dvi: Remove unnecessary space for the page headers.
4017 * Bugfix convert-mudela
4019 1.3.21.hwn1
4020 ===========
4022 * Bugfix in lilypond-mode.el: eval-buffering now uses file name and
4023 not buffer name.
4025 * Scrapped tupletVisibility property. Now use tupletNumberVisibility,
4026 tupletBracketVisibility, with Scheme value #t, #f or 'if-no-beam.
4027 \property tupletInvisible will stop all tuplet spanner creation.
4029 * Don't go berserk if tuplet spanner is on only one column.
4031 * Use SCMs & Smobs for Molecules & atoms.  This uses less
4032 scm_(un)protect_object () calls, so the output stage should be faster.
4034 * Added \property tupletSpannerDuration, to make multiple tuplet signs
4035 with one \times.
4037 * Some programming Errors in spacing are now caught. Lily does not
4038 hang when encountering degenerate springs.
4040 * Allow beams to start and end over rests
4042 1.3.19.hwn2
4043 ===========
4044 * Fix disappearing clefs when clefs are not printed with a barline.
4046 1.3.20.jcn2
4047 ==========
4049 * SCM properties beamHeight and beamVerticalposition now use half-spaces:
4050   input/test/beam-control.fly
4051 * Added \context Voice to .fly and .sly; the default \context Staff is almost
4052   never what you expect
4053 * Fixed decision for .sly/.fly in lilypond-mode.
4055 1.3.19.hwn1
4056 ==========
4058 * Clean up font-metric hierarchy, use Adobe AFM code to parse AFM files.
4059 Cleanup mf-to-table.py
4061 * Fixed embarassing slur bug.
4063 1.3.19.jcn1
4064 ==========
4066 * lilypond-mode.el: guess init file for lily-*-region, lily-mode-map bindings
4068 1.3.18.uu2
4069 ==========
4071 * lilypond-mode.el for emacs supersedes mudela-mode.el 
4073 * Tuplet spanners don't collide with encompassing notes. 
4075 * Gobbled Adobe parseAFM* code, for future use.
4077 * Big 1999 to 2000 search/replace.
4079 * Big interline to staff_space search/replace for mf files.
4081 * Removed Bow class, and split code into Tie and Slur
4083 * Don't put scripts on grace notes.
4085 * Font_metric uses SCM for name field.
4087 * Various compilation fixes.
4089 1.3.17.jcn2
4090 ===========
4092 * Bugfix: beams with less than one (visible) stem
4094 * small fixes to pa.ly
4096 1.3.17.jcn1
4097 ===========
4099 * Fixed bug that made multi-measure rest barnumber counts go wild.
4100 (even more scm2int/int2scm mixups!)
4102 * mutopia/J.S.Bach/pa.ly: organ score (for my father)
4104 * small fix to mutopia/J.S.Bach/Duette/violino-ii.ly
4106 1.3.17.hwn2
4107 ===========
4109 * Remove Paper_def calls in bezier-bow.cc
4111 * Remove data members of Tuplet_spanner,  Volta_spanner
4113 * hang_on_clef, property hangOnClef removed
4115 * Bar::type_str_ mode into element property `glyph'. Use a Scheme
4116 function to determine breaking behavior.
4118 * More Scheme typechecking.
4120 * Be strict about the difference between strings and symbols for conversion.
4122 * Fixed bug that made 1st line offset to right fixed. Bugfix courtesy
4123 Laurent Martelli.
4125 * Partial French translation, courtesy Laurent Martelli.
4127 * Small corrections in NL translation. 
4129 1.3.17.hwn1
4130 ===========
4132 * Added mensural note heads (noteHeadStyle = "mensural") Additionally,
4133 we have a longa note head.  noteHeadStyle = "harmonic" is not
4134 supported anymore. (for now, that is)  
4136 * Reference manual update. Document \properties with examples
4138 * fix mudela-book --help
4140 * Use element properties for Text_item::text_str_, Clef_item::symbol_,
4141 Key_item::c0_position_
4143 * Clef_engraver general cleanup. Use alists (\property
4144 supportedClefTypes, clefPitches) for clef types.
4146 * Use progress_indication () for progress. Don't include <iostream.h> directly 
4147 Don't include <string.h>, <math.h> from headers.
4150 1.3.16.hwn1
4151 ===========
4153 * \property stemCentered (boolean): centers stem on note head. See
4154 input/test/stem-centered.ly
4156 * input/trip.ly, small test of lots of features.
4158 * \property Staff.collisionMergeDotted: merge equal noteheads
4159 with different dot count. See input/test/collision-merge-dotted.fly
4161 * Dotted rest bugfix 
4163 * Don't crash if a slur does not span any notes.
4165 * Volta repeats fixed.
4167 * cleanup of Note_heads_engraver
4169 * removed dots_i_ member of Dots
4171 1.3.16.jcn1
4172 ===========
4173 * Fixed cross staff slurs.  It seems that cross-staff sign
4174   was swapped.
4176 1.3.15.hwn1
4177 ===========
4179 * Fixed bug in stem code.  Stem in chords works again.  Small
4180 stem cleanups.
4182 * Use element properties for Staff_symbol.
4184 * \property sparseTies (boolean).  Only make one tie in the
4185 middle for tied chords.
4187 * Junked Directional_spanner, Column_info.
4188 Directional_element now is element interface `Directional_element_interface'
4190 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
4192 pl 15.jcn4
4193         - removed old notename2scm conversion
4194         - beam-dir-algorithm through scm
4195         - bfs paper-scm
4196 gv      - bf: knee-stemlengths
4198 pl 15.jcn3
4199         - moved poor man's stem arrays to scm
4200         
4201 pl 15.jcn2
4202         - beam quanting using scm lists
4204 pl 14.hwn1jcn1
4205         - chord-name uses scm members
4206         - bfs: knee with different mults, interstaff knee, auto-knee
4208 **********
4209 pl 14.hwn1
4210         - specialize duration.cc for lily, move out of lib/
4211         - stem cleanup
4212         - more SCM typechecking
4213         - stafflineleading -> staff_space
4214         - bf: rod distances.
4215         - junk some unused code.
4216         
4217 pl 13.hwn2
4218         - paper/score column cleanups. Junk Score_column type
4220 pl 13.hwn1
4221         - Bezier_bow/Bezier cleanups
4222         - bf: rest under beam.
4223         
4224 pl 13.jcn2
4225         - untangled Chord_name (item) and Chord (list-of-pitches)
4226         
4227 pl 13.jcn1
4228         - bezier-bow fix
4230 **********
4231 pl 12.hwn1
4232         - polynomial.hh
4233         - bf: generic properties
4234         - quantise_iv () fix.
4235         - bezier cleanup
4236         - class Polynomial 
4237         - use smobs for font metric tables/hashes.
4238         - nl.po bf
4240 **********
4241 pl 11.jcn3
4242         - small beam fixes (interstaff knees still broken)
4244 pl 11.hwn1
4245         - bf: dots
4246         - bf: harmonic note heads
4247         - revise stem, notehead, rest
4249 pl 11.jcn2
4250         - included missing scm,ly updates
4251         - bf: urg to_dir () takes scm..
4252         - bf's: if (Foo b = bar != 1)
4253         - beam cleanup
4255 *********
4256 pl 10.uu1
4257         - various small bfs
4258         - bf: alignment reversed
4259         - Staff_symbol_referencer -> Staff_symbol_referencer_interface
4260         - bf: staccato pos
4261         - Knee fixes (thanks, Jan)
4263 pl 10.jcn2
4264         - fixes for invisible beamed stems
4265         - removed steminfo from properties, don't cache Stem_info
4267 pl 10.jcn1
4268         - steminfo to properties
4269         - dropped internote dim for stem-beams
4271 *********
4272 pl 9.hwn1
4273         - abstracting Staff_symbol_referencer to an interface.
4274         - quantised_position for staccato dots.
4275         - standchen fixes
4276         - junk Score_element::do_{width,height}: set callbacks directly.
4277         - merge Score_element, Graphical_element
4278         - merge Axis_group_element, Graphical_axis_group
4279         - junk pointer fields from Score_element derived classes
4280         - junk obsolete do_substitute_dependency code.
4282 **********
4284 pl 8.hwn2
4285         - staff-support for Crescendi.
4286         - padding for accidentals.
4287         - cascading offset callbacks
4289 pl 8.hwn1
4290         - note-head-side 
4291         - naming Staff_sidify -> Side_position_interface
4293 ***********
4295 pl 7.mb1
4296         - bf: timeSignatureStyle works again
4298 pl 7.hwn1
4299         - Dirk Latterman key/mmrest patches
4300         - Offset callbacks in Dimension_cache
4301         - Junked Staff_side_*
4302         - Staff_sidify: interface class.
4303         - prelude-{1,2} fixes.
4305 ***********
4306 pl 6.uu2
4307         - bf: PS font selecting.
4309 pl 6.uu1
4310         - bf: ls-latex
4311         - mudela-book --no-pictures
4312         - bf: ly2dvi
4313         - convert-mudela: beamAuto moment syntax. 
4315 pl 6.jcn3
4316         - fixed scm output
4318 pl 6.jcn2
4319         - half-baken ly-gulp-file in scm
4320         - resurrected scm output through guile
4322 pl 5.mb1
4323         - bf: version of init.sly, init.fly
4324         - Clarify necessary version of texinfo
4325         - bf: texi files, minor errors and syntax compatible with 
4326           older makeinfo
4328 pl 6.jcn1
4329         - bf: scm output
4331 *******
4333 pl 5.hwn2
4334         - Bach preludes: mutopification
4335         - dots are Directional_element too; use \property dotDirection
4336         - moved some stuff out of Lookup
4337         - bf: dots
4338         - font selection mechanics changed.
4340 pl 5.uu1
4341         - bf: smob allocation (thanks David!)
4343 pl 5.hwn1
4344         - junked \shape. Now use #'margin-shape 
4345         - timing: one_beat -> \property beatLength
4346         - bf convert-mudela
4348 ************
4350 pl 4.uu1
4351         - input/test/ \property fixes.
4352         - gcc 2.95 fix
4354 pl 4.hwn1
4355         - Break_align_engraver,
4356         break align order from  \property breakAlignOrder
4357         - junked Score_priority_engraver
4358         - moved Time_description into Timing_translator
4359         - use properties for timing, see input/test/timing.fly
4360         * removed \cadenza ; now use \property Score.timing
4361         * \property measurePosition
4362         * \property measureLength
4363         * \property currentBarNumber
4364         - Note_name_engraver , \context NoteNames
4367 pl 4.jcn1
4368         - junked some chord guessing code
4369         - bf: lookup size (-1) for chord-name accidentals
4370         - bf: ly2dvi's MFINPUTS setting
4372 *************
4373 pl 2.jcn3
4374         - chords:
4375           * Chord is item
4376           * junked TeX hacking
4377           * configurable with styled strings from scm
4378           * fixes: dim, /no X, tonic != C
4380 pl 2.jcn2
4381         - chords from  scm 
4384 pl 3.hwn2
4385         - visibility-lambdas into default elt properties SCM.
4386         - clef types in SCM
4387         - verticalDirection properties now in SCM.
4389 pl 3.hwn1
4390         - move position_i_ into Staff_symbol_referencer
4391         - move dir_ into Directional_element baseclass
4393 ****************
4395 pl 2.hwn1
4396         - bf: dynamic style.
4397         - prepare to move dir_ into SCM. 
4399 pl 2.jcn2
4400         - chord fixes: 
4401            * inversion request: no inversion guessing for chord entry
4402            * bass request: c/+b to add bass note not part of chord
4403            * -dim modifier works on all thirds
4404            * colon iso dash as tonic/modifier-additions separator
4405            * C:m5- displays as "Cdim"
4406            * C:m5-7- displays as "Co"
4408 pl 2.jcn1
4409         - moved bracket vars to params
4410         - reverted broken lilypond-devel
4412 *************
4413 pl 1.uu1
4414         - David's patches:
4415         * mfplain.mp detection
4416         * Graphical_element::common_refpoint() robuster.
4417         * fixes for mudela-mode.el
4418         - Dirk's patches:
4419         * key signature placement,
4420         * tied accidentals.
4422 pl 1.hwn2
4423         - extra-offset elt property.
4424         - junked Chord_tremolo
4426 pl 1.hwn1
4427         - changed calling convention for {get,set,remove}_elt_property()
4428         - rm'd some mutopia examples.
4430 *******
4431 pl 0.hwn2,1
4432       - Generic properties and Property_engraver. Moved most of the
4433 properties.
4435 0.lu1
4436         - resurrected midi2ly
4438 0.jcn1
4439         - bf: lyrics lexer
4440         - reverted mup2ly revert
4442 pl 3.uu1:
4443         - frontport of 1.2.17 patches.
4445 **********
4447 1.3.0:
4449 pl 15.hwn2
4450         - loads of bfs.
4452 pl x.jcn3
4453         - another workaround: reset buffer state for scm_ftell ()
4454         - workaround for broken scm_ftell ()
4456 pl 15.hwn1
4457         - \properties are now SCM s, junk Scalar type
4458         - use SCM for strings in parser.
4459         - Moment derived from Rational. Moment may be smobified.
4461 pl 15.jcn4
4462         - direct #... to scm parser  (Thanks to Gary Houston)