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