]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
release: 1.3.54
[lilypond.git] / CHANGES
1 1.3.53.uu1
2 ==========
3
4 * Bugfix: don't crash on tuplet spanners that don't contain any notes.
5
6 * Small cleanup of Dimension_cache: removed a few redundant
7 fields. Slightly lower memory usage. Dimension_cache is now a `dumb'
8 struct again.
9
10 * Add array index to priority field of text scripts to ensure that
11 order is unique, and sensible.
12
13 * Added an element count statistic.
14
15 1.3.53
16 ======
17
18 * russian.po (thank you, August.)
19
20 * Small cleanups in Molecule interface 
21
22 * Spacing related elements perform suicide after calculating
23 distances.  This saves a some memory, approximately 2 to 5 % ?
24
25 * Small cleanups in line breaking: Paper_column stores springs and
26 rods in only one place now.  All fields relating to energy have been
27 removed
28
29 * Don't generate all output Scheme in memory, but evaluate to output
30 file immediately.  This will reduce memory usage a little.
31
32 * Use STL's map  for Dictionary template
33
34 * Substitute pointers on element properties of the root Line_of_score
35 as well.
36
37 * Added toplevel doc target, to support building doc with --srcdir
38
39 * Removed cygwin build stuff; updated versions at:
40
41      http://appel.dyndns.org/lilypond/gnu-windows/cross
42
43 * Fixed lily.scm to handle incipits (thanks, Mats)
44
45
46 1.3.52
47 ======
48
49 * Made bugfix in smob handling: delete the C-part of freed smobs and
50 be honest about amount of allocation and deletion, so that GUILE
51 doesn't overestimate the amount of memory available.
52
53 * Faq update: nicer blank note paper, courtesy Mats Bengtsson.
54
55 * Bugfix: don't crash on durations that are not a power of 2.
56
57 * Build manpages during `make all' 
58  
59 * Bugfix: don't do absolute comparisons in Polynomial::clean ().
60
61 * Bugfix: set visibility-lambda for key signature created by
62 createKeyOnClefChange. Fixes disappearing key signatures. 
63
64 * Bugfix: make System_start_delimiter of bar-line type invisible when
65 it spans only one staff.
66
67 1.3.51
68 ======
69
70 * Item cleanups.  Copying items and rearranging pointers are done in
71 separate passes, which makes the code cleaner. This fixes a problem
72 with some items not disappearing from hara-kiri staffs.
73
74 * Use Scheme for Key_item data members. 
75
76 * Don't use regex in chord-names.scm under windows; hybrid chordnames
77 user+calculated will be partly broken.
78
79 1.3.50
80 ======
81
82 * Junked Shift_tuple from collision; Now it uses SCM.
83
84 * Bugfix of documentation and test-file of tuplet.
85
86 * Bugfix type string of repeated music is copied. This fixes declared
87 tremolos.
88
89 * Junked various cruft from lily.scm
90
91 * Use interfaces symbols instead of C++ class-name for assigning generic
92 element properties.
93
94 * Junked Dictionary from Piano_pedal_engraver and
95 Piano_pedal_performer.
96
97 * Introduced boolean element property no-spacing-rods: ignore this
98 item for hard constraints.
99
100 * Bugfix: added sanitised TeX fragment in faq.texi
101
102 * Bugfix: merge equal Bar_reqs
103
104 1.3.48.uu1
105 ==========
106
107 * Small fixes for \cresc and \endcresc
108
109 * Release properties of unbroken spanners & items after doing
110 handle_broken_smobs (); should conserve a little memory.
111
112 * Fixed handling of orphaned score-elements. Any element that does
113 not have its Line_of_score as a ancestor in both directions, is silently
114 removed from the output.  This guarantees that programming errors
115 don't result in coredumps from Dimension_cache::common_refpoint ():
116 element->line_l () is always a common reference point.
117
118 * Bugfix: set visibility-lambda of clef and octavation-8 explicitly
119 for default case.  Now the octavation 8 is not printed at every
120 barline.
121
122 1.3.48.mb1
123 ===========
124
125 * Changed noteHeadStyle properties to symbols, for example
126   \property Voice.noteHeadStyle = #'cross
127
128 1.3.47.jcn3
129 ===========
130
131 * Rewrite of chord-name production in scheme.  There are two major styles
132   now, banter and american.  To get american style, use
133
134       \property ChordNames.chordNameStyle = "american"
135  
136   Most anything should be possible now.  See input/test/american-chords.ly
137
138 * Added isinf check to configure.in, and isinf macro from guile to
139   bezier.cc; solaris has no isinf ().
140
141 * Fixed star-spangled-banner with not-so-nice \bar "|." fix.  Almost
142   perfect now.
143
144 * Added output property to regression test.
145
146 * Fixed warning of creating existing outdir.
147
148 * Added `Mark' interface to text-items that are marks (thanks, HW).
149
150 1.3.48
151 ======
152 1.3.47.mb2
153 ===========
154
155 * Corrected glossary.tely
156
157 * Corrected \mark font handling. feta-nummer font only of the 
158   string is all numeric.
159
160 * Implemented noteHeadStyle lookup in Guile. Reintroduced the style
161   "harmonic" and added "baroque" (normal note shapes except for 
162   brevis and longa which are square).
163
164 * Simplified ly2dvi using the power of the geometry package.
165
166 * Improved heuristic size calculation of TeX macros. Handles e.g.
167   "\\u{a}", "\\"{o}" and "\\^{u}" correctly.
168
169 1.3.47.hwn1
170 ===========
171
172 * Bugfix: don't hang on zero-duration.
173
174 * Various glossary updates (thanks, Christian)
175
176 1.3.47
177 ======
178
179 1.3.46.jcn2
180 ===========
181
182 * Drastically reduced vertical space used by headers/footers, when using
183   ly2dvi.  See input/test/fill-a4.ly.
184
185 * Fixed bug with colons appearing on repeat span-bars.
186
187 * Added Bar_number_engraver to standard Score context
188
189 * Construct octavation scripts in the clef-engraver; this fixes the
190 hara-kiri + clef8 problem
191
192 1.3.46
193 ======
194
195 1.3.45.jcn2
196 ===========
197
198 * Fixed chord-name customisation and made small chord-name build fixes.
199
200 * Accidentals with chord-names smaller and as superscript.
201
202 * Do some extra footify (works only once) while making html docs.  
203
204 1.3.45.hwn1
205 ===========
206
207 * Debian patch (Thanks Anthony)
208
209 * Rewrote Bar_number_engraver and Mark_engraver and removed
210 Bar_script_engraver as baseclass. Both Bar_number_engraver and
211 Mark_engraver are simpler and more robust.
212
213 * Fixed precedence of \property verticalDirection and dynamicDirection
214
215 * Fixed keys without barlines 
216
217 * Fixed StaffGroups: removing `\consistsend "Axis_group_engraver"'
218 puts alignment in function again
219
220 * Fixed StaffGroup + GrandStaff combination.
221
222 * Music is now mandatory as the first thing in a \score{} block
223
224 1.3.45
225 ======
226 1.3.44.jcn2
227 ===========
228
229 * Implemented una-chorda and sostenuto piano pedals in performer and engraver.
230
231 * Added Properties textScriptWordSpace and chordNameWordSpace.
232
233 * Junked old lyrics in star-spangled-banner.
234
235 * Added a Piano_pedal_engraver.
236
237 * Removed some empty files.
238
239 * Created piano pedal symbols: * - . P e d.
240
241 * Fixed ps-to-pfa.py to handle multiple unfills.
242
243 * Moved accordion symbols out of feta-script to end of font.
244
245 * Bugfix: don't create tfm's, pfa's etc of feta-test fonts.
246
247 * Fixed blot_diameter for small resolutions.
248
249 1.3.43
250 ======
251
252 * Put global element list into Line_of_score, instead of
253 Paper_score. post processing (the stage after line breaking) is now
254 truly done per-system, and we got rid of an ugly hack to get font
255 handling OK.
256
257 * Bugfix: set the group-interface of System_start_delimiter.
258
259 * Cleanups of Break_algorithm and derived classes, Move
260 broken_col_range () to Line_of_score, remove Paper_score::col_l_arr_
261
262 * Bugfix for accordion symbols.
263
264 * Various patches to prevent crashing when do_brew_molecule gets
265 called before after_line_breaking (). This was a problem in Spanner
266 classes mostly.
267
268 1.3.43
269 ======
270
271 1.3.42.jcn3
272 ===========
273
274 * Made a quick try at piano pedal performer, damper pedal only.
275
276 * mf/feta-accordion.mf: Fixed strange turning paths.
277
278 * mf/feta-beugel.mf: Fixed infinity errors.
279
280 * Use a more discriptive name for windows setup.zip.
281
282 * mf/GNUmakefile: Have logs as last target, so that normally, they're 
283 not made twice.
284
285 * stepmake/stepmake/metafont-rules.make: Don't remove the .log files.
286 The logs are a target, removing them retriggers make.
287
288 * stepmake/stepmake/metapost-rules.make: Remove the correct log and tfm
289 files, ie the ones that clutter the source directory, not the target logs.
290
291 * Windows distribution: faked symlink for cmtfm.  Setup.zip should now be
292 standalone; ie, no need for Cygnus' usertools anymore.
293
294 1.3.42.jbr1
295 ===========
296   
297 * Documentation/ntweb: Updated angels.ly to match current syntax.
298 Also updated index.texi.
299
300 1.3.42.uu1
301 ==========
302
303 * Change all occurances of Staff_margin_engraver to
304 Instrument_name_engraver, add a convert-mudela rule
305
306 * Change status == busy assert into programming error
307
308 1.3.42
309 ======
310
311 1.3.41.jcn3
312 ===========
313
314 * Lots of fixes to windows distribution scripts.
315
316 * Added configuration features --program-prefix, --program suffix.
317
318 * lily/my-lily-parser.cc (get_chord): Bugfix, don't use deleted pitch.
319 This fixes inversions c/g and bass additions d/+c on chords.
320
321 1.3.41.mb1
322 ==========
323
324 * Avoid that xxxXXXVerticalExtent is used for empty HaraKiriStaff
325   lines.
326
327 1.3.41.hwn1
328 ===========
329
330 * Debian patches (thanks Anthony!)
331
332 * Use symbols for prefatory matter spacing. Do not use the typename
333 for looking up item pairs in the table, but read element property
334 break-align-symbol
335
336 * Instrument_name_engraver, uses break alignment instead of
337 side-position.
338
339 * System_start_delimiter_engraver, System_start_delimiter, uses a
340 spanner for the braces/brackets at the left of the system. Remove all
341 old Span_score_bar engravers.
342
343 * Removed Base_span_bar_engraver::use_prority_b_, and moved
344 Base_span_bar_engraver into Span_bar_engraver.
345
346 1.3.40.jcn3
347 ===========
348
349 * mutopia/Coriolan/violino-2.ly: Bugfix: wrong pitch.
350
351 * input/test: Removed stale AutoStaffSwitch examples.
352
353 * mutopia/E.Satie: Fixed gnossiene-4, doing \autochange.  Removed
354 stale copy of gnossiene-4.
355
356 * buildscripts/make-cygwin-cross.sh: Made some small .zip package fixes.
357
358 * make/lilypond.spec.in: Made some bugfixes for _prefix, preparations
359 for cross-building to Cygwin.
360
361 * buildscripts/make-cygwin-cross.sh: Now using rpm packages.
362
363 1.3.40.hwn2
364 ===========
365
366 * added \property XXXMinimumVerticalExtent, \property XXXExtraVerticalExtent
367
368 * New_chord_tremolo_engraver: make tremolo beams from
369
370         \repeat "tremolo" NUMBER <Music-expression>
371
372 Removed support for "old-style" tremolos.
373
374 * Add a convert-mudela function for the conversion "\key A;" to "\key a; 
375
376 * Read \property measurePosition within the engraver code, instead of
377 looking up the Timing_translator.
378
379 * star-spangled-banner.ly: add Bar_engraver to LyricsVoice 
380
381 * Changed all .fly and .sly files to .ly files.  Propose to dump .fly
382 and .sly.
383
384 1.3.40
385 ======
386
387 1.3.39.jbr1
388 ===========
389
390 * buildscripts/mf-to-table.py: feta dep files are now opened with write
391   binary option.  This avoids carriage return linefeed problems and
392   windows while not affecting unix.
393
394 * Documentation/hacking.texi: Fixed a texinfo syntax error
395
396 * stepmake/bin/package-zip32.sh: Fixed or Removed some legacy, 1.2.x,
397   directory paths.
398
399 * Documentation/ntweb/index.texi: Fixed broken links, added 1.3.39 links.
400
401 1.3.39.hwn1
402 ===========
403
404 * Glossary updates by Christian Mondrup.
405
406 * Bugfix: use generic properties in lyrics too. This fixes the
407 \property textStyle for lyrics.
408
409 * Score_element::preset_extent(), used by \property
410 XXXVerticalExtent, so hard code the size of a vertical group. 
411
412 * Don't fix up reference points for originals of broken
413 spanners. Fixes spurious "orphaned score-element" warnings.
414
415 * buildscripts/make-cygwin-cross.sh: Use rx-1.5 instead of regex (Jeffrey).
416
417 * scm/lily.scm: Fixed check for Windows: by default don't use scm regex.
418
419 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: Significantly smaller
420 patch for guile.
421
422 * buildscripts/make-cygwin-cross.sh: Compile native package GNU regex,
423 which should fix Windows problems with guile.  Also added input directory
424 to zip file.
425
426 * stepmake/aclocal.m4: Added decent checking for version of guile, and 
427 fixed warning message.
428
429 * lily/lexer.ll (My_lily_lexer): Bugfix: lookup chordmodifiers in the
430 chord-modifier table (not in the pitch list).
431
432 1.3.39
433 ======
434
435 1.3.38.hwn2
436 ===========
437
438 * General cleanups of My_lily_parser. 
439
440 * Start of a Chord_tremolo_iterator for the `\repeat 4 "tremolo"'
441 syntax.
442
443 * Moved Score_element::do_space_processing out of the dependency
444 mechanism.
445
446 * Use Scheme for notename tables.  Removed uppercase letters for low
447 octave notes. Removed Notename_table.
448
449 * Fixed core dump with declared "\key  ; "
450
451 * Extra robustness warning for Side_position_interface::aligned_on_self ()
452
453 * Extra robustness: make sure that first and last columns are breakable.
454         
455 1.3.38.jcn4
456 ===========
457
458 * stepmake/aclocal.m4: Added support for cross-compiling with guile.
459
460 * buildscripts/make-cygwin-cross.sh: A try at dropping cygwin1.dll
461  dependency by using mingw.  Compiling guile is too much to ask
462  for mingw, though.  Also:
463  - rename python scripts .py (request from Alain)
464  - install native packages under their own, separate root. (Alain)
465
466 * lily.scm: Don't use regex module when running on
467 Windows. (Shamus)
468
469 * lily/staff-margin-engraver.cc (acknowledge_element): If
470 possible, hang y-axis of margin script to span-bar.  This fixes
471 vertical placement of margin scripts attached to staff groups.
472
473 * help2man-rules.make: Fixes for generating manpages by copying
474 and for building using --scrdir.
475
476 * stepmake/stepmake/generic-targets.make: Preserve date stamp of
477 config.h, version.hh files file when copying.
478
479 * buildscripts/make-cygwin-cross.sh: made number of fixes:
480         - add `Cygnus/' prefix to directories in .zip-file too.
481         - package guile too.
482         - don't link to cygwin1.dll
483
484 * stepmake/stepmake/install-targets.make: bugfix, don't fail if directory
485   is not emty when uninstalling.
486         
487 * stepmake/stepmake/generic-targets.make: added man target.
488
489 * buildscripts/make-cygwin-cross.sh: new script for cross-building cygwin
490   development tools and lilypond executable.
491
492 * Documentation/ntweb/lilypond-manpages.patch: provide pre-built
493   manpages, so that make doesn't fail on help2man trying to execute
494   a GNU/windows executable.     
495
496 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: new patch for
497   guile-1.3.4.  
498
499 * flower/libc-extension.cc (memmem): cygwin compile fix.
500
501 1.3.38
502 ======
503
504 1.3.37.hwn1
505 ===========
506
507 * (generic-property.scm) added \property tieDash to set dashing on
508 ties.
509
510 * Removed  ly_eval_str(), we should use scm_eval (Scm_object).
511
512 * Removed scm_to_array (), array_to_scm (), associated junk. Reverted
513 undocumented .29 patch that made Bezier::control_ into an
514 Array<Offset>.  Added some comments documenting the reasons for the
515 changes.
516
517 * Revert generic-property.scm of .37 fix, fix the real problem in
518 property-engraver.cc: use the right symbol to check if element
519 property is already set.
520
521 1.3.37.jcn2
522 ===========
523
524 * Fixed srcdir build, so that you can do:
525
526       tar xzf releases/lilypond-x.y.z
527       mkdir <build>
528       cd <build>
529       ../lilypond-x.y.z/configure
530       make
531
532   as with any other gnu package.  All build output goes to <build>/out.
533
534 * Changed and fixed use of different configurations, and different output
535   directories.  Finally, you can use different configurations alongside
536   eachother.  From make/stepmake.make:
537
538       # Use alternate configurations alongside eachother:
539       #
540       #     ./configure --enable-configsuffix=debug
541       #     make conf=debug
542       #
543       # uses config-debug.make and config-debug.h; output goes to out-debug.
544       #
545
546       # Use same configuration, but different output directory:
547       #
548       #     make out=www
549       #
550       # uses config.make and config.h; output goes to out-www.
551       #
552
553
554 * Fixed performance of (de)crescendi.
555
556 * Better documentation for arithmetic_multiplier and arithmetic_basicspace
557   in params.ly.
558
559 * Added instrument-equaliser for MIDI output, see scm/midi.scm, and
560   properties midiMinimumVolume, midiMaximumVolume, ranges [0,1].
561
562 * Changed absolute midi volume settings into factor of full scale.
563
564 * Fixed another dynamic-line-spanner bug, it gets hairy.
565
566 * Added warning for spanners that are not fully contained in parent spanner.
567
568
569 1.3.37
570 ======
571 1.3.36.hwn1
572 ===========
573
574 * Abstract Align_element into Align_interface. Removed
575 Axis_align_{item,spanner}, Align_element, Super_element, all multiple
576 inheritance in the backend.
577
578 * new Gade score, INSTALL.texi fixes (thanks, Mats)
579
580 * Removed Item::hpos_f (), Score_element::{get,set}_real ()
581
582 * comments detailing properties for Axis_group_interface,
583 Side_position_interface, Score_element, Item and Spanner
584
585 1.3.36.jcn3
586 ===========
587
588 * Fixed vertical dimensions of elements in dynamic line spanner by adding
589   axis-group to dynamic line spanner.
590
591 * Bugfix: line-spanner lasts always full duration of (de)crescendi.
592
593 * Bugfix: broken (de)crescendi on a dynamic-line-spanner.
594
595 * Bugfix: compilation dynamic-engraver.
596
597 * Added and updated a faq about postscript and ghostscript.
598
599 * Fixed order of slurVerticalDirection verticalDirection in
600   generic-property.scm.  Similar fixes for Stem, Tie, etc.
601
602 * Added a Text_engraver to GraceContext.  Maybe it was removed on
603   purpose: scripst on grace notes seem broken, they appear on the
604   main note.
605
606 * Bugfix: volume effect of (de)crescendi was sometimes wrong way round.
607
608 1.3.36
609 ======
610 1.3.35.hwn1
611 ===========
612
613 * textEmptyDimension changed into textNonEmpty, default: off,
614 ie. texts don't occupy space.
615
616 * Use STL map for Lookup::lookup_p_tab_p_
617
618 * Abstracted Axis_group_element into Axis_group_interface, and removed
619 Axis_group_element. This eliminates some multiple inheritance in the
620 backend
621
622 1.3.35.jcn1
623 ===========
624
625 * Added minimum-space property to Side_position_interface.  Used in
626   positioning of Volta_spanner: voltaMinimumSpace.
627
628 * Fixed and cleaned-up volta-spanner.
629
630 * Moved directional-element.cc -> directional-element-interface.cc
631
632 * Renamed all `process_requests' to `process_music', which fixes
633   midi performance.
634
635 * Fixed dimensions (more x-y interchanges) of brace, bracket and
636   volta-spanner.
637
638 * Bit half-baken fix in to get similar vertical placement of orphaned vs.
639   line-spanned dynamic elements.
640
641 * Added property bracketCollapseHeight: the minimal size of a staff bracket
642   that will be typeset.  Smaller brackets will not be displayed.  This
643   fixes the (in 1.3.x reintroduced) funny duck-beak-bracket-bug (sorry).
644
645 * Removed some dissonant chords from Coriolan
646
647 1.3.35
648 ======
649
650 * Removed Documentation/programmer directory 
651
652 1.3.34.jcn3
653 ===========
654
655 * Small enhancements to Staff_margin_engraver:
656    - by default, the marginScript left aligns the text
657    - to set the text style, use property marginScriptTextStyle
658    - to change the alignment, use property marginScriptHorizontalAlignment
659      (centred and right alignment require manual padding settings).
660
661 * Print a friendly message if the manual pages failed to build.
662
663 * Bugfix: dynamicDirection now overrides verticalDirection setting.
664
665 * Warning messages and nl.po
666
667 * Fixed vertical alignment for all dynamic items and (reluctantly)
668   reinstated old directional behaviour for orphaned dynamics.
669
670 * Finished maximumRestCount property.
671
672 1.3.34
673 ======
674 1.3.33.hwn2
675 ===========
676
677 * Print key without setting key, syntax "\key ;". General cleanups of
678 key-item.
679
680 * Add paragraph tags in HTML output of mudela-book.  Music fragment
681 don't run into the text anymore.
682
683 * Bugfix: don't align the first line of text. (Lookup::text ()).
684
685 * Abstract away data members of Axis_group_element, Align_element
686
687
688 1.3.33.jcn3
689 ===========
690
691 * Added helpful properties instrumentScriptPadding/instrScriptPadding for
692   Staff_margin_engraver.
693
694 * Removed some empty files, substituted (c) 1999 occurrences.
695
696 * Added \property maximumRestCount.  It will prevent showing (or actually:
697   moving in case of a collision) more than maximumRestCount similar rests.
698   WIP!
699
700 * Rewrote Staff_margin_engraver.  Staff margin texts now hang on a new
701   breakable item: Left_edge_item.
702
703 * Fixed vertical alignment for dynamic elements.  Orphaned dynamic items
704   (not supported by a Dynamic_line_spanner) still collide with Staff,
705   although they now have staff support, which was supposed to fix this.
706
707 * Fixed Staff_margin_engraver for "instrument", "instr" is still broken.
708
709 * Dynamic elements are only put in a Dynamic_line_spanner if there
710   actually is more than one adjacent note-column with a dynamic.
711   This breaks the fine looks of all dynamics, again :-)
712
713
714
715
716 1.3.33
717 ======
718
719 1.3.32.hwn3
720 ===========
721
722 * Experiment: use STL map for Scheme_hash_table; Is there a speedup?
723
724 * Bugfix: print brace iso. bracket for Piano / GrandStaff
725
726 * Change naming: change do_post_processsing into after_line_breaking,
727 do_pre_processsing into before_line_breaking and do_process_requests
728 into do_process_music.
729
730 * Bugfix in hash-table.hh: do quadratic probing, and not cubic probing.
731
732 * Display property name for type error.
733
734 * Cleanups for Dynamic_engraver and Dynamic_line_spanner.
735
736 * Warn if last column in score is musical. Helps catch programming errors.
737
738 * Spanner::spanned_drul_ now is private. 
739
740 * Rewrote some bar code: moved molecule functions out of Lookup.
741
742 1.3.32.jcn3
743 ===========
744
745 * Embedded newlines in text items are now allowed.  This helps avoiding
746   TeX-hacking in some cases.  See input/test/coriolan-margin.ly
747
748 * Fixed stupid x-y interchange bug for staff-bracket.  This fixes
749   placement of staff-brackets.
750
751 * Fixed bracket/arch-thickness interchange bug, and made bracket a bit
752   thinner.
753
754 * Fixed slur/bezier-beautiful name mismatch.  This should fix the steep
755   slurs that were apparently reintroduced in 1.3.29.
756
757 * Made some small fixes to Coriolan.
758
759 * Removed duplicate lily/output-property-engraver.hh.
760
761 * Removed optional use of vanilla spanner in Dynamic_engraver.
762
763 * Fixed (measured) tremolo for Stem and Beam. Merged declarations
764   stem-engraver.hh and chord-tremolo-engraver.hh into their .cc
765   implementation file.  Also fixed looks of Chord tremolo, input and
766   implementation is still ugly.
767
768 * Added *.yy and *.ll to TAGS, to that tags-find-replace doesn't omit
769   parser and lexer.
770
771 1.3.31.mb1
772 =========
773
774 * Fixed \specialkey and \normalkey. Updated documentation.
775
776 1.3.32
777 ======
778 1.3.31.jcn5
779 ===========
780
781 * Fixed and cleaned-up Dynamic_engraver.  Optionionally uses vanilla
782   spanner instead of Dynamic_line_spanner.
783
784 * Made gcc-2.95 compile fix in libc-extension.
785
786 * Various fixes to Coriolan, score starts to look acceptable.
787
788 * Moved optional text of crescendo into Crescendo spanner.  Fixed horizontal
789   and vertical alignment of dynamics.
790
791 * Added new text crescendo spanners to Coriolan and made some fixes.
792   If you're using timidity, use the -EO option to prevent notes get
793   stuck.  I'm not sure whose fault this is, Lily's MIDI output may be
794   stretching the standard a bit.
795
796 * Adjacent dynamic markings are now grouped on a horizontal line, but it's
797   not perfect yet: they're always below the staff and no horizontal spacing
798   is done.  Also, character metrics of dynamics are still not used.
799   See: input/test/crescendi.ly and input/test/dyn-line.ly
800
801 * Cleaned up Span_dynamic_performer.
802
803 1.3.31
804 ======
805 1.3.30.mb1
806 =========
807
808 * Fixed the page layout, reintroducing space for the header and
809   trying to keep piece titles on the same page as the piece.
810   The header and footer can now contain several lines.
811
812 1.3.30.jcn3
813 ===========
814
815 * Lily now also performs crescendi and decrescendi in MIDI output:
816   Span_dynamic_performer (bit scrappy).
817
818 * Added preliminary support for crescendi/decrescendi other than `hairpins',
819   eg: `cresc. poco `a poco -- -- --'
820
821 * Made MIDI tie performance fix.
822
823 1.3.30.jcn2
824 ===========
825
826 * Lily now performs absolute dynamics in MIDI output.
827
828 * Included David's comments on opus47 in TODO.
829
830 1.3.30.jcn1
831 ===========
832
833 * More Coriolan: flute-1,2; oboe-1,2; clarinet-1,2; 
834   fixes and remainder french horn-1,2; trombone-1,2;
835   fagotto-1,2; timpani; and several fixes.
836   
837 1.3.30.uu1
838 ==========
839
840 * Remove some old doco from programmer/ and put on personal homepage.
841
842 * Removed union-find from flower library.
843
844 * Only quantise tie horizontal part inside the staff.
845
846 1.3.30
847 ======
848 1.3.29.hwn1
849 ===========
850
851 * Report type errors for \property. Helps with converting 1.2 input
852
853 * Use Scheme for Align_element; fixed graceAlignPosition 
854 and removed \property alignmentReference in the process.
855
856 * Use generic properties for lyrics too.  This fixes \property
857 Lyrics.textStyle
858
859
860 * Add relative distance for constraints between non-column items.
861
862 * Automatic \marks: use "\mark ; ". The mark numbers or letters are
863 increased automatically.
864
865 * Translators now only change properties of their own context. This
866 removes the 2nd argument to Translator::get_property()
867
868 * Bugfix for Metapost mode
869
870 1.3.29.uu1
871 ==========
872
873 * Updates of glossary  (Christian Mondrup)
874
875 * Bugfix with bar number placement
876
877 * Moved links to bibliography/ and misc/ to main index.
878
879 1.3.29
880 ======
881
882 * Moved Slur-specific code from Bezier_bow to Slur and Slur_bezier_bow.
883   Slurs are now calculated just once.
884
885 * Bezier_bow gets constants from paper.  Still no sensible solution for
886   magic asymmetry gradient step constants.
887
888 * Reinstantiated tangent-controls, more flexible than ever.  You can choose
889   between area asymmetry and tangent-controls.  My guess is, tangent controls
890   will be junked in 1.3.30.
891
892 * Slur area: only look at x-gradient.
893
894 * Added credits for some symbols of as5/9 fonts.
895
896 * Bugfix: don't make almost flat slurs, change in de-uglyfy slur.  
897
898 * Bugfix: midi2ly put out recent version (ugh).
899
900 1.3.28.hwn2
901 ===========
902
903 * Bugfix: don't forget to process staffSpace and numberOfStaffLines
904 properties.
905
906 * Removed Gade score. To appear (shortly?) on Mutopia. 
907
908 * Make Bar_script_engraver look for typeVisibilityFunction (eg
909 property barNumberVisibilityFunction). Changed the names of the Scheme
910 functions to be understandable. See input/test/bar-script-visibility.ly
911
912 * rewrite of class Molecule. It has now reached the ultimate quality
913 plateau. All molecule data is now shared.
914
915 1.3.28
916 ======
917
918 * Update of the glossary by Christian Mondrup 
919
920 * Moved horn-concerto-3 out of tarball to private website, removed
921 W.A.Mozart subdirectory.
922
923 1.3.27.hwn1
924 ===========
925
926 * Bugfix: don't make giant ties if the horizontal part of tie is near
927 the center.
928
929 * Small optimizations to be a little more careful with mem usage. 
930
931 * Website change: put all examples in one directory.
932
933 * Removed Atom as a separate type.  Now use SCM, and since we use
934 function composition, Atoms are immutable, so they don't have to be
935 copied. This makes life easier, hopefully this is quicker and uses
936 less memory.
937
938 1.3.27.jcn1
939 ===========
940
941 * Bezier_bow: minimise_enclosed_area
942
943 1.3.27
944 ======
945
946 1.3.26.hwn4
947 ===========
948
949 * Tuplet-spanner slope calculation now looks better on tupletted rests
950 (patch courtesy Laurent Martelli)
951
952 * Bugfix (Staff_performer::new_instrument_str ()) check type of
953 \property "instrument"
954
955 * New mechanism for breaking lines: do not copy & prune the element
956 property list separately, but combine these steps. Dramatically
957 reduces memory usage for large scores.
958
959 1.3.27
960 ======
961 1.3.26.jcn2
962 ===========
963
964 * Bugfix: font used in volta-spanner calculation.
965
966 * Added simple selection list to webpage, inspired by sawmill.
967  
968 * Devised kludge for ascii 5 character font pitches.
969  
970 * Substitutions: interline, 1997,1998, @stack.nl and small typo fixes.
971
972 1.3.26.hwn1
973 ===========
974
975 * Plug memory leaks related to Moment:
976   - Spacing_engraver::do_pre_move_processing ()
977   - make_rational ()/make-rational
978   - Paper_column::Paper_column ()
979
980 * Plug memory leak in Paper_outputter::output_{String,Real,int}_def()
981
982 * Plug memory leak in Score_engraver::set_columns ()
983
984 * Plug memory leak in Scheme_hash_table::set()
985
986 * Plug memory leak in Score_element::molecule_extent ()
987
988 * Bugfix: don't crash if a slur doesn't span anything.
989
990 * Bugfix: don't crash if doing beams without a staff symbol.
991
992 * Generic element property setting:
993
994         \outputproperty #predicate #'symbol = #value
995
996 Will set the element property symbol to value, for any elements that
997 return true for PREDICATE.  This allows you to virtually tweak *ANY*
998 property of the output. Example in input/test/generic-output-property.ly
999
1000 1.3.26
1001 ======
1002
1003 * lilypond as as2ly: --help and --version to stdout.  Regular identify 
1004   to stderr.  This fixes help2man's manpage generation.
1005
1006 * configure: substitute full path for perl and guile in scripts.
1007
1008 * Added ascii slur and volta.  There seems to be a Lily bug in volta placement.
1009
1010 * Bugfix: default font now user settable
1011
1012 * as2text: handle plain ascii font, read from stdin, you can now do:
1013
1014   echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
1015
1016 1.3.25.hwn1
1017 ===========
1018
1019 * Bugfix: second half of broken ties now are displayed again.
1020
1021 * Bugfix: add clef to the support of 8 text in the G_8 clefs. Center
1022 it horizontally on the clef.
1023
1024 * Added Tie_column spanner. Ties in tied chords now get proper directionsa.
1025
1026 * Bugfix: unbroken repeat barlines now work, eg. |:
1027
1028 * Added Request_iterator to make more flexible constructions possible.
1029
1030 1.3.25
1031 ======
1032 * as2text: catch missing font/character errors, added default font, set text.
1033
1034 * New ascii fonts and glyphs: as5 as-numeral4 as-braces9
1035
1036 * Ascii output, minimal support:
1037   - AsciiScript Fonts: mf/*.af
1038   - Init files: ly/*-as.*ly 
1039   - AsciiScript translation to text: scripts/as2text.scm
1040   - input/test/as.fly input/test/as1.fly
1041   - Output support: lily/lily.scm
1042   - Try:
1043       lilypond -f as -i init-as.fly input/test/as.fly
1044       as2text as.as
1045
1046 1.3.24.hwn1
1047 ===========
1048
1049 * The horizontal part of ties will avoid collision with staff lines.
1050
1051 * Plugged memory leak: don't protect Atom function.
1052
1053 * Lookup cleanups. Made lots of functions static. Moved some code out
1054 of Lookup.
1055
1056
1057
1058 1.3.24.hwn1
1059 ===========
1060
1061 * Bugfix: ly2dvi.py exits succesfully when encountering --help and
1062 does not delete any of the file_ly*.tex.
1063
1064 * Added header and footer support in ly2dvi.py
1065
1066 1.3.24
1067 ======
1068
1069 * Added a ROADMAP file explaining the source directory layout.
1070
1071 * Minor tweak in the feta 6 and 9 numeral
1072  
1073 * Moved files from lib/ to flower/
1074
1075 * Removed Note_head_side class.
1076
1077 * Updated the webpage to be a little more chatty. 
1078
1079 * Small Local_key_engraver optimization: only lookup timing engraver once.
1080
1081 * Fixed dashed slurs
1082
1083 * Rewrite of Slur code.  Be much more picky about slur shapes. We try
1084 to offset the slur instead of bending it too much
1085
1086 * Look at stem directions for tie direction.
1087
1088 * Compound multimeasure rests. Put measures_i_ variable in an element
1089 property.  Made the symbol a lot wider.
1090
1091 * Time signature small cleanups.
1092
1093 1.3.22.hwn2
1094 ===========
1095
1096 * Symbols opposite to stem (eg marcato) now get the proper glyph in up
1097 version.
1098
1099 * Breathing marks now have a direction by default.
1100
1101 * Do set generic script properties.
1102
1103 * Also put tuplet brackets under notes.
1104
1105 * Score_element_info: only store origin of element, but not the path
1106 to parent translators. Saves a little memory, and removes some complexity.
1107
1108
1109 1.3.22.hwn1
1110 ===========
1111
1112 * Autobeaming in time sigs that don't have 1/4 beats fixed.
1113
1114 * (De)crescendi should now work. (Thanks Michael)
1115
1116 * Better error reporting for conflicting time signatures.
1117
1118 * Line_number_engraver: output locations of note head
1119 definitions. Very handy when entering complicated scores.
1120
1121 * Rewrote multi measure rest support: now they are entered as spanners
1122 (\commandspanrequest \start "rest"). RXXXX is an abbreviation for
1123
1124   { \commandspanrequest \start "rest"
1125     SXXXX
1126     \commandspanrequest \stop "rest"
1127   }
1128
1129 * Removed support of percent style repetitions. 
1130
1131 * Put texts outside the staff.
1132
1133 1.3.21.mb1
1134 ==========
1135 * Getopt bugfix: don't assert on certain errors.
1136
1137 * ly2dvi: Remove unnecessary space for the page headers.
1138
1139 * Bugfix convert-mudela
1140
1141 1.3.21.hwn1
1142 ===========
1143
1144 * Bugfix in lilypond-mode.el: eval-buffering now uses file name and
1145 not buffer name.
1146
1147 * Scrapped tupletVisibility property. Now use tupletNumberVisibility,
1148 tupletBracketVisibility, with Scheme value #t, #f or 'if-no-beam.
1149 \property tupletInvisible will stop all tuplet spanner creation.
1150
1151 * Don't go berserk if tuplet spanner is on only one column.
1152
1153 * Use SCMs & Smobs for Molecules & atoms.  This uses less
1154 scm_(un)protect_object () calls, so the output stage should be faster.
1155
1156 * Added \property tupletSpannerDuration, to make multiple tuplet signs
1157 with one \times.
1158
1159 * Some programming Errors in spacing are now caught. Lily does not
1160 hang when encountering degenerate springs.
1161
1162 * Allow beams to start and end over rests
1163
1164 1.3.19.hwn2
1165 ===========
1166 * Fix disappearing clefs when clefs are not printed with a barline.
1167
1168 1.3.20.jcn2
1169 ==========
1170
1171 * SCM properties beamHeight and beamVerticalposition now use half-spaces:
1172   input/test/beam-control.fly
1173 * Added \context Voice to .fly and .sly; the default \context Staff is almost
1174   never what you expect
1175 * Fixed decision for .sly/.fly in lilypond-mode.
1176
1177 1.3.19.hwn1
1178 ==========
1179
1180 * Clean up font-metric hierarchy, use Adobe AFM code to parse AFM files.
1181 Cleanup mf-to-table.py
1182
1183 * Fixed embarassing slur bug.
1184
1185 1.3.19.jcn1
1186 ==========
1187
1188 * lilypond-mode.el: guess init file for lily-*-region, lily-mode-map bindings
1189
1190 1.3.18.uu2
1191 ==========
1192
1193 * lilypond-mode.el for emacs supersedes mudela-mode.el 
1194
1195 * Tuplet spanners don't collide with encompassing notes. 
1196
1197 * Gobbled Adobe parseAFM* code, for future use.
1198
1199 * Big 1999 to 2000 search/replace.
1200
1201 * Big interline to staff_space search/replace for mf files.
1202
1203 * Removed Bow class, and split code into Tie and Slur
1204
1205 * Don't put scripts on grace notes.
1206
1207 * Font_metric uses SCM for name field.
1208
1209 * Various compilation fixes.
1210
1211 1.3.17.jcn2
1212 ===========
1213
1214 * Bugfix: beams with less than one (visible) stem
1215
1216 * small fixes to pa.ly
1217
1218 1.3.17.jcn1
1219 ===========
1220
1221 * Fixed bug that made multi-measure rest barnumber counts go wild.
1222 (even more scm2int/int2scm mixups!)
1223
1224 * mutopia/J.S.Bach/pa.ly: organ score (for my father)
1225
1226 * small fix to mutopia/J.S.Bach/Duette/violino-ii.ly
1227
1228 1.3.17.hwn2
1229 ===========
1230
1231 * Remove Paper_def calls in bezier-bow.cc
1232
1233 * Remove data members of Tuplet_spanner,  Volta_spanner
1234
1235 * hang_on_clef, property hangOnClef removed
1236
1237 * Bar::type_str_ mode into element property `glyph'. Use a Scheme
1238 function to determine breaking behavior.
1239
1240 * More Scheme typechecking.
1241
1242 * Be strict about the difference between strings and symbols for conversion.
1243
1244 * Fixed bug that made 1st line offset to right fixed. Bugfix courtesy
1245 Laurent Martelli.
1246
1247 * Partial French translation, courtesy Laurent Martelli.
1248
1249 * Small corrections in NL translation. 
1250
1251 1.3.17.hwn1
1252 ===========
1253
1254 * Added mensural note heads (noteHeadStyle = "mensural") Additionally,
1255 we have a longa note head.  noteHeadStyle = "harmonic" is not
1256 supported anymore. (for now, that is)  
1257
1258 * Reference manual update. Document \properties with examples
1259
1260 * fix mudela-book --help
1261
1262 * Use element properties for Text_item::text_str_, Clef_item::symbol_,
1263 Key_item::c0_position_
1264
1265 * Clef_engraver general cleanup. Use alists (\property
1266 supportedClefTypes, clefPitches) for clef types.
1267
1268 * Use progress_indication () for progress. Don't include <iostream.h> directly 
1269 Don't include <string.h>, <math.h> from headers.
1270
1271
1272 1.3.16.hwn1
1273 ===========
1274
1275 * \property stemCentered (boolean): centers stem on note head. See
1276 input/test/stem-centered.ly
1277
1278 * input/trip.ly, small test of lots of features.
1279
1280 * \property Staff.collisionMergeDotted: merge equal noteheads
1281 with different dot count. See input/test/collision-merge-dotted.fly
1282
1283 * Dotted rest bugfix 
1284
1285 * Don't crash if a slur does not span any notes.
1286
1287 * Volta repeats fixed.
1288
1289 * cleanup of Note_heads_engraver
1290
1291 * removed dots_i_ member of Dots
1292
1293 1.3.16.jcn1
1294 ===========
1295 * Fixed cross staff slurs.  It seems that cross-staff sign
1296   was swapped.
1297
1298 1.3.15.hwn1
1299 ===========
1300
1301 * Fixed bug in stem code.  Stem in chords works again.  Small
1302 stem cleanups.
1303
1304 * Use element properties for Staff_symbol.
1305
1306 * \property sparseTies (boolean).  Only make one tie in the
1307 middle for tied chords.
1308
1309 * Junked Directional_spanner, Column_info.
1310 Directional_element now is element interface `Directional_element_interface'
1311
1312 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
1313
1314 pl 15.jcn4
1315         - removed old notename2scm conversion
1316         - beam-dir-algorithm through scm
1317         - bfs paper-scm
1318         - bf: knee-stemlengths
1319
1320 pl 15.jcn3
1321         - moved poor man's stem arrays to scm
1322         
1323 pl 15.jcn2
1324         - beam quanting using scm lists
1325
1326 pl 14.hwn1jcn1
1327         - chord-name uses scm members
1328         - bfs: knee with different mults, interstaff knee, auto-knee
1329
1330 **********
1331 pl 14.hwn1
1332         - specialize duration.cc for lily, move out of lib/
1333         - stem cleanup
1334         - more SCM typechecking
1335         - stafflineleading -> staff_space
1336         - bf: rod distances.
1337         - junk some unused code.
1338         
1339 pl 13.hwn2
1340         - paper/score column cleanups. Junk Score_column type
1341
1342 pl 13.hwn1
1343         - Bezier_bow/Bezier cleanups
1344         - bf: rest under beam.
1345         
1346 pl 13.jcn2
1347         - untangled Chord_name (item) and Chord (list-of-pitches)
1348         
1349 pl 13.jcn1
1350         - bezier-bow fix
1351
1352 **********
1353 pl 12.hwn1
1354         - polynomial.hh
1355         - bf: generic properties
1356         - quantise_iv () fix.
1357         - bezier cleanup
1358         - class Polynomial 
1359         - use smobs for font metric tables/hashes.
1360         - nl.po bf
1361
1362 **********
1363 pl 11.jcn3
1364         - small beam fixes (interstaff knees still broken)
1365
1366 pl 11.hwn1
1367         - bf: dots
1368         - bf: harmonic note heads
1369         - revise stem, notehead, rest
1370
1371 pl 11.jcn2
1372         - included missing scm,ly updates
1373         - bf: urg to_dir () takes scm..
1374         - bf's: if (Foo b = bar != 1)
1375         - beam cleanup
1376
1377 *********
1378 pl 10.uu1
1379         - various small bfs
1380         - bf: alignment reversed
1381         - Staff_symbol_referencer -> Staff_symbol_referencer_interface
1382         - bf: staccato pos
1383         - Knee fixes (thanks, Jan)
1384
1385 pl 10.jcn2
1386         - fixes for invisible beamed stems
1387         - removed steminfo from properties, don't cache Stem_info
1388
1389 pl 10.jcn1
1390         - steminfo to properties
1391         - dropped internote dim for stem-beams
1392
1393 *********
1394 pl 9.hwn1
1395         - abstracting Staff_symbol_referencer to an interface.
1396         - quantised_position for staccato dots.
1397         - standchen fixes
1398         - junk Score_element::do_{width,height}: set callbacks directly.
1399         - merge Score_element, Graphical_element
1400         - merge Axis_group_element, Graphical_axis_group
1401         - junk pointer fields from Score_element derived classes
1402         - junk obsolete do_substitute_dependency code.
1403
1404 **********
1405
1406 pl 8.hwn2
1407         - staff-support for Crescendi.
1408         - padding for accidentals.
1409         - cascading offset callbacks
1410
1411 pl 8.hwn1
1412         - note-head-side 
1413         - naming Staff_sidify -> Side_position_interface
1414
1415 ***********
1416
1417 pl 7.mb1
1418         - bf: timeSignatureStyle works again
1419
1420 pl 7.hwn1
1421         - Dirk Latterman key/mmrest patches
1422         - Offset callbacks in Dimension_cache
1423         - Junked Staff_side_*
1424         - Staff_sidify: interface class.
1425         - prelude-{1,2} fixes.
1426
1427 ***********
1428 pl 6.uu2
1429         - bf: PS font selecting.
1430
1431 pl 6.uu1
1432         - bf: ls-latex
1433         - mudela-book --no-pictures
1434         - bf: ly2dvi
1435         - convert-mudela: beamAuto moment syntax. 
1436
1437 pl 6.jcn3
1438         - fixed scm output
1439
1440 pl 6.jcn2
1441         - half-baken ly-gulp-file in scm
1442         - resurrected scm output through guile
1443
1444 pl 5.mb1
1445         - bf: version of init.sly, init.fly
1446         - Clarify necessary version of texinfo
1447         - bf: texi files, minor errors and syntax compatible with 
1448           older makeinfo
1449
1450 pl 6.jcn1
1451         - bf: scm output
1452
1453 *******
1454
1455 pl 5.hwn2
1456         - Bach preludes: mutopification
1457         - dots are Directional_element too; use \property dotDirection
1458         - moved some stuff out of Lookup
1459         - bf: dots
1460         - font selection mechanics changed.
1461
1462 pl 5.uu1
1463         - bf: smob allocation (thanks David!)
1464
1465 pl 5.hwn1
1466         - junked \shape. Now use #'margin-shape 
1467         - timing: one_beat -> \property beatLength
1468         - bf convert-mudela
1469
1470 ************
1471
1472 pl 4.uu1
1473         - input/test/ \property fixes.
1474         - gcc 2.95 fix
1475
1476 pl 4.hwn1
1477         - Break_align_engraver,
1478         break align order from  \property breakAlignOrder
1479         - junked Score_priority_engraver
1480         - moved Time_description into Timing_translator
1481         - use properties for timing, see input/test/timing.fly
1482         * removed \cadenza ; now use \property Score.timing
1483         * \property measurePosition
1484         * \property measureLength
1485         * \property currentBarNumber
1486         - Note_name_engraver , \context NoteNames
1487
1488
1489 pl 4.jcn1
1490         - junked some chord guessing code
1491         - bf: lookup size (-1) for chord-name accidentals
1492         - bf: ly2dvi's MFINPUTS setting
1493
1494 *************
1495 pl 2.jcn3
1496         - chords:
1497           * Chord is item
1498           * junked TeX hacking
1499           * configurable with styled strings from scm
1500           * fixes: dim, /no X, tonic != C
1501
1502 pl 2.jcn2
1503         - chords from  scm 
1504
1505
1506 pl 3.hwn2
1507         - visibility-lambdas into default elt properties SCM.
1508         - clef types in SCM
1509         - verticalDirection properties now in SCM.
1510
1511 pl 3.hwn1
1512         - move position_i_ into Staff_symbol_referencer
1513         - move dir_ into Directional_element baseclass
1514
1515 ****************
1516
1517 pl 2.hwn1
1518         - bf: dynamic style.
1519         - prepare to move dir_ into SCM. 
1520
1521 pl 2.jcn2
1522         - chord fixes: 
1523            * inversion request: no inversion guessing for chord entry
1524            * bass request: c/+b to add bass note not part of chord
1525            * -dim modifier works on all thirds
1526            * colon iso dash as tonic/modifier-additions separator
1527            * C:m5- displays as "Cdim"
1528            * C:m5-7- displays as "Co"
1529
1530 pl 2.jcn1
1531         - moved bracket vars to params
1532         - reverted broken lilypond-devel
1533
1534 *************
1535 pl 1.uu1
1536         - David's patches:
1537         * mfplain.mp detection
1538         * Graphical_element::common_refpoint() robuster.
1539         * fixes for mudela-mode.el
1540         - Dirk's patches:
1541         * key signature placement,
1542         * tied accidentals.
1543
1544 pl 1.hwn2
1545         - extra-offset elt property.
1546         - junked Chord_tremolo
1547
1548 pl 1.hwn1
1549         - changed calling convention for {get,set,remove}_elt_property()
1550         - rm'd some mutopia examples.
1551
1552 *******
1553 pl 0.hwn2,1
1554       - Generic properties and Property_engraver. Moved most of the
1555 properties.
1556
1557 0.lu1
1558         - resurrected midi2ly
1559
1560 0.jcn1
1561         - bf: lyrics lexer
1562         - reverted mup2ly revert
1563
1564 pl 3.uu1:
1565         - frontport of 1.2.17 patches.
1566
1567 **********
1568
1569 1.3.0:
1570
1571 pl 15.hwn2
1572         - loads of bfs.
1573
1574 pl x.jcn3
1575         - another workaround: reset buffer state for scm_ftell ()
1576         - workaround for broken scm_ftell ()
1577
1578 pl 15.hwn1
1579         - \properties are now SCM s, junk Scalar type
1580         - use SCM for strings in parser.
1581         - Moment derived from Rational. Moment may be smobified.
1582
1583 pl 15.jcn4
1584         - direct #... to scm parser  (Thanks to Gary Houston)