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