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