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