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