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