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