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