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