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