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