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