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