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