]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
patch::: 1.3.113.jcn2
[lilypond.git] / CHANGES
1 1.3.113.jcn2
2 ============
3
4 * Moved all documentation from regtest to individual example files.
5
6 * Added feature to lilypond-book to write out \header texidoc string.
7
8 1.3.113.jcn1
9 ============
10
11 * Reincluded simple FAQ in tarball.
12
13 * Fixed lyrics with bar-enrgaver example (?).
14
15 * Renamed LyricVoice to LyricsVoice.
16
17 1.3.112.jcn3
18 ============
19
20 * Added stems to font for use in markup text.
21
22 * Fixed markup text kerning, see input/test/metronome.ly.
23   (Ugh, only feasible if kerning is first markup -- markup text should be revised.)
24
25 * Fixed molecule caching problem with stem-tremolo: fixes vertical
26 positioning of stem-tremolo.
27
28 * Added forced slur direction (stemUp no longer implies slurUp) in
29 cross-staff slur example.
30
31 * Fixes to Glissando and line-spanner.  Behaves reasonably across line
32 breaks.
33
34 * Added: Align_interface::fixed_distance_alignment_callback that does
35 not compute the extents of the to-be-aligned objects. This delays many
36 brew_molecule() calls, because staff-height is no longer needed for
37 aligning.
38
39 * Bugfix: allows linebreaks for some types of beam.
40
41 * Bugfix: add braces in larger size range; prevents "Unknown character
42 127" messages, hopefully.
43
44 1.3.112
45 =======
46
47 * Allow two consecutive glissandi.
48
49 * Note_head_line_engraver now also listenes to \property
50 "followThread": Automagically connect note-heads when thread switches
51 staff.
52
53 * Fixed american-chords example (except for o/, that waits for kerning fix).
54
55 * Added simple glissando line.
56
57 * Bugfix: broken text spanner (ie. crescendo)
58
59 * Bugfix: chord tremolos
60
61 * Bugfix: staff group brace
62
63 * Bugfix: volta repeats
64
65 * Resurrected clef _8 and ^8 syntax.  (This should be deprecated?)
66
67 1.3.111
68 =======
69
70 * Fixed non-empty-text feature.
71
72 * Bugfix for Grob::has_extent_callback_b ()
73
74 * Added infrastructure for music property documentation strings.
75
76 * Syntax change: \notenames -> \pitchnames
77
78 * Changed syntax \push -> \override, \pop -> \revert. Add:
79
80         \property Context.Element \set #'foo = #bar
81
82 which  does a \revert followed by a \override.
83
84 * Documentation updates.
85
86 * Fixed typechecks for \push, \pop and \property
87
88 * Bugfix: Local_key_engraver.
89
90 * Fixes for lilypond-mode.el (patch by Mark Hindley)
91
92 1.3.110
93 =======
94
95 * Fixed a mysterious typo in toplevel index.
96
97 * Enabled property-engraver.
98
99 * Cleanup in Auto-beam-engraver (still broken, because timings are off?)
100
101 * Collapsed all ``void Foo::create_grobs () { deprecated_process_music
102 (); }'' occurences, and reactivated some disabled code (note-name,
103 chord-name, custos, lyrics).  Reactivated Timing_translator using
104 process_music ().
105
106 1.3.109.hwn1
107 ============
108
109 * unsmob_element -> unsmob_grob
110
111 * Make a Slur::height callback, to prevent early brew_molecule
112 call. This fixes cross-staff slurs.
113
114 * Bugfix: custodes style must be symbol, not string.
115
116 * do_creation_processing () -> initialize (), do_removal_processing ()
117 -> finalize ().  Remove (do_)add_processing.
118
119 * Move Relative_octave_music::last_pitch_ into SCM, junk
120 Transposed_music::to_pitch_, junked Time_scaled_music::{den_i_,
121 num_i_}, Rhythmic_req::duration_, Melodic_req::pitch_
122
123 1.3.109
124 =======
125
126 * Bugfix: resurrected point-and-click. 
127
128 * Use scheme object props for storing type predicates and doc-strings
129 Dump global lists of properties into auto-documentation.
130
131 * Bugfix: extent callback for Rest, so  ledger lines don't disappear for
132 rest-collisions.
133
134 * Removed some hair from chord code
135
136 * Rewrite of engraver pass scheme: try to make graphical objects in
137 acknowledge_element()/process_acknowledged(), not in process_music()
138
139 * Remove Translator::status_ and associated code. Removes the need for
140 various XXXX functions as wrapper for do_XXX functions.
141
142 * Search replace: Score_element -> Grob (Graphical object),
143 {pre,post}_move_processing -> {stop,start}_translation_timestep,
144 do_try_music -> try_music.
145
146 1.3.108
147 =======
148
149 * Dropped ly_lists_equal for gh_equal_
150
151 * Removed Array from chord.
152
153 * Small bugfix to lilypond-mode.
154
155 * lily/part-combine-music-iterator.cc: fixed (switch `combineParts'
156 property on), and removed Array.
157
158 1.3.107.uu1
159 ===========
160
161 * Bugfix: don't call Crescendo::brew_molecule () too early if there is
162 an absolute dynamic.
163
164 * Rename class Crescendo to Hairpin.
165
166 * Search/replace: Musical_pitch -> Pitch 
167
168 * More links in the backend documentation.
169
170 1.3.106.jcn2
171 ============
172
173 * Cross compilation and info build fixes, really cancel all builtin
174 rules, sigh.
175
176 * Generated documentation fixes: Generate all interface descriptions,
177 separately, don't list non-set interface properties with element
178 descriptions.
179
180 1.3.106.hwn1
181 ============
182
183 * Deprecate `mudela' name: rename mudela to lilypond globally.
184
185 * construct Music_iterators decentrally.
186
187 * Make smob of Duration 
188
189 * Make smob of Musical_pitch.
190
191 * Move Repeated_music members into SCM. Length is computed via a SCM
192 function. (todo: write SCM function to unfold all repeats. \apply for
193 \midi)
194
195 * Remove Time_signature_change_req, \time is disguise for \property
196 Score.timeSignatureFraction = ...
197
198 * \property barCheckNoSynchronize: don't reset measurePosition when
199 finding a bbarcheck. This makes bar-checks for polyphonic music
200 easier.
201
202 * elt property full-size-change for clefs.
203
204 * Bugfix: use Stem::dim_callback (), so brew_molecule () is not called
205 too early.
206
207 * Bugfix: use extent of Note_head (iso. Note_column) for rest
208 collisions, so Stem::brew_molecule() is not called too early.
209
210 1.3.105.jcn1
211 ============
212
213 * Makeinfo html documentation generation fixes.
214
215 1.3.105.uu1
216 ===========
217
218 * Remove Bar_req, \bar is now a frontend to setting Score.whichBar
219
220 * Move Context_specced_music::translator_{type,id}_str_ into music
221 properties.
222
223 * Don't make line breaks during note playing.
224
225 * Clef engraver rewrite. Clef-engraver is now controlled through
226 properties clefPosition, clefGlyph, clefOctavation. The \clef command
227 is just a front-end to these, see scm/lily.scm, function
228 clef-name-to-properties.  See also input/test/manual-clef.ly
229
230 1.3.105
231 =======
232
233 * Bit of temporary makefile hacking to stay in sync with makeinfo patch.
234
235 * Separate interface description (test phase).
236
237 * Makeinfo --html split fix: http://appel.lilypond.org/fred/software/texinfo-4.0.jcn2.diff
238
239 * Use headers for makeinfo html output.
240
241 * Made some --scrdir build fixes.
242
243 1.3.104.uu1
244 ===========
245
246 * Smobified molecule, and cache molecule (ie. generate each molecule
247 only once).  Lily should be faster now. (approx. 6 % ?)
248
249 * Coded properties-to-font-name in C++. Measured speedup: 14% (wtk1-fugue2)
250
251 * Use music properties for Request data.
252
253 1.3.104
254 =======
255
256 * Documentation build fix: don't run LilyPond when generating plain info doc.
257
258 * Resurrected info documentation and made cross links between manual
259 and generated doco, some small fixes.
260
261 * Made small time signature style fix.
262
263 * Generate texinfo iso html documentation.
264
265 * Added x-references for elements->engravers and engravers->contexts.
266
267 * Fixed number font listing in style sheet.
268
269 * Fixed default font settings for text items, text-item now uses
270 font-interface's alist-chain.
271
272 * Renamed property AutoBeam to autoBeamSettings to avoid confusion
273 about non-existing AutoBeam element.
274
275 * Mensural clefs (courtesy Juergen Reuter)
276
277 1.3.103.lec1
278 ============
279
280 * abc2ly enhancements
281
282         * %%LY comments
283
284         * explanation of rationale for %%MIDI nobarlines
285
286         * supports -8va as a syntax for tenor clef
287
288         * pushing the Staff.timeSignatureStyle property
289
290         * parses space between key letter and mode in K: statement
291
292         * default for guitar chords is above the staff
293
294         * fix for translation of :: repeat
295
296 1.3.103
297 =======
298
299 * Translated auto-beam properties to alist.
300
301 * Rewrite of tfmtoafm in scm.
302
303 * Rewrite of emacs LilyPond mode, based upon auctex interface.
304
305 * Chord name fixes and additions (Atte Andr'e Jensen)
306
307 * ly-get-mus-property, ly-set-mus-property: set properties of Music
308
309 * Move Span_req::span_dir_ into Scheme
310
311 * removed numberOfStaffLines, staffSpace. Use StaffSymbol \push
312 staff-space, line-count
313
314 * removed minVerticalAlign, maxVerticalAlign; use VerticalAlignment
315 \push #'threshold = #(MIN . MAX)
316
317 * \property tremoloFlags can be set anywhere now
318
319 * \apply #function music 
320
321 * Bugfix: padding of dots.
322
323 * Generate documentation for separate engravers as well as for contexts.
324
325 * Move some reference manual into the  SCM documentation system.
326
327 * Bugfix: fixed hyphen spanners.
328
329 1.3.102
330 =======
331
332 * Fixed bracket, and made some other PostScript code fixes.
333
334 * Silly font initialisation fix for paper19 non-feature.
335
336 * Automatic engraver/property documentation infrastructure. 
337
338 * Fixed system-start braces
339
340 * Fix for forgetAccidentals: do print accidentals, just don't remember
341 them.
342
343 * Bugfix: forced script directions for scripts that have relative stem-direction.
344
345 * Bugfix: Tie_column doesn't force Tie directions ties that already
346 have a direction.
347
348 * Bugfix: multimeasure rest 
349
350 1.3.101
351 =======
352
353 * Custodes (patch by Juergen Reuter), mods by hwn.
354
355 * Font initialisation and markup translation fixes. (99.jcn2)
356
357 * Remove staffspace calls. Removed markScriptPadding. Fixes some
358 problems with tuplet, brace and volta spanners.
359
360 * make Font_interface::font_alist_chain (), and use default font
361 settings. Fixes too large time sigs.
362
363 1.3.100
364 =======
365
366 * Tweaks of .scm font-selection. 
367
368 * Rewrote font management of Score_element and Paper_def.
369
370 * Introduced outputscale: internally do computation in terms of
371 outputscale.  Prepare to deprecate staffspace internally.  Rewrote
372 .scm side of font selectioning. 
373
374 1.3.99.jcn1
375 ===========
376
377 * Made several font size and initialisation fixes.
378
379 * Renamed all occurrences of font-size to font-relative-size
380
381 * Renamed all occurrences of font-point to font-point-size
382
383 * Fixed interface.scm descriptions to use symbols iso strings
384
385 * Fixes for chord names, and added jazz style (James Hammons)
386
387 * Some font-size fixes.
388
389 * Added dynamics font in all staff-sizes.
390
391 * Quick fix for regtest.
392
393 1.3.98.hwn2
394 ===========
395
396 * Removed all paper vars except linewidth, indent, staffspace and
397 stafflinethickness.
398
399 * Rewrote Scheme side of font-selection.
400
401 * Bugfix: deprecate group-center-element thoroughly.
402
403 * Bugfix: LeftEdge must also have Break_align_item::alignment_callback
404 X-offset-callback.
405
406 * Add use music property "direction" for storing direction in
407 Script_req, use music property "text-type" for storing 'dynamic,
408 'finger, etc. Remove Dynamic_script_req. Resurrect fingerings.
409
410 1.3.98.lec1
411 ===========
412
413 * fixed scale-definition.ly for greek mode names.
414
415 1.3.98
416 ======
417
418 * Backend documentation updates and related cleanups
419
420 * Removed \property bracketCollapseHeight, systemStartDelimiterGlyph
421
422 * Bugfix: instrument-name on grandstaffs, see
423 input/test/instrument-name-grandstaff.ly
424
425 * Bugfix for tie/staffline collision.
426
427 * Bugfix: also send out end-repeat if there are no alternatives.
428
429 * Small solo cello suite fixes.
430
431 1.3.97.jcn1
432 ===========
433
434 * Added some interface documentation.
435
436 * Added raise and kern to markup.  This should make Chord names usable.
437
438 1.3.97
439 ======
440
441 * Made small fixes to basic properties: regression-test compiles.
442
443 * Moved Text_script_req's text_ member into mus-property.
444
445 * Renamed ChordName to ChordNames, for consistency.
446
447 * Resurrected most of chord names, superscripting and kerning
448   is currently broken, though.
449
450 * Junked all old style text lookups, except for feta definitions.
451
452 * Added support for name-based character lookups.
453
454 * Added support for font styles and papersize style sheets.
455
456 * Added new code for font selection and scm text markup.  Only used
457   for testing in \textscript SCM. See input/test/markup.ly.
458
459 * Fixed (added actually, it got lost?) word-space for chords.
460
461 * Added slope-limit and attachment-offset properties to slur.
462
463 * Slur's broken trend now weighs in the number of note-columns.
464
465 * Spacing tweaks
466
467 1.3.96.hwn1
468 ===========
469
470 * Mudela-book fixes (Tom Cato Amundsen)
471
472 * Put marks above chords.
473
474 * Solaris fix.
475
476 * Type checking for \push and \pop; elt property description (docs
477 inclusive) is now in Scheme.
478
479 * Self-documenting backend using ly/generate-documentation.ly
480
481 1.3.96
482 ======
483
484 * Added friendly message for the clueless dvips user.
485
486 * Clef-engraver: changed c0-position, clef-position and glyph into properties,
487   enabling ottava spanners: input/test/ottava.ly.
488
489 * Added option for edge lines to Text spanner.
490
491 * Bugfix for early initialisation of invalid (grace->voice) slur.
492
493 * Dropped text support and padding of crescendo symbol.  Horizontal
494   alignment of dynamics is handled by side-support, Text crescendos
495   use the generic Text spanner.
496
497 * Added a generic Text spanner.
498
499 1.3.95.hwn1
500 ===========
501
502 * Bugfix: octavate eight.
503
504 * Rewrote arpeggio.
505
506 * mudela-book fixes (Tom Cato)
507
508 * Cleaned up Group_interface and Pointer_group_interface
509
510 * Add accidentals to arpeggio support.
511
512 * Stemup + barline combination gets extra space.
513
514 * Score_element::extent () now takes a reference point argument.
515
516 1.3.95
517 ======
518
519 * Use music property for setting type. This prevents accidental
520 forgotten copies.
521
522 1.3.94.jcn3
523 ===========
524
525 * Added Arpeggio and Trill elements to feta font.
526
527 * Yet another bugfix for output-property (Han-Wen)
528
529 * Made some fixes to les-nereides.
530
531 * Fixed output-property (Dankje).
532
533 * Added backend framework for arpeggios.
534
535 * Fixes for les-nereides.  Should we do asymmetric slurs...?
536
537 * Don't print repeat bars at start of line.
538
539 1.3.94
540 ======
541
542 1.3.93.uu1
543 ==========
544
545 * Bugfix: don't crash if there is no volta bracket to end.
546
547 * Move offset, dimension callbacks into Scheme.  They can be initialized from basicXXXX properties using
548
549         (X-offset-callbacks . (callback1 callback2 .. .))
550         (Y-offset-callbacks . (callback1 callback2 .. .))
551         (X-extent-callback . callback1) 
552         (Y-extent-callback . callback1)
553
554 * naming: basicXXXProperties -> XXX, some other changes in naming;
555 convert-mudela rules added.
556
557 * naming: \voiceone -> \voiceOne and related changes. convert-mudela
558 rules added
559
560 * syntax: \property XXX \pop #'bla -> \property Context.XXX \pop #'bla
561
562 * changed aclocal.m4 to have better check for guile version. (Laura Conrad)
563
564 * updates for mudela-book (Tom Cato Amundsen)
565
566 1.3.93.jcn1
567 ===========
568
569 * Try at nastiest competition piece: input/les-nereides.ly.
570
571 * Moved Pedal_engraver to Staff context.
572
573 1.3.93
574 ======
575
576 * Added some error messages for toplevel and stray string parse errors.
577
578 * Don't start more than one slur at a time.
579
580 * Set direction of Slur too in a2-engraver.
581
582 1.3.92.hwn1
583 ===========
584 * Removed calls to global GUILE namespace.
585
586 * Added \property: scriptDefinitions, explicitClefVisibility,
587 explicitKeySignatureVisibility, instrumentEqualizer,
588 dynamicAbsoluteVolumeFunction
589
590 * Added element properties Bar::break-glyph-function,
591 Break_align_item::space-alist, Chord_name::chord-name-function
592
593 * Added \property combineParts: part combiner switched off by default.
594
595 * Remove all print methods.
596
597 * Use Scope::try_retrieve if possible.
598
599 * Remove FAQ in favor of URL.
600
601 * etf2ly.py robustness fixes.
602
603 * Don't compensate for left edge in broken volta spanner.
604
605 1.3.92
606 ======
607
608 * RPM .spec fixes.
609
610 * italiano.ly
611
612 * mudela-book updates by Tom Cato Amundsen.
613
614 * Allow lyric hara kiri as well.
615
616 * Bugfix: left/right mixup  in Side_position_interface::aligned_on_self ()
617
618 * rest collision of differing rests.
619
620 * Cleanup of Sequential_music_iterator, Simple_music_iterator.
621
622 * Unfolded_repeat_iterator now signals repeats using \property
623   repeatCommands. You could override this, eg.
624
625         \property Score.repeatCommands = #'((volta "X") start-repeat)
626
627   will print a |: and a volta bracket saying X. See also
628   input/test/manual-volta.ly
629   
630 * Volta_engraver, Repeat_acknowledge_engraver: new engravers that are
631 controlled by repeatCommands; much cleaner than the Repeat_engraver.
632
633 * Junked Repeat_engraver.
634
635 1.3.91.jcn1
636 ===========
637 * Abort all running spanners when part-combiner combines voices.
638
639 1.3.91
640 ======
641
642 * Use S_ISDIR () and check for stat.h.
643
644 * Various fixes for RedHat 7.0 / gcc 2.96.54
645
646 * separate basic propertylist for fingerings, center them on
647 noteheads.
648
649 * Side_position_interface::aligned_on_self() now can take a real
650 number for self-alignment-{X,Y}.
651
652 * etf2ly: single line GF field.
653
654 1.3.90.mb1
655 ===========
656
657 * Added an interscorelinefill paper variable. Set to a positive number 
658   in order to stretch the inter-line spacing to fill the full pages,
659   except for the last page (where it would look really ugly).
660
661 1.3.89.jcn1
662 ===========
663
664 * Changed lilypond to LilyPond in ly2dvi, Mudela to LilyPond source.
665
666 * Website fixes: Changed \interline to \staffspace in manual, removed offending
667   braces from mudela-book.tely.
668
669 * Fixed slur attachment correction bug.
670
671 * Made some fixes to Coriolan.
672
673 1.3.89.hwn1
674 ===========
675
676 * Only open files, not directories 
677
678 * bugfix: textNonEmpty.
679
680 * Look ahead in auto-change iterator for rests. This means rests
681 before the note leading to an automatic staff switch are switched as
682 well (improves the looks of scarlatti-test).  Associated fixes and
683 additions for  Music_iterator::skip () and friends.
684
685 * Bugfix: only quantise staccato inside the staff. 
686
687 * cleanups for beam and stem. Removed global GUILE namespace calls
688 from Beam and Stem.
689
690 1.3.89
691 ======
692
693 * Some fixes to Coriolan.
694
695 * Fixed some stupid core dumps processing Coriolan.
696
697 * Fixed several problems with part-combiner's part-switching.
698
699 * Fixes for ASCII output.
700
701 * Added feature to part combiner that should allow part-switching only
702   for entire measures.  Currently, it is controlled by a new 
703   property changeMoments (A . B):
704     - only switch when !(A mod now),
705     - decide whether to switch based on music during time period B.
706
707 * Made bugfix: Sequential_iterator::get_music (M): mustn't return music 
708   later than M.
709
710 * Added skip (M) to some iterators.
711
712 * maintain minimum-length by shifting for hyphens at start of
713 line. (patch courtesy Christophe Rhodes)
714
715 * mudela-book fixes (courtesy Tom Cato Amundsen): documentation
716 update, LaTeX example, landscape support.
717
718 1.3.88.hwn2
719 ===========
720
721 * Added elt properties for Tie:
722   - details
723   - x-gap
724   - staffline-clearance
725
726 * Added elt properties for Slur
727   - y-free
728   - details
729
730 * Removed C++ support for barNumberScriptPadding, now in
731 generic-property.scm (but they're deprecated anyway)
732
733 * Changed threshold in Align_interface to be in staffspace 
734
735 * changed minVerticalAlign and maxVerticalAlign to be in staffspace.
736 A better way: do \push #'threshold = #(cons A B ).  (WARNING:
737 INCOMPATIBLE CHANGE)
738
739 * moved translator definitions out of \paper { }, only instantiate in
740 \paper.
741
742 1.3.88
743 ======
744
745 * Sequential_iterator::get_music (), part combiner now works.
746
747 * Changed paper variables into elt properties:
748   Beam:
749   - beam-space-function, Removed Paper_def::interbeam_f(), Smaller
750   beams for grace notes.
751   - beam-flag-width-function to Beam.
752
753   Grace_align_item:
754   -  horizontal-space: spacing of grace notes is configurable
755
756   Volta_spanner: 
757   - height
758   - thickness 
759
760   Multi_measure_rest:
761   - expand-limit
762   - minimum-width
763   - padding
764
765   Lyric_extender:
766   - height
767
768   Stem
769   - thickness 
770
771   Collision
772   -  note-width to Collision
773
774 * removed various obsolete variables from params.ly
775
776 * added input/test/bagpipe.ly
777
778 1.3.87
779 ======
780
781 * Made fixes to part-combine examples and Coriolan.
782
783 * Bugfix: don't dump core on unterminated (de)crescendo.
784
785 * Rolled next (M) also into get_music (M), similar to process (M), so that
786   sequential-music-iterator::get_music (M) returns something useful.
787
788 * Bugfix: part-combiner still expected Music_sequence, where get_music ()
789   now returns plain list of events.
790
791 1.3.86.hwn3
792 ===========
793
794 * Fixed problem with disappearing crescendi across line break.
795
796 * Bugfix: dynamic texts should not be set by text-engraver. 
797
798 * Rewrote and cleaned up music-iterator.
799
800 * etf2ly robustness fixes.
801
802 1.3.85.hwn2
803 ===========
804
805 * Added side-position-interface as an interface identifier, in stead
806 of checking side-support-elements. This fixes a problem with stacked
807 text scripts.
808
809 * Removed spurious set_elt_property ("XX", SCM_EOL) calls.
810
811 * Added \property squashedPosition for Pitch_squash_engraver: the
812 staff-position number to squash noteheads to.
813
814 * Added FAQ entry for script on bar, updated description of mailing
815 lists.
816
817 * Fixed bug with \translator { basicXXXProperties \push ... }
818
819 * Updated and revised call for help in hacking.texi.
820
821 * Bugfix: don't remember accidental if it is tied from the previous note.
822
823 1.3.85
824 ======
825
826 * Separated definition and implementation of contexts (moved
827 definition out of Translator_group into Translator_def)
828
829 * pmx2ly.py fixes: now handles text at beginning of block correctly.
830
831 * update .spec to include scripts. 
832
833 * Changed syntax of \pushproperty:
834
835         \property Voice.basicXXXProperties \push #'foo = #bar
836         \property basicXXXProperties \pop #'foo
837
838         \translator {
839                 basicXXXProperties \push #'foo = #bar
840                 basicXXXProperties \pop #'foo
841         }
842
843 1.3.84.jcn1
844 ===========
845
846 * Updated INSTALL.texi
847
848 1.3.80.tca1
849 ===========
850 * Added Documentation/user/mb-latex.tex, mudela-book+latex example
851   file and test case. Some work on Documentation/user/mudela-book.tely
852
853 * mudela-book.py: any combination of \verb, \begin{verbatim}
854   @code and @example and mudela should work as expected. 
855
856 * dropped [].extend that depend on python 1.5.2
857
858 1.3.84
859 ======
860
861 * pmx2ly, PMX to LilyPond conversion. Succesfully converts barsant.pmx.
862
863 * musedata2ly, a Musedata to LilyPond convertor. Succesfully converts
864 wtk1-fugue2
865
866 * bugfixes for dynamics: make sure that dynamic alignments encompass
867 the dynamics they support, and that any columns they attach to aren't
868 prematurely killed.
869
870 * bugfix: make sure \time gets noticed early enough.
871
872 1.3.83
873 ======
874
875 * small doc updates.
876
877 * Cleanups related to barline handling:
878
879   - Removed Translator_group::get_simple_translator (), and -
880
881   - use properties to communicate about barlines and time sigs. (NOTE:
882     by default a time-signature of 4/4 is printed.)
883
884   - fix repeat bar behavior.
885
886
887 * cleaned up Directional_element_interface
888
889 * add name field to score-elements.
890
891 * comment in some unprotects for Music in parser. Should bring down
892   cpu time and plug some leaks.
893
894 * robustness fixes for etf2ly, tuplets, grace notes. 
895
896 1.3.82
897 ======
898
899 * engraver.ly: cleanups.
900
901 * etf2ly: robustness fixes, handle mac files as well.
902
903 * Smobified Translator and Translator_group, junked
904 Translator_group_identifier.
905
906 * \pushproperty and \popproperty withing \translator, similar to
907 predefining \property, ie.
908
909         \translator { [...] \pushproperty [..] }
910         \translator { [...] \popproperty [..] }
911
912 (these \pushes and \pops are delayed until instantiation, so if you do
913
914
915         \score {
916                 \pushproperty #'basicFooProperties #'bla #VALUE1
917                 \context Voice { \pushproperty #'basicFooProperties #'bar #VALUE2
918                         [..]
919                 }
920         }
921
922 then the setting for basicFooProperties contains both (bla . VALUE1)
923 and (bar . VALUE2).
924
925 * allow \pushproperty #'symbol [..] as well as \pushproperty #'(symbol1 symbol2 ... )
926
927 1.3.81.jcn1
928 ===========
929
930 * Activated regex for windows.
931
932 * New guile-1.4 patch for cross windows build.
933
934 * Added configure messages for metapost checking.
935
936 1.3.81
937 ======
938 1.3.80.gp1
939 ==========
940
941 * Added property LyricVoice.associatedVoice to enable switching associated
942   voice mid-stream. Association still defaults to context name.
943
944 1.3.80.hwn1
945 ===========
946
947 * \pushproperty, \popproperty: property settings with less memory
948 cost. See input/test/pushproperty.ly and Documentation/hacking. Note:
949 syntax is most likely only temporary.
950
951 1.3.80.jcn1
952 ===========
953
954 * (Line-)broken slurs now have vertical trend.
955
956 * Better length for broken ties: no invisibly short ties.  Now ties may
957   collide with time signatures, though.
958
959 * Don't typeset unfinished spanners, but kill them.
960
961 * Added two FAQs (Mats)
962
963 * Made workaround guile-1.4.1 backward incompatible (scm_)eval change.
964   Note that we must use (scm_)eval2 to remain backwards compatible with
965   guile < 1.4.1 snapshot.
966
967 * Reincluded 79.jcn2 fix
968
969 1.3.80
970 ======
971
972 1.3.79.jcn5
973 ===========
974
975 * Created Thread_devnull_engraver and Voice_devnull_engraver iso
976   single A2_devnull_engraver in Thread context.  It seems however
977   that the hack in A2_devnull_engraver works better.
978
979 * Coriolan fixes.
980
981 * Slur attachment fix for chords where case slurdir != stemdir.
982
983 * Made various fixes for (line-)broken slurs.
984
985 * Fixed slur_height (), which fixes most ugly slurs (Yeah!).
986
987 * Fixed some silly url reversals in FAQ.
988
989 * Finished Coriolan music entry (again); entered second viola part.
990
991 * Updated Coriolan to use part combiner on Voice level for wind parts
992   and on Staff level for violi and bassi.
993
994 * Part-combiner now uses duration inquiry, which fixes rhythm-related
995   bugs in determining solo/a2.  Also, rests are taken into account.
996
997 * Another crude fix for almost unexplainable (with a gdb that dumps
998   core on ly_display_scm) all-zero control points slurs.
999
1000 * Fixed slurs that crossed through stems and note heads.  Note
1001   that beautifying of ugly slurs is still broken.
1002
1003 * Made crude fixes slurs don't crash, bezier still crashes on
1004   infinitely steep slurs (eg flauti-part *with* slur_engraver).
1005
1006 1.3.79.gp1
1007 ==========
1008
1009 * Replaced empty melisma score element with a property
1010
1011 * Renamed Voice_alist_entry -> Syllable_group in lyric-phrasing-engraver
1012
1013 1.3.79.uu1
1014 ==========
1015
1016 * fixed y-position of whole rest
1017
1018 * fixed sustainPedalPadding
1019
1020 * etf2ly: articulation, lyrics.
1021
1022 1.3.79
1023 ======
1024
1025 * etf2ly.py: Finale to LilyPond conversion.
1026
1027 1.3.78.jcn4
1028 ===========
1029
1030 * Made simple fix to get part-combiner to recognise different rhythms
1031
1032 * Unhardcoded part combiner and a2-engraver; introduced properties
1033   splitInterval, soloADue, soloText, soloIIText, aDueText.
1034
1035 * Fixed part combiner's too-late problem (Dankje!)
1036
1037 * Fixed a2-devnull-engraver, a2-engraver.
1038
1039 * Renamed part combiner music names to "one", "two".
1040
1041 * Cleaned up decision making in part combiner, renamed to "solo"/"unison"
1042
1043 1.3.77.mb1
1044 ==========
1045
1046 * Minor documentation updates
1047
1048 * Mark_engraver: has been broken since .73, fixed!
1049
1050 1.3.78
1051 ======
1052
1053 * Added a devnull engraver, that junks (notehead) requests of the second
1054   stem when combined parts are in unison (a2).
1055
1056 * Part-combine iterator identifies Soli and A2 parts in threads by 
1057   looking at rhythm and pitches.  It switches Voice context automagically,
1058   and communicates current state using a2/solo/solo2 properties.
1059
1060 * Simple A2_engraver (`a due) prints `a2/Solo/Solo II.  Soli seem to
1061   arrive one request late.
1062
1063 * First try at combining parts: part-combine*
1064
1065 * fixed problem with HaraKiri
1066
1067 * fixed problem with dynamicDirection
1068
1069 * fixed problem with nonEmptyText 
1070
1071 * `Fixed' chord notation, as per request of David Arnold, ie, 
1072    Added a chord-name-mode, that only displays chord names
1073    when there's a change in the chord-name-scheme, Also, a chord
1074    name should always be displayed after a line break.  See
1075
1076        input/test/drarn-chords.ly
1077
1078 * Reverted duration-iter change in midi2ly, moved printing of options.
1079
1080 * warning bugfix in lexer.ll (Mats Bengtsson)
1081
1082 1.3.77
1083 ======
1084
1085 * Midi2ly bugfix: handle durations longer than longa.  These can occur
1086   because of lengthened notes when using --no-rests.
1087
1088 * Midi2ly: output `new' \key syntax, and updated version number.
1089
1090 * Midi2ly bugfix: don't correct quantised durations, don't use tuplets, 
1091   double dots etc. when user doesn't want them.  It probably used to
1092   work like this, a long time ago.  For some unknown reason, all
1093   corrections made by Duration_convert were junked if the corrected
1094   duration != exact duration.  Duh.
1095
1096 * Midi2ly: added a new option: --no-rests.
1097
1098 * Update of mudela-book (Tom Cato Amundsen)
1099  - --read-lys option, now you can do:
1100         mudela-book file.texi
1101         convert-mudela
1102         mudela-book --read-lys
1103  - --outdir=DIR will put ALL output into DIR
1104  - @mudela[filename="myfilename"]{c d e f g}
1105  - --force-mudela-fontsize
1106  - ignore mudela inside @ignore @end ignore
1107
1108 1.3.76.gp1
1109 ==========
1110
1111 * Lyric_phrasing_engraver now catches lyric extenders and correctly
1112   terminates them under the last note of a melisma.
1113
1114 * Lyric word spacing code changed to fix hyphen alignment.
1115
1116 * Other minor tidying up of Lyric_phrasing_engraver and related code.
1117
1118 1.3.76
1119 ======
1120
1121 * Lyric_phrasing_engraver now adjusts for melisma.  (Glen Prideaux).
1122
1123 * Mudela-book fix for Windows95 (Mark Hindley)
1124
1125 * Debian update (Anthony Fok)
1126
1127 * Added beam melisma for when automaticMelismata and noAutoBeaming are both
1128   #t (primarily for hymns).  Courtesy Glen Prideaux.
1129
1130 * Bugfix: .pfa dependency on $(outdir)/mfplain.mem
1131
1132 1.3.75.mb1
1133 ==========
1134
1135 * stepmake/stepmake/metapost-rules.make: Put all generated files
1136   in mf/out/.
1137
1138 * Added paper variable interscoreline to determine the score line
1139   spacing, see input/test/vertical-extent.ly.
1140   Cleaned up the lilyponddefs.tex inclusion scheme.
1141
1142 1.3.75
1143 ======
1144
1145 1.3.74.gp1
1146 ==========
1147
1148 * Improved default handling of Lyric_phrasing_engraver and made it on by 
1149 default.
1150
1151 * Beginnings of a stanza number engraver (\property LyricVoice.stanza = 
1152 #"1:" etc.)
1153
1154 * fixed bug in script.cc so fermata (and other scripts) get flipped 
1155 correctly when they are above the staff.
1156
1157 1.3.74.jcn2
1158 ===========
1159
1160 * Reincluded simple code for including tfm.[1-5] into search path.
1161   Configure with --disable-kpathsea to enable this kludge.
1162
1163 1.3.74.jcn1
1164 ===========
1165
1166 * Updated input/test/banter-chords.ly German H/B example.
1167
1168 * Updated nl.po.
1169
1170 * Have configure check for kpathsea library and functions.  Made kpathsea
1171   support optional for now.
1172
1173 * Bugfix: halved width of tremolo-beams.
1174  
1175 * Included compilation fix for guile-1.3.4 (Anthony).
1176
1177 * Added: chord inversion and base to regtest.
1178
1179 * Fixed: Chord names that were broken by pl73.
1180
1181 * Fixed: Chord inversions that were broken by pl72.
1182
1183 * Resurrected ascii-script output, for debugging purposes.
1184
1185 * Included compilation fix for scm-hash.cc (Han-Wen).
1186
1187
1188 1.3.74
1189 ======
1190
1191 * Small bugfix: also do a deep copy on  submusices
1192
1193 * Fixed:  \autochange doesn't crash anymore.
1194
1195 * Cleanup, documentation and enforcement of smob interfaces in
1196 LilyPond.  We distinguish between SIMPLE_SMOBS and SMOBS (objects that
1197 have self_scm_)
1198
1199 * Glen Prideaux lyric phrasing engraver. See
1200 input/test/lyric-phrasing.ly
1201
1202 1.3.73
1203 ======
1204 * Removed \interscoreline after the last line, prevents some
1205 empty pages. (patch by Mats Bengtsson)
1206
1207 * Smobified Music, junked associated identifiers. Use Scheme list to
1208 store Music_sequence.  Removed const declarations from
1209 Music_iterators.  Added a mutable and immutable property list to
1210 Music.  Use music property for all Scheme values in Music.  Created
1211 and fixed a load of Garbage Collection bugs.
1212
1213 * Changed number font to allow automatic .mf creation.
1214
1215 * Output place of definition as \special{src:LOCATION}. See FAQ for
1216 explanation how to use.
1217
1218 * Schemified Local_key_item and fixed minor bug with accidentals.
1219
1220 * new Japanese .po file.
1221
1222 * Bugfix for broken tie direction
1223
1224 * Bugfix for bar at beginning of line break
1225
1226 1.3.72
1227 ======
1228
1229 * Robustness fix for minimise_least_squares ()
1230
1231 * cleanups of Slur_bezier_bow, removed Bezier_bow.
1232
1233 * cleanup of Tie. Changed Tie into interface. Made ties flatter by default.
1234
1235 * changed SCM_UNDEFINED to SCM_UNSPECIFIED for return values that go
1236 back into Scheme.
1237
1238 * changed SCM_UNSPECIFIED to SCM_EOL for undefined element
1239 properties. This makes initializing list properties redundant.
1240
1241 * removed idiotic code for including tfm.[1-5] into search path.
1242
1243 * fixed problem with tuplet placement for cross staff tuplets.
1244
1245 1.3.71
1246 ======
1247 * Small cleanups to bring down  compile time and binary ensmallment.
1248
1249 * Made Lookup into a smob, and use guile alist iso. an STL map.
1250
1251 * Changed repeated music semantics for relative octave: each
1252 alternative takes its inital octave from the body.
1253
1254 * Fixed: parser accepts booleans for property values as well.
1255
1256 * Added Scarlatti sonata test file to input/
1257
1258 * kpathsea support, courtesy Carsten Block <carsten.block@gmx.de> 
1259
1260 1.3.70
1261 ======
1262 * Fixed: long standing problem in optical-illusion code.
1263
1264 * Fixed: stop beam if stem *has* a beam in auto-beam-engraver. 
1265
1266 * Made interface of Multi_measure_rest, System_start_delimiter,
1267 Spacing_spanner, Separating_group_spanner, Beam, Slur and
1268 Rhythmic_head.
1269
1270 * Use properties for minimum distances and spring parameters.  Move
1271 spacing related functions from Paper_column into Spaceable_element.
1272
1273 * Removed most Paper_column typecasts.
1274
1275 1.3.69
1276 ======
1277
1278 * Cleanup auto-beam-engraver: use properties for retrieving timing
1279 information.
1280
1281 * Fixed: Multi measure rests don't cause crashes.
1282
1283 * Fixed: don't invoke Hara_kiri::consider_suicide too early.
1284
1285 * Fixed: property engraver.  
1286
1287 * Fixed: don't crash on multiple ties.
1288
1289 * Cleanups of Beam, should also be a little faster.  
1290
1291 * Reunite properties and pointers. In implementation we make a
1292 distinction between mutable and immutable properties
1293
1294 * Add {has|set}_interface () static methods to interface classes.
1295
1296 * Made Side_position_interface and Staff_symbol_interface an all
1297 statics class, and stripped _interface suffix.
1298
1299 * Make Align_interface and Axis_group_interface an all-statics class 
1300
1301 * Rhythmic_head, Staff_symbol, Grace_align_item, Break_align_item,
1302 Bar, Span_bar are now interfaces, Staff_bar was removed. Use a
1303 callback for determining barsize.
1304
1305 * Removed all GLUE_SCORE_ELEMENT callbacks. 
1306
1307 * Added test for repeats to trip.ly
1308
1309 1.3.68
1310 ======
1311
1312 * ly2dvi: changed back to original semantics of latexheaders.
1313
1314 * Stem_tremolo, Crescendo, Hara_kiri_group_spanner, Tuplet_spanner,
1315 Volta_spanner changed into interface.
1316
1317 * Related cleanups for Tie, Tie_column cleanups.
1318
1319 * Made Time_signature, Single_malt_grouping_item, Script_column,
1320 Chord_name, Dot_column, Breathing_sign, Key_item type into interface.
1321
1322 * Removed const declaration from callback arguments.
1323
1324 * Pagebreak support. See input/test/between-systems.ly
1325
1326 * Fixed a problem with accidentals in combination with
1327 non-nil key signatures.
1328
1329 1.3.67
1330 ======
1331
1332 * Use callbacks for augmentation dot positioning.
1333
1334 * Removed types Note_head and Rest
1335
1336 * Cleanup of slur.cc: use common reference points in a sane manner.
1337
1338 1.3.66
1339 ======
1340
1341 * Corrected text sizes in paper*.ly (Mats Bengtsson)
1342
1343 1.3.65.uu1
1344 ==========
1345
1346 * Dots, Collision, Rest_collision removed as separate Score_element type.
1347
1348 * Stem and Note_column accept only one rest.
1349
1350 * Use offset callback in Stem to resolve rest/beam collisions.
1351
1352 * Put the value of new  local key signature (accidentals) back into a property.
1353
1354 * Set molecule-callback for notename item.
1355
1356 1.3.65.jcn2
1357 ===========
1358
1359 * Added some comments to new slur code.
1360
1361 * Removed some ugly interstaff slur code, interstaff slurs at line-break
1362   are still broken.
1363
1364 * Slur bugfix: 16th beams are also beams.
1365
1366
1367 1.3.65
1368 ======
1369
1370 * Bugfix: translate volta spanner at start of line.
1371
1372 * Changed directional_element() calls to instantiations
1373 of Directional_element_interface.
1374
1375 * Removed Dynamic_line_spanner, and cleaned up Dynamic_engraver.
1376
1377 * Removed Staff_info type. Information about columns is now transferred
1378 via currentMusicalColumn and currentCommandColumn.
1379
1380
1381 1.3.64.jcn2
1382 ============
1383
1384 * Made slur attachment position user settable; properties:
1385 slurBeginAttachment slurEndAttachment, values: 'head 'stem
1386 'along-side-stem.  See input/test/slur-attachment.ly and ophee-slurs.ly.
1387
1388 * Fixed slur attachment positions, added missing rule and use simple
1389 default starting positions for attachments.
1390
1391 * Started rewrite of slur ending code, interstaff slurs are broken for
1392 now.
1393
1394 * Fixed download URL of the webpage.
1395
1396 * Moved direction.cc to flower/.
1397
1398 1.3.64
1399 ======
1400
1401 * Lyrics centered on notehead.
1402
1403 * Various bugfixes hyphen-spanner.
1404
1405 * Bugfix: set appropriate callbacks for Note_head. This fixes 
1406 problems with dots.
1407
1408 * Removed Clef_item as score-element derived type.
1409
1410 * Updated config.sub and config.guess
1411
1412 * Bugfix: allow linebreaks on beamed grace notes.
1413
1414 1.3.61.jcn2
1415 ===========
1416
1417 * Included dutch po-update based on submitted 1.3.57 nl.po
1418
1419 * Added "Development" link to website, now that "Home" is a relative link.
1420
1421 * Bugfix: use deep copies for resetting keys.
1422
1423 * Assorted typing erors in procedure names in ly/engraver.ly
1424
1425 1.3.62
1426 ======
1427
1428 * Made callbacks from Score_element::before_line_breaking() and
1429 Score_element::after_line_breaking()
1430
1431 * Fixed website; backlinks should work again.
1432
1433 * Removed --ignore-version option. Added --verbose option.
1434
1435 1.3.61
1436 ======
1437
1438 * Webpage hacking
1439
1440 1.3.60.hwn1
1441 ===========
1442
1443 * Junk int_identifier, real_identifier. Merged Midi_def_identifier and
1444 Paper_def_identifier.
1445
1446 * Fixed bug with spanning barlines in combination with Hara-Kiri staffs.
1447
1448 * Cleaned up Text_item, Hyphen_spanner, Lyric_extender and
1449 Sustain_pedal and reduced them to an Score_element interface (they are
1450 no longer Score_element derived types).
1451
1452 * Some instances of brew_molecule routines have moved out of
1453 Score_element, and are now called scheme_molecule.
1454
1455 * Moved lots of parameters from ly/params.ly to ly/engraver.ly
1456
1457 1.3.59.hwn1
1458 ===========
1459
1460 * Removed String_identifier, and use the type system of GUILE instead.
1461
1462 * Fixed \key PITCH MODALITY syntax. The modality argument is now
1463 mandatory, a rule in convert-mudela has been added.
1464
1465 * Cleaned up  buildscripts/ directory: removed obsolete scripts.
1466
1467 * Use Scheme_hash_table for identifier Scopes.  Scheme_hash_table is
1468 based on STL and should be faster than hash_table.
1469
1470
1471 1.3.59.jcn1
1472 ===========
1473
1474 * Fixed scm_un/protect_object for guile-1.3.4 and 1.3.5 snapshots,
1475   in the process reduced number of protect/unprotect calls.  With
1476   guile-1.3.5 snapshot, memory usage has decreased by 1/5th, now
1477   just 10% above the 1.2 level.  Also, Lily's a bit faster.
1478
1479 * Fixed make diff bug in stepmake to be able to make this diff :-)
1480
1481 1.3.58.hwn1
1482 ===========
1483
1484 * Rewrote key sig support.  Now key signature can also be controlled
1485 by setting keySignature and localKeySignature properties, eg.
1486
1487         \property keySignature = #'((2 . -1) ( 4 . -1) (6 . -1))
1488
1489 sets a key signature of `es ges bes' (an unusual key signature).
1490
1491 Keys are internally represented as transpositions of the c-major
1492 scale. Printing the key signature for a scale is done by filtering out
1493 all non-natural accidentals.
1494
1495 * Removed support for \keysignature, and \key something \minor; Newkey
1496 is now obsolete.
1497
1498 1.3.58.jcn3
1499 ===========
1500
1501 * Fixed pedal items (hw)
1502
1503 * Changed configure option tex-tmfdir to tmf-path now accepting multiple
1504   tfm directories.  Automated links to cmr and amstex tfm font directories.
1505
1506 * Replaced one scm_assoc () u-turn slipped through jcn1
1507
1508 * various GUILE 1.3.5 compile fixes
1509
1510 * Added `Ped' as a compound symbol font and removed silly scheme kerning.
1511
1512 * Replaced some scheme assoc u-turns with scm_assoc ()
1513
1514 * Ran po-update (mostly because of new ja contribution).
1515
1516 1.3.57.jcn2
1517 ===========
1518
1519 * Cleaned-up scheme list to text conversion for Chord_name and 
1520 fixed horizontal kerning.
1521
1522 * Added examples for american (slashed o) and jazz (black triangle),
1523   see input/test/{american-chords.ly,jazz-chords.ly}
1524
1525 * Made guile-1.3.5 compile fixes
1526
1527 1.3.57.uu1
1528 ==========
1529
1530 * Fixed typo in Dots::do_brew_molecule (); this fixes the disappearing
1531 dots problem.
1532
1533 * Rewrote key signature administration; now Scheme is used; Octave and
1534 Key have been junked in favor of Newkey.
1535
1536 * japanese .po file included (thanks, Japanese team!)
1537
1538 1.3.57
1539 ======
1540
1541 * Fixed several forgotten molecule-callbacks 
1542
1543 * Fixed first clef in score; now F clefs are also possible.
1544
1545 1.3.56.mb1
1546 =========
1547  
1548 * Updated FAQ with two useful GDB macros.
1549
1550 * Several fixes in the documentation.
1551
1552 1.3.55.jcn1
1553 ===========
1554
1555 * Made (dutch) po-update
1556
1557 1.3.56
1558 ===========
1559
1560 * Molecules are now generated via callbacks exclusively; most calls to
1561 set_elt_property ("transparent", SCM_BOOL_T) have been replaced by suicide().
1562
1563 1.3.55
1564 ======
1565
1566 * Experimental property collapse for most score-elements.  (notable
1567 exceptions: Scripts, pedals). Change all Score_element constructors to
1568 take a basic-property list. The suffix of a property list may be
1569 shared by several score-elements, for instance all default G-clefs in
1570 a score share the following settings
1571   
1572            (breakable . #t)
1573            (break-align-symbol . Clef_item)
1574            (visibility-lambda . ,begin-of-line-visible) 
1575
1576 This should reduce memory usage further. 
1577
1578 * Magically fixed the disappearing Lyrics problem.
1579
1580 * Removed used_b_ field from Score_element.  
1581
1582 * Massive search-replace patch: store pointers and properties
1583 separately, in preparation of property collapse.
1584
1585
1586 1.3.54
1587 ======
1588
1589 * Bugfix: don't crash on tuplet spanners that don't contain any notes.
1590
1591 * Cleanup of Dimension_cache: removed a few redundant
1592 fields. Slightly lower memory usage (32 bytes per
1593 score-element). Dimension_cache is now a `dumb' struct again.
1594
1595 * Add array index to priority field of text scripts to ensure that
1596 order is unique, and sensible.
1597
1598 * Added an element count statistic.
1599
1600 1.3.53
1601 ======
1602
1603 * russian.po (thank you, August.)
1604
1605 * Small cleanups in Molecule interface 
1606
1607 * Spacing related elements perform suicide after calculating
1608 distances.  This saves a some memory, approximately 2 to 5 % ?
1609
1610 * Small cleanups in line breaking: Paper_column stores springs and
1611 rods in only one place now.  All fields relating to energy have been
1612 removed
1613
1614 * Don't generate all output Scheme in memory, but evaluate to output
1615 file immediately.  This will reduce memory usage a little.
1616
1617 * Use STL's map  for Dictionary template
1618
1619 * Substitute pointers on element properties of the root Line_of_score
1620 as well.
1621
1622 * Added toplevel doc target, to support building doc with --srcdir
1623
1624 * Removed cygwin build stuff; updated versions at:
1625
1626      http://appel.dyndns.org/lilypond/gnu-windows/cross
1627
1628 * Fixed lily.scm to handle incipits (thanks, Mats)
1629
1630
1631 1.3.52
1632 ======
1633
1634 * Made bugfix in smob handling: delete the C-part of freed smobs and
1635 be honest about amount of allocation and deletion, so that GUILE
1636 doesn't overestimate the amount of memory available.
1637
1638 * Faq update: nicer blank note paper, courtesy Mats Bengtsson.
1639
1640 * Bugfix: don't crash on durations that are not a power of 2.
1641
1642 * Build manpages during `make all' 
1643  
1644 * Bugfix: don't do absolute comparisons in Polynomial::clean ().
1645
1646 * Bugfix: set visibility-lambda for key signature created by
1647 createKeyOnClefChange. Fixes disappearing key signatures. 
1648
1649 * Bugfix: make System_start_delimiter of bar-line type invisible when
1650 it spans only one staff.
1651
1652 1.3.51
1653 ======
1654
1655 * Item cleanups.  Copying items and rearranging pointers are done in
1656 separate passes, which makes the code cleaner. This fixes a problem
1657 with some items not disappearing from hara-kiri staffs.
1658
1659 * Use Scheme for Key_item data members. 
1660
1661 * Don't use regex in chord-names.scm under windows; hybrid chordnames
1662 user+calculated will be partly broken.
1663
1664 1.3.50
1665 ======
1666
1667 * Junked Shift_tuple from collision; Now it uses SCM.
1668
1669 * Bugfix of documentation and test-file of tuplet.
1670
1671 * Bugfix type string of repeated music is copied. This fixes declared
1672 tremolos.
1673
1674 * Junked various cruft from lily.scm
1675
1676 * Use interfaces symbols instead of C++ class-name for assigning generic
1677 element properties.
1678
1679 * Junked Dictionary from Piano_pedal_engraver and
1680 Piano_pedal_performer.
1681
1682 * Introduced boolean element property no-spacing-rods: ignore this
1683 item for hard constraints.
1684
1685 * Bugfix: added sanitised TeX fragment in faq.texi
1686
1687 * Bugfix: merge equal Bar_reqs
1688
1689 1.3.48.uu1
1690 ==========
1691
1692 * Small fixes for \cresc and \endcresc
1693
1694 * Release properties of unbroken spanners & items after doing
1695 handle_broken_smobs (); should conserve a little memory.
1696
1697 * Fixed handling of orphaned score-elements. Any element that does
1698 not have its Line_of_score as a ancestor in both directions, is silently
1699 removed from the output.  This guarantees that programming errors
1700 don't result in coredumps from Dimension_cache::common_refpoint ():
1701 element->line_l () is always a common reference point.
1702
1703 * Bugfix: set visibility-lambda of clef and octavation-8 explicitly
1704 for default case.  Now the octavation 8 is not printed at every
1705 barline.
1706
1707 1.3.48.mb1
1708 ===========
1709
1710 * Changed noteHeadStyle properties to symbols, for example
1711   \property Voice.noteHeadStyle = #'cross
1712
1713 1.3.47.jcn3
1714 ===========
1715
1716 * Rewrite of chord-name production in scheme.  There are two major styles
1717   now, banter and american.  To get american style, use
1718
1719       \property ChordNames.chordNameStyle = "american"
1720  
1721   Most anything should be possible now.  See input/test/american-chords.ly
1722
1723 * Added isinf check to configure.in, and isinf macro from guile to
1724   bezier.cc; solaris has no isinf ().
1725
1726 * Fixed star-spangled-banner with not-so-nice \bar "|." fix.  Almost
1727   perfect now.
1728
1729 * Added output property to regression test.
1730
1731 * Fixed warning of creating existing outdir.
1732
1733 * Added `Mark' interface to text-items that are marks (thanks, HW).
1734
1735 1.3.48
1736 ======
1737 1.3.47.mb2
1738 ===========
1739
1740 * Corrected glossary.tely
1741
1742 * Corrected \mark font handling. feta-nummer font only of the 
1743   string is all numeric.
1744
1745 * Implemented noteHeadStyle lookup in Guile. Reintroduced the style
1746   "harmonic" and added "baroque" (normal note shapes except for 
1747   brevis and longa which are square).
1748
1749 * Simplified ly2dvi using the power of the geometry package.
1750
1751 * Improved heuristic size calculation of TeX macros. Handles e.g.
1752   "\\u{a}", "\\"{o}" and "\\^{u}" correctly.
1753
1754 1.3.47.hwn1
1755 ===========
1756
1757 * Bugfix: don't hang on zero-duration.
1758
1759 * Various glossary updates (thanks, Christian)
1760
1761 1.3.47
1762 ======
1763
1764 1.3.46.jcn2
1765 ===========
1766
1767 * Drastically reduced vertical space used by headers/footers, when using
1768   ly2dvi.  See input/test/fill-a4.ly.
1769
1770 * Fixed bug with colons appearing on repeat span-bars.
1771
1772 * Added Bar_number_engraver to standard Score context
1773
1774 * Construct octavation scripts in the clef-engraver; this fixes the
1775 hara-kiri + clef8 problem
1776
1777 1.3.46
1778 ======
1779
1780 1.3.45.jcn2
1781 ===========
1782
1783 * Fixed chord-name customisation and made small chord-name build fixes.
1784
1785 * Accidentals with chord-names smaller and as superscript.
1786
1787 * Do some extra footify (works only once) while making html docs.  
1788
1789 1.3.45.hwn1
1790 ===========
1791
1792 * Debian patch (Thanks Anthony)
1793
1794 * Rewrote Bar_number_engraver and Mark_engraver and removed
1795 Bar_script_engraver as baseclass. Both Bar_number_engraver and
1796 Mark_engraver are simpler and more robust.
1797
1798 * Fixed precedence of \property verticalDirection and dynamicDirection
1799
1800 * Fixed keys without barlines 
1801
1802 * Fixed StaffGroups: removing `\consistsend "Axis_group_engraver"'
1803 puts alignment in function again
1804
1805 * Fixed StaffGroup + GrandStaff combination.
1806
1807 * Music is now mandatory as the first thing in a \score{} block
1808
1809 1.3.45
1810 ======
1811 1.3.44.jcn2
1812 ===========
1813
1814 * Implemented una-chorda and sostenuto piano pedals in performer and engraver.
1815
1816 * Added Properties textScriptWordSpace and chordNameWordSpace.
1817
1818 * Junked old lyrics in star-spangled-banner.
1819
1820 * Added a Piano_pedal_engraver.
1821
1822 * Removed some empty files.
1823
1824 * Created piano pedal symbols: * - . P e d.
1825
1826 * Fixed ps-to-pfa.py to handle multiple unfills.
1827
1828 * Moved accordion symbols out of feta-script to end of font.
1829
1830 * Bugfix: don't create tfm's, pfa's etc of feta-test fonts.
1831
1832 * Fixed blot_diameter for small resolutions.
1833
1834 1.3.43
1835 ======
1836
1837 * Put global element list into Line_of_score, instead of
1838 Paper_score. post processing (the stage after line breaking) is now
1839 truly done per-system, and we got rid of an ugly hack to get font
1840 handling OK.
1841
1842 * Bugfix: set the group-interface of System_start_delimiter.
1843
1844 * Cleanups of Break_algorithm and derived classes, Move
1845 broken_col_range () to Line_of_score, remove Paper_score::col_l_arr_
1846
1847 * Bugfix for accordion symbols.
1848
1849 * Various patches to prevent crashing when do_brew_molecule gets
1850 called before after_line_breaking (). This was a problem in Spanner
1851 classes mostly.
1852
1853 1.3.43
1854 ======
1855
1856 1.3.42.jcn3
1857 ===========
1858
1859 * Made a quick try at piano pedal performer, damper pedal only.
1860
1861 * mf/feta-accordion.mf: Fixed strange turning paths.
1862
1863 * mf/feta-beugel.mf: Fixed infinity errors.
1864
1865 * Use a more discriptive name for windows setup.zip.
1866
1867 * mf/GNUmakefile: Have logs as last target, so that normally, they're 
1868 not made twice.
1869
1870 * stepmake/stepmake/metafont-rules.make: Don't remove the .log files.
1871 The logs are a target, removing them retriggers make.
1872
1873 * stepmake/stepmake/metapost-rules.make: Remove the correct log and tfm
1874 files, ie the ones that clutter the source directory, not the target logs.
1875
1876 * Windows distribution: faked symlink for cmtfm.  Setup.zip should now be
1877 standalone; ie, no need for Cygnus' usertools anymore.
1878
1879 1.3.42.jbr1
1880 ===========
1881   
1882 * Documentation/ntweb: Updated angels.ly to match current syntax.
1883 Also updated index.texi.
1884
1885 1.3.42.uu1
1886 ==========
1887
1888 * Change all occurances of Staff_margin_engraver to
1889 Instrument_name_engraver, add a convert-mudela rule
1890
1891 * Change status == busy assert into programming error
1892
1893 1.3.42
1894 ======
1895
1896 1.3.41.jcn3
1897 ===========
1898
1899 * Lots of fixes to windows distribution scripts.
1900
1901 * Added configuration features --program-prefix, --program suffix.
1902
1903 * lily/my-lily-parser.cc (get_chord): Bugfix, don't use deleted pitch.
1904 This fixes inversions c/g and bass additions d/+c on chords.
1905
1906 1.3.41.mb1
1907 ==========
1908
1909 * Avoid that xxxXXXVerticalExtent is used for empty HaraKiriStaff
1910   lines.
1911
1912 1.3.41.hwn1
1913 ===========
1914
1915 * Debian patches (thanks Anthony!)
1916
1917 * Use symbols for prefatory matter spacing. Do not use the typename
1918 for looking up item pairs in the table, but read element property
1919 break-align-symbol
1920
1921 * Instrument_name_engraver, uses break alignment instead of
1922 side-position.
1923
1924 * System_start_delimiter_engraver, System_start_delimiter, uses a
1925 spanner for the braces/brackets at the left of the system. Remove all
1926 old Span_score_bar engravers.
1927
1928 * Removed Base_span_bar_engraver::use_prority_b_, and moved
1929 Base_span_bar_engraver into Span_bar_engraver.
1930
1931 1.3.40.jcn3
1932 ===========
1933
1934 * mutopia/Coriolan/violino-2.ly: Bugfix: wrong pitch.
1935
1936 * input/test: Removed stale AutoStaffSwitch examples.
1937
1938 * mutopia/E.Satie: Fixed gnossiene-4, doing \autochange.  Removed
1939 stale copy of gnossiene-4.
1940
1941 * buildscripts/make-cygwin-cross.sh: Made some small .zip package fixes.
1942
1943 * make/lilypond.spec.in: Made some bugfixes for _prefix, preparations
1944 for cross-building to Cygwin.
1945
1946 * buildscripts/make-cygwin-cross.sh: Now using rpm packages.
1947
1948 1.3.40.hwn2
1949 ===========
1950
1951 * added \property XXXMinimumVerticalExtent, \property XXXExtraVerticalExtent
1952
1953 * New_chord_tremolo_engraver: make tremolo beams from
1954
1955         \repeat "tremolo" NUMBER <Music-expression>
1956
1957 Removed support for "old-style" tremolos.
1958
1959 * Add a convert-mudela function for the conversion "\key A;" to "\key a; 
1960
1961 * Read \property measurePosition within the engraver code, instead of
1962 looking up the Timing_translator.
1963
1964 * star-spangled-banner.ly: add Bar_engraver to LyricsVoice 
1965
1966 * Changed all .fly and .sly files to .ly files.  Propose to dump .fly
1967 and .sly.
1968
1969 1.3.40
1970 ======
1971
1972 1.3.39.jbr1
1973 ===========
1974
1975 * buildscripts/mf-to-table.py: feta dep files are now opened with write
1976   binary option.  This avoids carriage return linefeed problems and
1977   windows while not affecting unix.
1978
1979 * Documentation/hacking.texi: Fixed a texinfo syntax error
1980
1981 * stepmake/bin/package-zip32.sh: Fixed or Removed some legacy, 1.2.x,
1982   directory paths.
1983
1984 * Documentation/ntweb/index.texi: Fixed broken links, added 1.3.39 links.
1985
1986 1.3.39.hwn1
1987 ===========
1988
1989 * Glossary updates by Christian Mondrup.
1990
1991 * Bugfix: use generic properties in lyrics too. This fixes the
1992 \property textStyle for lyrics.
1993
1994 * Score_element::preset_extent(), used by \property
1995 XXXVerticalExtent, so hard code the size of a vertical group. 
1996
1997 * Don't fix up reference points for originals of broken
1998 spanners. Fixes spurious "orphaned score-element" warnings.
1999
2000 * buildscripts/make-cygwin-cross.sh: Use rx-1.5 instead of regex (Jeffrey).
2001
2002 * scm/lily.scm: Fixed check for Windows: by default don't use scm regex.
2003
2004 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: Significantly smaller
2005 patch for guile.
2006
2007 * buildscripts/make-cygwin-cross.sh: Compile native package GNU regex,
2008 which should fix Windows problems with guile.  Also added input directory
2009 to zip file.
2010
2011 * stepmake/aclocal.m4: Added decent checking for version of guile, and 
2012 fixed warning message.
2013
2014 * lily/lexer.ll (My_lily_lexer): Bugfix: lookup chordmodifiers in the
2015 chord-modifier table (not in the pitch list).
2016
2017 1.3.39
2018 ======
2019
2020 1.3.38.hwn2
2021 ===========
2022
2023 * General cleanups of My_lily_parser. 
2024
2025 * Start of a Chord_tremolo_iterator for the `\repeat 4 "tremolo"'
2026 syntax.
2027
2028 * Moved Score_element::do_space_processing out of the dependency
2029 mechanism.
2030
2031 * Use Scheme for notename tables.  Removed uppercase letters for low
2032 octave notes. Removed Notename_table.
2033
2034 * Fixed core dump with declared "\key  ; "
2035
2036 * Extra robustness warning for Side_position_interface::aligned_on_self ()
2037
2038 * Extra robustness: make sure that first and last columns are breakable.
2039         
2040 1.3.38.jcn4
2041 ===========
2042
2043 * stepmake/aclocal.m4: Added support for cross-compiling with guile.
2044
2045 * buildscripts/make-cygwin-cross.sh: A try at dropping cygwin1.dll
2046  dependency by using mingw.  Compiling guile is too much to ask
2047  for mingw, though.  Also:
2048  - rename python scripts .py (request from Alain)
2049  - install native packages under their own, separate root. (Alain)
2050
2051 * lily.scm: Don't use regex module when running on
2052 Windows. (Shamus)
2053
2054 * lily/staff-margin-engraver.cc (acknowledge_element): If
2055 possible, hang y-axis of margin script to span-bar.  This fixes
2056 vertical placement of margin scripts attached to staff groups.
2057
2058 * help2man-rules.make: Fixes for generating manpages by copying
2059 and for building using --scrdir.
2060
2061 * stepmake/stepmake/generic-targets.make: Preserve date stamp of
2062 config.h, version.hh files file when copying.
2063
2064 * buildscripts/make-cygwin-cross.sh: made number of fixes:
2065         - add `Cygnus/' prefix to directories in .zip-file too.
2066         - package guile too.
2067         - don't link to cygwin1.dll
2068
2069 * stepmake/stepmake/install-targets.make: bugfix, don't fail if directory
2070   is not emty when uninstalling.
2071         
2072 * stepmake/stepmake/generic-targets.make: added man target.
2073
2074 * buildscripts/make-cygwin-cross.sh: new script for cross-building cygwin
2075   development tools and lilypond executable.
2076
2077 * Documentation/ntweb/lilypond-manpages.patch: provide pre-built
2078   manpages, so that make doesn't fail on help2man trying to execute
2079   a GNU/windows executable.     
2080
2081 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: new patch for
2082   guile-1.3.4.  
2083
2084 * flower/libc-extension.cc (memmem): cygwin compile fix.
2085
2086 1.3.38
2087 ======
2088
2089 1.3.37.hwn1
2090 ===========
2091
2092 * (generic-property.scm) added \property tieDash to set dashing on
2093 ties.
2094
2095 * Removed  ly_eval_str(), we should use scm_eval (Scm_object).
2096
2097 * Removed scm_to_array (), array_to_scm (), associated junk. Reverted
2098 undocumented .29 patch that made Bezier::control_ into an
2099 Array<Offset>.  Added some comments documenting the reasons for the
2100 changes.
2101
2102 * Revert generic-property.scm of .37 fix, fix the real problem in
2103 property-engraver.cc: use the right symbol to check if element
2104 property is already set.
2105
2106 1.3.37.jcn2
2107 ===========
2108
2109 * Fixed srcdir build, so that you can do:
2110
2111       tar xzf releases/lilypond-x.y.z
2112       mkdir <build>
2113       cd <build>
2114       ../lilypond-x.y.z/configure
2115       make
2116
2117   as with any other gnu package.  All build output goes to <build>/out.
2118
2119 * Changed and fixed use of different configurations, and different output
2120   directories.  Finally, you can use different configurations alongside
2121   eachother.  From make/stepmake.make:
2122
2123       # Use alternate configurations alongside eachother:
2124       #
2125       #     ./configure --enable-config=debug
2126       #     make conf=debug
2127       #
2128       # uses config-debug.make and config-debug.h; output goes to out-debug.
2129       #
2130
2131       # Use same configuration, but different output directory:
2132       #
2133       #     make out=www
2134       #
2135       # uses config.make and config.h; output goes to out-www.
2136       #
2137
2138
2139 * Fixed performance of (de)crescendi.
2140
2141 * Better documentation for arithmetic_multiplier and arithmetic_basicspace
2142   in params.ly.
2143
2144 * Added instrument-equaliser for MIDI output, see scm/midi.scm, and
2145   properties midiMinimumVolume, midiMaximumVolume, ranges [0,1].
2146
2147 * Changed absolute midi volume settings into factor of full scale.
2148
2149 * Fixed another dynamic-line-spanner bug, it gets hairy.
2150
2151 * Added warning for spanners that are not fully contained in parent spanner.
2152
2153
2154 1.3.37
2155 ======
2156 1.3.36.hwn1
2157 ===========
2158
2159 * Abstract Align_element into Align_interface. Removed
2160 Axis_align_{item,spanner}, Align_element, Super_element, all multiple
2161 inheritance in the backend.
2162
2163 * new Gade score, INSTALL.texi fixes (thanks, Mats)
2164
2165 * Removed Item::hpos_f (), Score_element::{get,set}_real ()
2166
2167 * comments detailing properties for Axis_group_interface,
2168 Side_position_interface, Score_element, Item and Spanner
2169
2170 1.3.36.jcn3
2171 ===========
2172
2173 * Fixed vertical dimensions of elements in dynamic line spanner by adding
2174   axis-group to dynamic line spanner.
2175
2176 * Bugfix: line-spanner lasts always full duration of (de)crescendi.
2177
2178 * Bugfix: broken (de)crescendi on a dynamic-line-spanner.
2179
2180 * Bugfix: compilation dynamic-engraver.
2181
2182 * Added and updated a faq about postscript and ghostscript.
2183
2184 * Fixed order of slurVerticalDirection verticalDirection in
2185   generic-property.scm.  Similar fixes for Stem, Tie, etc.
2186
2187 * Added a Text_engraver to GraceContext.  Maybe it was removed on
2188   purpose: scripts on grace notes seem broken, they appear on the
2189   main note.
2190
2191 * Bugfix: volume effect of (de)crescendi was sometimes wrong way round.
2192
2193 1.3.36
2194 ======
2195 1.3.35.hwn1
2196 ===========
2197
2198 * textEmptyDimension changed into textNonEmpty, default: off,
2199 ie. texts don't occupy space.
2200
2201 * Use STL map for Lookup::lookup_p_tab_p_
2202
2203 * Abstracted Axis_group_element into Axis_group_interface, and removed
2204 Axis_group_element. This eliminates some multiple inheritance in the
2205 backend
2206
2207 1.3.35.jcn1
2208 ===========
2209
2210 * Added minimum-space property to Side_position_interface.  Used in
2211   positioning of Volta_spanner: voltaMinimumSpace.
2212
2213 * Fixed and cleaned-up volta-spanner.
2214
2215 * Moved directional-element.cc -> directional-element-interface.cc
2216
2217 * Renamed all `process_requests' to `process_music', which fixes
2218   midi performance.
2219
2220 * Fixed dimensions (more x-y interchanges) of brace, bracket and
2221   volta-spanner.
2222
2223 * Half-assed fix to get similar vertical placement of orphaned vs.
2224   line-spanned dynamic elements.
2225
2226 * Added property bracketCollapseHeight: the minimal size of a staff bracket
2227   that will be typeset.  Smaller brackets will not be displayed.  This
2228   fixes the (in 1.3.x reintroduced) funny duck-beak-bracket-bug (sorry).
2229
2230 * Removed some dissonant chords from Coriolan
2231
2232 1.3.35
2233 ======
2234
2235 * Removed Documentation/programmer directory 
2236
2237 1.3.34.jcn3
2238 ===========
2239
2240 * Small enhancements to Staff_margin_engraver:
2241    - by default, the marginScript left aligns the text
2242    - to set the text style, use property marginScriptTextStyle
2243    - to change the alignment, use property marginScriptHorizontalAlignment
2244      (centred and right alignment require manual padding settings).
2245
2246 * Print a friendly message if the manual pages failed to build.
2247
2248 * Bugfix: dynamicDirection now overrides verticalDirection setting.
2249
2250 * Warning messages and nl.po
2251
2252 * Fixed vertical alignment for all dynamic items and (reluctantly)
2253   reinstated old directional behaviour for orphaned dynamics.
2254
2255 * Finished maximumRestCount property.
2256
2257 1.3.34
2258 ======
2259 1.3.33.hwn2
2260 ===========
2261
2262 * Print key without setting key, syntax "\key ;". General cleanups of
2263 key-item.
2264
2265 * Add paragraph tags in HTML output of mudela-book.  Music fragment
2266 don't run into the text anymore.
2267
2268 * Bugfix: don't align the first line of text. (Lookup::text ()).
2269
2270 * Abstract away data members of Axis_group_element, Align_element
2271
2272
2273 1.3.33.jcn3
2274 ===========
2275
2276 * Added helpful properties instrumentScriptPadding/instrScriptPadding for
2277   Staff_margin_engraver.
2278
2279 * Removed some empty files, substituted (c) 1999 occurrences.
2280
2281 * Added \property maximumRestCount.  It will prevent showing (or actually:
2282   moving in case of a collision) more than maximumRestCount similar rests.
2283   WIP!
2284
2285 * Rewrote Staff_margin_engraver.  Staff margin texts now hang on a new
2286   breakable item: Left_edge_item.
2287
2288 * Fixed vertical alignment for dynamic elements.  Orphaned dynamic items
2289   (not supported by a Dynamic_line_spanner) still collide with Staff,
2290   although they now have staff support, which was supposed to fix this.
2291
2292 * Fixed Staff_margin_engraver for "instrument", "instr" is still broken.
2293
2294 * Dynamic elements are only put in a Dynamic_line_spanner if there
2295   actually is more than one adjacent note-column with a dynamic.
2296   This breaks the fine looks of all dynamics, again :-)
2297
2298
2299
2300
2301 1.3.33
2302 ======
2303
2304 1.3.32.hwn3
2305 ===========
2306
2307 * Experiment: use STL map for Scheme_hash_table; Is there a speedup?
2308
2309 * Bugfix: print brace iso. bracket for Piano / GrandStaff
2310
2311 * Change naming: change do_post_processsing into after_line_breaking,
2312 do_pre_processsing into before_line_breaking and do_process_requests
2313 into do_process_music.
2314
2315 * Bugfix in hash-table.hh: do quadratic probing, and not cubic probing.
2316
2317 * Display property name for type error.
2318
2319 * Cleanups for Dynamic_engraver and Dynamic_line_spanner.
2320
2321 * Warn if last column in score is musical. Helps catch programming errors.
2322
2323 * Spanner::spanned_drul_ now is private. 
2324
2325 * Rewrote some bar code: moved molecule functions out of Lookup.
2326
2327 1.3.32.jcn3
2328 ===========
2329
2330 * Embedded newlines in text items are now allowed.  This helps avoiding
2331   TeX-hacking in some cases.  See input/test/coriolan-margin.ly
2332
2333 * Fixed stupid x-y interchange bug for staff-bracket.  This fixes
2334   placement of staff-brackets.
2335
2336 * Fixed bracket/arch-thickness interchange bug, and made bracket a bit
2337   thinner.
2338
2339 * Fixed slur/bezier-beautiful name mismatch.  This should fix the steep
2340   slurs that were apparently reintroduced in 1.3.29.
2341
2342 * Made some small fixes to Coriolan.
2343
2344 * Removed duplicate lily/output-property-engraver.hh.
2345
2346 * Removed optional use of vanilla spanner in Dynamic_engraver.
2347
2348 * Fixed (measured) tremolo for Stem and Beam. Merged declarations
2349   stem-engraver.hh and chord-tremolo-engraver.hh into their .cc
2350   implementation file.  Also fixed looks of Chord tremolo, input and
2351   implementation is still ugly.
2352
2353 * Added *.yy and *.ll to TAGS, to that tags-find-replace doesn't omit
2354   parser and lexer.
2355
2356 1.3.31.mb1
2357 =========
2358
2359 * Fixed \specialkey and \normalkey. Updated documentation.
2360
2361 1.3.32
2362 ======
2363 1.3.31.jcn5
2364 ===========
2365
2366 * Fixed and cleaned-up Dynamic_engraver.  Optionionally uses vanilla
2367   spanner instead of Dynamic_line_spanner.
2368
2369 * Made gcc-2.95 compile fix in libc-extension.
2370
2371 * Various fixes to Coriolan, score starts to look acceptable.
2372
2373 * Moved optional text of crescendo into Crescendo spanner.  Fixed horizontal
2374   and vertical alignment of dynamics.
2375
2376 * Added new text crescendo spanners to Coriolan and made some fixes.
2377   If you're using timidity, use the -EO option to prevent notes get
2378   stuck.  I'm not sure whose fault this is, Lily's MIDI output may be
2379   stretching the standard a bit.
2380
2381 * Adjacent dynamic markings are now grouped on a horizontal line, but it's
2382   not perfect yet: they're always below the staff and no horizontal spacing
2383   is done.  Also, character metrics of dynamics are still not used.
2384   See: input/test/crescendi.ly and input/test/dyn-line.ly
2385
2386 * Cleaned up Span_dynamic_performer.
2387
2388 1.3.31
2389 ======
2390 1.3.30.mb1
2391 =========
2392
2393 * Fixed the page layout, reintroducing space for the header and
2394   trying to keep piece titles on the same page as the piece.
2395   The header and footer can now contain several lines.
2396
2397 1.3.30.jcn3
2398 ===========
2399
2400 * Lily now also performs crescendi and decrescendi in MIDI output:
2401   Span_dynamic_performer in a slightly crappy way.
2402
2403 * Added preliminary support for crescendi/decrescendi other than `hairpins',
2404   eg: `cresc. poco `a poco -- -- --'
2405
2406 * Made MIDI tie performance fix.
2407
2408 1.3.30.jcn2
2409 ===========
2410
2411 * Lily now performs absolute dynamics in MIDI output.
2412
2413 * Included David's comments on opus47 in TODO.
2414
2415 1.3.30.jcn1
2416 ===========
2417
2418 * More Coriolan: flute-1,2; oboe-1,2; clarinet-1,2; 
2419   fixes and remainder french horn-1,2; trombone-1,2;
2420   fagotto-1,2; timpani; and several fixes.
2421   
2422 1.3.30.uu1
2423 ==========
2424
2425 * Remove some old doco from programmer/ and put on personal homepage.
2426
2427 * Removed union-find from flower library.
2428
2429 * Only quantise tie horizontal part inside the staff.
2430
2431 1.3.30
2432 ======
2433 1.3.29.hwn1
2434 ===========
2435
2436 * Report type errors for \property. Helps with converting 1.2 input
2437
2438 * Use Scheme for Align_element; fixed graceAlignPosition 
2439 and removed \property alignmentReference in the process.
2440
2441 * Use generic properties for lyrics too.  This fixes \property
2442 Lyrics.textStyle
2443
2444
2445 * Add relative distance for constraints between non-column items.
2446
2447 * Automatic \marks: use "\mark ; ". The mark numbers or letters are
2448 increased automatically.
2449
2450 * Translators now only change properties of their own context. This
2451 removes the 2nd argument to Translator::get_property()
2452
2453 * Bugfix for Metapost mode
2454
2455 1.3.29.uu1
2456 ==========
2457
2458 * Updates of glossary  (Christian Mondrup)
2459
2460 * Bugfix with bar number placement
2461
2462 * Moved links to bibliography/ and misc/ to main index.
2463
2464 1.3.29
2465 ======
2466
2467 * Moved Slur-specific code from Bezier_bow to Slur and Slur_bezier_bow.
2468   Slurs are now calculated just once.
2469
2470 * Bezier_bow gets constants from paper.  Still no sensible solution for
2471   magic asymmetry gradient step constants.
2472
2473 * Reinstantiated tangent-controls, more flexible than ever.  You can choose
2474   between area asymmetry and tangent-controls.  My guess is, tangent controls
2475   will be junked in 1.3.30.
2476
2477 * Slur area: only look at x-gradient.
2478
2479 * Added credits for some symbols of as5/9 fonts.
2480
2481 * Bugfix: don't make almost flat slurs, change in de-uglyfy slur.  
2482
2483 * Bugfix: midi2ly put out recent version (ugh).
2484
2485 1.3.28.hwn2
2486 ===========
2487
2488 * Bugfix: don't forget to process staffSpace and numberOfStaffLines
2489 properties.
2490
2491 * Removed Gade score. To appear (shortly?) on Mutopia. 
2492
2493 * Make Bar_script_engraver look for typeVisibilityFunction (eg
2494 property barNumberVisibilityFunction). Changed the names of the Scheme
2495 functions to be understandable. See input/test/bar-script-visibility.ly
2496
2497 * rewrite of class Molecule. It has now reached the ultimate quality
2498 plateau. All molecule data is now shared.
2499
2500 1.3.28
2501 ======
2502
2503 * Update of the glossary by Christian Mondrup 
2504
2505 * Moved horn-concerto-3 out of tarball to private website, removed
2506 W.A.Mozart subdirectory.
2507
2508 1.3.27.hwn1
2509 ===========
2510
2511 * Bugfix: don't make giant ties if the horizontal part of tie is near
2512 the center.
2513
2514 * Small optimizations to be a little more careful with mem usage. 
2515
2516 * Website change: put all examples in one directory.
2517
2518 * Removed Atom as a separate type.  Now use SCM, and since we use
2519 function composition, Atoms are immutable, so they don't have to be
2520 copied. This makes life easier, hopefully this is quicker and uses
2521 less memory.
2522
2523 1.3.27.jcn1
2524 ===========
2525
2526 * Bezier_bow: minimise_enclosed_area
2527
2528 1.3.27
2529 ======
2530
2531 1.3.26.hwn4
2532 ===========
2533
2534 * Tuplet-spanner slope calculation now looks better on tupletted rests
2535 (patch courtesy Laurent Martelli)
2536
2537 * Bugfix (Staff_performer::new_instrument_str ()) check type of
2538 \property "instrument"
2539
2540 * New mechanism for breaking lines: do not copy & prune the element
2541 property list separately, but combine these steps. Dramatically
2542 reduces memory usage for large scores.
2543
2544 1.3.27
2545 ======
2546 1.3.26.jcn2
2547 ===========
2548
2549 * Bugfix: font used in volta-spanner calculation.
2550
2551 * Added simple selection list to webpage, inspired by sawmill.
2552  
2553 * Devised kludge for ascii 5 character font pitches.
2554  
2555 * Substitutions: interline, 1997,1998, @stack.nl and small typo fixes.
2556
2557 1.3.26.hwn1
2558 ===========
2559
2560 * Plug memory leaks related to Moment:
2561   - Spacing_engraver::do_pre_move_processing ()
2562   - make_rational ()/make-rational
2563   - Paper_column::Paper_column ()
2564
2565 * Plug memory leak in Paper_outputter::output_{String,Real,int}_def()
2566
2567 * Plug memory leak in Score_engraver::set_columns ()
2568
2569 * Plug memory leak in Scheme_hash_table::set()
2570
2571 * Plug memory leak in Score_element::molecule_extent ()
2572
2573 * Bugfix: don't crash if a slur doesn't span anything.
2574
2575 * Bugfix: don't crash if doing beams without a staff symbol.
2576
2577 * Generic element property setting:
2578
2579         \outputproperty #predicate #'symbol = #value
2580
2581 Will set the element property symbol to value, for any elements that
2582 return true for PREDICATE.  This allows you to virtually tweak *ANY*
2583 property of the output. Example in input/test/generic-output-property.ly
2584
2585 1.3.26
2586 ======
2587
2588 * lilypond as as2ly: --help and --version to stdout.  Regular identify 
2589   to stderr.  This fixes help2man's manpage generation.
2590
2591 * configure: substitute full path for perl and guile in scripts.
2592
2593 * Added ascii slur and volta.  There seems to be a Lily bug in volta placement.
2594
2595 * Bugfix: default font now user settable
2596
2597 * as2text: handle plain ascii font, read from stdin, you can now do:
2598
2599   echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
2600
2601 1.3.25.hwn1
2602 ===========
2603
2604 * Bugfix: second half of broken ties now are displayed again.
2605
2606 * Bugfix: add clef to the support of 8 text in the G_8 clefs. Center
2607 it horizontally on the clef.
2608
2609 * Added Tie_column spanner. Ties in tied chords now get proper directionsa.
2610
2611 * Bugfix: unbroken repeat barlines now work, eg. |:
2612
2613 * Added Request_iterator to make more flexible constructions possible.
2614
2615 1.3.25
2616 ======
2617 * as2text: catch missing font/character errors, added default font, set text.
2618
2619 * New ascii fonts and glyphs: as5 as-numeral4 as-braces9
2620
2621 * Ascii output, minimal support:
2622   - AsciiScript Fonts: mf/*.af
2623   - Init files: ly/*-as.*ly 
2624   - AsciiScript translation to text: scripts/as2text.scm
2625   - input/test/as.fly input/test/as1.fly
2626   - Output support: lily/lily.scm
2627   - Try:
2628       lilypond -f as -i init-as.fly input/test/as.fly
2629       as2text as.as
2630
2631 1.3.24.hwn1
2632 ===========
2633
2634 * The horizontal part of ties will avoid collision with staff lines.
2635
2636 * Plugged memory leak: don't protect Atom function.
2637
2638 * Lookup cleanups. Made lots of functions static. Moved some code out
2639 of Lookup.
2640
2641
2642
2643 1.3.24.hwn1
2644 ===========
2645
2646 * Bugfix: ly2dvi.py exits succesfully when encountering --help and
2647 does not delete any of the file_ly*.tex.
2648
2649 * Added header and footer support in ly2dvi.py
2650
2651 1.3.24
2652 ======
2653
2654 * Added a ROADMAP file explaining the source directory layout.
2655
2656 * Minor tweak in the feta 6 and 9 numeral
2657  
2658 * Moved files from lib/ to flower/
2659
2660 * Removed Note_head_side class.
2661
2662 * Updated the webpage to be a little more chatty. 
2663
2664 * Small Local_key_engraver optimization: only lookup timing engraver once.
2665
2666 * Fixed dashed slurs
2667
2668 * Rewrite of Slur code.  Be much more picky about slur shapes. We try
2669 to offset the slur instead of bending it too much
2670
2671 * Look at stem directions for tie direction.
2672
2673 * Compound multimeasure rests. Put measures_i_ variable in an element
2674 property.  Made the symbol a lot wider.
2675
2676 * Time signature small cleanups.
2677
2678 1.3.22.hwn2
2679 ===========
2680
2681 * Symbols opposite to stem (eg marcato) now get the proper glyph in up
2682 version.
2683
2684 * Breathing marks now have a direction by default.
2685
2686 * Do set generic script properties.
2687
2688 * Also put tuplet brackets under notes.
2689
2690 * Score_element_info: only store origin of element, but not the path
2691 to parent translators. Saves a little memory, and removes some complexity.
2692
2693
2694 1.3.22.hwn1
2695 ===========
2696
2697 * Autobeaming in time sigs that don't have 1/4 beats fixed.
2698
2699 * (De)crescendi should now work. (Thanks Michael)
2700
2701 * Better error reporting for conflicting time signatures.
2702
2703 * Line_number_engraver: output locations of note head
2704 definitions. Very handy when entering complicated scores.
2705
2706 * Rewrote multi measure rest support: now they are entered as spanners
2707 (\commandspanrequest \start "rest"). RXXXX is an abbreviation for
2708
2709   { \commandspanrequest \start "rest"
2710     SXXXX
2711     \commandspanrequest \stop "rest"
2712   }
2713
2714 * Removed support of percent style repetitions. 
2715
2716 * Put texts outside the staff.
2717
2718 1.3.21.mb1
2719 ==========
2720 * Getopt bugfix: don't assert on certain errors.
2721
2722 * ly2dvi: Remove unnecessary space for the page headers.
2723
2724 * Bugfix convert-mudela
2725
2726 1.3.21.hwn1
2727 ===========
2728
2729 * Bugfix in lilypond-mode.el: eval-buffering now uses file name and
2730 not buffer name.
2731
2732 * Scrapped tupletVisibility property. Now use tupletNumberVisibility,
2733 tupletBracketVisibility, with Scheme value #t, #f or 'if-no-beam.
2734 \property tupletInvisible will stop all tuplet spanner creation.
2735
2736 * Don't go berserk if tuplet spanner is on only one column.
2737
2738 * Use SCMs & Smobs for Molecules & atoms.  This uses less
2739 scm_(un)protect_object () calls, so the output stage should be faster.
2740
2741 * Added \property tupletSpannerDuration, to make multiple tuplet signs
2742 with one \times.
2743
2744 * Some programming Errors in spacing are now caught. Lily does not
2745 hang when encountering degenerate springs.
2746
2747 * Allow beams to start and end over rests
2748
2749 1.3.19.hwn2
2750 ===========
2751 * Fix disappearing clefs when clefs are not printed with a barline.
2752
2753 1.3.20.jcn2
2754 ==========
2755
2756 * SCM properties beamHeight and beamVerticalposition now use half-spaces:
2757   input/test/beam-control.fly
2758 * Added \context Voice to .fly and .sly; the default \context Staff is almost
2759   never what you expect
2760 * Fixed decision for .sly/.fly in lilypond-mode.
2761
2762 1.3.19.hwn1
2763 ==========
2764
2765 * Clean up font-metric hierarchy, use Adobe AFM code to parse AFM files.
2766 Cleanup mf-to-table.py
2767
2768 * Fixed embarassing slur bug.
2769
2770 1.3.19.jcn1
2771 ==========
2772
2773 * lilypond-mode.el: guess init file for lily-*-region, lily-mode-map bindings
2774
2775 1.3.18.uu2
2776 ==========
2777
2778 * lilypond-mode.el for emacs supersedes mudela-mode.el 
2779
2780 * Tuplet spanners don't collide with encompassing notes. 
2781
2782 * Gobbled Adobe parseAFM* code, for future use.
2783
2784 * Big 1999 to 2000 search/replace.
2785
2786 * Big interline to staff_space search/replace for mf files.
2787
2788 * Removed Bow class, and split code into Tie and Slur
2789
2790 * Don't put scripts on grace notes.
2791
2792 * Font_metric uses SCM for name field.
2793
2794 * Various compilation fixes.
2795
2796 1.3.17.jcn2
2797 ===========
2798
2799 * Bugfix: beams with less than one (visible) stem
2800
2801 * small fixes to pa.ly
2802
2803 1.3.17.jcn1
2804 ===========
2805
2806 * Fixed bug that made multi-measure rest barnumber counts go wild.
2807 (even more scm2int/int2scm mixups!)
2808
2809 * mutopia/J.S.Bach/pa.ly: organ score (for my father)
2810
2811 * small fix to mutopia/J.S.Bach/Duette/violino-ii.ly
2812
2813 1.3.17.hwn2
2814 ===========
2815
2816 * Remove Paper_def calls in bezier-bow.cc
2817
2818 * Remove data members of Tuplet_spanner,  Volta_spanner
2819
2820 * hang_on_clef, property hangOnClef removed
2821
2822 * Bar::type_str_ mode into element property `glyph'. Use a Scheme
2823 function to determine breaking behavior.
2824
2825 * More Scheme typechecking.
2826
2827 * Be strict about the difference between strings and symbols for conversion.
2828
2829 * Fixed bug that made 1st line offset to right fixed. Bugfix courtesy
2830 Laurent Martelli.
2831
2832 * Partial French translation, courtesy Laurent Martelli.
2833
2834 * Small corrections in NL translation. 
2835
2836 1.3.17.hwn1
2837 ===========
2838
2839 * Added mensural note heads (noteHeadStyle = "mensural") Additionally,
2840 we have a longa note head.  noteHeadStyle = "harmonic" is not
2841 supported anymore. (for now, that is)  
2842
2843 * Reference manual update. Document \properties with examples
2844
2845 * fix mudela-book --help
2846
2847 * Use element properties for Text_item::text_str_, Clef_item::symbol_,
2848 Key_item::c0_position_
2849
2850 * Clef_engraver general cleanup. Use alists (\property
2851 supportedClefTypes, clefPitches) for clef types.
2852
2853 * Use progress_indication () for progress. Don't include <iostream.h> directly 
2854 Don't include <string.h>, <math.h> from headers.
2855
2856
2857 1.3.16.hwn1
2858 ===========
2859
2860 * \property stemCentered (boolean): centers stem on note head. See
2861 input/test/stem-centered.ly
2862
2863 * input/trip.ly, small test of lots of features.
2864
2865 * \property Staff.collisionMergeDotted: merge equal noteheads
2866 with different dot count. See input/test/collision-merge-dotted.fly
2867
2868 * Dotted rest bugfix 
2869
2870 * Don't crash if a slur does not span any notes.
2871
2872 * Volta repeats fixed.
2873
2874 * cleanup of Note_heads_engraver
2875
2876 * removed dots_i_ member of Dots
2877
2878 1.3.16.jcn1
2879 ===========
2880 * Fixed cross staff slurs.  It seems that cross-staff sign
2881   was swapped.
2882
2883 1.3.15.hwn1
2884 ===========
2885
2886 * Fixed bug in stem code.  Stem in chords works again.  Small
2887 stem cleanups.
2888
2889 * Use element properties for Staff_symbol.
2890
2891 * \property sparseTies (boolean).  Only make one tie in the
2892 middle for tied chords.
2893
2894 * Junked Directional_spanner, Column_info.
2895 Directional_element now is element interface `Directional_element_interface'
2896
2897 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
2898
2899 pl 15.jcn4
2900         - removed old notename2scm conversion
2901         - beam-dir-algorithm through scm
2902         - bfs paper-scm
2903 gv      - bf: knee-stemlengths
2904
2905 pl 15.jcn3
2906         - moved poor man's stem arrays to scm
2907         
2908 pl 15.jcn2
2909         - beam quanting using scm lists
2910
2911 pl 14.hwn1jcn1
2912         - chord-name uses scm members
2913         - bfs: knee with different mults, interstaff knee, auto-knee
2914
2915 **********
2916 pl 14.hwn1
2917         - specialize duration.cc for lily, move out of lib/
2918         - stem cleanup
2919         - more SCM typechecking
2920         - stafflineleading -> staff_space
2921         - bf: rod distances.
2922         - junk some unused code.
2923         
2924 pl 13.hwn2
2925         - paper/score column cleanups. Junk Score_column type
2926
2927 pl 13.hwn1
2928         - Bezier_bow/Bezier cleanups
2929         - bf: rest under beam.
2930         
2931 pl 13.jcn2
2932         - untangled Chord_name (item) and Chord (list-of-pitches)
2933         
2934 pl 13.jcn1
2935         - bezier-bow fix
2936
2937 **********
2938 pl 12.hwn1
2939         - polynomial.hh
2940         - bf: generic properties
2941         - quantise_iv () fix.
2942         - bezier cleanup
2943         - class Polynomial 
2944         - use smobs for font metric tables/hashes.
2945         - nl.po bf
2946
2947 **********
2948 pl 11.jcn3
2949         - small beam fixes (interstaff knees still broken)
2950
2951 pl 11.hwn1
2952         - bf: dots
2953         - bf: harmonic note heads
2954         - revise stem, notehead, rest
2955
2956 pl 11.jcn2
2957         - included missing scm,ly updates
2958         - bf: urg to_dir () takes scm..
2959         - bf's: if (Foo b = bar != 1)
2960         - beam cleanup
2961
2962 *********
2963 pl 10.uu1
2964         - various small bfs
2965         - bf: alignment reversed
2966         - Staff_symbol_referencer -> Staff_symbol_referencer_interface
2967         - bf: staccato pos
2968         - Knee fixes (thanks, Jan)
2969
2970 pl 10.jcn2
2971         - fixes for invisible beamed stems
2972         - removed steminfo from properties, don't cache Stem_info
2973
2974 pl 10.jcn1
2975         - steminfo to properties
2976         - dropped internote dim for stem-beams
2977
2978 *********
2979 pl 9.hwn1
2980         - abstracting Staff_symbol_referencer to an interface.
2981         - quantised_position for staccato dots.
2982         - standchen fixes
2983         - junk Score_element::do_{width,height}: set callbacks directly.
2984         - merge Score_element, Graphical_element
2985         - merge Axis_group_element, Graphical_axis_group
2986         - junk pointer fields from Score_element derived classes
2987         - junk obsolete do_substitute_dependency code.
2988
2989 **********
2990
2991 pl 8.hwn2
2992         - staff-support for Crescendi.
2993         - padding for accidentals.
2994         - cascading offset callbacks
2995
2996 pl 8.hwn1
2997         - note-head-side 
2998         - naming Staff_sidify -> Side_position_interface
2999
3000 ***********
3001
3002 pl 7.mb1
3003         - bf: timeSignatureStyle works again
3004
3005 pl 7.hwn1
3006         - Dirk Latterman key/mmrest patches
3007         - Offset callbacks in Dimension_cache
3008         - Junked Staff_side_*
3009         - Staff_sidify: interface class.
3010         - prelude-{1,2} fixes.
3011
3012 ***********
3013 pl 6.uu2
3014         - bf: PS font selecting.
3015
3016 pl 6.uu1
3017         - bf: ls-latex
3018         - mudela-book --no-pictures
3019         - bf: ly2dvi
3020         - convert-mudela: beamAuto moment syntax. 
3021
3022 pl 6.jcn3
3023         - fixed scm output
3024
3025 pl 6.jcn2
3026         - half-baken ly-gulp-file in scm
3027         - resurrected scm output through guile
3028
3029 pl 5.mb1
3030         - bf: version of init.sly, init.fly
3031         - Clarify necessary version of texinfo
3032         - bf: texi files, minor errors and syntax compatible with 
3033           older makeinfo
3034
3035 pl 6.jcn1
3036         - bf: scm output
3037
3038 *******
3039
3040 pl 5.hwn2
3041         - Bach preludes: mutopification
3042         - dots are Directional_element too; use \property dotDirection
3043         - moved some stuff out of Lookup
3044         - bf: dots
3045         - font selection mechanics changed.
3046
3047 pl 5.uu1
3048         - bf: smob allocation (thanks David!)
3049
3050 pl 5.hwn1
3051         - junked \shape. Now use #'margin-shape 
3052         - timing: one_beat -> \property beatLength
3053         - bf convert-mudela
3054
3055 ************
3056
3057 pl 4.uu1
3058         - input/test/ \property fixes.
3059         - gcc 2.95 fix
3060
3061 pl 4.hwn1
3062         - Break_align_engraver,
3063         break align order from  \property breakAlignOrder
3064         - junked Score_priority_engraver
3065         - moved Time_description into Timing_translator
3066         - use properties for timing, see input/test/timing.fly
3067         * removed \cadenza ; now use \property Score.timing
3068         * \property measurePosition
3069         * \property measureLength
3070         * \property currentBarNumber
3071         - Note_name_engraver , \context NoteNames
3072
3073
3074 pl 4.jcn1
3075         - junked some chord guessing code
3076         - bf: lookup size (-1) for chord-name accidentals
3077         - bf: ly2dvi's MFINPUTS setting
3078
3079 *************
3080 pl 2.jcn3
3081         - chords:
3082           * Chord is item
3083           * junked TeX hacking
3084           * configurable with styled strings from scm
3085           * fixes: dim, /no X, tonic != C
3086
3087 pl 2.jcn2
3088         - chords from  scm 
3089
3090
3091 pl 3.hwn2
3092         - visibility-lambdas into default elt properties SCM.
3093         - clef types in SCM
3094         - verticalDirection properties now in SCM.
3095
3096 pl 3.hwn1
3097         - move position_i_ into Staff_symbol_referencer
3098         - move dir_ into Directional_element baseclass
3099
3100 ****************
3101
3102 pl 2.hwn1
3103         - bf: dynamic style.
3104         - prepare to move dir_ into SCM. 
3105
3106 pl 2.jcn2
3107         - chord fixes: 
3108            * inversion request: no inversion guessing for chord entry
3109            * bass request: c/+b to add bass note not part of chord
3110            * -dim modifier works on all thirds
3111            * colon iso dash as tonic/modifier-additions separator
3112            * C:m5- displays as "Cdim"
3113            * C:m5-7- displays as "Co"
3114
3115 pl 2.jcn1
3116         - moved bracket vars to params
3117         - reverted broken lilypond-devel
3118
3119 *************
3120 pl 1.uu1
3121         - David's patches:
3122         * mfplain.mp detection
3123         * Graphical_element::common_refpoint() robuster.
3124         * fixes for mudela-mode.el
3125         - Dirk's patches:
3126         * key signature placement,
3127         * tied accidentals.
3128
3129 pl 1.hwn2
3130         - extra-offset elt property.
3131         - junked Chord_tremolo
3132
3133 pl 1.hwn1
3134         - changed calling convention for {get,set,remove}_elt_property()
3135         - rm'd some mutopia examples.
3136
3137 *******
3138 pl 0.hwn2,1
3139       - Generic properties and Property_engraver. Moved most of the
3140 properties.
3141
3142 0.lu1
3143         - resurrected midi2ly
3144
3145 0.jcn1
3146         - bf: lyrics lexer
3147         - reverted mup2ly revert
3148
3149 pl 3.uu1:
3150         - frontport of 1.2.17 patches.
3151
3152 **********
3153
3154 1.3.0:
3155
3156 pl 15.hwn2
3157         - loads of bfs.
3158
3159 pl x.jcn3
3160         - another workaround: reset buffer state for scm_ftell ()
3161         - workaround for broken scm_ftell ()
3162
3163 pl 15.hwn1
3164         - \properties are now SCM s, junk Scalar type
3165         - use SCM for strings in parser.
3166         - Moment derived from Rational. Moment may be smobified.
3167
3168 pl 15.jcn4
3169         - direct #... to scm parser  (Thanks to Gary Houston)
3170
3171