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