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