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