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