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