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