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