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